Komplett Scraper — Nordic Electronics Products & Prices avatar

Komplett Scraper — Nordic Electronics Products & Prices

Pricing

Pay per event

Go to Apify Store
Komplett Scraper — Nordic Electronics Products & Prices

Komplett Scraper — Nordic Electronics Products & Prices

Scrape products, prices, stock status, and ratings from Komplett.no. Norway's largest electronics retailer. Supports search queries and category browsing with pagination.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

Komplett Scraper

Extracts product data from Komplett.no, Norway's largest online electronics retailer. Reads preloaded search result data embedded in the page HTML, so no API keys or browser automation needed.

Technical approach

Komplett embeds full product listing data inside a <komplett-search-results> custom element as a preloadedSearchResult HTML attribute. This scraper parses that attribute directly, getting price, stock, images, and reviews in a single HTTP request per results page.

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch term (e.g., "rtx 4070", "laptop")
categoryUrlStringNoFull Komplett category URL
maxResultsIntegerNoLimit output (default: 100)
proxyConfigurationObjectNoProxy settings (recommended -- Komplett uses Akamai)

Output

FieldTypeExample
nameString"Acer Aspire 16 AI"
brandString"Acer"
priceNumber8990
originalPriceNumber10990
currencyString"NOK"
skuStringMaterial number
productIdStringManufacturer part number
inStockBooleantrue
stockLevelString"10+"
ratingNumber4.5
reviewCountNumber12
imageUrlStringPrimary 1200px CDN image
imageUrlsArrayAll product images
descriptionStringProduct description
categoryStringCategory from URL path
{
"name": "Acer Aspire 16 AI",
"brand": "Acer",
"price": 8990,
"originalPrice": 10990,
"currency": "NOK",
"sku": "1234567",
"inStock": true,
"rating": 4.5,
"url": "https://www.komplett.no/product/1234567/datautstyr/laptop/acer-aspire-16-ai",
"scrapedAt": "2026-03-16T12:00:00.000Z"
}

Notes

  • All prices are in Norwegian Kroner (NOK)
  • Brand is extracted from the first word of the product name -- works well for electronics brands like Acer, Lenovo, HP
  • Category is parsed from URL path segments
  • Komplett has Akamai protection; CheerioCrawler with got-scraping handles the TLS fingerprinting