Conrad.be Scraper — Belgian B2B Electronics Products & Prices
Pricing
Pay per event
Conrad.be Scraper — Belgian B2B Electronics Products & Prices
Scrape products, prices, stock levels, and specifications from Conrad.be. Belgium's leading B2B electronics and components retailer. Search by keyword or browse by category.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Conrad.be Scraper
Scrape product data, prices, stock levels, and technical specifications from Conrad.be — Belgium's specialist B2B electronics and components supplier. No cookies or login required.
Why use this actor?
Conrad is Belgium's go-to B2B supplier for electronics components, test equipment, industrial sensors, and consumer electronics. If you need component pricing for procurement, stock monitoring for supply chain management, technical spec extraction for product databases, or competitive analysis in the Belgian B2B electronics market, this actor delivers rich, structured data directly from Conrad's APIs.
Features
- API-driven — calls Conrad's search and offer APIs directly for faster, richer data than HTML scraping
- Bilingual — supports both Dutch (
nl) and French (fr) versions - B2B pricing — includes unit prices (excl. VAT), VAT percentage, and calculated price incl. VAT
- Real-time stock data — actual warehouse quantities, not just "in stock" / "out of stock"
- Delivery estimates — promised delivery dates from the offer API
- Technical specifications — full spec tables (operating voltage, memory, dimensions, etc.)
- No cookies, no login required — works out of the box
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | Conditional | Search term (e.g. "arduino", "multimeter", "raspberry pi") |
category | String | Conditional | Category ID to browse |
maxResults | Integer | No | Maximum products to return (default: 100) |
language | String | No | nl (default) or fr |
proxyConfiguration | Object | No | Proxy settings |
At least one of searchQuery or category must be provided.
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
name | String | "Arduino Uno Rev3" |
brand | String | "Arduino" |
price | Number | 22.49 (excl. VAT) |
priceInclVat | Number | 27.21 |
vatPercentage | Number | 21 |
currency | String | "EUR" |
ean | String | "7630049200050" |
sku | String | "A000066" |
productId | String | "1927518" |
inStock | Boolean | true |
stockLevel | Number | 156 |
deliveryInfo | String | "Delivery by 2026-04-08" |
seller | String | "Conrad Electronic" |
isSpecialOffer | Boolean | false |
rating | Number | 4.7 |
reviewCount | Number | 23 |
url | String | Full product URL |
imageUrl | String | Product image URL |
specs | Object | {"Operating Voltage": "5V", "Flash Memory": "32 KB"} |
category | String | "Development Boards > Arduino" |
Example output
{"name": "Arduino Uno Rev3","brand": "Arduino","price": 22.49,"priceInclVat": 27.21,"vatPercentage": 21,"currency": "EUR","ean": "7630049200050","sku": "A000066","productId": "1927518","inStock": true,"stockLevel": 156,"deliveryInfo": "Delivery by 2026-04-08","seller": "Conrad Electronic","isSpecialOffer": false,"rating": 4.7,"reviewCount": 23,"url": "https://www.conrad.be/nl/p/arduino-uno-rev3-1927518.html","imageUrl": "https://asset.conrad.com/media10/igs/251889_LB_00_FB/arduino-uno-rev3.jpg","description": "Official Arduino Uno Rev3 board. ATmega328P microcontroller with 14 digital I/O pins.","specs": {"Operating Voltage": "5V","Flash Memory": "32 KB","Digital I/O Pins": "14","Analog Input Pins": "6"},"category": "Development Boards > Arduino","scrapedAt": "2026-04-06T10:00:00.000Z"}
Cost estimate
Pure API calls, no browser needed. This actor uses approximately 0.15 compute units per 1,000 products — one of the cheapest scrapers to run. A 10,000-product extraction costs roughly $0.15.
How it works
Instead of scraping HTML, this actor calls two Conrad APIs directly:
- Search API — returns product names, brands, EANs, technical specs, ratings, and images
- Offer API — returns live pricing, VAT details, stock quantities, delivery dates, and seller info
Offers are fetched in batches of 20 products per API call for efficiency. The two data sources are merged to produce a complete product record.
Limitations
- Requires either a
searchQueryorcategory— cannot scrape the full catalog without a starting point - Prices are B2B (excluding VAT) by default; the
priceInclVatfield adds Belgian 21% VAT - Stock levels are real-time warehouse quantities and can change rapidly
- Data is scraped from the public API and may change without notice