Discover/mercadolibre.com.mx API
live

mercadolibre.com.mx APImercadolibre.com.mx

Search products, browse categories, retrieve listings, check daily deals, and look up seller reputation on Mercado Libre Mexico via a single REST API.

Endpoints
6
Updated
10d ago
Try it
Search keyword
api.parse.bot/scraper/806a3b41-a814-49f2-9e7e-754a9a017499/<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/806a3b41-a814-49f2-9e7e-754a9a017499/search_products?query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products on Mercado Libre Mexico. Note: Direct search may be blocked by account verification challenges; consider using category listings or offers as an alternative.

Input
ParamTypeDescription
queryrequiredstringSearch keyword
Response
{
  "type": "object",
  "fields": {
    "url": "string",
    "items": "array",
    "query": "string"
  },
  "sample": {
    "items": [
      {
        "id": "MLM12345",
        "url": "https://...",
        "price": 1500,
        "title": "Product Title",
        "currency": "MXN",
        "thumbnail": "https://..."
      }
    ],
    "query": "laptop"
  }
}

About the mercadolibre.com.mx API

This API gives programmatic access to Mercado Libre Mexico across 6 endpoints, covering product search, full item detail, category listings, daily offers, and seller profiles. The get_product_detail endpoint returns structured fields including title, pricing, images, and availability by item ID, while get_offers surfaces paginated deal data with discount percentages and ratings in a single call.

Product and Listing Data

The get_product_detail endpoint accepts a Mercado Libre item ID (with or without the MLM prefix) and returns an id, title, and a components array that carries pricing, images, seller attribution, and availability details. For browsing without a specific ID, get_category_listings accepts a full category_url and returns an items array alongside the category title. Category URLs can be sourced directly from get_categories, which returns the complete list of top-level categories — each entry carrying a name and a url.

Offers and Search

The get_offers endpoint retrieves current daily deals and promotions. Each item in the items array includes title, url, id, price, original_price, discount, brand, image, and rating. The paging object tells you the current page, how many items_on_page were returned, and whether has_next is true, making it straightforward to walk through multiple pages of active promotions.

The search_products endpoint accepts a query string and returns a matching items array plus the resolved url for the search. Note that direct keyword searches may encounter account verification challenges on the source; using get_category_listings or get_offers is a reliable alternative when consistent coverage matters.

Seller Profiles

The get_seller_info endpoint resolves a seller nickname or ID — typically found in a get_product_detail response — and returns the seller's name, seller_id, and reputation standing. This is useful for assessing vendor credibility before committing to a price comparison or procurement workflow.

Common use cases
  • Track price drops on specific MLM item IDs using get_product_detail pricing fields
  • Aggregate daily deal data with discount percentages from get_offers for a deals newsletter
  • Build a category browser by walking get_categories URLs into get_category_listings
  • Cross-reference seller reputation scores from get_seller_info against product listings
  • Monitor competitor product availability and pricing across Mercado Libre Mexico categories
  • Populate a price-comparison tool with original_price and discount fields from offers
  • Audit seller profiles by resolving seller IDs from product details through get_seller_info
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 Mercado Libre have an official developer API?+
Yes. Mercado Libre publishes an official REST API at https://developers.mercadolibre.com.mx. It requires OAuth registration and app approval. This Parse API provides access to marketplace data without that OAuth setup.
What does `get_offers` return beyond basic pricing?+
Each offer object includes title, url, id, price, original_price, discount, brand, image, and rating. The paging object exposes page, items_on_page, and has_next so you can iterate through all active promotions page by page.
Does `search_products` always return results reliably?+
Not always. Direct keyword searches via search_products can be interrupted by account verification challenges on Mercado Libre. The get_category_listings and get_offers endpoints are more consistent alternatives for batch data retrieval.
Does the API return product reviews or buyer feedback?+
Not currently. The API covers product detail fields (title, pricing, images, availability), offer data, category listings, and seller reputation, but individual buyer reviews and review text are not included in any endpoint response. You can fork this API on Parse and revise it to add a reviews endpoint targeting specific item IDs.
Is seller data limited to reputation only?+
get_seller_info returns name, seller_id, and reputation. Detailed metrics like total sales volume, response time, or shipping performance are not currently included. You can fork this API on Parse and revise it to pull those additional seller metrics if they are available on the seller profile page.
Page content last updated . Spec covers 6 endpoints from mercadolibre.com.mx.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
Mercado Libre Mexico API – Products & Sellers · Parse