# Monitor used Volvo listings on Bilweb.se Sweden

**Use case:** 

Track used Volvo car listings on Bilweb.se filtered by brand and price for Swedish automotive market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://bilweb.se/sok?offset=0&limit=30&order_by=timestamp&order=desc&type=1&brand=514&have_mrf_association=&query=&price_min=10000&price_max=495000&year_min=&year_max=&property_mileage_min=&property_mileage_max=&region="
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (SEK)",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bilweb.se Scraper](https://apify.com/lexis-solutions/bilweb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/bilweb-scraper) to learn more, explore other use cases, and run it yourself.