Power Scraper — Nordic Electronics Products & Prices (DK/NO/FI) avatar

Power Scraper — Nordic Electronics Products & Prices (DK/NO/FI)

Pricing

Pay per event

Go to Apify Store
Power Scraper — Nordic Electronics Products & Prices (DK/NO/FI)

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

Studio Amba

Maintained by Community

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

FieldTypeDescription
domainstring"power.dk", "power.no", or "power.fi" (default: "power.dk")
searchQuerystringProduct search (e.g., "samsung tv")
categoryIdsarrayCategory IDs from the URL (e.g., [1100])
maxResultsintegerLimit (default: 100)
proxyConfigurationobjectProxy settings

You need at least a searchQuery or categoryIds.

Output

FieldTypeExample
namestring"Samsung UE55AU7172 55\" 4K TV"
brandstring"Samsung"
pricenumber3499
originalPricenumber4499
currencystring"DKK"
skustring"654321"
eanstring"8806092345678"
inStockbooleantrue
stockLevelnumber23
ratingnumber4.6
reviewCountnumber89
urlstringFull product URL
imageUrlstringBest-quality webp image from Power CDN
categorystring"TV > LED TV"
categoriesarrayFull 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 webStockMeta and stockCount fields