# E-Bikes auf Kleinanzeigen verfolgen – Preise & Daten

**Use case:** 

Sammle E-Bike-Anzeigen von Kleinanzeigen.de als saubere JSON-Daten — Preis, Ort, Fotos, Datum. DSGVO-konform, ohne persönliche Daten der Verkäufer.

## Input

```json
{
  "searchQuery": "e-bike",
  "categoryId": 217,
  "priceMinEur": 500,
  "priceMaxEur": 5000,
  "sortBy": "date",
  "sellerType": "any",
  "scrapeDetails": false,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceCents": {
    "label": "Price (cents)",
    "format": "integer"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "adType": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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