Dot Property Southeast Asia Real Estate Listings Scraper avatar

Dot Property Southeast Asia Real Estate Listings Scraper

Pricing

from $17.00 / 1,000 results

Go to Apify Store
Dot Property Southeast Asia Real Estate Listings Scraper

Dot Property Southeast Asia Real Estate Listings Scraper

Scrape Dot Property listings across Thailand, Philippines and Indonesia with price, type, bedrooms, bathrooms, size in sqm, city, coordinates and advertiser. Export to JSON, CSV or Excel.

Pricing

from $17.00 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Dot Property Southeast Asia Real Estate Listings Scraper

Dot Property Southeast Asia Real Estate Listings Scraper

Here is one real result, with every field the actor returns (the description and images arrays are trimmed here for readability; the actor returns them in full):

{
"source": "Dot Property",
"listingType": "sale",
"searchLocation": "bangkok",
"title": "Studio Condo for sale at Siamese Gioia",
"propertyType": "Condo",
"bedrooms": 0,
"bathrooms": 1,
"area": 43,
"price": 4146000,
"priceCurrency": "THB",
"project": "Siamese Gioia",
"city": "Khlong Toei Nuea",
"region": "Bangkok",
"country": "TH",
"latitude": 13.7430342,
"longitude": 100.5685463,
"image": "https://cdn.fazwaz.com/wbr/1qKkfX1TmNVq_XzAiamt--rvwLs/374x249/unit/6229235/6e014546d53e665a602747518a0e9c43.png",
"datePosted": "2026-04-29T16:24:25+07:00",
"listingUrl": "https://www.dotproperty.co.th/en/ads/condo-for-sale-in-siamese-gioia-khlong-toei-nuea-bangkok_63e58763dbf6-1a4f-0972-e0a5-f11cc089",
"description": "A spacious studio condo at Siamese Gioia, offering 42.85 sqm of comfortable living space in the prime Sukhumvit 31 / Phrom Phong-Asoke area … (trimmed)",
"amenities": ["Air Conditioning", "Balcony"],
"images": ["https://cdn.fazwaz.com/wbr/IC2-w-3QO1JReycQjEDimagy1Us/0x0/unit/6229235/image-jul-3-2026-03-57-22-pm.png"],
"imageCount": 5,
"landAreaSqm": null,
"parkingSpots": null,
"storeys": null,
"propertyTypeSlug": null,
"petPolicy": "Not Allowed",
"unitId": "U6229235",
"furnitureStatus": "Fully Furnished",
"listedBy": null,
"agencyName": null,
"advertiserType": null,
"totalViews": null,
"agentPhone": "+66632103401",
"agentWhatsapp": null,
"agentLine": null,
"agentMessenger": null,
"observedAt": "2026-08-10T14:30:43.672Z"
}

The most complete Dot Property scraper available. It returns every field Dot Property exposes for each listing (price, type, beds, baths, size, project, city, region, geo coordinates, amenities, images), plus advertiser and agent contact channels, and gives you country, sale/rent, location and property-type filters to target exactly the listings you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor scrapes Dot Property listings across Thailand, the Philippines and Indonesia. Pick a country, sale or rent, one or more locations, and a property type; it paginates each search automatically and writes one record per listing with price and currency, property type, beds, baths, size in sqm, project, city, region, geo coordinates, amenities, images, posting date, and advertiser and agent contact channels (phone, WhatsApp, LINE, Messenger). Missing source values are returned as null, never invented.

Optional paid add-ons write an English buyer/renter summary (translated when needed), extract structured feature tags, and attempt to find a public contact email and name per listing.

Quickstart

Open the actor, paste this into the input, and press Run. It returns 10 for-sale listings across Bangkok and Phuket.

{
"country": "th",
"listingType": "sale",
"locations": ["bangkok", "phuket"],
"propertyType": "property",
"maxListings": 10
}

Change country to ph or id and set listingType to rent to search rentals in the Philippines or Indonesia.

Input reference

FieldTypeRequiredDefaultDescription
countryenumnothDot Property site: th (Thailand), ph (Philippines), id (Indonesia).
listingTypeenumnosalesale or rent.
locationsstring[]no["bangkok","phuket"]One or more cities, provinces or areas to search, for example bangkok, phuket, chiang-mai, pattaya.
propertyTypeenumnopropertyproperty (all), house, condo, townhouse, apartment, villa, land.
maxListingsintegerno10Maximum listings to collect across all locations. Free plans are capped at 10.
withSummarybooleannofalsePaid add-on. AI writes a concise English buyer/renter summary of each listing. Billed per summarised listing. Paid plans only.
withFeaturesbooleannofalsePaid add-on. AI extracts structured beds/baths/size/amenities/condition tags. Billed per processed listing. Paid plans only.
enrichContactsbooleannofalsePaid add-on. For each result without an email, attempt to find a public business contact email and name. Billed per attempt plus an extra charge only when an email is found.
enrichContactsMaxintegerno50Cap on how many results the contact add-on tries to enrich. Free accounts are capped at 3.

Output reference

One dataset item per listing. Types: string, integer, number, string[], or null when the source value is absent.

