Batdongsan $1💰 Search By URLs and Keywords avatar

Batdongsan $1💰 Search By URLs and Keywords

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Batdongsan $1💰 Search By URLs and Keywords

Batdongsan $1💰 Search By URLs and Keywords

From $1/1K. Scrape Batdongsan.com.vn property listings into clean JSON. Search by listing type, property category, and city, or paste a search URL. Automatically paginates and can extract GPS, specs, agent details, dates, and high-resolution photos.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Batdongsan.com.vn Property Scraper

Scrape property listings from Batdongsan.com.vn, Vietnam's largest property portal, in clean structured JSON. Pick a listing type, property category and city in Search mode, or paste any batdongsan.com.vn search URL in URL mode. The scraper walks pagination automatically and can open each listing's detail page to pull GPS coordinates, the full specification table, the agent's name and profile, posted and expiry dates, and the high-resolution photo gallery.

Why this scraper

  • Two input modes. Search mode (listing type + property category + city) for quick setups, or URL mode to paste a fully filtered batdongsan.com.vn URL straight from your browser.
  • 30+ fields per listing. Title, price, area, bedrooms, bathrooms, location, GPS, agent, photos, posted/expiry dates, and the complete Vietnamese spec table preserved verbatim.
  • Detail enrichment toggle. Turn it on for GPS + description + agent + specs, or off for fast, low-cost runs with just the listing-card fields.
  • Auto forward pagination. Give it a city and a page budget; it walks page by page until the budget or the result set is exhausted.
  • Vietnamese price parsing. "2 tỷ", "1,5 tỷ" and "25 triệu/tháng" are parsed into numeric VND alongside the original text.
  • Deduplicated. Listings are de-duplicated by ID across pages and across multiple cities in one run.

Data you get

Example values below are taken from a real listing scraped from the site.

FieldExample
id45763512
urlhttps://batdongsan.com.vn/ban-can-ho-chung-cu-duong-tran-hung-dao-...-pr45763512
listingTypeBuy
propertyTypeApartment
titleCăn hộ cao cấp view trực diện sông Hàn Symphony 5, Giá chỉ từ 2 Tỷ
priceTextThỏa thuận
priceValuenull (negotiable; numeric VND when a price is shown, e.g. 3000000000)
priceUnitThỏa thuận
area34
bedrooms1
bathrooms1
directionĐông - Nam
furnitureKhông nội thất
locationTextĐà Nẵng
cityĐà Nẵng
districtnull
latitude16.0894295200889
longitude108.228379644058
cityCodeDDN
projectSymphony 5
listingTierTin VIP Kim Cương
postedDate20/05/2026
expiryDate04/06/2026
listingCode45763512
agentNameBảo Bảo SRT Miền Trung
agentId5181335
agentProfileUrlhttps://guru.batdongsan.com.vn/pa/baobaosrtmientrung
agentPhonenull (revealed on the site via a click; see notes below)
specs{ "Diện tích": "34 m²", "Số phòng ngủ": "1 phòng", "Hướng nhà": "Đông - Nam", ... }
imageCount24
images[ "https://file4.batdongsan.com.vn/resize/1275x717/.../...-ca65_wm.jpg", ... ]
scrapedAt2026-05-26T00:00:00.000Z

The full Vietnamese specification table is preserved verbatim under specs, so any field batdongsan adds in the future flows through without code changes.

How to use

1. Search mode, basic (apartments for sale in Ho Chi Minh City)

{
"mode": "search",
"listingType": "Buy",
"propertyType": "Apartment",
"locations": ["tp-hcm"],
"maxPages": 5,
"fetchDetails": true,
"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "VN" }
}

2. Search mode, multiple cities, fast (no detail pages)

{
"mode": "search",
"listingType": "Buy",
"propertyType": "PrivateHouse",
"locations": ["ha-noi", "da-nang", "can-tho"],
"maxPages": 3,
"fetchDetails": false,
"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "VN" }
}

3. Search mode, rentals

{
"mode": "search",
"listingType": "Rent",
"propertyType": "Apartment",
"locations": ["tp-hcm"],
"maxPages": 5,
"maxListings": 100,
"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "VN" }
}

4. URL mode, paste browser-filtered URLs (multiple)

Apply price, area or bedroom filters on batdongsan.com.vn in your browser, then paste the resulting URLs here. Each URL is paginated forward from where it points.

