Standaard Boekhandel Scraper — Belgian Books, Games & Gifts
Pricing
Pay per event
Go to Apify Store

Standaard Boekhandel Scraper — Belgian Books, Games & Gifts
Scrape book listings, prices, authors, ratings, and availability from Standaardboekhandel.be — Belgium's largest bookstore chain.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Standaard Boekhandel Scraper
Scrape books, stationery, and gifts from standaardboekhandel.be, Belgium's largest bookstore chain. The scraper extracts book-specific fields like ISBN, author, publisher, and language alongside standard product data.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (default: "roman") |
categoryUrl | string | Category page URL |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | string | "De Meeste Mensen Deugen" |
brand | string | "Rutger Bregman" (author as brand) |
price | number | 22.99 |
originalPrice | number | 24.99 |
currency | string | "EUR" |
isbn | string | "9789082942187" |
ean | string | "9789082942187" |
sku | string | "SB-12345" |
inStock | boolean | true |
rating | number | 4.3 |
reviewCount | number | 89 |
url | string | Product URL |
imageUrl | string | Book cover image |
author | string | "Rutger Bregman" |
publisher | string | "De Correspondent" |
language | string | "Nederlands" |
category | string | "Non-fictie" |
categories | array | Full breadcrumb path |
Book-specific fields
For books, the brand field contains the author name (since books don't have traditional brands). The isbn field contains the 13-digit ISBN, which also serves as the EAN.
Notes
- Product URLs use
/p/or/product/patterns - Search endpoint:
/zoeken?q= - Dutch language interface; breadcrumbs skip "Home" and "Standaard Boekhandel"
- ISBN extracted from JSON-LD
isbnfield or detail page spec tables - Out-of-stock detected via
.out-of-stockor.niet-leverbaarclasses