# Quick demo - Kleinanzeigen  Germany

**Use case:** 

Try Kleinanzeigen Autos Scraper free: extract 20 used car listings from Germany's largest classifieds site with price, mileage, fuel type and seller details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kleinanzeigen.de/s-autos/preis:1000:5000/c216"
    }
  ],
  "maxItems": 20,
  "splitLargeSearches": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "image": {
    "label": "Photo",
    "format": "image"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "priceFormatted": {
    "label": "Price",
    "format": "text"
  },
  "negotiable": {
    "label": "VB",
    "format": "boolean"
  },
  "firstRegistration": {
    "label": "First reg.",
    "format": "text"
  },
  "mileageKm": {
    "label": "Km",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Gearbox",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Kleinanzeigen Autos Scraper — Germany Car Listings](https://apify.com/nikse77/kleinanzeigen-autos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nikse77/kleinanzeigen-autos-scraper) to learn more, explore other use cases, and run it yourself.