Discover/mercadolibre.com.ar API
live

mercadolibre.com.ar APImercadolibre.com.ar

Search and retrieve MercadoLibre Argentina listings for products, cars, and real estate. Access prices, seller profiles, reviews, and specs via 6 endpoints.

Endpoints
6
Updated
1mo ago
Try it
Search keywords (e.g. 'notebook', 'celular', 'zapatillas')
Results offset for pagination. Each page contains approximately 48 results.
Category slug to narrow search results (e.g. 'computacion')
api.parse.bot/scraper/bb9a5793-4c63-4939-bc43-a7d86594e527/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/bb9a5793-4c63-4939-bc43-a7d86594e527/search_listings?query=notebook' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for product listings on MercadoLibre Argentina. Returns paginated results with items including price, title, and shipping info.

Input
ParamTypeDescription
queryrequiredstringSearch keywords (e.g. 'notebook', 'celular', 'zapatillas')
offsetintegerResults offset for pagination. Each page contains approximately 48 results.
categorystringCategory slug to narrow search results (e.g. 'computacion')
Response
{
  "type": "object",
  "fields": {
    "items": "array of product listings, each with id, title, price, currency, permalink, shipping, and is_promoted",
    "pagination": "object with page_count, selected_page, next_page, and pagination_nodes_url",
    "total_results": "total number of results or null if unavailable"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": "MLA2842881704",
          "price": 747538,
          "title": "Notebook Acer Gadget E10 Etbook Intel I5-12450h 16gb 512gb",
          "currency": "ARS",
          "shipping": null,
          "permalink": "https://click1.mercadolibre.com.ar/mclics/clicks/external/MLA/count",
          "is_promoted": true
        }
      ],
      "pagination": {
        "last_page": 10,
        "first_page": 1,
        "page_count": 42,
        "selected_page": 1,
        "show_pagination": true
      },
      "total_results": null
    },
    "status": "success"
  }
}

About the mercadolibre.com.ar API

The MercadoLibre Argentina API covers 6 endpoints for querying and retrieving data across three listing verticals: general products, vehicles, and real estate. The search_listings endpoint returns paginated product results with price, shipping status, and promotion flags, while get_product_details exposes full item attributes, images, sold quantity, and a text description. Seller reputation and customer review data are also accessible per item ID.

Search Endpoints

Three search endpoints map to MercadoLibre Argentina's main verticals. search_listings accepts a query string, an optional category slug (e.g. computacion), and an offset integer for pagination — each page holds approximately 48 results. The response includes an items array with id, title, price, currency, permalink, shipping, and is_promoted per listing, plus a pagination object with page_count, selected_page, and next_page. search_cars accepts brand, model, and a free-text query, returning items with year, kilometers, and location fields. search_real_estate filters by location, operation (venta or alquiler), and property_type (casas, departamentos, terrenos), returning items with surface and location.

Product Detail and Reviews

get_product_details takes a single item_id (e.g. MLA2842881704) and returns a richer record: an images array of URLs, an attributes array of product specifications, a full description string, condition, sold_quantity, and seller name. get_product_reviews accepts the same item_id and returns a reviews array with id, rating, text, and date per review, plus aggregate fields: rating_average, total_reviews, and a rating_levels breakdown by star count.

Seller Profiles

get_seller_profile resolves seller data from any item ID belonging to that seller. The response includes a numeric id, name, a reputation string (e.g. 5_green), and a status object with title, sales count, and level detail. This allows cross-referencing seller quality without needing a separate seller ID lookup.

Coverage Notes

All data is scoped to MercadoLibre Argentina (MLA item prefix). Prices are returned in the currency the seller lists in — typically ARS but sometimes USD for real estate and vehicles. Fields like sold_quantity, total_results, rating_levels, and condition may return null when the source does not expose them for a given listing.

