Chotot Cars Scraper avatar

Chotot Cars Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Chotot Cars Scraper

Chotot Cars Scraper

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

Pricing

from $1.50 / 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

4 days ago

Last modified

Categories

Share

🇻🇳 Chotot Cars Scraper

Want Chợ Tốt 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.

Chợ Tốt is Vietnam’s main classifieds site. Cars is a large, busy category. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Toyota, VinFast, Ford, Kia, and Hyundai stock from Chợ Tốt.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice Vietnamese cars by make, city, fuel, 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 Chợ Tốt 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 Chợ Tốt cars search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, make, location, fuel, gearbox, price, and year.
  • 🌐 Listing cards: Title, price in dong, make, year, mileage, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, make, model, year, mileage, fuel, gearbox, condition, location, city, region, image, date

🚀 Quick start

Option A: paste https://www.chotot.com/mua-ban-oto. Option B: pick a make or city and set max_results.

Input Example (filters):

{
"make": "Toyota",
"location": "tp-ho-chi-minh",
"year_min": 2018,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.chotot.com/mua-ban-oto",
"max_results": 100
}

Output Example:

{
"id": "134474310",
"url": "https://www.chotot.com/134474310.htm",
"title": "Hyundai i10 1.25 hàng đọc 2015 Nhập khẩu",
"price": 250000000,
"currency": "VND",
"make": "Hyundai",
"model": "Grand i10",
"year": 2015,
"mileage": 59000,
"fuel": "Petrol",
"gearbox": "Automatic",
"condition": "Đã sử dụng",
"location": "Quận Ngũ Hành Sơn, Đà Nẵng",
"city": "Quận Ngũ Hành Sơn",
"region": "Đà Nẵng",
"image": "https://cdn.chotot.com/example.webp",
"date": "2026-09-13T17:41:15Z"
}

Output fields:

FieldDescription
idChợ Tốt listing id.
urlPublic listing page.
titleAd title.
pricePrice in Vietnamese dong when shown.
currencyAlways VND.
makeCar brand when shown.
modelCar model when shown.
yearModel year when shown.
mileageOdometer in kilometres when shown.
fuelPetrol, diesel, hybrid, or electric when shown.
gearboxAutomatic or manual when shown.
conditionNew or used label from the card.
locationFull location string from the card.
cityDistrict or area.
regionCity or province.
imageListing photo.
dateWhen the ad was posted, as a full date and time, when the card shows one.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Chợ Tốt cars search or listing URL. Overrides every filter.
querystringNo—Same as the site search box.
makedropdownNoallCar brand.
locationdropdownNoallVietnamese city or province.
fueldropdownNoanyPetrol, diesel, hybrid, or electric.
gearboxdropdownNoanyAutomatic or manual.
price_minintegerNo—Lowest price in Vietnamese dong.
price_maxintegerNo—Highest price in Vietnamese dong.
year_minintegerNo—Oldest model year.
year_maxintegerNo—Newest model year.
max_resultsintegerNo50Maximum rows (1–2000).