Conrad.de Electronics Product Search Scraper
Under maintenancePricing
Pay per usage
Conrad.de Electronics Product Search Scraper
Under maintenanceExtract Conrad.de product search results, prices, availability, EANs, brands, images, sellers, and technical details.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
TrueNorth
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
Share
Conrad.de Product Search Scraper
Extract structured Conrad.de product data for price monitoring, assortment research, ecommerce intelligence, procurement workflows, and AI-ready product datasets.
This Actor searches Conrad.de by keyword and returns clean JSON records with product identifiers, titles, URLs, EANs, brands, images, seller/offer data, prices, availability, and optional technical details.
Key Features
- Search Conrad.de products by keyword.
- Supports B2C and B2B customer modes.
- Configurable result limits and page size.
- Optional category filter when you know a Conrad category ID.
- Optional offer enrichment for price, seller, and availability data.
- Optional detail enrichment for descriptions, images, and technical attributes.
- Outputs JSON/CSV/Excel-ready product records.
- Proxy configuration support through Apify.
How it Works
- Enter a Conrad.de search query and choose the maximum number of products.
- Select optional enrichment settings for offers and product details.
- Run the Actor and download the structured dataset as JSON, CSV, Excel, or connect it to your API workflow.
Input Example
{"query": "arduino","maxItems": 100,"pageSize": 90,"mode": "b2c","sortField": "_score","sortOrder": "desc","includeOffers": true,"includeDetails": false,"proxyConfiguration": {"useApifyProxy": true}}
Output Sample
{"productId": "3132748","title": "Arduino AFX00005 Erweiterungsmodul","url": "https://www.conrad.de/de/p/arduino-afx00005-erweiterungsmodul-3132748.html","ean": "7630049204096","brand": "Arduino","image": "https://asset.conrad.com/media10/isa/160267/c1/-/de/003132748PI00/arduino-afx00005-erweiterungsmodul.jpg","manufacturerId": "AFX00005","isBuyable": true,"isHazardous": false,"features": [],"technicalDetails": [{"attributeID": "Product.SubCategory","attributeName": "Produkt-Art","values": [{ "value": "Erweiterungsmodul" }]}],"sellers": [{"sellerId": "CE001","sellerName": "Conrad Electronic"}],"price": {"currency": "EUR","unitPrice": 142.66,"totalPrice": 142.66},"availability": {"availabilityState": "AVAILABLE_NOW","stockQuantity": 1},"detail": {"shortDescription": "Opta Ext D1608E"},"source": "conrad.de","scrapedAt": "2026-06-22T12:00:00.000Z"}
AI & LLM Integration
The dataset is suitable for downstream AI workflows:
- Build product intelligence datasets for RAG systems.
- Feed normalized product records into ecommerce monitoring agents.
- Use titles, descriptions, technical attributes, prices, and availability in lead scoring, assortment analysis, or procurement automation.
- Store product records in vector databases for semantic search and competitor monitoring.
Typical Use Cases
- Conrad.de price and availability monitoring.
- Product catalog research for electronics and industrial supplies.
- Competitor assortment tracking.
- Procurement and purchasing intelligence.
- Ecommerce analytics and product matching by EAN/manufacturer ID.
Input Fields
queryrequired search string.maxItemsmaximum number of products to save.pageSizesearch API page size, clamped to 90.modecustomer mode:b2corb2b.sortFieldConrad search sort field.sortOrdersort direction:descorasc.categoryIdoptional Conrad category ID filter.includeDetailsfetch product details and technical information.includeOffersfetch offer, price, seller, and availability data.proxyConfigurationoptional Apify proxy settings.
Notes and Limits
Conrad.de can change its public APIs over time. If Conrad rotates public API keys or modifies response structures, the Actor may require an update.