# Carwale Used Cars Data Extractor for Bangalore

**Use case:** 

Gather 200 used car listings from Carwale in Bangalore, including pricing, seller details, and specifications for market analysis.

## Input

```json
{
  "city": "bangalore",
  "results_wanted": 200,
  "max_pages": 5,
  "fuel_type": "",
  "transmission": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "car_name": {
    "label": "Car Name",
    "format": "text"
  },
  "price_display": {
    "label": "Price",
    "format": "text"
  },
  "kilometers": {
    "label": "Kilometers",
    "format": "text"
  },
  "fuel_type": {
    "label": "Fuel Type",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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