# Used SUV Listings from CarDekho in Bangalore

**Use case:** 

Gather used SUV listings from CarDekho in Bangalore. Get detailed data on prices, kilometers, and dealership certifications.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "whatsappEnabled": {
    "label": "WhatsApp Chat",
    "format": "boolean"
  },
  "listingUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

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