# Thailand Property Listings Scraper

**Use case:** 

Build a list of homes for sale in Bangkok and Phuket with prices and property facts.

## Input

```json
{
  "target": "province",
  "provinces": [
    "Bangkok",
    "Phuket"
  ],
  "transaction": "sale",
  "minPrice": null,
  "maxPrice": null,
  "bedrooms": [],
  "bathrooms": [],
  "propertyTypes": [],
  "completion": "both",
  "order": "recommended",
  "depth": "overview",
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "transaction": {
    "label": "For sale or rent",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "priceThb": {
    "label": "Price (THB)",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "indoorAreaSqm": {
    "label": "Indoor area (m²)",
    "format": "number"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "projectName": {
    "label": "Project",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  },
  "discoveredFrom": {
    "label": "Found from",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Fazwaz Thailand Property Scraper — Sale & Rent](https://apify.com/maximedupre/fazwaz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/fazwaz-scraper) to learn more, explore other use cases, and run it yourself.