Verkkokauppa Scraper — Finnish Electronics, Computers & Applian avatar

Verkkokauppa Scraper — Finnish Electronics, Computers & Applian

Pricing

Pay per event

Go to Apify Store
Verkkokauppa Scraper — Finnish Electronics, Computers & Applian

Verkkokauppa Scraper — Finnish Electronics, Computers & Applian

Scrape products, prices, stock status, ratings, and specs from Verkkokauppa.com. Finland's largest online electronics retailer. Supports search queries and category browsing.

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

3 days ago

Last modified

Categories

Share

Verkkokauppa Scraper

Scrapes Finland's largest online electronics store (verkkokauppa.com) using a two-phase approach: discovers product IDs via XML sitemaps, then fetches full details from Verkkokauppa's internal product API.

Why the API approach?

Verkkokauppa's product API (web-api.service.verkkokauppa.com/product/{pid}) returns deeply structured JSON with specs, bullet points, EANs, ratings, and warranty info -- far richer than what HTML parsing would yield.

Input

FieldTypeDescription
searchQueryStringFilter sitemap URLs by keyword
categoryUrlStringCategory page to extract product IDs from
maxResultsIntegerLimit (default: 100)
proxyConfigurationObjectProxy settings

Output

{
"name": "Samsung Galaxy S25 Ultra 256GB",
"brand": "Samsung",
"price": 1399.90,
"originalPrice": 1499.90,
"currency": "EUR",
"ean": "8806095577890",
"sku": "SM-S938B",
"productId": "745678",
"inStock": true,
"rating": 4.7,
"reviewCount": 89,
"url": "https://www.verkkokauppa.com/fi/product/745678/samsung-galaxy-s25-ultra",
"description": "Samsung Galaxy S25 Ultra...\n- 200MP camera\n- 5000mAh battery",
"specs": {"Display": "6.9 inch", "Storage": "256GB", "RAM": "12GB"},
"category": "Puhelimet > Samsung",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

How it works

  1. Sitemaps are scanned for product URLs matching /fi/product/{pid}/
  2. If searchQuery is set, only URLs containing those terms pass the filter
  3. Product IDs are fetched in batches of 10 via the JSON API
  4. Descriptions combine the HTML description with Finnish bullet points
  • EOL (end-of-life) sitemap sections are automatically skipped