# PropertyFinder UAE | Dubai Real Estate Listings Full Export

**Use case:** 

Full Export of PropertyFinder UAE | Dubai Real Estate Listings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchUrl": "https://www.propertyfinder.ae/en/search?c=1",
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Cur",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "propertyType": {
    "label": "🏠 Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "🛏 Bed",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bath",
    "format": "number"
  },
  "area": {
    "label": "📐 m²",
    "format": "number"
  },
  "city": {
    "label": "🏙 City",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PropertyFinder UAE Scraper | Dubai Real Estate Listings](https://apify.com/parseforge/propertyfinder-uae-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/propertyfinder-uae-scraper) to learn more, explore other use cases, and run it yourself.