# Find Below-Market Dubai Rental Apartments — AI Deal Score

**Use case:** 

Scan Dubai apartment rentals on Property Finder, score each against local comps with AI, and get agent email, phone & WhatsApp for the best deals.

## Input

```json
{
  "offeringType": "rent",
  "emirate": "dubai",
  "propertyType": "apartment",
  "searchUrls": [],
  "maxResults": 50,
  "dealScore": true,
  "detailEnrichment": false,
  "monitorMode": false,
  "maxConcurrency": 4,
  "requestDelayMs": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing",
    "format": "string"
  },
  "price": {
    "label": "Price (AED)",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "areaSqft": {
    "label": "Area (sqft)",
    "format": "number"
  },
  "community": {
    "label": "Community",
    "format": "string"
  },
  "subCommunity": {
    "label": "Sub-community",
    "format": "string"
  },
  "dealScore": {
    "label": "Deal Score",
    "format": "number"
  },
  "dealScoreBand": {
    "label": "Band",
    "format": "string"
  },
  "dealScoreNarrative": {
    "label": "AI narrative",
    "format": "string"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "agentEmail": {
    "label": "Email",
    "format": "string"
  },
  "agentPhone": {
    "label": "Phone",
    "format": "string"
  },
  "agentWhatsapp": {
    "label": "WhatsApp",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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