MercadoLibre Scraper 2026 avatar

MercadoLibre Scraper 2026

Pricing

from $1.00 / 1,000 results

Go to Apify Store
MercadoLibre Scraper 2026

MercadoLibre Scraper 2026

Extract product data from MercadoLibre search results across Argentina, Mexico, and Brazil. Supports concurrent pages, multiple queries, and detailed product fields.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

devcake

devcake

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Categories

Share

MercadoLibre Product Scraper

Extract MercadoLibre product data — names, prices, sellers, reviews, shipping options — from search results across Argentina, Mexico, and Brazil.

What It Does

Scrapes product listings from MercadoLibre search pages. Extracts product names, prices, seller info, reviews, shipping options, and promotional badges. Supports scraping multiple pages at once and running multiple searches in one batch.

Who It's For

  • Dropshippers — Source products and compare pricing across LATAM markets
  • Price monitoring teams — Track competitor pricing changes over time
  • Market researchers — Analyze pricing patterns, seller reputation, and product popularity
  • E-commerce sellers — Identify trending products and evaluate supplier credibility

Data You Get

FieldDescription
nameProduct title as displayed on the listing
priceCurrent price in local currency
currencyCurrency code (ARS, MXN, BRL)
ml_idMercadoLibre product ID
original_priceOriginal price before discount (if available)
installmentsInstallment offer text (e.g., "$190.000 sin interés")
free_shippingWhether free shipping is available
next_day_deliveryWhether next-day delivery is offered
sellerSeller or store name
reviews_countNumber of product reviews
reviews_ratingAverage rating (0 to 5)
category_idMercadoLibre category ID
domain_idDomain-specific category ID
thumbnailProduct image ID
badgePromotional badge (e.g., "Promocionado")

Use Cases

Price Monitoring

Track competitor prices across Argentina, Mexico, and Brazil in real time. Export to CSV or connect to a price tracking dashboard.

Dropshipping Research

Find profitable products with good reviews, free shipping, and strong seller ratings. Compare margins across LATAM markets.

Market Analysis

Understand pricing patterns by category, identify popular sellers, and analyze review sentiment for product research.

Quick Start

  1. Add your search queries — enter product names or categories to scrape
  2. Select a country — choose AR (Argentina), MX (Mexico), or BR (Brazil)
  3. Run the scraper — results are saved as JSONL, one product per line
  4. Download results — open products.jsonl or output/all_products.jsonl

Input Parameters

ParameterTypeRequiredDescription
queriesarrayYesSearch queries to run. Example: ["nike air force", "iphone 15"]
countryselectNoCountry to scrape: AR (Argentina), MX (Mexico), BR (Brazil). Default: AR
max_pagesnumberNoMaximum pages per query (1-50). Default: 5
max_concurrentnumberNoPages to load at once (1-5). Default: 3
delaynumberNoWait time between pages in seconds (0.5-10). Default: 1.0
use_apify_proxybooleanNoUse Apify residential proxies. Default: true

Example

Input

{
"queries": ["nike air force 1"],
"country": "AR",
"max_pages": 5,
"max_concurrent": 3,
"delay": 1.0,
"use_apify_proxy": true
}

Output

{
"name": "Zapatillas Nike Air Force 1 Degrade Blanco Originales 9us",
"price": 175000,
"currency": "ARS",
"ml_id": "MLA1993753210",
"original_price": null,
"installments": null,
"free_shipping": true,
"next_day_delivery": true,
"seller": null,
"reviews_count": null,
"reviews_rating": null,
"category_id": "MLA109027",
"domain_id": "MLA-SNEAKERS",
"thumbnail": "https://http2.mlstatic.com/D_NQ_NP_825600-MLA109781250722_042026-V.webp",
"badge": null
}