# Used Hyundai Cars in Delhi - CarDekho & CarTrade

**Use case:** 

Scrape used Hyundai cars in Delhi from CarDekho and CarTrade with prices, year, kilometers, fuel type, transmission, owner, images, and listing URLs.

## Input

```json
{
  "source": "both",
  "cities": [
    "Delhi"
  ],
  "models": [
    "Hyundai"
  ],
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "source": {
    "label": "Source"
  },
  "searchQuery": {
    "label": "Search"
  },
  "cityQuery": {
    "label": "City Query"
  },
  "title": {
    "label": "Car"
  },
  "year": {
    "label": "Year"
  },
  "priceDisplay": {
    "label": "Price"
  },
  "kmDriven": {
    "label": "KM"
  },
  "fuelType": {
    "label": "Fuel"
  },
  "transmission": {
    "label": "Transmission"
  },
  "owner": {
    "label": "Owner"
  },
  "listingBadge": {
    "label": "Badge"
  },
  "location": {
    "label": "Location"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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