Yapo Cars Scraper avatar

Yapo Cars Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Yapo Cars Scraper

Yapo Cars Scraper

Scrape cars for sale from yapo.cl. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Categories

Share

🇨🇱 Yapo Cars Scraper

Want Yapo car ads in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Yapo is Chile’s main classifieds site. Used cars alone is tens of thousands of ads. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Toyota, Chevrolet, Hyundai, and Kia stock from Yapo.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice Chilean cars by make, region, price, or year.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Yapo car results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Yapo cars search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, make, region, price, and year.
  • 🌐 Listing cards: Title, price in Chilean pesos, make, year, mileage, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, make, year, mileage, location, image, date

🚀 Quick start

Option A: paste https://www.yapo.cl/autos-usados. Option B: pick a make or region and set max_results.

Input Example (filters):

{
"make": "toyota",
"location": "metropolitana",
"year_min": 2018,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.yapo.cl/autos-usados",
"max_results": 100
}

Output Example:

{
"id": "32166871",
"url": "https://www.yapo.cl/autos-usados/jeep-grand-cherokee-limited-3-6-4wd-2021/32166871",
"title": "Jeep Grand Cherokee Limited 3.6 4WD 2021",
"price": 21990000,
"currency": "CLP",
"make": "Jeep",
"year": 2021,
"mileage": null,
"location": "Región Metropolitana, Lo Barnechea",
"image": "https://photos.encuentra24.com/t_or_fh_m/f_auto/v1/cl/32/16/68/71/example.jpg",
"date": null
}

Output fields:

FieldDescription
idYapo ad id.
urlPublic listing page.
titleAd title.
pricePrice in Chilean pesos when shown.
currencyAlways CLP.
makeCar brand when it can be read from the title.
yearModel year when shown.
mileageOdometer when shown.
locationRegion or neighbourhood on the card.
imageListing photo.
dateWhen the ad was posted, as a full date and time, when the card shows one.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoYapo cars search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
makedropdownNoallCar brand.
locationdropdownNoallChilean region.
price_minintegerNoLowest price in Chilean pesos.
price_maxintegerNoHighest price in Chilean pesos.
year_minintegerNoOldest model year.
year_maxintegerNoNewest model year.
max_resultsintegerNo50Maximum rows (12000).