ChileAutos Car Listings & Dealer Contacts Scraper avatar

ChileAutos Car Listings & Dealer Contacts Scraper

Pricing

from $17.00 / 1,000 results

Go to Apify Store
ChileAutos Car Listings & Dealer Contacts Scraper

ChileAutos Car Listings & Dealer Contacts Scraper

Scrape new and used car listings from ChileAutos.cl with make, model, year, price (CLP), kilometers, transmission, fuel type, body type, condition, seller type, region and the seller's public phone. Search by make, model or listing URL. Export to JSON, CSV or Excel.

Pricing

from $17.00 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

ChileAutos Car Listings & Dealer Contacts Scraper

ChileAutos Car Listings & Dealer Contacts Scraper

Here is one real result, with every field the actor returns (this run had includeSellerContact off, so the seller fields are null):

{
"listingId": "CP-AD-8542135",
"title": "2022 Toyota Rav4 2.0 LE 4X2 MT 5P.",
"make": "Toyota",
"model": "Rav4",
"year": 2022,
"priceAmount": 18338900,
"priceCurrency": "CLP",
"priceDisplay": "$18,338,900",
"kilometers": 27000,
"transmission": "Manual",
"fuelType": "Bencina",
"bodyType": "SUV",
"condition": "Usado",
"sellerType": "Vehículo",
"sellerName": null,
"sellerPhone": null,
"sellerId": null,
"region": "Metropolitana de Santiago",
"listingUrl": "https://www.chileautos.cl/vehiculos/detalles/2022-toyota-rav4-2-0-le-4x2-mt-5p/CP-AD-8542135/?gts=CP-AD-8542135",
"imageUrl": "https://chileautos.pxcrush.net/cars/dealer/3iz7w2vy3a2ivud1wdmqo9z2o.jpg?pxc_method=fitfill&pxc_bgtype=self&pxc_size=432,288",
"imageCount": 17,
"searchInput": "Toyota",
"aiListingSummary": "This 2022 Toyota Rav4 LE 4X2 is a used SUV with a manual transmission and 27,000 kilometers on the odometer, priced at CLP 18,338,900. It offers a reliable performance and modern features, making it a great value for those seeking a versatile vehicle.",
"aiTitleEn": "2022 Toyota Rav4 2.0 LE 4X2 MT 5P",
"aiSummaryEn": "A used 2022 Toyota Rav4 with 27,000 kilometers, manual transmission, and powered by gasoline, available in the Metropolitan Region of Santiago for CLP 18,338,900.",
"source": "ChileAutos",
"observedAt": "2026-08-14T07:25:27.439Z"
}

The most complete ChileAutos car listings scraper available. It returns every field a listing exposes, including make, model, year, price, kilometers, transmission, fuel and body type, condition, region, image URL and image count, plus the public seller phone for lead generation, and optional AI listing summaries and English translation, and gives you make/model or full-URL searches to target exactly the cars you need.

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

Apify Coverage Output Billing

Table of contents

What it does

The actor runs each search you list on ChileAutos (a make, a make and model, or a full search URL you copied from the browser), paginates through the matching listings, and writes one normalized record per car to the run's dataset. Each record carries the listing ID and title, make, model and year, price amount, currency and display string, kilometers, transmission, fuel type, body type, condition, seller type, region, listing URL, primary image URL and image count. With includeSellerContact on it also fetches the public seller name, phone and ID. Missing source values are returned as null.

Optional AI add-ons (paid Apify plans only) add a concise English listing summary, and an English translation of the title with a one-line English summary.

Quickstart

Open the actor, paste this into the input, and press Run. It returns 3 Toyota listings with AI summary and English translation enabled.

{
"searches": ["Toyota"],
"maxCars": 3,
"includeSellerContact": false,
"withAiListingSummary": true,
"withAiTranslate": true
}

Each search item can be a make (Toyota), a make and model (Toyota Corolla), or a full ChileAutos search URL. One run covers every search you list.

Input reference

FieldTypeRequiredDefaultDescription
searchesstring[]yes["Toyota", "https://www.chileautos.cl/vehiculos/?q=(And.Marca.Kia._.Ano.range(2022..).)"]One or more searches. Each item is a make, a make and model, or a full ChileAutos search URL. One run covers every search.
maxCarsintegerno10Maximum number of car listings to collect across all searches.
includeSellerContactbooleannotrueAlso fetch each listing's public seller phone number. Leave on for lead generation; turn off for faster, listing-only runs.
withAiListingSummarybooleannofalsePaid add-on. Generate a concise English summary of each listing. Requires a paid plan. Billed only when a summary is produced.
withAiTranslatebooleannofalsePaid add-on. Translate and normalize the Spanish title into an English title and one-line summary. Requires a paid plan. Billed only when a translation is produced.

