# Scrape Used Cars in Dubai - Dubizzle Motors

**Use case:** 

Extract used-car listings filtered to the city of Dubai from Dubizzle Motors, with price, mileage, and specs in a clean dataset.

## Input

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

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