VOOZH about

URL: https://apify.com/sian.agency/mercado-libre-product-scraper

โ‡ฑ MercadoLibre Scraper โ€” Precios, Stock y Datos ยท Apify


Pricing

from $1.50 / 1,000 overview product extracteds

Go to Apify Store

MercadoLibre Product Scraper

Scrape MercadoLibre products across Argentina, Brazil, Mexico & Chile โ€” price, condition, seller, ratings, specs & images. Keyword or URL search, full detail enrichment, dual-currency USD, clean JSON/CSV, no code.

Pricing

from $1.50 / 1,000 overview product extracteds

Rating

0.0

(0)

Developer

๐Ÿ‘ SIรN Oรœ

SIรN Oรœ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

MercadoLibre Product Scraper โ€” Prices, Sellers, Ratings & Specs ๐Ÿ›’

๐Ÿ‘ SIรN Agency Store
๐Ÿ‘ Taobao & Tmall Product Scraper
๐Ÿ‘ 1688 Wholesale Scraper
๐Ÿ‘ JD.com Product Scraper

๐ŸŽ‰ Scrape MercadoLibre across Argentina, Brazil, Mexico & Chile โ€” every product field, in one clean dataset

Built for price-monitoring teams, resellers, and market researchers across Latin America


๐Ÿ“‹ Overview

Track an entire MercadoLibre category in minutes โ€” this scraper turns any keyword search or listing URL into a structured dataset of products with prices, condition, sellers, ratings, full spec tables and image galleries, across the four biggest MercadoLibre marketplaces.

Why teams choose this scraper:

  • โœ… Four countries, one actor: Argentina, Brazil, Mexico and Chile โ€” switch with a single field.
  • โšก Two speeds: a fast Overview list scrape for price snapshots, or a full Detail scrape with seller, ratings, sold quantity and the complete spec table.
  • ๐ŸŽฏ Complete product records: up to 28 fields per product โ€” price, original price, condition, brand, rating, review count, sold quantity, free-shipping flag, full specifications and every image.
  • ๐Ÿ’ต Dual currency: every local price (ARS, BRL, MXN, CLP) is normalized to USD with a live FX rate, so you can compare across countries instantly.
  • ๐Ÿ’ฐ Pay per result: only successful products are charged โ€” no monthly subscription.
  • โœจ No code, no account: paste a keyword or URL and press Start.

โœจ Features

  • ๐ŸŒŽ Multi-country: scrape Argentina, Brazil, Mexico or Chile marketplaces.
  • ๐Ÿ” Keyword or URL search: type a keyword or paste any pre-filtered listing URL โ€” your filters are preserved.
  • ๐Ÿ“‹ Overview & Detail modes: cheap list scrape or rich per-product detail.
  • ๐Ÿ’ฒ Full pricing: current price, struck-through original price, currency, and a normalized USD value.
  • โญ Ratings & social proof: average rating, review count and sold quantity.
  • ๐Ÿช Seller data: store name and seller signals.
  • ๐Ÿ”ง Complete spec tables: every technical attribute as clean key:value rows.
  • ๐Ÿ–ผ๏ธ Image galleries: all hi-res product photos, with a thumbnail-first field.
  • ๐Ÿšš Filters: new/used condition, price range, free shipping, and sort order.
  • ๐Ÿ“ค Clean export: JSON, CSV and Excel, straight from the dataset.

๐ŸŽฌ Quick Start

Pick a country, type a keyword (or paste a search URL), choose Overview or Detail, and press Start. Results stream into the dataset as they are extracted.

curl-X POST "https://api.apify.com/v2/acts/sian.agency~mercado-libre-product-scraper/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{"scrapeMode":"overview","site":"MLA","searchQueries":["notebook gamer"],"maxResults":100}'

๐Ÿš€ Getting Started (3 Simple Steps)

Step 1: Choose your country & mode

Select Argentina, Brazil, Mexico or Chile, and pick Overview (fast list) or Detail (full product page).

Step 2: Enter what to scrape

Type one or more search keywords, or paste a MercadoLibre listing URL. In Detail mode you can also paste product URLs or IDs directly.

Step 3: Press Start

The scraper extracts the products and streams them to your dataset.

That's it! In a few minutes, you'll have:

  • A structured product dataset (JSON / CSV / Excel)
  • Prices in local currency and USD
  • A clean run report with a sample preview

๐Ÿ“ฅ Input Configuration

