Autocosmos Used Car Listings & Price Scraper (LATAM) avatar

Autocosmos Used Car Listings & Price Scraper (LATAM)

Pricing

from $6.80 / 1,000 results

Go to Apify Store
Autocosmos Used Car Listings & Price Scraper (LATAM)

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

14 days ago

Last modified

Share

Autocosmos Used Car Listings & Price Scraper (LATAM)

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
searchesstring[]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.
countryenumnomxWhich Autocosmos country marketplace to scrape. One of mx (Mexico), ar (Argentina), cl (Chile), co (Colombia), pe (Peru).
maxCarsintegerno10Maximum number of listings to return across all searches (1 to 1000000).
enrichDetailsbooleannotrueOpen each listing to add fuel type, transmission, engine size, and body type. Turn off for a faster price-and-mileage sweep.
withAiListingSummarybooleannofalsePaid add-on. Concise English summary of each listing. Requires a paid Apify plan. Billed only when a summary is produced.
withAiSpecExtractbooleannofalsePaid 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.
withAiTranslatebooleannofalsePaid 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.

FieldTypeDescription
makestringVehicle make, for example Toyota.
modelstringVehicle model, for example Corolla.
versionstringTrim/version text as listed, for example LE Aut.
yearintegerModel year.
priceAmountnumberListed sale price in currency, or null when only financing is shown.
currencystringCurrency code, for example MXN, ARS.
financedbooleantrue when the listing shows financing terms rather than a cash price.
downPaymentAmountnumberDown payment shown for financed listings, or null.
monthlyPaymentnumberMonthly payment shown for financed listings, or null.
kilometersintegerOdometer reading in kilometers.
transmissionstringTransmission as listed, for example Automática CVT.
fuelTypestringFuel type as listed, for example Gasolina, diesel.
bodyTypestringBody type when listed, else null.
engineDisplacementstringEngine displacement, for example 1798 cc.
colorstringExterior color as listed.
aiListingSummarystringEnglish listing summary. Populated only when the AI summary add-on is on, else null.
aiSpecsobjectStructured specs (trim, engine, transmission, fuel, drivetrain, doors, bodyType). Populated only when the AI spec add-on is on, else null.
aiTranslationobjectEnglish translation of version, body type, condition, and a summary. Populated only when the AI translate add-on is on, else null.
conditionstringCondition as listed, for example Usado.
citystringCity of the listing.
regionstringState/province/region of the listing.
countrystringCountry name of the marketplace.
countryCodestringTwo-letter country code, for example MX.
sellerTypestringdealer or private.
sellerNamestringDealer or seller name when shown, else null.
sellerPhonestringSeller phone when shown, else null.
vinstringVehicle VIN when shown, else null.
listingUrlstringSource listing URL.
imageUrlstringPrimary listing image URL.
searchInputstringThe search entry that produced this record.
sourcestringSource host, for example autocosmos.com.mx.
observedAtstringISO 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:

# 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 listing returned (result event). 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 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 and cannot use the AI add-ons. Upgrade for higher maxCars and 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.

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.