Komplett Products Scraper ๐
Pricing
Pay per usage
Komplett Products Scraper ๐
Automate Komplett data collection for your e-commerce business. Scrape product details, prices & availability instantly. Built for retailers, resellers & market analysts needing reliable product intelligence.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Shahid Irfan
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Komplett Search Scraper
Extract product search results from Komplett.no and save them as structured dataset records.
The actor supports keyword-based scraping and direct search URLs, handles pagination, and returns product pricing, stock, rating, and identifiers.
Features
- Scrapes Komplett search pages such as
https://www.komplett.no/search?q=mobile&list_view=list - Supports pagination with page safety limit
- Captures rich product metadata including prices, availability, reviews, and energy labels
- Keeps output deduplicated by product material number
- Supports optional raw product payload output
Use Cases
- Price monitoring
- Product catalog analysis
- Competitor research
- Availability tracking
- Building custom product feeds
Input Parameters
| Field | Type | Description |
|---|---|---|
startUrl | string | Single Komplett search URL |
url | string | Legacy alias for startUrl |
keyword | string | Search term when no URL is provided |
sort | string | Sort mode (None, PriceAsc, PriceDesc, etc.) |
results_wanted | integer | Maximum number of products to save (default: 20) |
max_pages | integer | Maximum pages to visit (default: 10) |
includeRawData | boolean | Include full nested product payload in raw |
proxyConfiguration | object | Optional proxy settings |
Output Fields
| Field | Description |
|---|---|
name | Product name |
price, price_number | Display and numeric price |
availability_status, availability_text, availability_quantity | Stock info |
review_rating, review_count | Product reviews |
material_number, manufacturer_part_number | Product identifiers |
query, query_id, page | Search context |
url, image_url | Product page and image |
energy_grade, energy_label_url, technical_spec_url | Energy metadata (when available) |
variant_groups | Product variants |
Usage Example
{"startUrl": "https://www.komplett.no/search?q=mobile&list_view=list","keyword": "mobile","sort": "None","results_wanted": 20,"max_pages": 3}
Sample Output
{"source": "komplett.no","query": "mobile","query_id": "a6252789049b98adcefa5881ba339453","page": 1,"position_on_page": 1,"material_number": "1328693","manufacturer_part_number": "MG6N4QN/A","name": "iPhone 17 256GB (salvie)","price": "11 990,-","price_number": 11990,"availability_status": "Stocked","availability_text": "20+ stk. pรฅ lager.","review_count": 0,"review_rating": 0,"url": "https://www.komplett.no/product/1328693/mobil-tablets-klokker/mobiltelefoner/iphone-17-256gb-salvie","image_url": "https://www.komplett.no/product-media/b2c/en-us/1328693.jpg"}
Notes
- Prefer
startUrlwhen you need precise control over filters. list_viewandpageare handled internally from URL/defaults.- Use smaller
results_wantedfor quick checks, then increase for full runs. - If the target query has many pages, increase
max_pages.
Legal
Use this actor in compliance with Komplett.no terms and applicable laws. Respect rate limits and responsible scraping practices.