MercadoLibre Search Results Scraper 🛍️

MercadoLibre Search Results Scraper 🛍️

🛍️ Extract detailed product listings from MercadoLibre search results. Get comprehensive data including prices, variations, seller info, shipping details and more. Perfect for e-commerce analytics, price monitoring and market research in Latin American markets.

ECOMMERCEINTEGRATIONSOTHERApify

Extract comprehensive product data from MercadoLibre search results with this powerful scraper. Get detailed information about products, prices, sellers, and more from Latin America's largest e-commerce platform.

Features ✨

  • Extract detailed product information including titles, prices, and variations
  • Get seller information and official store status
  • Collect shipping details and delivery estimates
  • Retrieve product ratings and review counts
  • Extract promotional pricing and discounts
  • Support for multiple product variations (colors, sizes, etc.)
  • Handle pagination automatically
  • Process multiple search URLs in one run
  • Export data in structured JSON format

Output Data 📊

The scraper extracts comprehensive product information including:

  • Product ID and unique identifiers
  • Product title and description
  • Current and previous prices
  • Discount information
  • Installment payment options
  • Shipping information and delivery estimates
  • Seller details including official store status
  • Product ratings and review counts
  • Available variations (colors, sizes, etc.)
  • Product images and thumbnails
  • Category and domain information

Usage 💡

