# UAE Residential Property Market Research Data Scrape

**Use case:** 

Extract comprehensive data on residential properties for sale across major UAE cities. This data fuels in-depth market analysis for investors and real estate pr

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.propertyfinder.ae/en/buy/dubai"
    },
    {
      "url": "https://www.propertyfinder.ae/en/buy/abu-dhabi"
    },
    {
      "url": "https://www.propertyfinder.ae/en/buy/sharjah"
    }
  ],
  "country": "ae",
  "city": "dubai",
  "purpose": "buy",
  "fetch_full_details": true,
  "max_items": 500,
  "max_retries": 2,
  "ignore_url_failures": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "community": {
    "label": "Community",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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