AutoscraperCL avatar

AutoscraperCL

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
AutoscraperCL

AutoscraperCL

Under maintenance

Search used cars across Chile's top marketplaces simultaneously. Scrapes Chileautos.cl and Yapo.cl with one query. Returns title, price, year, mileage, seller, phone, and direct link. Exports CSV and Excel.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Max B

Max B

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

AutoscraperCL — Chile Used Car Scraper

Search used cars across Chile's two biggest marketplaces simultaneously with a single query.

What it does

AutoscraperCL scrapes Chileautos.cl and Yapo.cl at the same time and returns a unified, structured list of car listings filtered by your criteria. Results are available as JSON in the dataset, and as CSV and Excel files ready to download.

Input

FieldTypeRequiredDescription
marcastringCar brand (e.g. toyota, hyundai, chevrolet)
modelostringCar model (e.g. corolla, tucson, sail)
annointegerSpecific year (e.g. 2020)
precioMaximointegerMax price in CLP (e.g. 15000000)
maxResultadosintegerMax results per platform (default: 50, max: 200)

Example input

{
"marca": "toyota",
"modelo": "corolla",
"anno": 2020,
"precioMaximo": 15000000,
"maxResultados": 50
}

Output

Each result contains:

FieldDescription
tituloFull listing title
precioPrice in CLP
añoYear
kilometrajeMileage
vendedorSeller name
telefonoSeller phone number
linkDirect link to the listing
plataformaSource (Chileautos.cl or Yapo.cl)

Example output

{
"titulo": "2020 Toyota Corolla 2.0 XEI CVT",
"precio": "$13.500.000",
"año": "2020",
"kilometraje": "45.000 km",
"vendedor": "Automotora Premier",
"telefono": "+56912345678",
"link": "https://www.chileautos.cl/...",
"plataforma": "Chileautos.cl"
}

File exports

After each run, two files are available in the Key-Value Store:

  • resultados.csv — UTF-8 CSV compatible with Excel
  • resultados.xlsx — Formatted Excel with filters, colored rows, and clickable links

Pricing

$5.00 per 1,000 car listings returned.

A typical search returning 50 cars costs $0.25.

Use cases

  • Car buyers — Find the best deal across all platforms without visiting each site
  • Car dealers — Monitor competitor pricing in real time
  • Auto brokers — Source inventory faster
  • Researchers — Analyze the Chilean used car market

Supported platforms

PlatformURL
Chileautos.clchile's largest dedicated auto marketplace
Yapo.clChile's largest general classifieds site

Notes

  • Phone numbers are scraped when publicly visible on the listing
  • Results are deduplicated across platforms
  • Playwright-powered — handles JavaScript-rendered pages
  • Runs in ~2-3 minutes for a standard query