# Hipflat Scraper - Property & Projects

**Use case:** 

Scrape Hipflat Thailand listings & projects. Buy/rent all types. Get rich, structured data per record for condos, houses, land, commercial & more.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Bangkok"
  ],
  "dealType": "buy",
  "propertyType": "condo",
  "sortBy": "relevance",
  "urls": [
    "https://www.hipflat.co.th/ขายคอนโด/กรุงเทพฯ"
  ],
  "includeProjectDetails": true,
  "fetchDetails": true,
  "maxItems": 3,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "TH"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "projectSlug": {
    "label": "Project",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "dealType": {
    "label": "Deal",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "pricePerArea": {
    "label": "Price/m2",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "area": {
    "label": "Area m2",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "projectName": {
    "label": "Project name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hipflat Scraper [$0.80/1k💰] Thailand Property & Projects](https://apify.com/abotapi/hipflat-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/hipflat-scraper) to learn more, explore other use cases, and run it yourself.