# Scrape Bytbil Volvo listings in Sweden

**Use case:** 

Export Volvo vehicle listings from Bytbil.com with price, year, mileage, and location for Swedish used-car inventory monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bytbil.com/bil/volvo"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "year": {
    "label": "Year"
  },
  "mileage": {
    "label": "Mileage"
  },
  "fuel": {
    "label": "Fuel"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

This example demonstrates how to use [Bytbil.com Vehicle Listings Scraper](https://apify.com/rainminer/bytbil-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/bytbil-com-scraper) to learn more, explore other use cases, and run it yourself.