DIY & BuildingMulti-CountryStore StockReal-Time

HORNBACH Price Scraper & Product Data API

Extract real-time prices, stock levels, technical specifications, and store availability from HORNBACH across multiple European countries. Purpose-built for DIY, construction, and building material price intelligence.

#5

Ranked for HORNBACH scraper

8+

HORNBACH country stores

95%+

Match rate

<2s

Response time

How It Works

Get HORNBACH data in 3 steps

1

Send a product URL or query

Pass a HORNBACH product URL, EAN barcode, article number, or search keyword with the target country.

2

We scrape HORNBACH's live data

Our scraper fetches the current product page from HORNBACH, extracts pricing, specs, availability, and store-level stock data.

3

Receive structured JSON

Get clean data with pricing, technical specifications, store stock levels, and product images.

Source Product Page

The HORNBACH listing behind the data

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

hornbach.nl
BOSCH Professional Accu schroefboormachine GSR 18V-65 (incl. 2x accu 18V/4,0Ah en lader, met L-BOXX)
Hornbach.nl

BOSCH Professional Accu schroefboormachine GSR 18V-65 (incl. 2x accu 18V/4,0Ah en lader, met L-BOXX)

€209.95
In stock
View on Hornbach.nl

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

API

HORNBACH API integration

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

Live HORNBACH data via Google Shopping

Call the /offers endpoint with site=shopping.google.nl and an EAN — Hornbach.nl comes back as a seller. You don't need a HORNBACH-specific API; one Google Shopping call surfaces every seller carrying the product.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=shopping.google.nl&ean=4053423330144"
GEThttps://api.shoppingscraper.com/offers?site=shopping.google.nl&ean=4053423330144&api_key=your_api_key_here
API Response
{
"results": [
{
"ean": "4053423330144",
"sku": "11287054166304080211",
"url": "https://www.google.com/search?udm=28&q=Bosch%20Professional%20Tool%20batteries%20%2B%20Chargers%20GSR%2018V-65%20Professional%20bore/skruemask%202x5Ah%20i%20L-BOXX&dpr=1#oshopproduct=cid:11287054166304080211,pvt:hg,pvo:3,laoid:1&oshop=apv&pvs=0&gl=nl&hl=nl",
"title": "Bosch Professional Tool batteries + Chargers GSR 18V-65 Professional bore/skruemask 2x5Ah i L-BOXX",
"brand": "Bosch",
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcRi6MeKDUj30wi2D1JG1e8C4GA0CVqTxueqSNvvQpGu6OG504nruadN7ZDIS3wqCuKAto473-UEsje06w_gdy4bkUxf50fvOw",
"availability": "InStock",
"currency": "EUR",
"offers": [
{
"sellerName": "Hornbach.nl",
"sellerCode": "105330692",
"sellerReference": "https://www.hornbach.nl/p/bosch-professional-accu-schroefboormachine-gsr-18v-65-incl-2x-accu-18v-4-0ah-en-lader-met-l-boxx/12314733/",
"price": "209.95",
"formerPrice": null,
"shippingPrice": "9.95",
"totalPrice": "219.90",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "DoktorKladivo NL",
"sellerCode": "5396407651",
"sellerReference": "https://www.dokterhamer.nl/bosch-accu-boor-schroefmachine-gsr-18v-65-06019n3231-p107108/",
"price": "273.61",
"formerPrice": null,
"shippingPrice": "6.8",
"totalPrice": "280.41",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
}
]
}
]
}

Deep PDP scrape via /page

