# Motorcycles for Sale on Blocket Sweden

**Use case:** 

Get listings of Honda motorcycles for sale on Blocket.se. Returns comprehensive data including prices, images, and seller information.

## Input

```json
{
  "searchQuery": "motorcykel Honda",
  "category": "mc",
  "location": "",
  "maxResults": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceValue": {
    "label": "Price (number)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Blocket.se Scraper – Cars, Electronics & Marketplace](https://apify.com/logiover/blocket-se-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/blocket-se-scraper) to learn more, explore other use cases, and run it yourself.