{
"mode": "url",
"urls": [
"https://batdongsan.com.vn/ban-can-ho-chung-cu-tp-hcm",
"https://batdongsan.com.vn/cho-thue-van-phong-ha-noi/p2"
],
"maxPages": 4,
"fetchDetails": true,
"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "VN" }
}

Input parameters

ParameterTypeDefaultDescription
modestringsearchsearch = pick type + category + city below. url = paste batdongsan.com.vn URLs.
listingTypestringBuyBuy (Bán) or Rent (Cho thuê). Search mode only.
propertyTypestringApartmentAll, Apartment, PrivateHouse, TownHouse, Villa, Land, ProjectLand, Office, Shop, Warehouse. Search mode only.
locationsarray["tp-hcm"]Province slugs (tp-hcm, ha-noi, da-nang) or common names (Ho Chi Minh, Hanoi), slugified automatically. Empty = nationwide. Search mode only.
urlsarray(example)Full batdongsan.com.vn search URLs. URL mode only. A trailing /pN starts at page N.
maxPagesinteger5Result pages to walk per city / URL. Roughly 20 to 30 listings per page.
maxListingsinteger0Hard cap across the whole run. 0 = unlimited (bounded by maxPages).
fetchDetailsbooleantrueVisit each detail page for GPS, description, agent, specs, dates. Turn off for faster, cheaper runs.
proxyobjectVN residentialProxy configuration. Vietnam residential is required for reliable results.

Notes on filters and the agent phone

  • Price, area, bedroom and sort filters are applied on batdongsan.com.vn through a form, not through the address bar, so they cannot be set as Search-mode fields. To use them, apply them in your browser and paste the resulting URL in URL mode.
  • Agent phone numbers are revealed on the site through a click action rather than printed in the page, so agentPhone is often null. The agentName, agentId and agentProfileUrl fields are always captured when present, and the agentProfileUrl page lists the agent's other contact details.

Output example

{
"id": "45763512",
"url": "https://batdongsan.com.vn/ban-can-ho-chung-cu-duong-tran-hung-dao-phuong-nai-hien-dong-symphony-5/so-huu-view-song-han-chi-2-ty-tien-inh-cao-10-nam-du-an-5-pr45763512",
"listingType": "Buy",
"propertyType": "Apartment",
"title": "Căn hộ cao cấp view trực diện sông Hàn Symphony 5, Giá chỉ từ 2 Tỷ, Khai Thác Dòng Tiền 12%/Năm.",
"priceText": "Thỏa thuận",
"priceValue": null,
"priceUnit": "Thỏa thuận",
"area": 34,
"bedrooms": 1,
"bathrooms": 1,
"direction": "Đông - Nam",
"furniture": "Không nội thất",
"locationText": "Đà Nẵng",
"city": "Đà Nẵng",
"latitude": 16.0894295200889,
"longitude": 108.228379644058,
"cityCode": "DDN",
"project": "Symphony 5",
"listingTier": "Tin VIP Kim Cương",
"postedDate": "20/05/2026",
"expiryDate": "04/06/2026",
"listingCode": "45763512",
"agentName": "Bảo Bảo SRT Miền Trung",
"agentId": "5181335",
"agentProfileUrl": "https://guru.batdongsan.com.vn/pa/baobaosrtmientrung",
"specs": {
"Khoảng giá": "Thỏa thuận",
"Diện tích": "34 m²",
"Số phòng ngủ": "1 phòng",
"Số phòng tắm, vệ sinh": "1 phòng",
"Hướng nhà": "Đông - Nam"
},
"imageCount": 24,
"images": ["https://file4.batdongsan.com.vn/resize/1275x717/2026/05/25/20260525224254-ca65_wm.jpg"],
"scrapedAt": "2026-05-26T00:00:00.000Z"
}

Plan requirement

Batdongsan.com.vn only serves traffic from Vietnam-reachable connections, so a Vietnam residential proxy is required. The default proxy configuration uses Apify Residential pinned to country VN.

  • Paid Apify plans (Starter and above) include residential proxy access; keep the default and the actor runs as-is.
  • Free Apify plans do not include residential proxy. Either upgrade your plan, or uncheck "Use Apify proxy" and paste your own Vietnam residential proxy URLs in the proxy field.

If a run returns zero items, the exit IP was likely flagged: re-run for a fresh IP, and keep the proxy country pinned to VN.