# Davao Houses for Sale Data Extraction

**Use case:** 

Extract detailed information on Davao properties for sale, including price, location, and amenities. Access reliable data for real estate insights.

## Input

```json
{
  "listingType": "buy",
  "propertyType": "all",
  "cities": [
    "davao"
  ],
  "customCities": [],
  "scrapeDetails": false,
  "maxRecords": 60,
  "maxPages": 0,
  "requestDelay": 2500,
  "startUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "listingType": {
    "label": "Listing type"
  },
  "propertyType": {
    "label": "Property type"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "floorArea": {
    "label": "Floor area"
  },
  "streetAddress": {
    "label": "Street address"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "titleStatus": {
    "label": "Title status"
  },
  "amenities": {
    "label": "Amenities"
  },
  "agentName": {
    "label": "Agent name"
  },
  "agentPhone": {
    "label": "Agent phone"
  },
  "image": {
    "label": "Image"
  },
  "description": {
    "label": "Description"
  },
  "listingUrl": {
    "label": "Listing url"
  },
  "searchUrl": {
    "label": "Search url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Lamudi.com.ph Scraper | Philippines Real Estate Listings](https://apify.com/haketa/lamudi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/lamudi-scraper) to learn more, explore other use cases, and run it yourself.