# Dubai Rental Price Drop & Delisting Monitor

**Use case:** 

Track Dubai rental listings daily on Property Finder: price drops, delistings and new apartments, with agent contacts in every new row.

## Input

```json
{
  "offeringType": "rent",
  "emirate": "dubai",
  "propertyType": "apartment",
  "searchUrls": [],
  "maxResults": 100,
  "dealScore": false,
  "detailEnrichment": false,
  "monitorMode": true,
  "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.