# Monitor Abu Dhabi Family Homes on Property Finder

**Use case:** 

Build a repeatable UAE housing-market watchlist for Abu Dhabi family homes using bedroom, price, and listing filters.

## Input

```json
{
  "listingType": "rent",
  "location": "abu-dhabi",
  "propertyType": "townhouse",
  "maxResults": 75,
  "maxPrice": 250000,
  "minBeds": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "area": {
    "label": "Area (sqft)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agentPhone": {
    "label": "Phone",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "listedDate": {
    "label": "Listed",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PropertyFinder Scraper](https://apify.com/automation-lab/propertyfinder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/propertyfinder-scraper) to learn more, explore other use cases, and run it yourself.