Idealo Listing Scraper avatar
Idealo Listing Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Idealo Listing Scraper

Idealo Listing Scraper

Extract product listings from Idealo.de price comparison website with automatic pagination and comprehensive product information.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

5 days ago

Last modified

Categories

Share

🛍️ Idealo Listing Scraper

This actor allows you to scrape product listings from Idealo.de price comparison website by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, seller details, delivery information, and product images.

Features

  • URL-based Scraping: Extract product listings by providing a complete Idealo search URL
  • Automatic Pagination: Automatically navigates through pages and loads more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product title and image
    • Price information
    • Seller name
    • Delivery status and shipping costs
    • VAT information
    • Product detail page URL
  • Price Comparison: Get prices from multiple sellers for the same product
  • Delivery Information: Track delivery status and shipping costs for each offer

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Idealo search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a main list of product listing objects, each containing:

  • searchUrl: The original search URL used
  • title: Product title
  • imgSrc: URL of the product image
  • seller: Name of the seller/merchant
  • price: Product price
  • vatIncluded: VAT information text
  • deliveryStatus: Delivery status information
  • deliveryPrice: Shipping/delivery cost
  • detailPageUrl: URL to the product detail page
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.idealo.de/preisvergleich/ProductCategory/30933.html?q=roboter%20welpe",
"title": "Roboter Welpe Spielzeug",
"imgSrc": "https://cdn.idealo.com/folder/Product/...",
"seller": "Amazon",
"price": "29.99",
"vatIncluded": "inkl. MwSt.",
"deliveryStatus": "Versandkostenfrei",
"deliveryPrice": "kostenlos",
"detailPageUrl": "https://www.idealo.de/preisvergleich/OfferKey/...",
"scrapedAt": "2025-01-15T10:30:00.000Z"
},
...
]

Use Cases

  • Price comparison and market research
  • Product price tracking
  • Seller performance analysis
  • Market trend analysis
  • E-commerce intelligence

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All prices and seller information are extracted in real-time
  • The actor handles multiple sellers for the same product
  • Delivery information is included for each listing