# Dubizzle UAE Scraper - Property, Motors & Agent Listings

**Use case:** 

Scrape dubizzle UAE listings by city, filters, or URL. Get properties, motors, agents, contacts, GPS, photos, amenities, verification, and DLD history.

## Input

```json
{
  "mode": "search",
  "locations": [
    "dubai"
  ],
  "section": "property-for-sale",
  "propertyType": "residential",
  "furnishing": "any",
  "completionStatus": "any",
  "sortBy": "popular",
  "urls": [
    "https://dubai.dubizzle.com/en/property-for-sale/residential/"
  ],
  "maxPages": 500,
  "maxListings": 20,
  "fetchDetails": false,
  "includeDldHistory": true,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "categorySlug": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "area": {
    "label": "Area",
    "format": "number"
  },
  "areaUnit": {
    "label": "Unit",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "whatsapp": {
    "label": "WhatsApp",
    "format": "text"
  },
  "addedOn": {
    "label": "Added",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dubizzle UAE $1💰 Property, Motors & Agent Listings](https://apify.com/abotapi/dubizzle-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/dubizzle-com-scraper) to learn more, explore other use cases, and run it yourself.