# Scrape iPhone 17 Pro listing on Komplett.se

**Use case:** 

Collect Komplett.se iPhone 17 Pro product detail with storage options, color variants, and availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.komplett.se/product/1328713/mobil-tablets-klockor/mobiltelefoner/iphone-17-pro-256gb-djupblaa"
    }
  ],
  "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.