Skip to Content

TuCarro Data Parser & API

TuCarro is Colombia’s #1 vehicles marketplace — and it is Mercado Libre’s Colombian automotive brand — so Carapis extracts its structured listing data, including make, model, year, mileage, price, location and seller type, through one REST API. Because TuCarro runs on the Mercado Libre stack, its data fits the same consistent schema used across the region’s six-market ML family.

CountryColombia
TypeMarketplace
OwnerMercado Libre
Vehicle typesused, new, private, moto
Monthly visits#1 CO vehicles (global #6454, Feb 2026; ~68.7% organic)
Active listingsLarge (est.)
API accessPartial / limited API
Parse priority★★★★☆
Official sitewww.tucarro.com.co

What is TuCarro?

TuCarro (tucarro.com.co) is the leading car and motorcycle marketplace in Colombia. It is Mercado Libre’s Colombian automotive brand — the same platform and schema as MercadoLibre Autos elsewhere in the region, simply operating under the TuCarro name in Colombia. It carries used, new, private and dealer listings plus motorcycles.

Market Position

TuCarro is the #1 vehicles site in Colombia, ranked around global #6454 (SimilarWeb, Feb 2026) with roughly 68.7% organic traffic. Its key consolidation fact: TuCarro is Mercado Libre — so it is part of the single biggest data lever in LatAm, where one ML-family parser spans Brazil, Mexico, Argentina, Chile, Uruguay and Colombia (TuCarro). It leads Colombia ahead of Carroya, the #2 dedicated portal. As with the ML family, bulk access is gated and anti-bot is heavy, which is why Carapis handles extraction and normalization.

Data Fields Available

Carapis extracts a consistent structured record from each TuCarro 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

Because TuCarro shares the Mercado Libre schema, its fields line up directly with MercadoLibre Autos in other countries — ideal for cross-market Colombia-vs-region comparison.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "tucarro", "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 the Colombian car market from its #1 platform, with a schema that maps to the rest of the ML family. See market research.
  • Pricing intelligence — TuCarro pricing anchors residual-value models for dealers in Colombia.
  • Import / export — compare Colombian listings against neighboring markets. See import & export.

Frequently asked questions