# Find Dubai Apartments for Sale

**Use case:** 

Find Dubai apartments for sale with price, beds, baths, size, location, agency, agent, photos, and the original Dubizzle listing URL.

## Input

```json
{
  "searchUrls": [
    "https://dubai.dubizzle.com/property-for-sale/residential/apartment/"
  ],
  "cities": [
    "dubai"
  ],
  "purpose": "sale",
  "propertyType": "",
  "query": "",
  "sort": "default",
  "maxResults": 3,
  "useResidentialProxy": false,
  "proxyCountry": "AE"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "property_type": {
    "label": "Property Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "size_sqft": {
    "label": "Size (sq ft)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "neighbourhood": {
    "label": "Neighbourhood",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "agent_name": {
    "label": "Agent",
    "format": "text"
  },
  "has_phone": {
    "label": "Phone Available",
    "format": "boolean"
  },
  "has_whatsapp": {
    "label": "WhatsApp Available",
    "format": "boolean"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Dubizzle Scraper - UAE Real Estate & Agent Leads](https://apify.com/benthepythondev/dubizzle-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/dubizzle-scraper) to learn more, explore other use cases, and run it yourself.