# Scrape All UAE Used Cars - DubiCars + Dubizzle

**Use case:** 

Aggregate every used-car listing across DubiCars and Dubizzle Motors UAE into one normalized dataset for market research and benchmarking.

## Input

```json
{
  "platforms": [
    "all"
  ],
  "make": "",
  "model": "",
  "sellerType": "all",
  "maxListingsPerPlatform": 20,
  "includeNew": false,
  "useBrowser": "auto",
  "useAI": true,
  "detectChanges": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "sourcePlatform": {
    "label": "Platform",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  },
  "sellerType": {
    "label": "Seller",
    "format": "text"
  },
  "isGccSpec": {
    "label": "GCC",
    "format": "boolean"
  },
  "hasChanges": {
    "label": "Changed",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Gulf Used Car Scraper - Multi-Platform MENA Automotive Data](https://apify.com/constructive_calm/gulf-used-car-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/gulf-used-car-scraper) to learn more, explore other use cases, and run it yourself.