# Low-Mileage Automatic Cars in Mumbai

**Use case:** 

Get detailed listings of low-mileage automatic used cars from 2019 or newer in Mumbai. Data includes prices, fuel type, and owner history.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cardekho.com/usedCars"
    }
  ],
  "city": "mumbai",
  "brand": "",
  "bodyType": "",
  "fuelType": "",
  "transmission": "automatic",
  "minBudgetLakh": 0,
  "maxBudgetLakh": 0,
  "minYear": 2019,
  "maxYear": 0,
  "maxKm": 50000,
  "includeDetails": false,
  "maxItems": 100,
  "maxPages": 10,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "string"
  },
  "kmDriven": {
    "label": "Kms Driven",
    "format": "integer"
  },
  "ownerCount": {
    "label": "Previous Owners",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [CarDekho Used Cars Scraper](https://apify.com/getascraper/cardekho-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/cardekho-scraper) to learn more, explore other use cases, and run it yourself.