# Bicycle deals on Kleinanzeigen with seller info

**Use case:** 

Get bicycle listings from Kleinanzeigen with price, location, seller type and photos. Run it on a schedule to catch new deals early.

## Input

```json
{
  "query": [
    "fahrrad"
  ],
  "radiusKm": "0",
  "category": "all",
  "sellerType": "all",
  "maxResults": 25,
  "monitorMode": false,
  "monitorName": "default"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "postedAt": {
    "label": "Posted (site label)",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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