# Find used car ads on Quoka Germany

**Use case:** 

Scrape Automarkt listings from Quoka.de. Export titles, prices, locations, and links for German used-car lead gen and classifieds price intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.quoka.de/anzeigen/auto-motorrad/automarkt/"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "postedAt": {
    "label": "Posted at"
  }
}
```

## About this Actor

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