# Hua Hin Condos for Sale on FazWaz

**Use case:** 

Export Hua Hin condos for sale from FazWaz with asking price, price per m2, bedrooms, bathrooms, project, location and listing URL. CSV or JSON.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "byRegion",
  "maxResults": 25,
  "provinces": [
    "prachuap-khiri-khan/hua-hin"
  ],
  "operation": "sale",
  "searchUrl": "https://www.fazwaz.com/property-for-sale/thailand/phuket",
  "searchUrls": [
    "https://www.fazwaz.com/property-for-sale/thailand/phuket",
    "https://www.fazwaz.com/villa-for-rent/thailand/bangkok"
  ],
  "listingUrls": [
    "https://www.fazwaz.com/property-sales/2-bedroom-condo-for-sale-at-supalai-city-resort-phuket-in-ratsada-phuket-u5350611"
  ],
  "sortBy": "recommended",
  "propertyTypes": [
    "condo"
  ],
  "completionStatus": "all"
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ thumbnail",
    "format": "string"
  },
  "id": {
    "label": "Id",
    "format": "string"
  },
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "property_type": {
    "label": "Property type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "area_sqm": {
    "label": "Area sqm",
    "format": "number"
  },
  "plot_sqm": {
    "label": "Plot sqm",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "price_thb": {
    "label": "Price thb",
    "format": "number"
  },
  "price_usd": {
    "label": "Price usd",
    "format": "number"
  },
  "price_per_sqm_thb": {
    "label": "Price per sqm thb",
    "format": "number"
  },
  "price_per_sqm_usd": {
    "label": "Price per sqm usd",
    "format": "number"
  },
  "price_original": {
    "label": "Price original",
    "format": "number"
  },
  "rent": {
    "label": "Rent",
    "format": "number"
  },
  "rental_yield": {
    "label": "Rental yield",
    "format": "number"
  },
  "cam_fee": {
    "label": "Cam fee",
    "format": "number"
  },
  "fx_usd_thb": {
    "label": "Fx usd thb",
    "format": "number"
  },
  "fx_source": {
    "label": "Fx source",
    "format": "string"
  },
  "project_name": {
    "label": "Project name",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "subdistrict": {
    "label": "Subdistrict",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lng": {
    "label": "Lng",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "string"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "string"
  },
  "ownership": {
    "label": "Ownership",
    "format": "string"
  },
  "view": {
    "label": "View",
    "format": "string"
  },
  "completion_year": {
    "label": "Completion year",
    "format": "integer"
  },
  "completion_date": {
    "label": "Completion date",
    "format": "string"
  },
  "construction_status": {
    "label": "Construction status",
    "format": "string"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "nearby": {
    "label": "Nearby",
    "format": "array"
  },
  "agent_name": {
    "label": "Agent name",
    "format": "string"
  },
  "agent_phone": {
    "label": "Agent phone",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency name",
    "format": "string"
  },
  "is_professional": {
    "label": "Is professional",
    "format": "boolean"
  },
  "listing_ref": {
    "label": "Listing ref",
    "format": "string"
  },
  "published_at": {
    "label": "Published at",
    "format": "string"
  },
  "updated_at": {
    "label": "Updated at",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "propertyTitle": {
    "label": "Property title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "metadata": {
    "label": "Metadata",
    "format": "object"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/fazwaz-property-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