FieldTypeRequiredDescription
scrapeModestringNooverview (fast list) or detail (full product page)
sitestringNoCountry: MLA (AR), MLB (BR), MLM (MX), MLC (CL)
searchQueriesarrayNoSearch keywords, one product family per line
searchUrlsarrayNoPaste full listing URLs (filters preserved)
detailUrlsarrayNoProduct URLs or IDs to scrape directly (Detail mode)
sortstringNorelevance, price_asc, price_desc
conditionstringNonew or used
priceMin / priceMaxintegerNoPrice-range filter (local currency)
freeShippingbooleanNoOnly free-shipping items
maxResultsintegerNoMax products (FREE capped at 20)

Example:

{
"scrapeMode":"detail",
"site":"MLB",
"searchQueries":["iphone 15"],
"condition":"new",
"maxResults":200
}

๐Ÿ“ค Output

Results are saved to the Apify dataset with up to 28 fields including:

FieldTypeDescription
idstringProduct ID (e.g. MLA-1234567890)
titlestringProduct title
pricenumberCurrent price (local currency)
originalPricenumberStruck-through original price
currencystringLocal currency (ARS, BRL, MXN, CLP)
priceUsdnumberPrice normalized to USD
conditionstringNew / Used / Refurbished
ratingnumberAverage buyer rating
reviewCountnumberNumber of reviews
soldQuantitystringUnits sold
sellerstringStore / seller name
brandstringProduct brand
attributesarrayFull spec table (key:value)
imagesarrayAll product image URLs
urlstringProduct page URL

Example:

{
"id":"MLA-22826188",
"title":"Notebook EXO Smart T38 Intel N4020 4GB SSD 128GB Windows 11",
"price":318449,
"originalPrice":569999,
"currency":"ARS",
"priceUsd":264.32,
"condition":"Nuevo",
"rating":4.6,
"reviewCount":5207,
"seller":"Tienda oficial EXO",
"brand":"EXO",
"attributes":["Marca: EXO","Memoria RAM: 4 GB","Sistema operativo: Windows 11"],
"imageCount":18,
"url":"https://www.mercadolibre.com.ar/.../p/MLA22826188"
}

๐Ÿ’ผ Use Cases & Examples

1. Price Monitoring

E-commerce teams tracking competitor prices across LatAm. Input: Keyword or category URL ยท Output: Daily price + stock snapshots ยท Use: Repricing, promotion timing.

2. Reseller & Arbitrage Research

Resellers finding underpriced inventory. Input: Product keywords with price filters ยท Output: Price, condition, seller, sold quantity ยท Use: Spot arbitrage opportunities.

3. Market & Demand Analysis

Analysts sizing a product category. Input: Broad keyword across countries ยท Output: Price distribution, ratings, sold quantity ยท Use: Demand and price benchmarking.

4. Catalog & Content Building

Marketplaces and apps building a product catalog. Input: Search URLs ยท Output: Titles, specs, images, brands ยท Use: Seed a catalog with clean structured data.

5. Dropshipping Product Discovery

Dropshippers sourcing trending items. Input: Trending keywords ยท Output: Best-sellers by sold quantity + rating ยท Use: Validate winning products.

6. Brand & Reputation Tracking

Brands monitoring their listings and resellers. Input: Brand keyword ยท Output: Sellers, prices, ratings ยท Use: Detect unauthorized sellers and price erosion.


๐Ÿ”— Integration Examples

JavaScript/Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_TOKEN'});
const run =await client.actor('sian.agency/mercado-libre-product-scraper').call({
scrapeMode:'overview',
site:'MLA',
searchQueries:['notebook gamer'],
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0]);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('sian.agency/mercado-libre-product-scraper').call(
run_input={'scrapeMode':'overview','site':'MLB','searchQueries':['iphone']}
)
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

cURL

curl-X POST 'https://api.apify.com/v2/acts/sian.agency~mercado-libre-product-scraper/runs?token=YOUR_TOKEN'\
-H'Content-Type: application/json'\
-d'{"scrapeMode":"overview","site":"MLM","searchQueries":["audifonos"]}'

Automation Workflows (N8N / Zapier / Make)

  1. Trigger: Schedule or webhook
  2. HTTP Request: Call the actor API
  3. Process: Handle the JSON results
  4. Action: Save to a sheet, notify, or transform

๐Ÿ“Š Performance & Pricing

