# Monitor Dubizzle Dubai Marina property brokers

**Use case:** 

Collect Dubai Marina sale listings with agent, agency, price, location, and listing identifiers for recurring broker inventory monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://dubai.dubizzle.com/motors/used-cars/"
    }
  ],
  "query": "Dubai Marina",
  "city": "dubai",
  "category": "property-for-sale/residential",
  "maxItems": 20
}
```

## 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.