# Dubai Apartment Listings — PropertyFinder.ae

**Use case:** 

Access live listings of apartments, villas, and penthouses for sale in Dubai. Get details like price, area, and photos directly from PropertyFinder.ae.

## Input

```json
{
  "deal_type": "sell",
  "emirate": "dubai",
  "max_items": 5,
  "max_pages": 1
}
```

## Output

```json
{
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "emirate": {
    "label": "Emirate",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "deal_type": {
    "label": "Deal",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "rooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "area_sqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

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