Output reference

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

FieldTypeDescription
listingIdstringChileAutos listing ID (unique per listing).
titlestringListing title as shown.
makestringVehicle make.
modelstringVehicle model.
yearintegerModel year.
priceAmountintegerPrice as a number.
priceCurrencystringPrice currency, for example CLP.
priceDisplaystringPrice as displayed, with formatting.
kilometersintegerOdometer reading in kilometers.
transmissionstringTransmission type, for example Manual.
fuelTypestringFuel type, for example Bencina.
bodyTypestringBody type, for example SUV.
conditionstringCondition (Nuevo or Usado).
sellerTypestringSeller type.
sellerNamestringSeller name (when includeSellerContact is on), else null.
sellerPhonestringPublic seller phone (when includeSellerContact is on), else null.
sellerIdstringSeller ID (when includeSellerContact is on), else null.
regionstringRegion where the car is listed.
listingUrlstringFull listing page URL.
imageUrlstringPrimary image URL.
imageCountintegerNumber of images on the listing.
searchInputstringThe search item that produced this record.
aiListingSummarystringAI listing summary (paid add-on), else absent.
aiTitleEnstringAI English title (paid add-on), else absent.
aiSummaryEnstringAI one-line English summary (paid add-on), else absent.
sourcestringData source name (ChileAutos).
observedAtstringISO 8601 timestamp of when the record was collected.

Example output record

Real record from a live run (input {"searches":["Toyota"],"maxCars":3,"includeSellerContact":false,"withAiListingSummary":true,"withAiTranslate":true}):

{
"listingId": "CP-AD-8542135",
"title": "2022 Toyota Rav4 2.0 LE 4X2 MT 5P.",
"make": "Toyota",
"model": "Rav4",
"year": 2022,
"priceAmount": 18338900,
"priceCurrency": "CLP",
"priceDisplay": "$18,338,900",
"kilometers": 27000,
"transmission": "Manual",
"fuelType": "Bencina",
"bodyType": "SUV",
"condition": "Usado",
"sellerType": "Vehículo",
"region": "Metropolitana de Santiago",
"listingUrl": "https://www.chileautos.cl/vehiculos/detalles/2022-toyota-rav4-2-0-le-4x2-mt-5p/CP-AD-8542135/",
"imageUrl": "https://chileautos.pxcrush.net/cars/dealer/3iz7w2vy3a2ivud1wdmqo9z2o.jpg?pxc_method=fitfill&pxc_bgtype=self&pxc_size=432,288",
"imageCount": 17,
"searchInput": "Toyota",
"aiTitleEn": "2022 Toyota Rav4 2.0 LE 4X2 MT 5P",
"aiSummaryEn": "A used 2022 Toyota Rav4 with 27,000 kilometers, manual transmission, and powered by gasoline, available in the Metropolitan Region of Santiago for CLP 18,338,900.",
"source": "ChileAutos",
"observedAt": "2026-08-14T07:25:27.439Z"
}

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~chileautos-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searches":["Toyota Corolla"],"includeSellerContact":true,"maxCars":50}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~chileautos-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searches":["https://www.chileautos.cl/vehiculos/?q=(And.Marca.Kia._.Ano.range(2022..).)"],"maxCars":100}'

Apify CLI:

apify call scrapers_lat/chileautos-scraper \
--input '{"searches":["Toyota"],"maxCars":25}'

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 car listing returned (result event). See the pricing tab for the current per-result price.
  • Paid AI add-ons. withAiListingSummary and withAiTranslate are optional, require a paid Apify plan, and are billed per record only when they return usable output.
  • No charge on failure. If a run errors it does not charge for empty output. 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.

FAQ and troubleshooting

A run returned 0 records. Why? No listing matched that search. Try a broader make, or paste a working ChileAutos search URL from your browser. Zero-result runs are not charged.

How do I get seller phone numbers? Leave includeSellerContact on (the default). Turn it off for faster listing-only runs when you do not need contacts.

Can I use a filtered search from the site? Yes. Build a search on ChileAutos, copy the browser URL, and paste it as a search item. The actor keeps your filters.

Why are the AI fields absent? The matching add-on was off, you are on a free account, or the AI produced no usable output. AI fields are never invented.

Why is sellerPhone null? Either includeSellerContact was off, or the listing publishes no public phone. Missing values are returned as null.

Is this an official ChileAutos tool? No. This actor is independent and has no affiliation with ChileAutos. It reads only data that is publicly available on listings. Use it in accordance with the site 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 ChileAutos. Accesses only publicly available listing data. Use in accordance with the site terms of service.