# Abu Dhabi Properties Scraper

**Use case:** 

Extract Abu Dhabi real estate listings from PropertyFinder including apartments, villas, prices, agents and locations.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.propertyfinder.ae/en/search?l=2&ob=mr"
    }
  ],
  "maxPages": 500,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "property.title": {
    "label": "Title",
    "format": "text"
  },
  "property.price.value": {
    "label": "Price",
    "format": "number"
  },
  "property.price.currency": {
    "label": "Currency",
    "format": "text"
  },
  "property.property_type": {
    "label": "Property Type",
    "format": "text"
  },
  "property.bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "property.bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "property.size.value": {
    "label": "Area (sqft)",
    "format": "number"
  },
  "property.location.full_name": {
    "label": "Location",
    "format": "text"
  },
  "property.agent.name": {
    "label": "Agent",
    "format": "text"
  },
  "property.broker.name": {
    "label": "Agency",
    "format": "text"
  },
  "property.is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "property.share_url": {
    "label": "Listing",
    "format": "link"
  },
  "property.listed_date": {
    "label": "Listed",
    "format": "date"
  }
}
```

## About this Actor

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