FieldTypeDescription
sourcestringData source. Always Dot Property.
listingTypestringsale or rent.
searchLocationstringThe location slug this listing was found under.
titlestringListing headline.
propertyTypestringProperty type, for example Condo, House.
bedroomsintegerNumber of bedrooms (0 for studios), or null.
bathroomsintegerNumber of bathrooms, or null.
areanumberUsable area in sqm, or null.
priceintegerPrice in the listing currency, or null when undisclosed.
priceCurrencystringCurrency code, for example THB, PHP, IDR.
projectstringDevelopment/project name, or null.
citystringCity or district.
regionstringProvince or region.
countrystringCountry code: TH, PH, ID.
latitudenumberLatitude, or null.
longitudenumberLongitude, or null.
imagestringPrimary thumbnail image URL.
datePostedstringISO 8601 posting date.
listingUrlstringFull listing URL on Dot Property.
descriptionstringFull listing description text.
amenitiesstring[]Amenity tags from the listing.
imagesstring[]Gallery image URLs.
imageCountintegerNumber of gallery images.
landAreaSqmnumberLand area in sqm, or null.
parkingSpotsintegerParking spaces, or null.
storeysintegerNumber of storeys, or null.
propertyTypeSlugstringInternal property type slug, or null.
petPolicystringPet policy, for example Not Allowed, or null.
unitIdstringDot Property unit ID.
furnitureStatusstringFurnishing status, for example Fully Furnished, or null.
listedBystringAdvertiser name, or null.
agencyNamestringAgency name, or null.
advertiserTypestringAdvertiser type (agent/developer/owner), or null.
totalViewsintegerListing view count, or null.
agentPhonestringAgent phone, or null.
agentWhatsappstringAgent WhatsApp number, or null.
agentLinestringAgent LINE ID, or null.
agentMessengerstringAgent Messenger handle, or null.
aiSummarystringAI English summary (summary add-on), else absent.
aiBeds / aiBaths / aiSizeSqftnumberAI-extracted structured values (features add-on).
aiAmenitiesstring[]AI-extracted amenity tags (features add-on).
aiConditionstringAI-extracted condition tag (features add-on).
enrichedEmailstringPublic contact email found by the contact add-on, or null.
enrichedContactNamestringContact person name found by the add-on, or null.
enrichedJobTitlestringContact job title found by the add-on, or null.
enrichedEmailStatusstringVerification status of the enriched email.
enrichedSourcestringSource URL where the contact was found.
enrichedConfidencenumberConfidence score for the enriched contact.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent only on a failed run: a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"country":"th","listingType":"sale","locations":["bangkok"],"maxListings":10}), description and images trimmed:

{
"source": "Dot Property",
"listingType": "sale",
"searchLocation": "bangkok",
"title": "Studio Condo for sale at Siamese Gioia",
"propertyType": "Condo",
"bedrooms": 0,
"bathrooms": 1,
"area": 43,
"price": 4146000,
"priceCurrency": "THB",
"project": "Siamese Gioia",
"city": "Khlong Toei Nuea",
"region": "Bangkok",
"country": "TH",
"latitude": 13.7430342,
"longitude": 100.5685463,
"unitId": "U6229235",
"furnitureStatus": "Fully Furnished",
"petPolicy": "Not Allowed",
"agentPhone": "+66632103401",
"listingUrl": "https://www.dotproperty.co.th/en/ads/condo-for-sale-in-siamese-gioia-khlong-toei-nuea-bangkok_63e58763dbf6-1a4f-0972-e0a5-f11cc089",
"observedAt": "2026-08-10T14:30:43.672Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~dotproperty-sea-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"country":"th","listingType":"sale","locations":["bangkok"],"maxListings":10}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~dotproperty-sea-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"country":"ph","listingType":"rent","locations":["manila"],"propertyType":"condo","maxListings":100}'

Apify CLI:

apify call scrapers_lat/dotproperty-sea-scraper \
--input '{"country":"id","listingType":"sale","locations":["bali"],"maxListings":10}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per listing returned (result event). See the pricing tab for the current per-result price.
  • Paid add-ons. AI summary, AI feature extraction and contact enrichment are optional and billed separately per the events described above. There is also an agent_contact charge only when a genuine agent contact handle is found, and only for paying users.
  • No charge on failure. If a run errors before any listing is collected, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 listings per run (and 3 contact enrichments). Upgrade for higher maxListings.

FAQ and troubleshooting

A run returned 0 records. Why? The location slug matched no listings for that country and property type. Try a broader location or propertyType: property. Zero-result runs are not charged.

Which countries are supported? Thailand (th), the Philippines (ph) and Indonesia (id), selected with country.

Why is price null on some listings? Some listings show a non-numeric price such as Contact for price. The field is returned as null rather than guessed.

How do I get agent emails? Enable the enrichContacts add-on. The listing itself exposes phone, WhatsApp, LINE and Messenger channels; email is found best-effort by the add-on.

Can I search several areas in one run? Yes. List multiple slugs in locations; one run searches all of them.

Is this an official Dot Property tool? No. This actor is independent and has no affiliation with Dot Property or Fazwaz. It reads only data that is publicly available on Dot Property. Use it in accordance with the Dot Property terms of service.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with Dot Property or Fazwaz. Accesses only publicly available Dot Property data. Use in accordance with the Dot Property terms of service.