# Scrape Berlin classified ads on Quoka.de

**Use case:** 

Extract Quoka.de Kleinanzeigen for Berlin. Export titles, prices, categories, and URLs for local German marketplace research and lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.quoka.de/anzeigen/berlin/berlin/"
    }
  ],
  "location": "Berlin",
  "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.