Skip to Content
PlatformsLatin AmericaMercadoLibre Autos

MercadoLibre Autos Data Parser & API

MercadoLibre Autos is Latin America’s largest vehicle marketplace — the automotive vertical of a retail platform drawing ~237M monthly visits across the region — and Carapis extracts its structured listing data, including make, model, year, mileage, price, location and seller type, through one REST API. Owned by Mercado Libre, it runs the same stack across Brazil, Mexico, Argentina, Chile, Colombia and Uruguay, so a single MercadoLibre-family parser effectively covers roughly six LatAm markets at once.

CountryMexico
TypeMarketplace
OwnerMercado Libre
Vehicle typesused, new, dealer, private, moto, commercial
Monthly visits~237M / mo site-wide (vehicles subset; ML retail across LatAm)
Active listingsMillions (est.)
API accessPartial / limited API
Parse priority★★★★★
Official siteautos.mercadolibre.com.mx

What is MercadoLibre Autos?

MercadoLibre Autos (Mercado Livre Veículos in Brazil) is the vehicles vertical of Mercado Libre, Latin America’s dominant e-commerce and classifieds company. It carries used and new cars, motorcycles and commercial vehicles from both private sellers and dealers, with a consistent listing schema across every country it operates in. Mercado Libre’s retail platform draws an estimated ~237M visits/mo across LatAm (Brazil ~40%, Argentina ~21%, Mexico ~20% of that), with vehicles a top vertical.

Market Position

Mercado Libre is the single biggest consolidation lever in Latin American car data: Brazil, Mexico, Argentina, Chile, Uruguay — plus its Colombian brand TuCarro — all run on the same platform and schema. That means one MercadoLibre-family parser ≈ ~6 markets of structured listings. The trade-off is access: bulk listing data is gated behind seller-oriented APIs and the public site is protected by heavy anti-bot (DataDome-class), so Carapis handles the extraction and normalization for you. The Mexican autos subdomain alone was measured at ~3.6M visits/mo (SimilarWeb, Sep 2024 — now stale).

Data Fields Available

Carapis extracts a consistent structured record from each MercadoLibre Autos listing:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission, body type
  • Condition — mileage
  • Pricing — listed price
  • Listing context — seller type (private vs. dealer), location, photo gallery

The standout value is schema consistency: the same fields come back across Brazil, Mexico, Argentina, Chile, Colombia and Uruguay, plus motorcycle and commercial-vehicle coverage — ideal for cross-market comparison from one source.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "mercadolibre-autos", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Market research — track inventory mix, pricing and seller composition across ~6 LatAm markets from one consistent schema. See market research.
  • Pricing intelligence — the region’s deepest listing pool anchors residual-value and pricing models for dealers.
  • Import / export — compare like-for-like vehicles across countries to spot arbitrage. See import & export.

Frequently asked questions