Idealo Listing Scraper
Pricing
$19.99/month + usage
Go to Apify Store

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
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
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete Idealo search URL to scrape |
maxItems | integer | No | Maximum number of products to fetch |
Output
The output is a main list of product listing objects, each containing:
searchUrl: The original search URL usedtitle: Product titleimgSrc: URL of the product imageseller: Name of the seller/merchantprice: Product pricevatIncluded: VAT information textdeliveryStatus: Delivery status informationdeliveryPrice: Shipping/delivery costdetailPageUrl: URL to the product detail pagescrapedAt: 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