# Scrape Used Volvo V60 Listings on Blocket.se

**Use case:** 

Extract data on Volvo V60 cars from Blocket.se, including prices, images, and seller info. Get up to 200 results without needing a login.

## Input

```json
{
  "searchQuery": "Volvo V60",
  "category": "car",
  "location": "",
  "maxResults": 200,
  "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.