Chotot Properties Scraper avatar

Chotot Properties Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Chotot Properties Scraper

Chotot Properties Scraper

Scrape property ads 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 Properties Scraper

Want Chợ Tốt property 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. Homes, land, and rentals are a core category. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Ho Chi Minh City and Hanoi sale or rent ads from Chợ Tốt.
  • Dashboards: Track new homes without paging the site.
  • Market research: Slice listings by sale or rent, type, city, or price.
  • 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 property 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 property search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, sale or rent, property type, location, bedrooms, size, and price.
  • 🌐 Listing cards: Title, price in dong, type, bedrooms, size, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, listing_type, property_type, bedrooms, bathrooms, size, location, city, region, image, date

🚀 Quick start

Option A: paste https://www.chotot.com/mua-ban-nha-dat. Option B: pick sale or rent and a city, then set max_results.

Input Example (filters):

{
"listing_type": "sale",
"property_type": "apartment",
"location": "tp-ho-chi-minh",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.chotot.com/thue-nha-dat",
"max_results": 100
}

Output Example:

{
"id": "134675447",
"url": "https://www.chotot.com/134675447.htm",
"title": "Cần Bán Căn Nhà Mới 1 Trệt 2 Lầu 50m2 4PN 3WC, HXH Long Thạnh Mỹ Q9",
"price": 4850000000,
"currency": "VND",
"listing_type": "sale",
"property_type": "Nhà ở",
"bedrooms": 4,
"bathrooms": 3,
"size": "50 m²",
"location": "Thành phố Thủ Đức, Tp Hồ Chí Minh",
"city": "Thành phố Thủ Đức",
"region": "Tp Hồ Chí Minh",
"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 or rent in Vietnamese dong when shown.
currencyAlways VND.
listing_typeSale or rent when the card shows it.
property_typeApartment, house, office, land, or room.
bedroomsBedroom count when shown.
bathroomsBathroom count when shown.
sizeFloor or land size when shown.
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 property search or listing URL. Overrides every filter.
querystringNo—Same as the site search box.
listing_typedropdownNoallFor sale or for rent.
property_typedropdownNoallApartments, houses, offices, land, or rooms.
locationdropdownNoallVietnamese city or province.
bedroomsintegerNo—Lowest bedroom count.
size_minintegerNo—Smallest size in square meters.
size_maxintegerNo—Largest size in square meters.
price_minintegerNo—Lowest price in Vietnamese dong.
price_maxintegerNo—Highest price in Vietnamese dong.
max_resultsintegerNo50Maximum rows (1–2000).