# Bikes for sale on Blocket, Sweden's classifieds

**Use case:** 

Every bike (cykel) listed for sale across Blocket, Sweden's biggest classifieds site, ready to browse or export as clean data.

## Input

```json
{
  "query": [
    "cykel"
  ],
  "category": "all",
  "region": "all",
  "sort": "relevance",
  "maxResults": 25
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (SEK)",
    "format": "number"
  },
  "tradeType": {
    "label": "Listing type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at (ISO)",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller/company name",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Blocket Scraper 🇸🇪 (all-in price per listing)](https://apify.com/tagadanar/blocket-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/blocket-scraper) to learn more, explore other use cases, and run it yourself.