MercadoLibre Scraper 2026
Pricing
from $1.00 / 1,000 results
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
Maintained by CommunityActor 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
| Field | Description |
|---|---|
name | Product title as displayed on the listing |
price | Current price in local currency |
currency | Currency code (ARS, MXN, BRL) |
ml_id | MercadoLibre product ID |
original_price | Original price before discount (if available) |
installments | Installment offer text (e.g., "$190.000 sin interés") |
free_shipping | Whether free shipping is available |
next_day_delivery | Whether next-day delivery is offered |
seller | Seller or store name |
reviews_count | Number of product reviews |
reviews_rating | Average rating (0 to 5) |
category_id | MercadoLibre category ID |
domain_id | Domain-specific category ID |
thumbnail | Product image ID |
badge | Promotional 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
- Add your search queries — enter product names or categories to scrape
- Select a country — choose AR (Argentina), MX (Mexico), or BR (Brazil)
- Run the scraper — results are saved as JSONL, one product per line
- Download results — open
products.jsonloroutput/all_products.jsonl
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
queries | array | Yes | Search queries to run. Example: ["nike air force", "iphone 15"] |
country | select | No | Country to scrape: AR (Argentina), MX (Mexico), BR (Brazil). Default: AR |
max_pages | number | No | Maximum pages per query (1-50). Default: 5 |
max_concurrent | number | No | Pages to load at once (1-5). Default: 3 |
delay | number | No | Wait time between pages in seconds (0.5-10). Default: 1.0 |
use_apify_proxy | boolean | No | Use 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}