# Monitor graphics card listings on Komplett.no

**Use case:** 

Extract graphics card category listings from Komplett Norway with model, VRAM, and price for PC builder research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.komplett.no/category/10412/datautrustning/pc-komponenter/skjermkort"
    }
  ],
  "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.