FREE Tier (Try It Now)

  • 20 products per run โ€” full feature access, same quality
  • No credit card required
  • Perfect for testing and small projects

PAID Tier (Production Ready)

  • Unlimited products per run
  • Faster processing, no delays
  • Pay-per-result: only charged for successful products

๐Ÿ’ฐ Fair, transparent pricing โ€” a cheap per-product Overview event plus an optional richer Detail event.

๐Ÿ”— View current pricing


โ“ Frequently Asked Questions

Q: Which countries are supported? A: Argentina (MLA), Brazil (MLB), Mexico (MLM) and Chile (MLC).

Q: How many products can I scrape? A: FREE tier: 20 per run. PAID tier: unlimited.

Q: What's the difference between Overview and Detail mode? A: Overview is a fast list scrape (price, condition, lead image). Detail opens each product page for seller, ratings, sold quantity, the full spec table and all photos.

Q: Can I use my own filtered search? A: Yes โ€” filter on MercadoLibre, then paste the resulting URL. Your filters are preserved.

Q: What output formats are available? A: JSON, CSV and Excel โ€” export directly from the Apify dataset.

Q: Are prices in USD? A: Prices are returned in the local currency, plus a normalized USD value using a live FX rate.

Q: Is this legal? A: Yes โ€” only publicly available data is extracted. See the legal section below.


๐Ÿž Troubleshooting

No results returned

  • Check the keyword spelling and that the country (site) matches the URL you pasted.
  • Broaden your price-range / condition filters.

Fewer results than expected

  • Increase maxResults. FREE runs are capped at 20 products.

Detail mode returns partial fields

  • Some products simply don't expose every field (e.g. no reviews yet). The row is still returned with whatever is available.

โš–๏ธ Is it legal to scrape data?

Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.

Trademark notice: This is an independent tool and is not affiliated with, endorsed by, or sponsored by MercadoLibre, Inc. or Mercado Livre. "MercadoLibre" and "Mercado Livre" are trademarks of their respective owners. This actor accesses only publicly available data; product names are used for nominative, descriptive purposes only.


๐Ÿค Support

๐Ÿ‘ Telegram Support

Join our active support community


Built by SIรN Agency | More Tools

You might also like

MercadoLibre Product Scraper

dataharvest/mercadolibre-scraper

Scrape products from MercadoLibre. Supports Argentina, Brazil, Mexico, Chile, Colombia and more.

MercadoLibre Product Scraper

crawlerbros/mercadolibre-scraper

Scrape products from MercadoLibre across Mexico. Returns product title, price, currency, condition, seller, thumbnail, and permalink.

64

5.0

MercadoLibre Scraper 2026

devcake/mercadolibre-scraper

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

MercadoLibre Scraper

sheshinmcfly/mercadolibre-scraper

Scrape product listings from MercadoLibre across 7 Latin American countries: Chile, Argentina, Mexico, Colombia, Peru, Uruguay and Brazil. Extracts prices, discounts, installments, ratings, seller data and images. Search by keyword or scrape direct URLs. No login required.

39

MercadoLibre Scraper - Products, Prices & Sellers | $3/1K

bovi/mercadolibre-scraper

Scrape MercadoLibre product listings across all Latin-American sites (MLA Argentina, MLB Brazil, MLM Mexico, MLC Chile, MCO Colombia & more). Returns title, price, original price, currency, condition, seller, free shipping, category, attributes, location, permalink & images per item. No API key.

๐Ÿ‘ User avatar

Vitalii Bondarev

10

MercadoLibre Product Listings Scraper

scrapers_lat/mercadolibre-scraper

Extract products, prices and seller data from MercadoLibre across 18 LATAM countries. Scrape titles, prices, discounts, currency, sellers, shipping, images and specs.

MercadoLibre Scraper โ€” Products, Reviews, Q&A, Sellers

sourabhbgp/mercadolibre-scraper

Scrape MercadoLibre and Mercado Livre across all 9 LATAM marketplaces: Mexico, Argentina, Brazil, Chile, Colombia, Peru, Uruguay, Ecuador, Dominican Republic. Pull products (title, price, brand, specs, variations), reviews, buyer Q&A, and seller catalogs.

154

Mercadolibre Email Scraper

api-empire/mercadolibre-email-scraper

Automate email extraction from MercadoLibre with MercadoLibre Email Scraper. The actor scans product and seller pages and pulls available contact emails into structured datasets for CRM enrichment.