# Blocket.se Cykel Listings Scraper

**Use case:** 

Retrieve up to 200 bike listings from Blocket.se, including prices, seller details, and images. Ideal for monitoring Swedish classifieds.

## Input

```json
{
  "keyword": "cykel",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (SEK)",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "seller_type": {
    "label": "Seller",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "shipping_available": {
    "label": "Shipping",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Blocket.se Search Scraper 🛍️](https://apify.com/shahidirfan/blocket-se-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/blocket-se-search-scraper) to learn more, explore other use cases, and run it yourself.