Tucarro Colombia Used Car Listings & Price Scraper avatar

Tucarro Colombia Used Car Listings & Price Scraper

Pricing

from $6.80 / 1,000 results

Go to Apify Store
Tucarro Colombia Used Car Listings & Price Scraper

Tucarro Colombia Used Car Listings & Price Scraper

Scrape Tucarro Colombia vehicle listings with make, model, year, price in COP, kilometers, transmission, fuel type, body type, condition, seller type and location. Search by make and model. Export to JSON, CSV or Excel.

Pricing

from $6.80 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

7 days ago

Last modified

Share

Tucarro Colombia Used Car Listings & Price Scraper

Tucarro Colombia Used Car Listings & Price Scraper

Here is one real result, with every field the actor returns:

{
"itemId": "MCO4240643434",
"title": "Toyota Corolla 2024 1.8 Hev Seg",
"make": "Toyota",
"model": "Corolla",
"trim": "1.8 Hev Seg",
"year": 2024,
"priceAmount": 118500000,
"currency": "COP",
"kilometers": 24200,
"transmission": "Automática",
"fuelType": "Híbrido",
"bodyType": "Sedán",
"color": "Blanco",
"doors": 4,
"engine": "1.8",
"power": "98 hp",
"condition": "used",
"city": "Kennedy",
"department": "Bogotá D.C.",
"locationText": "Kennedy - Bogotá D.C.",
"sellerType": "normal",
"sellerId": "3575161227",
"powerSellerStatus": "silver",
"categoryId": "MCO1744",
"domainId": "MCO-CARS_AND_VANS",
"listingUrl": "https://articulo.tucarro.com.co/MCO-4240643434-toyota-corolla-18-hev-seg-_JM",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_2X_751915-MCO115313310107_072026-F.webp",
"searchQuery": "toyota corolla",
"source": "Tucarro Colombia",
"observedAt": "2026-08-10T14:35:24.827Z"
}

