Autocosmos Used Car Listings & Price Scraper (LATAM)
Pricing
from $6.80 / 1,000 results
Autocosmos Used Car Listings & Price Scraper (LATAM)
Scrape Autocosmos used-car listings in Mexico, Argentina, Chile, Colombia and Peru: make, model, version, year, price, currency, mileage, transmission, fuel, engine, color, city, region, dealer and images. Search by make or make + 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
14 days ago
Last modified
Categories
Share
Autocosmos Used Car Listings & Price Scraper (LATAM)
Here is one real result, with every field the actor returns:
{"make": "Toyota","model": "Corolla","version": "LE Aut","year": 2021,"priceAmount": null,"currency": "MXN","financed": true,"downPaymentAmount": 90569,"monthlyPayment": 8045,"kilometers": 83125,"transmission": "Automática CVT","fuelType": "Gasolina","bodyType": null,"engineDisplacement": "1798 cc","color": "Blanco","aiListingSummary": "This 2021 Toyota Corolla LE Aut is a used vehicle with 83,125 kilometers, featuring a 1.8L gasoline engine and automatic CVT transmission. It is located in Tlalpan, Mexico City, and is offered in white.","aiSpecs": {"trim": "LE","engine": "1798 cc","transmission": "automatic","fuel": "gasoline","drivetrain": "unknown","doors": null,"bodyType": null},"aiTranslation": {"version": "Toyota Corolla LE Automatic","bodyType": "Sedan","condition": "Used","summary": "This is a used 2021 Toyota Corolla LE Automatic with 83,125 kilometers in white color."},"condition": "Usado","city": "Tlalpan","region": "Ciudad de México","country": "Mexico","countryCode": "MX","sellerType": "dealer","sellerName": "Toyota Coapa","sellerPhone": null,"vin": null,"listingUrl": "https://www.autocosmos.com.mx/auto/usado/toyota/corolla/le-aut/2a0db3c9ada64916a7507b2f11dfe1f2","imageUrl": "https://acroadtrip.blob.core.windows.net/publicaciones-imagenes/Large/toyota/corolla/mx/RT_PU_a86ebbf84a8b497882c5fd754f797d30.webp","searchInput": "toyota corolla","source": "autocosmos.com.mx","observedAt": "2026-08-14T06:34:23.284Z"}
The most complete Autocosmos used-car scraper available. It returns every field each listing exposes, including price or financing, mileage, full specs, location, and seller, across five Latin American marketplaces, plus optional AI summary, structured spec extraction, and English translation.
📥 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 searches the Autocosmos used-car marketplace for a chosen country and writes one normalized record per listing. Each search entry is a make (toyota) or a make plus model (toyota corolla) and runs its own paginated search; leave the list empty to sweep all used cars in the country. With enrichDetails on, the actor opens each listing to add fuel type, transmission, engine size, and body type. Prices are captured as an amount or, when the seller only shows financing, as a down payment and monthly payment. Location, condition, seller type and name, image, and source URL come through on every record. Missing source values are returned as null.
Three optional AI add-ons (paid Apify plans only, off by default) enrich each record: a plain-English listing summary, a structured spec extract (trim, engine, transmission, fuel, drivetrain, body type), and an English translation of the Spanish descriptive fields. Each add-on is billed only when it returns usable output.
Quickstart
Open the actor, paste this into the input, and press Run. It returns the 10 most recent Toyota Corolla listings in Mexico.
{"country": "mx","searches": ["toyota corolla"],"maxCars": 10,"enrichDetails": true}
Add more search entries (for example ["toyota corolla", "nissan versa"]), or leave searches empty to scrape all used cars in the country. Turn enrichDetails off for a faster price-and-mileage sweep.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searches | string[] | no | (all cars) | One entry per search: a make (toyota) or make plus model (toyota corolla). Each runs its own paginated search. Empty scrapes all used cars in the country. |
country | enum | no | mx | Which Autocosmos country marketplace to scrape. One of mx (Mexico), ar (Argentina), cl (Chile), co (Colombia), pe (Peru). |
maxCars | integer | no | 10 | Maximum number of listings to return across all searches (1 to 1000000). |
enrichDetails | boolean | no | true | Open each listing to add fuel type, transmission, engine size, and body type. Turn off for a faster price-and-mileage sweep. |
withAiListingSummary | boolean | no | false | Paid add-on. Concise English summary of each listing. Requires a paid Apify plan. Billed only when a summary is produced. |
withAiSpecExtract | boolean | no | false | Paid add-on. Structured trim, engine, transmission, fuel, drivetrain, and body type from each listing. Requires a paid Apify plan. Billed only when specs are produced. |
withAiTranslate | boolean | no | false | Paid add-on. Translates the Spanish descriptive fields (version, body type, condition) to English. Requires a paid Apify plan. Billed only when a translation is produced. |
Output reference
One dataset item per listing. Types: string, integer, number, boolean, object, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
make | string | Vehicle make, for example Toyota. |
model | string | Vehicle model, for example Corolla. |
version | string | Trim/version text as listed, for example LE Aut. |
year | integer | Model year. |
priceAmount | number | Listed sale price in currency, or null when only financing is shown. |
currency | string | Currency code, for example MXN, ARS. |
financed | boolean | true when the listing shows financing terms rather than a cash price. |
downPaymentAmount | number | Down payment shown for financed listings, or null. |
monthlyPayment | number | Monthly payment shown for financed listings, or null. |
kilometers | integer | Odometer reading in kilometers. |
transmission | string | Transmission as listed, for example Automática CVT. |
fuelType | string | Fuel type as listed, for example Gasolina, diesel. |
bodyType | string | Body type when listed, else null. |
engineDisplacement | string | Engine displacement, for example 1798 cc. |
color | string | Exterior color as listed. |
aiListingSummary | string | English listing summary. Populated only when the AI summary add-on is on, else null. |
aiSpecs | object | Structured specs (trim, engine, transmission, fuel, drivetrain, doors, bodyType). Populated only when the AI spec add-on is on, else null. |
aiTranslation | object | English translation of version, body type, condition, and a summary. Populated only when the AI translate add-on is on, else null. |
condition | string | Condition as listed, for example Usado. |
city | string | City of the listing. |
region | string | State/province/region of the listing. |
country | string | Country name of the marketplace. |
countryCode | string | Two-letter country code, for example MX. |
sellerType | string | dealer or private. |
sellerName | string | Dealer or seller name when shown, else null. |
sellerPhone | string | Seller phone when shown, else null. |
vin | string | Vehicle VIN when shown, else null. |
listingUrl | string | Source listing URL. |
imageUrl | string | Primary listing image URL. |
searchInput | string | The search entry that produced this record. |
source | string | Source host, for example autocosmos.com.mx. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
A failed run writes a single item with an error field and is not charged.
Example output record
Real record from a live run (input {"country":"ar","searches":["volkswagen"],"maxCars":2,"withAiListingSummary":true,"withAiSpecExtract":true,"enrichDetails":true}):
{"make": "Volkswagen","model": "Amarok","version": "DC 4x2 Trendline","year": 2024,"priceAmount": null,"currency": "ARS","financed": true,"downPaymentAmount": 4999999,"monthlyPayment": null,"kilometers": 15000,"transmission": "manual 6 velocidades","fuelType": "diesel","bodyType": null,"engineDisplacement": "1968 cc","color": "Blanco","aiListingSummary": "This 2024 Volkswagen Amarok DC 4x2 Trendline is a used diesel pickup with 15,000 kilometers on the odometer. It features a 6-speed manual transmission and is in good condition, located in Flores, Buenos Aires.","aiSpecs": {"trim": "Trendline","engine": "1968","transmission": "manual","fuel": "diesel","drivetrain": "4WD","doors": null,"bodyType": "unknown"},"aiTranslation": null,"condition": "Usado","city": "Flores","region": "Ciudad Autónoma Buenos Aires","country": "Argentina","countryCode": "AR","sellerType": "private","sellerName": null,"sellerPhone": null,"vin": null,"listingUrl": "https://www.autocosmos.com.ar/auto/usado/volkswagen/amarok/dc-4x2-trendline/90f9f16ceb7c48aaa569ad6cf568c632","imageUrl": "https://acroadtrip.blob.core.windows.net/publicaciones-imagenes/Large/volkswagen/amarok/ar/RT_PU_0756b7e999c6406d8ba01c4c19aed187.webp","searchInput": "volkswagen","source": "autocosmos.com.ar","observedAt": "2026-08-14T06:34:56.992Z"}
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~autocosmos-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"country":"mx","searches":["toyota corolla","nissan versa"],"maxCars":25,"enrichDetails":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~autocosmos-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"country":"ar","searches":["volkswagen"],"maxCars":100}'
Apify CLI:
apify call scrapers_lat/autocosmos-scraper \--input '{"country":"cl","searches":["nissan versa"],"maxCars":50}'
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 listing returned (
resultevent). See the pricing tab for the current per-result price. - AI add-ons billed separately. Each enabled AI add-on (
ai_listing_summary,ai_spec_extract,ai_translate) is charged per record only when it returns usable output, and only on paid Apify plans. - No charge on failure. If a run errors, the actor writes a single item with an
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 and cannot use the AI add-ons. Upgrade for higher
maxCarsand enrichment.
FAQ and troubleshooting
A run returned 0 records. Why?
The search matched no live listings in that country. Try a broader term (a make only, for example toyota), switch country, or leave searches empty to sweep all used cars. Zero-result runs are not charged.
Why is priceAmount null?
The seller listed financing instead of a cash price. In that case financed is true and downPaymentAmount and/or monthlyPayment carry the terms.
Why are fuelType, transmission, or engineDisplacement missing?
Those come from the listing detail page. Turn enrichDetails on (the default) to populate them; with it off, only the fast list-level fields are returned.
Why are the AI fields null?
The AI add-ons are off by default and require a paid Apify plan. Turn on withAiListingSummary, withAiSpecExtract, or withAiTranslate on a paid plan to populate them.
Which countries are supported?
Mexico (mx), Argentina (ar), Chile (cl), Colombia (co), and Peru (pe). One country per run.
Is this an official Autocosmos tool? No. This actor is independent and has no affiliation with Autocosmos. It reads only listing data that is publicly available on the marketplace. Use it in accordance with the source terms of use.
Related scrapers
- Kavak Used Cars Scraper: Kavak used-car inventory and prices.
- Seminuevos Mexico Scraper: Mexican used-car classifieds.
- NeoAuto Peru Scraper: Peruvian used and new car listings.
- Chileautos Scraper: Chilean car marketplace listings.
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 Autocosmos. Accesses only publicly available listing data. Use in accordance with the source terms of use.
