# Kleinanzeigen Used Bike Search

**Use case:** 

Search Kleinanzeigen for used bikes by keyword, city, price range, and result limit to collect structured German classifieds listings.

## Input

```json
{
  "searchQueries": [
    "fahrrad",
    "e-bike"
  ],
  "listingUrls": [],
  "location": "berlin",
  "categoryId": "",
  "minPrice": 50,
  "maxPrice": 600,
  "maxResults": 50,
  "includeDetails": false,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceNumeric": {
    "label": "Price (€)",
    "format": "number"
  },
  "location": {
    "label": "Location"
  },
  "postedDate": {
    "label": "Posted"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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