# Scrape AMAG Switzerland used cars

**Use case:** 

Extract AMAG Switzerland vehicle inventory from auto.amag.ch with make, model, price, year, and mileage for Swiss used-car research.

## Input

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

## Output

```json
{
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "price": {
    "label": "Price"
  },
  "year": {
    "label": "Year"
  },
  "mileage": {
    "label": "Mileage"
  },
  "fuel": {
    "label": "Fuel"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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