# Used Hatchback Price Tracker Under 5 Lakhs

**Use case:** 

Monitor used hatchback prices across India under ₹5 lakh. Get detailed listings including prices, mileage, and location for up to 200 vehicles.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "advertisedPriceInr": {
    "label": "Price (INR)",
    "format": "integer"
  },
  "priceDisplay": {
    "label": "Price Label",
    "format": "string"
  },
  "discountInr": {
    "label": "Save (INR)",
    "format": "integer"
  },
  "isCertified": {
    "label": "Certified",
    "format": "boolean"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "ownerType": {
    "label": "Seller Type",
    "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.