Gigantti.fi Scraper — Finnish Electronics & Appliances
Pricing
from $8.00 / 1,000 result scrapeds
Gigantti.fi Scraper — Finnish Electronics & Appliances
Scrape products, prices, specs, ratings, and availability from Gigantti.fi, Finland's largest electronics retailer (Elkjop group). Supports keyword search, category browsing, and detailed product data. No cookies or login required.
Pricing
from $8.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Gigantti.fi Scraper
Scrapes Finland's largest electronics retailer, Gigantti.fi (part of the Elkjop/Elgiganten Nordic group). The scraper renders the live storefront and extracts structured product data from the search and category result pages, returning clean, normalised records.
This is the Finnish sibling of the Elgiganten (Denmark) and Elgiganten (Sweden) scrapers. It runs on the same platform and extraction approach, tuned for the Finnish market: euro (EUR) prices, Finnish stock and rating labels, and Finnish category paths.
What it extracts
Gigantti.fi is a client-rendered storefront. The scraper loads each result page, dismisses the Finnish cookie banner, and reads product cards after hydration. For every product it returns the name, brand, current price, availability, rating, category, and image.
Finnish shops display both an incl-VAT consumer price and an excl-VAT price (alv. 0%). The scraper always returns the marketed incl-VAT price, so figures match what a shopper sees. Where a product is on offer, it also captures the previous price (Norm.) and the saving (Säästä).
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | Conditional | e.g. "puhelin", "jääkaappi", "samsung tv" |
categoryUrl | String | Conditional | e.g. https://www.gigantti.fi/tuotteet/puhelimet-tabletit-ja-alykellot/puhelimet |
maxResults | Integer | No | Default: 100 |
proxyConfiguration | Object | No | Proxy settings (Finland residential recommended) |
sbrWsCdp | String | No | Scraping Browser CDP endpoint for anti-bot bypass |
One of searchQuery or categoryUrl is required. When both are empty the scraper falls back to a default search so an empty run still returns data.
Output
| Field | Type | Example |
|---|---|---|
name | String | "Samsung Galaxy A57 5G älypuhelin 8/128 GB" |
brand | String | "Samsung" |
price | Number | 379 |
currency | String | "EUR" |
originalPrice | Number | 449 |
discount | String | "Säästä 70 €" |
inStock | Boolean | true |
rating | Number | 4.5 |
reviewCount | Integer | 907 |
category | String | "puhelimet tabletit ja alykellot > puhelimet" |
categories | Array | ["puhelimet tabletit ja alykellot", "puhelimet"] |
imageUrl | String | Product image URL |
url | String | Full product page URL |
scrapedAt | String | ISO 8601 timestamp |
Cost
Listing mode reads roughly 40+ products per result page, so cost per product is low. Run with a small maxResults first to gauge the cost for your query, then scale up.
Notes
- Prices are the incl-VAT consumer price in euros (EUR)
- Ratings are only present for products that have been reviewed; unrated items omit the field
- Availability reflects the Finnish stock labels (
saatavilla verkkokaupasta,Loppuunmyyty) - Category is derived from the product URL path (Finnish category slugs)
- The site is anti-bot protected. A Scraping Browser endpoint (
sbrWsCdpinput orSBR_WS_CDPenvironment variable) is required for reliable runs - No login or cookies required — the scraper works against publicly available pages
Why use Gigantti.fi Scraper
- Price monitoring — Track prices, stock, and promotions across Gigantti.fi at scale
- Competitive intelligence — Compare your catalogue against Finnish electronics pricing and assortment
- Market research — Analyse category trends, new arrivals, and rating distributions in Finland
- Lead generation — Build product datasets for affiliate sites, comparison tools, or feeds
- No login or cookies required — Authenticated access not needed; works out of the box
How to use Gigantti.fi Scraper
- Open the Input tab and provide a search query or a category URL
- Adjust optional settings such as
maxResultsor proxy configuration - Click Start and wait for the run to complete
- Download results from the Output tab in JSON, CSV, Excel, XML, or HTML
- Schedule recurring runs from the Schedule tab if you need ongoing data
How to scrape Gigantti.fi data
This Actor automates the process of extracting structured product data from Gigantti.fi. You can run it directly from the Apify console, the Apify API, or any of the official SDKs (JavaScript, Python). The scraper handles pagination, cookie consent, and rendering so you can focus on the data, not the plumbing.
Typical workflows:
- One-off export: paste a category URL or keyword, set
maxResults, and run - Scheduled monitoring: set a daily cron in the Schedule tab to track prices over time
- Programmatic integration: trigger runs from your backend via the Apify API and pull the dataset when finished
- Webhook automation: receive a callback the moment a run completes and pipe the results into Zapier, Make, n8n, BigQuery, or Google Sheets
Tips for best results
- Start small — run with
maxResults: 10before launching large jobs - Use Finnish proxies — a Finland residential proxy returns local pricing and stock
- Use native keywords — Finnish terms like
jääkaappi,kannettava,televisiomatch best - Schedule runs — daily runs are usually enough for price monitoring
- Inspect the dataset schema — the Storage tab shows the full output structure
FAQ and support
Is it legal to scrape Gigantti.fi? This Actor extracts publicly available data. Always review the website's Terms of Service before scraping at scale, and respect rate limits.
Why am I getting fewer results than expected? Some categories load more on
scroll or have hidden pagination. Increase maxResults and verify your query.
Which currency are prices in? Euros (EUR), and always the incl-VAT consumer price shown to shoppers.
The site blocks me — what should I do? Provide a Scraping Browser endpoint via
the sbrWsCdp input or the SBR_WS_CDP environment variable, and enable Finland
residential proxies. Datacenter IPs are blocked by many e-commerce sites.
Related Scrapers
- Elgiganten.dk Scraper — the Danish market (Elgiganten.dk), same platform, prices in DKK
- Elgiganten Scraper — the Swedish market (Elgiganten.se), same platform, prices in SEK
- Browse more electronics and e-commerce scrapers from Studio AMBA on the Apify Store for other Nordic and European retailers
For issues, feature requests, or bug reports, open a ticket in the Issues tab on the Actor page or contact support@apify.com. We monitor every actor and ship fixes quickly when sites change.