#1 RankedReal-Time APIBeneluxSeller Data

bol.com Price Scraper & Product Data API

Extract real-time prices, seller offers, reviews, and availability from bol.com — the largest online marketplace in the Netherlands and Belgium. Structured JSON, reliable delivery, zero maintenance.

#1

Ranked for bol.com scraper

99.9%

API uptime

95%+

Match rate

<2s

Response time

How It Works

Get bol.com data in 3 steps

1

Send a product ID, EAN, or query

Pass a bol.com product ID, EAN barcode, or search keyword to our API. We handle the rest.

2

We scrape and parse bol.com

Our infrastructure fetches the live bol.com page, extracts structured data, and validates all fields before returning.

3

Receive clean JSON data

Get prices, seller info, ratings, stock status, and product details in a standardized JSON format.

Live Preview

See bol.com in your browser

shopping.google.nl
Google Shopping results for the Nothing Ear earbuds, with bol.com among the sellers

Live Google Shopping results for the Nothing Ear — bol.com appears as a seller

API

bol.com API integration

3 endpoints — copy-paste in cURL, Python, or JavaScript. Full reference at app.shoppingscraper.com/apiguide.

Live bol.com data via Google Shopping

Call /offers with site=shopping.google.nl and an EAN — bol.com comes back as a seller alongside everyone else carrying the product. You don't need a bol.com-specific API; the Google Shopping endpoint already contains bol.com's listings.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=shopping.google.nl&ean=6974434222175"
GEThttps://api.shoppingscraper.com/offers?site=shopping.google.nl&ean=6974434222175&api_key=your_api_key_here
API Response
{
"results": [
{
"ean": "6974434222175",
"sku": "8234494512552705530",
"url": "https://www.google.com/search?udm=28&q=Nothing%20Ear&dpr=1#oshopproduct=cid:8234494512552705530,pvt:hg,pvo:3,laoid:1&oshop=apv&pvs=0&gl=nl&hl=nl",
"title": "Nothing Ear",
"brand": "Nothing",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcQFuvvgZ1OzJ8iW_Gi4mYMv4d9JE4Ar3QLfd3OWzaR5OmAk0Sq2Kcubq9BE6ev0fcrlaskmEghEsvFiPENz-IX3ct2M084-ubk04gnaApkHOdxZJkw6qGC4NPA",
"availability": "InStock",
"currency": "EUR",
"offers": [
{
"sellerName": "bol.com",
"sellerCode": "7520579",
"sellerReference": "https://www.bol.com/nl/nl/p/nothing-ear-draadloze-oordopjes-true-wireless-noice-cancelling-zwart/9300000175300676/",
"price": "113.38",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "113.38",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Nothing Netherlands",
"sellerCode": "5753369764",
"sellerReference": "https://checkout-nl.nothing.tech/products/ear?variant=43298535145668&country=NL&currency=EUR",
"price": "89.00",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "89.00",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Belsimpel",
"sellerCode": "7590527",
"sellerReference": "https://www.belsimpel.nl/accessoire-detail/nothing-ear-zwart",
"price": "119.95",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "119.95",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
}
]
}
]
}

Info — categories, description, specs by EAN

Fetch the canonical bol.com product record: title, brand, SKU, full HTML description, structured specs, categories, thumbnail. The cleanest way to mirror a bol.com listing into your own PIM.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/info?api_key=your_api_key_here&site=bol.com&ean=8718526126587"
GEThttps://api.shoppingscraper.com/info?site=bol.com&ean=8718526126587&api_key=your_api_key_here
API Response
{
"ean": "8718526126587",
"sku": "2400394333200541296",
"url": "https://shopping.google.com/product/2400394333200541296",
"title": "Kruidvat Zonnebrand Spray SPF 30",
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...",
"description": "Compact wireless earbuds with adaptive noise cancellation, 6h battery life, and MagSafe charging case.",
"specs": {
"brand": "Apple",
"color": "White",
"battery_life_hours": 6,
"wireless": true,
"noise_cancellation": "Active"
}
}

Buy Box — who's winning the Koopblok right now

Returns the current bol.com Koopblok (Buy Box) holder for an EAN — seller(s), price, shipping, total, condition. Single call, runs sub-3s, and respects the gl=nl|be / hl=nl|fr storefront switch.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/buybox?api_key=your_api_key_here&site=bol.com&ean=8718526126587"
GEThttps://api.shoppingscraper.com/buybox?site=bol.com&ean=8718526126587&api_key=your_api_key_here
API Response
{
"ean": "8718526126587",
"sku": "B0863TXGM3",
"title": "Kruidvat Zonnebrand Spray SPF 30",
"url": "https://www.bol.com/dp/B0863TXGM3",
"availability": "AVAILABLE",
"currency": "EUR",
"offers": {
"sellerName": "Bol",
"price": "229.00",
"formerPrice": "279.00",
"shippingPrice": "0.00",
"totalPrice": "229.00",
"condition": "New",
"isBuyBoxWinner": true
}
}
Features

What you get with bol.com

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 bol.com — 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 bol.com 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 bol.com 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 bol.com 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

Can I search bol.com by EAN barcode?+

Yes. Pass any EAN-13 barcode and we return the matching bol.com product(s) with full details including all seller offers and pricing.

Does the scraper return all seller offers for a product?+

Yes. We extract every active seller offer for a product, including their price, shipping cost, delivery estimate, fulfillment type (LVB or own), and seller rating.

How often can I scrape bol.com products?+

As often as your plan allows. Most customers schedule daily or up to 4x daily lookups for their tracked product catalog. On-demand API calls are also available. There is no additional rate limit beyond your plan's API call allowance.

Does the API support bol.com Belgium (bol.com/be)?+

Yes. bol.com serves both the Netherlands and Belgium. Our API returns data for both markets, and you can specify the target locale if needed.

Can I scrape bol.com search results?+

Yes. Pass a keyword to our search endpoint and receive the full search results page including product rankings, prices, ratings, and seller information.

Start scraping bol.com data today

100 free API calls. No credit card required. Full Benelux marketplace coverage.