# Scrape Dubai Properties for Sale - Property Finder

**Use case:** 

Scrape Dubai properties for sale on Property Finder with Title, Price, Beds, Baths, Size and Community. Export to JSON, CSV or Excel.

## Input

```json
{
  "dealType": "buy",
  "country": "ae",
  "searchLocations": [
    "Dubai Marina"
  ],
  "propertyTypes": [],
  "furnished": "",
  "completionStatus": "",
  "sortBy": "newest",
  "includePropertyDetails": false,
  "includeAgentLeads": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "property-finder-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "dealType": {
    "label": "Deal"
  },
  "propertyType": {
    "label": "Type"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Cur"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "sizeValue": {
    "label": "Size"
  },
  "pricePerSqft": {
    "label": "Price/sqft"
  },
  "completionStatus": {
    "label": "Completion"
  },
  "community": {
    "label": "Community"
  },
  "city": {
    "label": "City"
  },
  "agentName": {
    "label": "Agent"
  },
  "brokerName": {
    "label": "Brokerage"
  },
  "contactPhone": {
    "label": "Phone"
  },
  "contactEmail": {
    "label": "Email"
  },
  "rera": {
    "label": "RERA"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Property Finder Scraper - UAE Real Estate, Agents & Leads](https://apify.com/scrapesage/property-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/property-finder-scraper) to learn more, explore other use cases, and run it yourself.