Simply provide one or more MercadoLibre search URLs and optionally set a maximum number of items to scrape. The Actor will automatically handle pagination and extract all matching product listings.

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://listado.mercadolibre.com.ar/coffee#D[A:coffee]"
4    ],
5    "maxItems": 100
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "unique_id": "99483adc195e1d5f1e8",
4        "metadata": {
5            "id": "MLA1412890682",
6            "url": "click1.mercadolibre.com.ar/mclics/clicks/external/MLA/count",
7            "url_fragments": "#polycard_client=search-nordic&tracking_id=b1c8d330-3998-4618-b26f-661d87ebcfb4",
8            "url_params": "?a=zu5MMbWuLFyKS76TZSm7sUfeMc4RExBgS8vBvGNmr2KvFJTq7H%2BQxfqwehHOXXEZv7eNCApTWrVp19nNA9W4aVUCPDXBg6ij0U0onrQrx145ldk7a4jKyaLuAkcK7uo9NdAo5jCYsG7KNjk%2FREnAluq4DWf1dTeE96CQ71c5otPpPxTSUqWD5dn%2ByIkUED1aektJH9Zi5%2FhdhoJsuXb7vWGmFj1uvJRaFYxP4AkzhzhBv3Fvz30NfxPxMEUjDgIZ%2FMTwQ%2FUW1doGFivQPb56k3r82WzF6XrkUCqF6vSga4NEB5SkcYKmF7Zr4RDTkCbauw%2FuBz8MxYHVzr7wlI8L17qDawjLEjyuRl%2FJcWG7e0Mfdm3E1cPnZKWL8k3%2Fwog5R9pPFpAjOPnwB4jAq1MraldBzxby%2BRvz%2FjvqBPEf2scZdV%2FYqNFIA8qGVTuUkRtez%2FCbl7hi3Pck63JSj9La2vDFqpyF55fxmPX8fv3AcfEHN4BBev%2BC5gw2NXjNlBfSHrPpoKAb66S4CUG%2BCD145%2FrrHxzTqOavbggHH0RQt%2BBhfIybKC7MdPJcL7ckcJwJpmED9ezkmxGDLj82yvRtgg1E%2BSoX4hRfUT8t99mDQp0ElM9lRxGFUaKkReAvsPXjhFfvy3DqsrszTxgz531v62VWFdGDwq9Or3Hp6B8XhkNpr7SHtoDJsrAwgwITmE%2B66OtvRLVq9C%2BntSdgW3mf4Kvgu%2Bn9m%2FJdDYDlTq7Q2hpFspKQKKY7x1G2HLdq7GphLnL%2FAYxFwQSia0jhXBC4CljwO3TignsNJ8I9%2F4c7McHNLYBE%2BbvlBFDuFT2d8zjFcWaNkOqQdpO7sgly3iLk6AFj4iSecc2Ycy%2BtCXZciW0jvA%3D%3D&rb=x",
9            "tracks": {},
10            "is_pad": "true",
11            "domain_id": "MLA-THERMAL_CUPS_AND_TUMBLERS",
12            "bulk_sale": "false",
13            "item_position": "8",
14            "category_id": "MLA47752",
15            "vertical_id": "CORE",
16            "price_per_quantity": "false",
17            "pxu_b2b": "false"
18        },
19        "pictures": {
20            "pictures": [
21                {
22                    "id": "932890-MLA83048637612_032025"
23                }
24            ],
25            "square": "Q",
26            "alt_text": "Imagen",
27            "variation_id": "186590109473",
28            "ratio": "0.93"
29        },
30        "ads_promotions": {
31            "text": "Promocionado",
32            "url": "https://publicidad.mercadolibre.com.ar",
33            "target": "_blank"
34        },
35        "components": [
36            {
37                "type": "title",
38                "id": "title",
39                "title": {
40                    "text": "Vaso Termico Cafe De Acero Inoxidable Con Sensor Temperatura",
41                    "long_title": false,
42                    "title_tag": "h3"
43                }
44            },
45            {
46                "type": "seller",
47                "id": "seller",
48                "seller": {
49                    "values": [
50                        {
51                            "key": "icon_cockade",
52                            "type": "icon",
53                            "icon": {
54                                "key": "icon_cockade",
55                                "alt_text": "Tienda oficial",
56                                "icon_id": "icon_cockade"
57                            }
58                        }
59                    ],
60                    "text": "Por Tienda Dos Amigos {icon_cockade}"
61                }
62            },
63            {
64                "type": "price",
65                "id": "price",
66                "column": 1,
67                "price": {
68                    "current_price": {
69                        "value": 17279,
70                        "currency": "ARS",
71                        "decimal_style": "superscript",
72                        "compact": false
73                    },
74                    "previous_price": {
75                        "value": 26999,
76                        "currency": "ARS",
77                        "decimal_style": "normal",
78                        "compact": false
79                    },
80                    "discount": {
81                        "value": 36
82                    },
83                    "installments": {
84                        "text": "{en} 6 cuotas de {price}",
85                        "no_interest": false,
86                        "values": [
87                            {
88                                "key": "en",
89                                "type": "label",
90                                "label": {
91                                    "text": "en"
92                                }
93                            },
94                            {
95                                "key": "price",
96                                "type": "price",
97                                "price": {
98                                    "value": 3828,
99                                    "currency": "ARS",
100                                    "compact": false
101                                }
102                            }
103                        ]
104                    }
105                }
106            },
107            {
108                "type": "shipping",
109                "id": "shipping",
110                "column": 1,
111                "shipping": {
112                    "text": "Llega hoy sábado",
113                    "promise_type": "same_day_saturday"
114                }
115            },
116            {
117                "type": "reviews",
118                "id": "reviews",
119                "column": 2,
120                "reviews": {
121                    "rating_average": 4.4,
122                    "total": 1192,
123                    "alt_text": "Calificación 4,4 de 5 (1,192 calificaciones)"
124                }
125            },
126            {
127                "type": "variations",
128                "id": "variations",
129                "column": 2,
130                "variations": {
131                    "picture_size": "M",
132                    "variations": [
133                        {
134                            "variation_id": "186590109473",
135                            "url_params": "a=g4oZ28e0kQdP01ZSaq7wGy9S5VdFsu79DJNOIhILVaCZPq7PaaNFNYfZJfLqSoRWA%2BenG0OkxIlBO64fx6bCCcnCRSBqLbqCBaPDpEPZsQ24B5i6WytC9AfP0Rwz%2BHGw4uIr8APj9Tn3WdlY%2FcCgDMD4XtCSPHG0rCpilD0gjCZgwGdG%2FSIikIBC3tDUSE6tV%2BE75Pk1ZAJ2MUpCqVC9hZq%2Bw8FwwNvyCvP7Q4dRevR7Ty%2FWwtCPMV57Pr7iSqU8j%2FBRMvmn807GrXpklPr%2FrYBqfoKko60CPsIU1HCzLuDRurNkwVlDb5ygPOjDv3zueKKde5glQXHmOeNRoOimYZ7lRAeW9Rpv6EtK0YUPILMbM2fuuKXe%2FjO%2FjQV7Ms9KYz%2FRlTC%2Bi%2F8muNKg15dMz9w7tZcGH9poBBuL15fB5216WFtBAL1FcWyFByq8QumIfY46saygEmlVcZ4Fys8TzmHDLcV%2BzDAqDyt6aijpTd17rS9VAMEJmmad6INZMoFNzj%2BLUCpQ6QArVK7H0%2BWTWUBhVKxODtvX41jIpC2Ba%2B8USyPaGt%2FAXcrwKAsK79Vut%2B%2Ftmo%2BiP21eKhTfGwKyLJ1T4KJChE5PVgCgOX1FOXAETUM1QsrBJ3OiEpmulLigyABmEiYfpqYwxtZxYG9gDQ%3D%3D&rb=x",
136                            "url_fragments": "",
137                            "description": "Azul",
138                            "pictures": [
139                                {
140                                    "id": "932890-MLA83048637612_032025"
141                                }
142                            ]
143                        },
144                        {
145                            "variation_id": "186143429627",
146                            "url_params": "a=mu6qka2ecwywNGL0bZcfvNKepAyiiywgaKTeVfjOdoJkb%2FU1mciN%2BN8vZNo92caegqHv%2B4BK%2Bn3BtkD8a166SYF3W8IyDUKCgU8uRv8%2BtAy705aYq3oWDcswJLOzHhtwzh%2B4z2FU6hGWFwUMLmTBKmJGEBrDkV4i6l6pLb%2Fnt1LEoOtZKHDcbXvmrJYwN%2FcQwVOaX%2FTYrdgAZb8CJUn0U%2FM78j4DwEJUIKgcLNz3CfPZBiyVWVoVZKqxcD4UZ8tTEi%2Fn7f1Y6omdGqXnpHhKlZq4cEZDZqGbrSL81U0sPEY%2BFfP2zsS5V5sz%2B17JBsRu52ZLX25W6d%2Frl6md6n6lVtjuhpC6KV1Zrra1nQ8cjXBksgHg3lO601ra7C6mEK8nn%2F2EKKt8oZCPBlPGM5jORFzaQim7ZLv%2F0P4DVZ8Hahb3uR%2B4yl8uDqpqd5FJwqKimttDzvlzK46sOuWhtOXZRT7sDC4zajzcI1G2w%2BRYvfXN7ZpEKO4ZXNhKCjup0BStnOEI32oxbgQMGGsPqvPm4CVvuSVqJWaT7WH%2B6fsqt5FqC6wPFFpD4bb9LIgz4j38S90S%2BRt3lbrl135c30hzhr8eiw2vKhfffxokaLv4k7Og%2BDaRrsl2VD2ad1q%2FlwdJDKvOCCdcThddITG2yWMI&rb=x",
147                            "url_fragments": "",
148                            "description": "Blanco",
149                            "pictures": [
150                                {
151                                    "id": "909413-MLA83338542547_032025"
152                                }
153                            ]
154                        },
155                        {
156                            "variation_id": "186144443473",
157                            "url_params": "a=i6iL3866L%2F6hoToMO59PB3WKy3xAIeiWz1erheNOK%2FumkQZWxHb5HEaenm8X6CQSXqznIdh%2BzNfXznjJd2nDkMidcfiv5F%2BIQ%2B9BwAFT0A6bIzeLOjOnHKIEAfCCC396iv%2Br6vDTQeCb80LfqGaJDYWbDsaCkkkk1P09rsinUqdOL50Q1F1dRQn82V1bKHVJW%2Ffzmgg3o7s3zwmfda43UOYXoPOY0SWZ2xBY6W5IDUwi0ablRjiCjHgcqsKlcCY2F7g3O9%2BOe3tzuC8KVIne8juAcK0CYvMKPx9Ql8pB%2Bet3wgQbvA0rN0rC5k1sZd9nCiX%2FGW8A%2FfAW2JxE%2F79ttmj4cj4VTm5mU%2F1rX%2FiFe2Y%2F8dauzf7kv2o38FKe5h%2FnMw9L5VFT40q3go%2FRBQuSU5QipUG%2Fv59uSjCRMCZRXmtsEkt1KqnleEeHCn%2BRfq85DDEZ%2FZQgfqjjDmgC8%2Fu699aS%2Bi%2BsNqjN%2BC1a2hvMSpRJvG2cGRY%2FWLif%2BV32fdA2VIUe3YZ91FSkzR1FARXyeN%2BrKq9mDqIFpWFkuKIFiA%2FneemNUCIkPaRdxWeXLoW26D1bYt%2FZZTZFn8wtNYKNBpBViYsBXGgK6hK%2BSda05ROIe0we3iv5Bkv%2F1gUnQRQ5ULnYujIG4tmQQdeJTRY%2Bd5c%3D&rb=x",
158                            "url_fragments": "",
159                            "description": "Verde",
160                            "pictures": [
161                                {
162                                    "id": "692387-MLA83048423474_032025"
163                                }
164                            ]
165                        },
166                        {
167                            "variation_id": "178116928345",
168                            "url_params": "a=%2FtacMO0iTLtttH4xPSqJTyPSX3MOaG%2FSqUP5Uq4%2FOY8fj2tigub75iH9TmiMNQXxVgJzGddHA7LdGdKnAXGDSy9JK7mRD8DOjiAlpgm4jhRbUT5tKICe0u2Q5Oa5mEM7E7gXvmvvmkCiZGIrBrewPH1wo2wnJCJ3U6OOsxfmFDUXZXpA3f9%2BxCHEH5jpBgnKtr4TtlsZv6mqvvopVez%2BbJoUa9%2BotJWSvKeJsxGoxy%2FDpaGodSlYB4oCDtrxkRVGMhxknLaCPBREJut%2Fm6DVLCL5K5Z2BbljQ1R5627ljixWZ1%2FvGyBq9bxev6%2BDkRVhLqdNy6MdIRHmWp96REtVttedsZ1Zs9I2AmIjX%2BpvcG5tXxxtSXzpcbOCxKOVxqFKUq4GdMO4rTCB6QvLovKAWYai52gPZsDqZ%2BwXBgFI76msFeprFNpl6gB022yxmD95RlbVSpLS%2B2kkHwkqHMa3iY18epg762s%2BE5VXqRzx%2FjVFF70%2BRssEC4d6WSJ2yg%2BIYv8rypRSYomAXo0zOWd7HzBxyxSnvd2Tl1ANHixJKJJm4SYp9wvM7mP0JKad30Yq3aV39U6%2FyWO4txevRNryw%2FYuIftWxILwMR54UCa5%2BIJb8obIIQ2apNbOpzdkz2WWToY0ULhJSpjH3w4EGQVMnM8%3D&rb=x",
169                            "url_fragments": "",
170                            "description": "Rosa",
171                            "pictures": [
172                                {
173                                    "id": "963025-MLA83048453042_032025"
174                                }
175                            ]
176                        }
177                    ],
178                    "text": "Color",
179                    "total_variations": 4
180                }
181            }
182        ]
183    },
184    ...
185]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!