JBC Scraper — Belgian Fashion, Clothing & Prices
Pricing
Pay per event
JBC Scraper — Belgian Fashion, Clothing & Prices
Scrape products, prices, and availability from JBC.be. Belgian fashion retailer for women, men, kids & baby. Supports search, category browsing, and bilingual output (NL/FR).
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
JBC Scraper
Scrapes clothing and fashion products from jbc.be, a popular Belgian family fashion chain. Supports both Dutch and French storefronts.
Input
| Field | Type | Required | Description |
|---|---|---|---|
categoryUrl | String | No | JBC category page URL |
searchQuery | String | No | Search term (e.g., "jeans", "winterjas") |
maxResults | Integer | No | Max products (default: 100) |
language | String | No | nl (default) or fr |
proxyConfiguration | Object | No | Proxy settings |
Without input, scrapes the four main clothing categories (dames, heren, meisjes, jongens).
Output
| Field | Type | Example |
|---|---|---|
name | String | "Slim fit jeans" |
brand | String | "JBC" |
price | Number | 39.95 |
originalPrice | Number | 49.95 |
currency | String | "EUR" |
sku | String | "314071" |
inStock | Boolean | true |
imageUrl | String | Product image |
imageUrls | Array | All variant images |
description | String | Product description |
color | String | "Donkerblauw" |
category | String | "Dames > Kleding > Jeans" |
categories | Array | Breadcrumb trail |
language | String | "nl" |
How it works
Product discovery on listing pages uses a clever trick: JBC embeds CQuotient tracking scripts on each product tile with cq_params.products = [{ id: '314071BLD' }]. The scraper extracts these product IDs, strips the color suffix to get the base product ID, and constructs product detail URLs.
Product pages use JSON-LD Product data for extraction. Color variants and sale prices come from HTML elements.
Pagination uses start= and sz= URL parameters (Salesforce Commerce Cloud pattern). The scraper reads the "X van Y items" text to know when to stop paginating.
Cost
About $0.35 per 1,000 products (visits detail pages for each product).
Notes
- Belgian fashion chain with only own-brand products
- URL structure:
/nl-be/for Dutch,/fr-be/for French - Default page size is 72 items per listing page
- Product IDs like "314071BLD" consist of a numeric base + color code suffix