Tucarro Colombia Used Car Listings & Price Scraper
Pricing
from $6.80 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
7 days ago
Last modified
Categories
Share
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
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchQueries | string[] | 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. |
maxCars | integer | no | 10 | Maximum number of car listings to collect across all searches. Free Apify plans are capped at 10 per run. |
fetchDetails | boolean | no | true | When 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.
| Field | Type | Description |
|---|---|---|
itemId | string | Mercado Libre listing ID (unique per listing). |
title | string | Listing title. |
make | string | Vehicle make or brand. |
model | string | Vehicle model. |
trim | string | Version or trim. |
year | integer | Model year. |
priceAmount | integer | Price amount. |
currency | string | Currency code (COP). |
kilometers | integer | Odometer reading in kilometers. |
transmission | string | Transmission type. |
fuelType | string | Fuel type. |
bodyType | string | Body type. |
color | string | Color. |
doors | integer | Number of doors. |
engine | string | Engine displacement. |
power | string | Engine power. |
condition | string | Condition (new or used). |
city | string | City or neighborhood. |
department | string | Colombian department. |
locationText | string | Full location text. |
sellerType | string | Seller type (normal, dealer, etc.). |
sellerId | string | Seller ID. |
powerSellerStatus | string | Seller reputation status, for example silver, gold, platinum. |
categoryId | string | Mercado Libre category ID. |
domainId | string | Mercado Libre domain ID, for example MCO-CARS_AND_VANS. |
listingUrl | string | Listing URL. |
imageUrl | string | Primary listing image URL. |
searchQuery | string | The search that produced this row. |
source | string | Data source label. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present 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:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "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 (
resultevent). 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
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon 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.
Related scrapers
- Carroya Colombia Used Car Listings Scraper: used-car listings from Carroya Colombia.
- Chileautos Used Car Listings Scraper: used-car listings from Chile.
- Autocosmos Car Listings Scraper: car listings and specs across Latin America.
- Copart Salvage Auto Auction Scraper: salvage and used-vehicle auction lots.
- Fincaraiz Colombia Real Estate Scraper: Colombian property listings and prices.
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.