Common use cases
  • Monitor price changes for specific product categories by polling search_listings with a category slug over time
  • Build a used car valuation dataset using search_cars filtered by brand and model with year and kilometers fields
  • Aggregate Buenos Aires rental and sale prices by neighborhood using search_real_estate with operation and location filters
  • Evaluate seller trustworthiness before purchase by fetching get_seller_profile reputation and sales count from any item ID
  • Extract product specification tables from get_product_details attributes arrays for comparison engines or catalogues
  • Analyze review sentiment and rating distribution using get_product_reviews text and rating_levels fields
  • Detect promoted vs organic listings in search results using the is_promoted flag from search_listings
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does MercadoLibre have an official developer API?+
Yes. MercadoLibre operates an official public API documented at https://developers.mercadolibre.com. That API requires OAuth registration and has its own access tiers. This Parse API covers MercadoLibre Argentina data without requiring you to manage OAuth credentials or app registration.
How does pagination work in search_listings?+
The offset parameter shifts the result window. Each page holds approximately 48 items. The response pagination object includes page_count, selected_page, next_page, and pagination_nodes_url so you can walk through result pages sequentially. total_results reflects the full match count but may be null for some queries.
Does the API return seller contact details such as phone numbers or email addresses?+
No. get_seller_profile returns id, name, reputation, and a status object with sales-level information. Direct contact details are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting seller contact data if that field becomes accessible.
Does the real estate endpoint return property images or floor plan URLs?+
The search_real_estate response includes id, title, price, currency, location, surface, and permalink per listing. Image data is not currently returned by that endpoint. get_product_details does return an images array for general MLA items, but there is no equivalent detail endpoint for real estate or vehicles. You can fork the API on Parse and revise it to add a real-estate detail endpoint that exposes images.
Are listings from other MercadoLibre country sites (e.g. MercadoLibre Brasil or México) covered?+
No. This API is scoped to MercadoLibre Argentina only — item IDs carry the MLA prefix, and search results reflect the Argentine marketplace. Other country sites such as MLB (Brasil) or MLM (México) are not covered. You can fork this API on Parse and revise it to point at a different country's subdomain.
Page content last updated . Spec covers 6 endpoints from mercadolibre.com.ar.
Related APIs in MarketplaceSee all →
mercadolibre.com API
Search and retrieve product listings, details, customer reviews, categories, and current deals from MercadoLibre across multiple countries to find the best products and prices. Get comprehensive product information including specifications and user feedback to make informed purchasing decisions.
mercadolibre.com.mx API
Search for products on Mercado Libre Mexico, view detailed product information with pricing and offers, browse categories, and research seller details all in one place. Access live marketplace data including product listings, category hierarchies, and current offers to help you find and compare items across Mexico's largest e-commerce platform.
lista.mercadolivre.com.br API
Search and browse products from Mercado Livre Brazil, view detailed pricing and offers, and explore categories to find daily deals and product information. Get comprehensive product details including specifications and current market offers all in one place.
autos.mercadolibre.com.ar API
Search for used and new cars on MercadoLibre Argentina and instantly retrieve detailed listings with brand, model, year, mileage, price, location, seller information, and photos. Build car comparison tools, price tracking apps, or market analysis dashboards with comprehensive vehicle data from Argentina's largest online marketplace.
inmuebles.mercadolibre.com.ar API
Search and browse apartment listings on Mercado Libre Argentina with detailed information including prices, addresses, and full descriptions. Get access to paginated results to easily explore available properties across different areas.
mercadolivre.com.br API
mercadolivre.com.br API
properati.com.ar API
Search and browse real estate listings in Argentina with detailed property information, including descriptions, prices, and similar properties. Filter listings by property type and operation type (buy, rent, etc.) to find exactly what you're looking for.
jp.mercari.com API
Search and browse millions of product listings on Mercari Japan with bilingual support, filtering by categories and getting detailed pricing, item specifications, and seller information. Access comprehensive marketplace data including product summaries, category overviews, and individual seller profiles to find exactly what you're looking for.