Conrad.de Electronics Product Search Scraper avatar

Conrad.de Electronics Product Search Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Conrad.de Electronics Product Search Scraper

Conrad.de Electronics Product Search Scraper

Under maintenance

Extract Conrad.de product search results, prices, availability, EANs, brands, images, sellers, and technical details.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

TrueNorth

TrueNorth

Maintained by Community

Actor 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

  1. Enter a Conrad.de search query and choose the maximum number of products.
  2. Select optional enrichment settings for offers and product details.
  3. 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

  • query required search string.
  • maxItems maximum number of products to save.
  • pageSize search API page size, clamped to 90.
  • mode customer mode: b2c or b2b.
  • sortField Conrad search sort field.
  • sortOrder sort direction: desc or asc.
  • categoryId optional Conrad category ID filter.
  • includeDetails fetch product details and technical information.
  • includeOffers fetch offer, price, seller, and availability data.
  • proxyConfiguration optional 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.