# Compare phone prices on Komplett.se Sweden

**Use case:** 

Scrape Komplett.se phone search results with SKU pricing, specs, and stock for Swedish electronics retail intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.komplett.se/search?q=phone"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  }
}
```

## About this Actor

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