ZEB Scraper — Belgian Fashion Products & Prices
Pricing
from $2.00 / 1,000 result scrapeds
ZEB Scraper — Belgian Fashion Products & Prices
Scrape fashion products, prices, sizes, and variants from ZEB.be. Belgium's popular multi-brand fashion retailer. Supports browsing all products, filtering by collection, and searching by keyword.
Pricing
from $2.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
ZEB Scraper
Scrape fashion products, prices, sizes, and variants from ZEB.be — Belgium's popular multi-brand clothing retailer. No cookies or login required.
Why use this actor?
ZEB carries Tommy Hilfiger, Jack & Jones, Levi's, Only, and dozens of other fashion brands at competitive prices. If you need fashion price comparisons, brand availability tracking, size/color variant data, or product feeds for the Belgian fashion market, this actor delivers structured data via Shopify's JSON API — fast and reliable.
Features
- Three scraping modes — search by keyword, browse by collection (e.g. "dames", "heren"), or scrape the full product catalog
- Variant-level data — every size/color combo with individual pricing, SKU, and stock status
- Fast API-based scraping — uses Shopify's native JSON endpoints, no HTML parsing needed
- Rich product data — names, brands, prices, sale prices, SKUs, images, descriptions, and product types
- No cookies, no login required — works out of the box
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Product search term (e.g. "tommy hilfiger polo") |
collection | String | No | Shopify collection handle (e.g. "dames", "heren", "sale") |
maxResults | Integer | No | Maximum products to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings (recommended for large runs) |
Without input, all products are scraped via /products.json.
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
name | String | "Tommy Hilfiger Core Slim Fit Polo" |
brand | String | "Tommy Hilfiger" |
price | Number | 79.90 |
originalPrice | Number | 99.90 |
currency | String | "EUR" |
sku | String | "MW0MW30750-DW5" |
productId | String | "8234567890" |
inStock | Boolean | true |
url | String | Full product URL |
imageUrl | String | Primary product image URL |
imageUrls | Array | All product image URLs |
description | String | Cleaned product description |
category | String | "Polo's" |
variants | Array | Size/color combos with pricing and availability |
Example output
{"name": "Tommy Hilfiger Core Slim Fit Polo","brand": "Tommy Hilfiger","price": 79.90,"originalPrice": 99.90,"currency": "EUR","sku": "MW0MW30750-DW5","productId": "8234567890","inStock": true,"url": "https://www.zeb.be/products/tommy-hilfiger-core-slim-fit-polo","imageUrl": "https://cdn.shopify.com/s/files/1/0123/4567/products/tommy-polo.jpg","imageUrls": ["https://cdn.shopify.com/s/files/1/0123/4567/products/tommy-polo.jpg","https://cdn.shopify.com/s/files/1/0123/4567/products/tommy-polo-back.jpg"],"description": "Slim fit polo in stretch katoen met kenmerkend Tommy Hilfiger logo.","category": "Polo's","variants": [{"title": "S / Navy", "sku": "MW0MW30750-DW5-S", "price": 79.90, "available": true},{"title": "M / Navy", "sku": "MW0MW30750-DW5-M", "price": 79.90, "available": true},{"title": "L / Navy", "sku": "MW0MW30750-DW5-L", "price": 79.90, "available": false}],"scrapedAt": "2026-04-06T10:00:00.000Z"}
Cost estimate
ZEB calls Shopify's JSON API directly (250 products per request), making it one of the fastest scrapers in this catalog. It charges $0.02 per run (start fee, based on its 4 GB memory allocation) plus $0.002 per result: about $0.22 per 100 products, $2.02 per 1,000. A run's usage cost only settles after it reports SUCCEEDED.
How it works
ZEB runs on Shopify. The scraper uses three native Shopify API endpoints:
/products.json?limit=250&page=Nfor full catalog browsing/collections/{handle}/products.jsonfor collection-specific browsing/search/suggest.jsonfor keyword search, with fallback to catalog filtering
Descriptions are cleaned of hidden display:none divs that ZEB uses to store internal barcode data.
Limitations
- Search mode uses Shopify's suggest endpoint (max 10 initial results), then scans the full catalog for additional matches
- Shopify's products.json API has a built-in page limit; very large catalogs may not return every product
- Data is scraped from the public website and may change without notice
How to scrape Zeb data
- Go to this actor's page on the Apify Store.
- Click Try for free to open it in Apify Console.
- Configure your search query or URL, set the maximum number of results, and adjust proxy settings if needed.
- Click Start and wait for the run to finish.
- Download your data in JSON, CSV, Excel, or connect it to your workflow via API.
You can also schedule regular runs, set up webhooks for real-time notifications, or integrate the results directly into your application using the Apify API.