# Extract DriveK.it Toyota Yaris Cross listing detail

**Use case:** 

Scrape Toyota Yaris Cross used offer detail on DriveK.it with specs, pricing, and dealer contact for lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.drivek.it/offerte-usato/toyota/yaris-cross/229286/"
    }
  ],
  "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.