The most complete Tucarro Colombia car listing scraper available. It returns every field a Tucarro vehicle listing exposes, from price and odometer to transmission, fuel type, body, color, seller and location, plus a per-listing image and URL, and gives you multi-search input to target exactly the vehicles you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor runs one or more vehicle searches on Tucarro Colombia (Mercado Libre's used-car marketplace), paginates through the matching listings, and writes one normalized record per car to the run's dataset. Each search can be a make and model (toyota corolla), a make (mazda), free keywords (camioneta 4x4) or a full Tucarro search URL. When fetchDetails is on, every listing is enriched from its detail page with make, model, transmission, fuel type, body type, color, condition and seller type. Prices are in Colombian pesos (COP), missing values are returned as null, and each record carries an observedAt timestamp.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 10 Toyota Corolla listings with full vehicle details.

{
"searchQueries": ["toyota corolla"],
"maxCars": 10,
"fetchDetails": true
}

Pass several searches in one run, for example ["toyota corolla", "mazda cx-5"]. Turn fetchDetails off for a faster price-and-location-only run.

Input reference

FieldTypeRequiredDefaultDescription
searchQueriesstring[]yes["toyota corolla", "mazda cx-5"]One or more vehicle searches. Use a make and model (toyota corolla), a make (mazda), free keywords (camioneta 4x4) or a full Tucarro search URL. One run covers every search in the list.
maxCarsintegerno10Maximum number of car listings to collect across all searches. Free Apify plans are capped at 10 per run.
fetchDetailsbooleannotrueWhen on (recommended), each listing is enriched with make, model, transmission, fuel type, body type, color, condition and seller type from the detail page. Turn off for a faster, price-and-location-only run.

Output reference

One dataset item per car listing. Types: string, integer, or null when the source value is absent.

FieldTypeDescription
itemIdstringMercado Libre listing ID (unique per listing).
titlestringListing title.
makestringVehicle make or brand.
modelstringVehicle model.
trimstringVersion or trim.
yearintegerModel year.
priceAmountintegerPrice amount.
currencystringCurrency code (COP).
kilometersintegerOdometer reading in kilometers.
transmissionstringTransmission type.
fuelTypestringFuel type.
bodyTypestringBody type.
colorstringColor.
doorsintegerNumber of doors.
enginestringEngine displacement.
powerstringEngine power.
conditionstringCondition (new or used).
citystringCity or neighborhood.
departmentstringColombian department.
locationTextstringFull location text.
sellerTypestringSeller type (normal, dealer, etc.).
sellerIdstringSeller ID.
powerSellerStatusstringSeller reputation status, for example silver, gold, platinum.
categoryIdstringMercado Libre category ID.
domainIdstringMercado Libre domain ID, for example MCO-CARS_AND_VANS.
listingUrlstringListing URL.
imageUrlstringPrimary listing image URL.
searchQuerystringThe search that produced this row.
sourcestringData source label.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent only on a failed run: a single item with a populated error field is written instead.

Detail fields (transmission, fuelType, bodyType, color, condition, seller fields) are populated only when fetchDetails is on.

Example output record

Real record from a live run (input {"searchQueries": ["toyota corolla"], "maxCars": 10, "fetchDetails": true}):

{
"itemId": "MCO4240643434",
"title": "Toyota Corolla 2024 1.8 Hev Seg",
"make": "Toyota",
"model": "Corolla",
"trim": "1.8 Hev Seg",
"year": 2024,
"priceAmount": 118500000,
"currency": "COP",
"kilometers": 24200,
"transmission": "Automática",
"fuelType": "Híbrido",
"bodyType": "Sedán",
"color": "Blanco",
"doors": 4,
"engine": "1.8",
"power": "98 hp",
"condition": "used",
"city": "Kennedy",
"department": "Bogotá D.C.",
"locationText": "Kennedy - Bogotá D.C.",
"sellerType": "normal",
"sellerId": "3575161227",
"powerSellerStatus": "silver",
"categoryId": "MCO1744",
"domainId": "MCO-CARS_AND_VANS",
"listingUrl": "https://articulo.tucarro.com.co/MCO-4240643434-toyota-corolla-18-hev-seg-_JM",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_2X_751915-MCO115313310107_072026-F.webp",
"searchQuery": "toyota corolla",
"source": "Tucarro Colombia",
"observedAt": "2026-08-10T14:35:24.827Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~tucarro-colombia-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["toyota corolla","mazda cx-5"],"maxCars":25,"fetchDetails":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~tucarro-colombia-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["camioneta 4x4"],"maxCars":100,"fetchDetails":false}'

Apify CLI:

apify call scrapers_lat/tucarro-colombia-scraper \
--input '{"searchQueries":["toyota corolla"],"maxCars":10}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per record returned (result event). See the pricing tab for the current per-result price.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxCars.
  • No API key or login required. The actor reads only publicly available listing data.

FAQ and troubleshooting

A run returned 0 records. Why? The search matched no listings, or the search URL was malformed. Try a broader query (a make only, or make plus model) and confirm the term returns results on tucarro.com.co. Zero-result runs are not charged.

What currency are prices in? Colombian pesos (COP), reported in the currency field.

Why are some detail fields null? Either fetchDetails is off, or the seller did not publish that attribute on the listing. Missing values are returned as null, never invented.

Can I run several searches at once? Yes. Pass an array in searchQueries; the actor collects listings across all of them up to maxCars.

Can I use a full search URL? Yes. Paste a Tucarro search results URL as one of the searchQueries entries to reuse an exact filtered search.

Is this an official Tucarro or Mercado Libre tool? No. This actor is independent and has no affiliation with Tucarro or Mercado Libre. It reads only publicly available listing data. Use the results in accordance with the source's terms.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with Tucarro or Mercado Libre. Accesses only publicly available listing data. Use in accordance with the source's terms.