# ที่ดินสำหรับขายในมะนิลา

**Use case:** 

ค้นหาที่ดินที่มีให้เลือกซื้อในมะนิลา

## Input

```json
{
  "country": "ph",
  "listingType": "sale",
  "locations": [
    "manila"
  ],
  "propertyType": "land",
  "maxListings": 24
}
```

## Output

```json
{
  "searchLocation": {
    "label": "Search location"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Currency"
  },
  "listingType": {
    "label": "Sale / Rent"
  },
  "propertyType": {
    "label": "Type"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "area": {
    "label": "Area (sqm)"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "listedBy": {
    "label": "Advertiser"
  },
  "listingUrl": {
    "label": "Link"
  }
}
```

## About this Actor

This example demonstrates how to use [Dot Property Southeast Asia Real Estate Listings Scraper](https://apify.com/scrapers_lat/dotproperty-sea-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/dotproperty-sea-scraper) to learn more, explore other use cases, and run it yourself.