
Bol Product Scraper
Pricing
$30.00/month + usage

Bol Product Scraper
An Apify actor for scraping product details from Bol.com, including name, brand, price, image, rating, and availability. Supports search queries, pagination, and country/language selection.
0.0 (0)
Pricing
$30.00/month + usage
2
Total users
5
Monthly users
3
Runs succeeded
>99%
Last modified
2 months ago
Bol.com Product Scraper
Overview
This Apify scraper is designed to extract product data from Bol.com based on user-specified search queries. It retrieves product details such as name, brand, price, image URL, product URL, description, rating, and availability.
Features
- Search for products on Bol.com using specified query terms.
- Scrape multiple pages to retrieve a list of products.
- Extract structured product data, including pricing, ratings, and availability.
- Supports country selection.
Input Parameters
To use this scraper, you need to provide the following input parameters:
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
query | String | Yes | N/A | The search keyword for products. |
limit | Int | No | 30 | The maximum number of products to scrape. |
country | String | No | nl | Country code for Bol.com search. |
Output Format
The scraper returns a JSON array with product details. Each product contains:
[{"product_id": "123456","name": "Product Name","brand": "Brand Name","price": "€99.99","image_url": "https://image.url","product_url": "https://www.bol.com/product-url","description": "Product description...","rating": "4.5","availability": "In stock"}]
Example Usage
You can run the scraper by providing an input JSON like this:
{"query": "iphone","limit": 50,"country": "nl"}