Batdongsan.com.vn Scraper – Vietnam Real Estate avatar

Batdongsan.com.vn Scraper – Vietnam Real Estate

Pricing

from $4.00 / 1,000 listing scrapeds

Go to Apify Store
Batdongsan.com.vn Scraper – Vietnam Real Estate

Batdongsan.com.vn Scraper – Vietnam Real Estate

Scrape batdongsan.com.vn property listings for sale and rent in all 54 Vietnamese provinces. Extract price in VND, area, bedrooms, district, agent, images, legal status, expiry date and GPS. Pay per listing, JSON/CSV export, API and MCP access.

Pricing

from $4.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

Xuan An Nguyen

Xuan An Nguyen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Extract real estate listings from batdongsan.com.vn, Vietnam's largest property portal, and get clean JSON: price in VND, area, bedrooms, district, agent, images, and with detail mode the full address, legal status, furnishing, expiry date and GPS coordinates. Pay per listing, no subscription. Works for sale and rent across all 54 provinces.

What data does the Batdongsan scraper extract?

  • Scrape property listings for sale (nhà đất bán) and for rent (nhà đất cho thuê)
  • Extract price as text and as a VND number, plus price per m²
  • Extract area in m², bedrooms, bathrooms, floors, frontage and road width
  • Extract district and ward from the card, full street address from the detail page
  • Extract legal status (sổ đỏ / sổ hồng), furnishing, house and balcony direction
  • Extract agent name and agent id, verified badge, VIP tier, publish and expiry dates
  • Extract all listing images in full resolution
  • Extract GPS latitude and longitude for mapping
  • Filter by city, property type (apartment, house, land, villa, office, warehouse) or any batdongsan.com.vn URL

What can you use Vietnam real estate data for?

  • Price monitoring: track asking prices per m² by district week over week
  • Market research: measure supply by property type and city, spot new projects early
  • Lead generation: build lists of agents and owners active in an area
  • Investment analysis: compare rental yields between districts
  • Property portals and apps: aggregate listings into your own product
  • Academic and journalism work: housing affordability studies with real numbers

How do I scrape batdongsan.com.vn?

  1. Open the Actor and press Try for free.
  2. Choose For sale or For rent, pick a city from the dropdown, optionally a property type slug such as can-ho-chung-cu (apartments) or nha-rieng (houses).
  3. Set Max listings. Turn on Fetch detail pages if you need the address, legal status and coordinates.
  4. Press Start. Rows appear in the Output tab as they are scraped. Export as JSON, CSV, Excel or read them through the API.

You can also paste any batdongsan.com.vn listing URL with your own filters into Start URLs, or a single listing URL to scrape just that property.

What does the output look like?

{
"id": "46089321",
"url": "https://batdongsan.com.vn/ban-can-ho-chung-cu-phuong-dong-ngac-sunshine-city/...-pr46089321",
"title": "Bán căn 3PN Sunshine City 98m2 giá 9,3 tỷ view quảng trường nội khu",
"listingType": "sell",
"priceText": "9,3 tỷ",
"priceVnd": 9300000000,
"pricePerM2Vnd": 94900000,
"areaM2": 98,
"bedrooms": 3,
"bathrooms": 2,
"location": "Q. Bắc Từ Liêm (P. Phú Thượng mới)",
"agentName": "Thu Chang",
"agentId": "1962810",
"vipType": "vip-diamond",
"verified": false,
"publishedAt": "2026-09-10",
"images": ["https://file4.batdongsan.com.vn/resize/1275x717/2026/08/05/20260805090142-a671_wm.jpg"],
"address": "Sunshine City, Phường Đông Ngạc, Quận Bắc Từ Liêm, Hà Nội",
"project": "Sunshine City",
"legalStatus": "Sổ đỏ",
"furnishing": "Full nội thất.",
"expiresAt": "2026-09-17",
"latitude": 21.08437,
"longitude": 105.7917
}

Fields from the detail page (address, project, floors, houseDirection, balconyDirection, frontageM, roadWidthM, legalStatus, furnishing, expiresAt, latitude, longitude, specs) are present only when Fetch detail pages is on. Anything the listing does not show is null.

What are the input options?

FieldDefaultWhat it does
listingTypesellsell or rent
cityha-noione of 54 provinces; tp-hcm is Ho Chi Minh City. Common aliases such as ho-chi-minh are accepted
propertyTypeallcan-ho-chung-cu, nha-rieng, nha-mat-pho, nha-biet-thu-lien-ke, dat, dat-nen-du-an, van-phong, kho-nha-xuong
startUrlsnoneany listing or detail URL, overrides the filters
maxItems100stop after this many listings
maxPages50pages per start URL, 20 to 30 listings each
fetchDetailsoffopen each listing for the extra fields
proxyConfigurationApify residential, VNkeep the default

How much does it cost to scrape batdongsan.com.vn?

You pay per result. One listing row costs a fraction of a cent, a detail page a little more, and you are only charged for rows actually written to your dataset. A failed page never costs you anything. Set a budget on the run to cap spend; the Actor stops cleanly when it is reached. The Apify free plan includes enough credit to scrape a few hundred listings every month.

How do I use the Batdongsan scraper API from code?

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("anxuanng/batdongsan-scraper").call(run_input={
"listingType": "rent", "city": "da-nang", "maxItems": 200, "fetchDetails": True,
})
for row in client.dataset(run["defaultDatasetId"]).iterate_items():
print(row["title"], row["priceVnd"], row["areaM2"], row["address"])
curl -X POST "https://api.apify.com/v2/acts/anxuanng~batdongsan-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"listingType":"sell","city":"tp-hcm","propertyType":"nha-rieng","maxItems":50}'

The Actor also works as an MCP tool, so Claude, Cursor or any agent can call it, and it plugs into Zapier, Make, n8n, Google Sheets and webhooks through Apify integrations. Schedule it daily to build a price history.

Frequently asked questions

Why does the site sometimes take a minute to answer?

batdongsan.com.vn runs a Cloudflare challenge. The Actor drives a real browser that passes it and reuses the clearance for all following pages, so the first page is slow and the rest are fast.

Why did my run stop with "does not recognise the filters"?

The site redirects unknown slugs to the nationwide page instead of returning an error. The Actor refuses to charge you for nationwide results you did not ask for. Pick the city from the dropdown and check the property type slug in the site URL.

Can I get phone numbers?

No. Phone numbers are behind a click-to-reveal and are not extracted.

The Actor only reads listings that are publicly visible without logging in. Scraping public data is generally legal, but you are responsible for how you use it. Do not republish personal data and respect the site's terms.

Which other Vietnamese data sources are available?

See Vietnam Jobs Scraper for VietnamWorks, TopCV and ITviec job postings, and GrabFood Restaurants Scraper for restaurants and menus across Southeast Asia.

Need a custom dataset or another site?

I build and maintain scrapers for Vietnamese and Southeast Asian websites (real estate, jobs, food delivery, e-commerce, Telegram). If you need a one-off dataset, a daily feed into Google Sheets or your database, or a scraper for a site that is not listed here, open an issue on this page with the site and the fields you need. You get a sample of real rows before you pay for anything.

Support

Open an issue on this page for bugs or a data field you need. Typical response within one business day (GMT+7).