# Export Dubizzle Dubai apartment rental listings

**Use case:** 

Collect structured Dubai apartment rental listings from a Dubizzle category URL for pricing and inventory analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://dubai.dubizzle.com/property-for-rent/residential/apartment/"
    }
  ],
  "city": "uae",
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "Listing",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller / agent",
    "format": "string"
  },
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Dubizzle URL",
    "format": "string"
  }
}
```

## About this Actor

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