Power Scraper — Nordic Electronics Products & Prices (DK/NO/FI)
Pricing
Pay per event
Power Scraper — Nordic Electronics Products & Prices (DK/NO/FI)
Scrape products, prices, and stock info from Power.dk, Power.no, and Power.fi. Search by keyword or browse by category.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Power Scraper
Tap into the Power electronics chain API to extract product data from power.dk (Denmark), power.no (Norway), or power.fi (Finland). This scraper hits Power's internal JSON API directly -- no HTML parsing, no browser needed.
How it works
Power exposes a /api/v2/productlists endpoint that returns fully structured JSON. The scraper paginates through it with configurable page sizes. You provide either a search query or category IDs (visible in the URL, e.g., /c/1100/... means category 1100).
Input
| Field | Type | Description |
|---|---|---|
domain | string | "power.dk", "power.no", or "power.fi" (default: "power.dk") |
searchQuery | string | Product search (e.g., "samsung tv") |
categoryIds | array | Category IDs from the URL (e.g., [1100]) |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
You need at least a searchQuery or categoryIds.
Output
| Field | Type | Example |
|---|---|---|
name | string | "Samsung UE55AU7172 55\" 4K TV" |
brand | string | "Samsung" |
price | number | 3499 |
originalPrice | number | 4499 |
currency | string | "DKK" |
sku | string | "654321" |
ean | string | "8806092345678" |
inStock | boolean | true |
stockLevel | number | 23 |
rating | number | 4.6 |
reviewCount | number | 89 |
url | string | Full product URL |
imageUrl | string | Best-quality webp image from Power CDN |
category | string | "TV > LED TV" |
categories | array | Full breadcrumb path |
Cost
Pure API scraping -- extremely fast. You can pull 1,000 products for under $0.25.
Details
- Currency auto-detected from domain: DKK (dk), NOK (no), EUR (fi)
- Images are served from
media.power-cdn.net, sorted by resolution - Stock status uses both
webStockMetaandstockCountfields