# Rent Advanced UAE Dubai Property Leads

**Use case:** 

Extract Advanced UAE Dubai Property Leads data filtered by Rent. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "category": "rent",
  "maxPages": 2,
  "sources": [
    "propertyfinder",
    "bayut",
    "dubizzle"
  ],
  "maxItems": 10,
  "furnishingStatus": "all",
  "completionStatus": "all",
  "extractDetailedInfo": false,
  "extractAgentContact": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "propertyValue": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "roomsCounts": {
    "label": "Bedrooms",
    "format": "number"
  },
  "propertySize": {
    "label": "Size",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Advanced UAE Dubai Property Leads Scraper](https://apify.com/parseforge/uae-dubai-property-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uae-dubai-property-leads-scraper) to learn more, explore other use cases, and run it yourself.