# Kavak Car Listings Data Extractor

**Use case:** 

Extract up to 200 listings from Kavak with details like make, model, year, and pricing. Gain insights for market analysis and inventory tracking.

## Input

```json
{
  "url": "https://www.kavak.com/ae/preowned",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Car ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "text"
  },
  "mainPrice": {
    "label": "Price",
    "format": "text"
  },
  "symbol": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "badge.label": {
    "label": "Badge",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "text"
  },
  "image_gallery_urls": {
    "label": "Gallery",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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