# DDProperty TH Powerful Filters Deep Search

**Use case:** 

Scrape DDproperty Thailand listings at scale with prices, features, images, agent contacts, GPS, nearby BTS/MRT and rich fields for market research.

## Input

```json
{
  "mode": "search",
  "listing_type": "sale",
  "sort": "date",
  "sort_order": "desc",
  "urls": [
    "https://www.ddproperty.com/en/property-for-sale/in-bangkok-th10"
  ],
  "max_properties": 20,
  "enable_detail_pages": true,
  "detail_concurrency": 1,
  "session_ttl_seconds": 300,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "TH"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "listing_type": {
    "label": "Listing Type",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "price_formatted": {
    "label": "Price Formatted",
    "format": "string"
  },
  "price_per_sqm": {
    "label": "Price per sqm",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "floor_area": {
    "label": "Floor Area (sqm)",
    "format": "number"
  },
  "land_area": {
    "label": "Land Area (sqm)",
    "format": "number"
  },
  "tenure": {
    "label": "Tenure",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "agent_name": {
    "label": "Agent Name",
    "format": "string"
  },
  "agent_id": {
    "label": "Agent ID",
    "format": "integer"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "location_source": {
    "label": "Location Source",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "nearby_mrt": {
    "label": "Nearby MRT/BTS",
    "format": "string"
  },
  "nearby_station_id": {
    "label": "Nearby Station ID",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "image_count": {
    "label": "Image Count",
    "format": "integer"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [DDProperty TH $1💰 Powerful Filters + Deep Search](https://apify.com/abotapi/ddproperty-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/ddproperty-scraper) to learn more, explore other use cases, and run it yourself.