# Monitor Autolina.ch vehicle inventory

**Use case:** 

Track Autolina.ch used car search results over time. Export structured vehicle rows for Swiss automotive price and inventory alerts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.autolina.ch/de/autos"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "year": {
    "label": "Year"
  },
  "mileageText": {
    "label": "Mileage text"
  },
  "fuel": {
    "label": "Fuel"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

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