# Scrape Dubizzle Motors UAE Used Cars + Specs

**Use case:** 

Pull Dubizzle Motors UAE listings with trim, engine size, cylinders, and listing date via Playwright with Gemini AI Vision fallback.

## Input

```json
{
  "platforms": [
    "dubizzle"
  ],
  "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"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage",
    "format": "number"
  },
  "transmission": {
    "label": "Trans",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "engineSize": {
    "label": "Engine",
    "format": "text"
  },
  "bodyType": {
    "label": "Body",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "driveType": {
    "label": "Drive",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller",
    "format": "text"
  },
  "dealerName": {
    "label": "Dealer",
    "format": "text"
  },
  "sourcePlatform": {
    "label": "Platform",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  },
  "extractionConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

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