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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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.