Idealo Product Scraper avatar

Idealo Product Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Idealo Product Scraper

Idealo Product Scraper

Scrapes product details and offers from idealo.de/.fr/.co.uk/.es/.it/.at product pages

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Dennis

Dennis

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

Scrapes structured product data from idealo.de/.fr/.co.uk/.es/.it/.at product pages, including name, images, pricing offers, reviews, test scores, technical specifications, and more.

What it does

Given one or more idealo.de product page URLs, the Actor extracts:

FieldDescription
urlSource product page URL
sku / gtinProduct identifiers from JSON-LD
nameProduct name
imagesList of product image URLs
descriptionShort feature summary (e.g. "380 Watt, Betriebszeit 70 Min., beutellos")
reviewCountNumber of user reviews
reviewScoreAverage review score (0–5)
testScoreAverage expert test grade (e.g. 1.8)
propertiesFull technical datasheet as a flat key/value object
offer_countNumber of offers found
offersList of offers — each with price, link, and logo
similar_productsRelated category links with names and URLs

Offer redirect resolution

Idealo wraps all outbound store links in an internal redirect (/relocator/relocate?...). When Resolve Offer Redirects is enabled (default: true), the Actor follows each redirect and replaces the idealo relay URL with the final destination URL at the actual store (e.g. https://www.amazon.de/...).

This is useful when you need real store URLs for price monitoring, affiliate tracking, or deduplication. Disable it to speed up crawling when the raw redirect links are sufficient.

Input

{
"startUrls": [
{ "url": "https://www.idealo.de/preisvergleich/OffersOfProduct/205019562_-ip3251eut-shark-clean.html" }
],
"resolveOfferRedirects": true,
"proxyConfiguration": { "useApifyProxy": true }
}
FieldTypeDefaultDescription
startUrlsarrayProduct page URLs to scrape (required)
resolveOfferRedirectsbooleantrueFollow redirect links to extract final store URLs
proxyConfigurationobjectApify ProxyProxy settings — residential proxies with country DE recommended

Output example

{
"url": "https://www.idealo.de/preisvergleich/OffersOfProduct/205019562_-ip3251eut-shark-clean.html",
"sku": "0622356283717",
"gtin": "0622356283717",
"name": "Shark IP3251EUT",
"images": [
"https://cdn.idealo.com/folder/Product/205019/5/205019562/s1_produktbild_gross/shark-ip3251eut.jpg"
],
"description": "lila, 380 Watt, Betriebszeit 70 Min., Ladezeit 360 min, Behältervolumen 0,7 Liter, beutellos, Lithium-Ionen",
"reviewCount": 1,
"reviewScore": 5.0,
"testScore": 1.8,
"properties": {
"Produkttypen": "Akku-Staubsauger, Stielstaubsauger",
"Leistung (W)": "380 Watt",
"Betriebszeit": "70 Min."
},
"offer_count": 25,
"offers": [
{
"price": 384.95,
"link": "https://www.amazon.de/dp/...",
"logo": "https://cdn.idealo.com/folder/Shop/4/6/4640/s1_shop_160x60.png"
}
],
"similar_products": [
{ "name": "Akku-Staubsauger", "url": "https://www.idealo.de/preisvergleich/ProductCategory/2925F346250.html" },
{ "name": "Shark Staubsauger", "url": "https://www.idealo.de/preisvergleich/ProductCategory/2925F9911618.html" }
]
}

Notes

  • Residential proxies with the same country code as the target idealo site (DE,UK,IT etc) are strongly recommended for reliable results

Possible websites

idealo.de | idealo.fr | idealo.co.uk | idealo.es | idealo.it | idealo.at | idealo.es and more