Point /page at Hornbach.nl's product URL to pull the full listing — description, spec sheet, every product image, and the retailer's own review score — data the multi-seller /offers call doesn't carry.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/page?url=https%3A%2F%2Fwww.hornbach.nl%2Fp%2Fbosch-professional-accu-schroefboormachine-gsr-18v-65-incl-2x-accu-18v-4-0ah-en-lader-met-l-boxx%2F12314733%2F&raw=true&api_key=your_api_key_here"
GEThttps://api.shoppingscraper.com/page?url=https%3A%2F%2Fwww.hornbach.nl%2Fp%2Fbosch-professional-accu-schroefboormachine-gsr-18v-65-incl-2x-accu-18v-4-0ah-en-lader-met-l-boxx%2F12314733%2F&raw=true&api_key=your_api_key_here
API Response
{
"shoppingscraper": {
"results": [
{
"classification": "product",
"title": "BOSCH Professional Accu schroefboormachine GSR 18V-65 (incl. 2x accu 18V/4,0Ah en lader, met L-BOXX)",
"brand": "Bosch Professional",
"ean": "4053423330144",
"sku": "12314733",
"link": "https://www.hornbach.nl/p/bosch-professional-accu-schroefboormachine-gsr-18v-65-incl-2x-accu-18v-4-0ah-en-lader-met-l-boxx/12314733/",
"currency": "EUR",
"offers": [
{
"price": "209.95",
"formerPrice": null,
"seller": "Hornbach.nl",
"availability": "InStock",
"state": "NewCondition"
}
],
"content": {
"specs": [],
"description": "🔨 Koppel: verbeterd tot 63 Nm voor extra kracht<br />🔨 Koplengte: slechts 166 mm voor compact gebruik<br />🔨 KickBack Control: inschakelbare…",
"images": [
"https://media.hornbach.nl/hb/packshot/as.125308278.jpg?dvid=8"
],
"reviews": {
"rating": null,
"count": null
}
},
"thumbnail": "https://media.hornbach.nl/hb/packshot/as.125308278.jpg?dvid=8"
}
]
}
}
Features

What you get with HORNBACH

Every Seller's Price by EAN

Send an EAN to the Google Shopping /offers endpoint and get every seller's offer for that product — including HORNBACH — each with its own price, shipping cost, and total. One call returns the whole competitive set.

Price & Discount Tracking

Each offer returns the current price and the former price, so you can track the live price from HORNBACH and detect exactly when it drops below its previous one.

Total Landed Price

Offers include shipping price and total price alongside the item price — the real all-in cost shoppers compare, not just the headline figure.

Stock & Condition Signals

Every offer carries an availability status (in stock / out of stock) and a condition (new / refurbished), so you know whether HORNBACH and competing sellers actually have the item.

Seller Identity & Direct Link

Each offer names the seller and includes a direct seller-reference link, so you can attribute every price to HORNBACH or a rival and click straight through to the listing.

EAN-Matched Product, Multi-Country

Google Shopping matches your EAN to the right product — returning title, brand, image, and catalog SKU — and the same EAN runs across Google Shopping country domains, so you can compare the product market by market.

ShoppingScraper mascot
Data

Available data points

  • Product title
  • Brand
  • EAN / GTIN barcode
  • Google Shopping catalog SKU
  • Product image (thumbnail)
  • Seller name (per offer)
  • Direct seller-reference link
  • Price and former price
  • Shipping price and total price
  • Condition (new / refurbished)
  • Availability / stock status
  • Currency

Frequently Asked Questions

Which HORNBACH countries are supported?+

We support HORNBACH stores in the Netherlands, Germany, Austria, Czech Republic, Slovakia, Romania, Sweden, and Luxembourg.

Can I check stock at a specific HORNBACH store?+

Yes. Specify a store location and we return real-time stock availability for that product at that store. This is useful for click-and-collect and local competitor monitoring.

How often is the data updated?+

Every API call fetches live data from HORNBACH's website. For automated monitoring, set up a scheduler to track prices daily or multiple times per day.

Can I search HORNBACH by EAN barcode?+

Yes. Pass an EAN-13 barcode and we return the matching HORNBACH product(s) with full pricing and specification details.

Is the HORNBACH scraper suitable for construction cost estimation?+

Yes. With detailed unit pricing, specifications, and stock data, you can build accurate material cost estimates. Many customers integrate our API into project estimation tools.

How does HORNBACH compare to other DIY retailers?+

Use our Webshop Scraper to extract data from other DIY retailers (Gamma, Praxis, Bauhaus) alongside HORNBACH data for comprehensive market coverage.

Start tracking HORNBACH prices today

100 free API calls. No credit card required. European DIY market data.