# Monitor DriveK.it used car offer listings

**Use case:** 

Track used car offers on DriveK.it with mileage, price, and seller info for Italian used vehicle market intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.drivek.it/offerte-usato/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "minPrice": {
    "label": "Min Price",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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