# Scrape Low-Mileage Recent Used Cars UAE

**Use case:** 

Extract low-mileage, recent-model-year used cars across DubiCars and Dubizzle UAE for buyers and resellers chasing near-new value.

## Input

```json
{
  "platforms": [
    "all"
  ],
  "make": "",
  "model": "",
  "yearFrom": 2022,
  "maxMileage": 40000,
  "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"
  },
  "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.