Conrad.be Scraper — Belgian B2B Electronics Products & Prices avatar

Conrad.be Scraper — Belgian B2B Electronics Products & Prices

Pricing

Pay per event

Go to Apify Store
Conrad.be Scraper — Belgian B2B Electronics Products & Prices

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

Studio Amba

Maintained by Community

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

FieldTypeRequiredDescription
searchQueryStringConditionalSearch term (e.g. "arduino", "multimeter", "raspberry pi")
categoryStringConditionalCategory ID to browse
maxResultsIntegerNoMaximum products to return (default: 100)
languageStringNonl (default) or fr
proxyConfigurationObjectNoProxy settings

At least one of searchQuery or category must be provided.

Output

Each result contains:

FieldTypeExample
nameString"Arduino Uno Rev3"
brandString"Arduino"
priceNumber22.49 (excl. VAT)
priceInclVatNumber27.21
vatPercentageNumber21
currencyString"EUR"
eanString"7630049200050"
skuString"A000066"
productIdString"1927518"
inStockBooleantrue
stockLevelNumber156
deliveryInfoString"Delivery by 2026-04-08"
sellerString"Conrad Electronic"
isSpecialOfferBooleanfalse
ratingNumber4.7
reviewCountNumber23
urlStringFull product URL
imageUrlStringProduct image URL
specsObject{"Operating Voltage": "5V", "Flash Memory": "32 KB"}
categoryString"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:

  1. Search API — returns product names, brands, EANs, technical specs, ratings, and images
  2. 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 searchQuery or category — cannot scrape the full catalog without a starting point
  • Prices are B2B (excluding VAT) by default; the priceInclVat field 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