# Komplett Mobile Products Stock Tracker

**Use case:** 

Retrieve detailed information on mobile products from Komplett, including prices, stock status, and ratings for up to 200 items.

## Input

```json
{
  "startUrl": "https://www.komplett.no/search?q=mobile&list_view=list",
  "keyword": "mobile",
  "sort": "None",
  "results_wanted": 200,
  "max_pages": 30,
  "includeRawData": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "availability_text": {
    "label": "Availability",
    "format": "text"
  },
  "review_rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "material_number": {
    "label": "Material #",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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