# Lamudi Metro Manila Houses For Sale

**Use case:** 

Get structured data for lamudi metro manila houses for sale with Lamudi Property Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "searchUrls": [
    {
      "url": "https://www.lamudi.com.ph/buy/metro-manila/house/"
    }
  ],
  "maxResultsPerSearch": 5,
  "includeDetails": true,
  "maxPagesPerSearch": 1,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Property",
    "format": "text"
  },
  "transaction": {
    "label": "Transaction",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "floor_area_m2": {
    "label": "Floor area m2",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "agency_phone_numbers": {
    "label": "Phones",
    "format": "array"
  },
  "agency_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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