# Scrape Tesla car listings on Bilweb Sweden

**Use case:** 

Collect Tesla and EV listings from Bilweb.se. Export prices, specs, locations, and URLs for Swedish electric-vehicle market and dealer inventory research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://bilweb.se/sok/tesla"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

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

## About this Actor

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