MercadoLibre Product & Price Scraper (LATAM)
Scrape MercadoLibre product listings and prices across 18 countries including Mexico, Argentina and Brazil. Extract title, price, currency, discount, seller, rating, stock, sold quantity and images. Export to JSON, CSV or Excel. No login needed.
{ "imageUrl": "https://http2.mlstatic.com/D_NQ_NP_2X_753000-M…", "title": "Notebook Gadnic 14 Pulgadas Intel Celeron N450…", "price": 323499, "currency": "ARS", "originalPrice": 816649, "discountPercentage": 60, "sellerName": "Bidcom", "freeShipping": true, "category": "MLA-NOTEBOOKS" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Image Url | Title | Price | Currency |
|---|---|---|---|
| https://http2.mlstatic.com/D_NQ_N… | Notebook Gadnic 14 Pulgadas Intel… | 323499 | ARS |
| https://http2.mlstatic.com/D_NQ_N… | Notebook Hp Omnibook 3 14-hy0050l… | 929999 | ARS |
| https://http2.mlstatic.com/D_NQ_N… | Hp Omnibook Core Ultra 7 1tb Ssd … | 1353918 | ARS |
{ "imageUrl": "https://http2.mlstatic.com/D_NQ_NP_2X_753000-M…", "title": "Notebook Gadnic 14 Pulgadas Intel Celeron N450…", "price": 323499, "currency": "ARS", "originalPrice": 816649, "discountPercentage": 60, "sellerName": "Bidcom", "freeShipping": true, "category": "MLA-NOTEBOOKS" }
常见问题
Does it work across all MercadoLibre country versions?
Yes. The actor supports all 18 country domains including Argentina (mercadolibre.com.ar), Mexico (mercadolibre.com.mx), Brazil (mercadolivre.com.br), Colombia, Chile, Peru, and more. Pick the country in the input when using a search term, or paste a direct URL from the target domain.
How many results can I get per run?
There is no hard limit imposed by the actor. In practice, MercadoLibre search results cap at around 1,000 listings per query. For larger datasets, split by category or run multiple searches with different filters.
Can I filter by category, location, or condition?
Yes. Apply any filters directly on MercadoLibre and paste the resulting URL into the Search URL field. Every filter encoded in the URL, including category, price range, and condition, is respected automatically.
How do I get reviews, stock, seller reputation, and variants?
Turn on the Fetch Product Details option. The actor then opens each product page and adds the review count and average rating, available stock and units sold, the seller block with reputation and official store status, the variant options with their catalog SKUs, the full specifications, the description, and the complete image gallery to every record. This is slower but returns much richer data.
What happens if a listing is removed or a page fails during a run?
The actor skips the failed item without stopping the run. Those records have the error field populated with a short reason, while all successful records keep error set to null.