AutoscraperCL
Under maintenancePricing
from $5.00 / 1,000 results
AutoscraperCL
Under maintenanceSearch 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
marca | string | ✅ | Car brand (e.g. toyota, hyundai, chevrolet) |
modelo | string | ✅ | Car model (e.g. corolla, tucson, sail) |
anno | integer | ❌ | Specific year (e.g. 2020) |
precioMaximo | integer | ❌ | Max price in CLP (e.g. 15000000) |
maxResultados | integer | ❌ | Max results per platform (default: 50, max: 200) |
Example input
{"marca": "toyota","modelo": "corolla","anno": 2020,"precioMaximo": 15000000,"maxResultados": 50}
Output
Each result contains:
| Field | Description |
|---|---|
titulo | Full listing title |
precio | Price in CLP |
año | Year |
kilometraje | Mileage |
vendedor | Seller name |
telefono | Seller phone number |
link | Direct link to the listing |
plataforma | Source (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 Excelresultados.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
| Platform | URL |
|---|---|
| Chileautos.cl | chile's largest dedicated auto marketplace |
| Yapo.cl | Chile'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