🇩🇪 GermanyElectronics & ComponentsLive PDPReal-Time

Reichelt Scraper API for Electronics Components Data

Reichelt elektronik is a German distributor of electronic components, parts and technical products. Pass any reichelt.de product URL to the /page endpoint and get the live listing back as structured JSON: title, price, image, description, GTIN and stock.

🇩🇪

Germany

/page

Live PDP endpoint

~1s

Sample response time

JSON

Flat structured output

How It Works

Get Reichelt data in 3 steps

1

Pass a Reichelt product URL

Send a GET request with the full reichelt.de product URL. No per-category parser, no pre-configuration.

2

/page fetches the live listing

The endpoint loads Reichelt's own product page through managed proxy routing and reads its JSON-LD, Microdata and meta markup.

3

Receive flat JSON

One flat object: title, price and currency, image, description, brand, GTIN, availability and the extraction method used.

Source Product Page

The Reichelt listing behind the data

Pulled live from Reichelt's product page with the /page endpoint, the deep PDP view that complements the multi-seller /offers call.

reichelt.de
LEGO® Icons - Wildblumenstrauß
Reichelt

LEGO® Icons - Wildblumenstrauß

€46.95
Out of stock
View on Reichelt

Scraped live from Reichelt's product page via the /page endpoint.

API

Reichelt API integration

Get started in minutes with code examples in your preferred language.

Deep PDP scrape via /page

Point /page at a Reichelt product URL to pull the full listing: title, price, image, description, brand, GTIN and availability. This is a real response for a product priced at 46.95 EUR that was out of stock at the time of the scrape.

View in API guide

Implementation

curl --location --request GET "https://enterprise.shoppingscraper.com/v2/live/page?url=https%3A%2F%2Fwww.reichelt.de%2Fde%2Fde%2Fshop%2Fprodukt%2Flego_icons_-_wildblumenstrauss-363120" \
  --header "X-API-Key: your_api_key_here"
GEThttps://enterprise.shoppingscraper.com/v2/live/page?url=https%3A%2F%2Fwww.reichelt.de%2Fde%2Fde%2Fshop%2Fprodukt%2Flego_icons_-_wildblumenstrauss-363120
API Response
{
"url": "https://www.reichelt.de/de/de/shop/produkt/lego_icons_-_wildblumenstrauss-363120",
"title": "LEGO® Icons - Wildblumenstrauß",
"brand": "LEGO",
"gtin": "5702017447230",
"image": "https://cdn-reichelt.de/bilder/web/artikel_ws/E910%2FLEGO_10313_10.jpg?type=Product&",
"images": [
"https://cdn-reichelt.de/bilder/web/artikel_ws/E910%2FLEGO_10313_10.jpg?type=Product&"
],
"description": "LEGO® Icons - Wildblumenstrauß von LEGO. Schnelle Lieferung, günstige Preise, für Gewerbe und Privat. Jetzt online bei reichelt elektronik bestellen.",
"price": 46.95,
"price_currency": "EUR",
"shipping_cost": null,
"price_with_shipping": 46.95,
"availability": "OutOfStock",
"condition": null,
"seller": "Reichelt",
"structured_data_found": ["JSON-LD", "Microdata", "Meta", "HTML"],
"extraction_method": "JSON-LD, Microdata, Meta, HTML",
"success": true
}
Features

What you get with Reichelt

Components and technical parts pricing

Reichelt's core is electronic components, connectors, tools and technical products where distributor pricing shifts with supply. /page reads the live euro price for any reichelt.de product URL, so you can track a parts catalogue most retail scrapers never reach.

Article number and GTIN together

Reichelt keys everything on its own article number and also exposes a GTIN where one exists (5702017447230 in the sample). Both come back in the scrape, so you can match a part by distributor code or by barcode.

Explicit stock status for procurement

Availability is the make-or-break field for parts buyers. The sample returned OutOfStock, an honest signal, so you can watch a component's stock state and know exactly when it returns rather than assuming it is orderable.

Microdata-backed extraction

reichelt.de ships JSON-LD and Microdata. /page reads both, so the fields come from the retailer's own structured markup, which keeps a technical parts catalogue accurate.

Broad catalogue beyond bare components

Alongside components, Reichelt carries tools, networking, appliances and lifestyle lines. The same request shape handles any of them, so one integration covers the whole reichelt.de range.

ShoppingScraper mascot
Data

Available data points

  • Product title
  • Brand
  • Reichelt article number (identifier)
  • GTIN barcode
  • Primary image
  • Description
  • Price and currency
  • Availability / stock status
  • Structured-data sources found
  • Extraction method

Why scrape Reichelt?

Reichelt sits in a different corner of e-commerce from the big consumer retailers: it is a distributor of electronic components and technical parts, where the buyer cares about the exact article, its GTIN and whether it is in stock. That makes availability and precise identification the fields that matter most. /page returns the price, the barcode and an honest stock status from one reichelt.de URL, so procurement and pricing teams can monitor a components catalogue that mainstream retail scrapers do not cover.

  • Track distributor pricing on components and technical parts
  • Match parts by Reichelt article number or by GTIN
  • Watch stock status, including out-of-stock, for procurement
  • Cover the wider Reichelt range with one request shape

What the /page endpoint returns for Reichelt

Point /page at a reichelt.de product URL and it fetches the live listing, reads the structured markup and returns one flat JSON object. The example below is a real response for a product priced at 46.95 EUR that was out of stock at the time of the scrape, which the response reports faithfully.

  • Endpoint: https://enterprise.shoppingscraper.com/v2/live/page?url={encoded_url}
  • Authentication: X-API-Key request header
  • Response: one flat JSON object with the extracted fields
  • Core fields: title, price, image, description, availability

Frequently Asked Questions

How do I scrape a Reichelt product?+

Send a GET request to the /page endpoint with the full reichelt.de product URL and your key in the X-API-Key header. You get back a flat JSON object with the title, price, image, description, brand, GTIN and stock status.

Does the scrape report out-of-stock items honestly?+

Yes. Availability is read straight from the live page. In the sample the product was out of stock and the response returned OutOfStock, so you can rely on the stock field for procurement decisions rather than assuming everything is orderable.

How do I identify a Reichelt part?+

Reichelt uses its own article number as the primary identifier and also exposes a GTIN where one exists (5702017447230 in the sample). /page returns both, so you can match by distributor code or by barcode.

Does Reichelt only sell electronic components?+

Components and technical parts are the core, but the catalogue also spans tools, networking, appliances and some lifestyle lines. /page handles any reichelt.de product URL with the same request shape, whichever part of the range it sits in.

Start scraping Reichelt today

100 free API calls. No credit card required. Works on any reichelt.de product URL.