
Bol.com Scraper
Pricing
$14.99/month + usage

Bol.com Scraper
An efficient Apify actor that extracts detailed product information from Bol.com. It supports multiple countries and languages, allowing customizable searches. The scraper collects data such as product names, prices, sellers, and more, saving results to Apify's dataset.
5.0 (1)
Pricing
$14.99/month + usage
3
31
7
Issues response
5.7 hours
Last modified
10 days ago
Bol.com Product Scraper
This Apify actor scrapes product information from Bol.com, one of the largest e-commerce platforms in the Benelux region. You can scrape products based on a search term or by selecting a specific category. The actor collects comprehensive details, including product titles, prices, seller information, and customer reviews.
Features
- Search by Term or Category: Scrape products either by providing a search term or by choosing from an extensive list of product categories.
- Detailed Product Information: Collects key details for each product.
- Country and Language Support: Supports multiple countries (Belgium and Netherlands) and languages (Dutch and French).
- Pagination Control: Allows you to specify the number of pages to scrape.
- Sponsored Products: Option to include or exclude sponsored search results.
- Structured Output: Saves the collected data to the Apify dataset in a structured format (JSON).
Usage
- Run this actor in the Apify console.
- Provide the desired inputs:
- Search Term: The product to search for on Bol.com. This is ignored if a category is selected.
- Category: Choose a specific category to scrape from the dropdown list. If a category is selected, the search term will be ignored.
- Country: The country to search in (
be
ornl
). - Language: The language to use for the search (
nl
orfr
). - Total Pages: The total number of pages to scrape.
- Include Sponsored Products: Check this to include sponsored products in the results.
Example Input
{"searchTerm": "laptop","category": "No Category","country": "be","language": "nl","totalPages": 2,"includeSponsored": true}
Output
The collected data is saved to the Apify dataset. The output data includes the following fields:
id
: The unique Product IDtitle
: Product namelink
: Product URLimage
: URL of the product imageseller
: Seller name (if available)price
: Current selling pricediscount_price
: The original price before a discountorderable
: Whether the product can be orderedreviews_average
: The average user ratingreviews_total
: The total number of reviewssummary
: A short summary of product specificationsdelivery_description
: Information about the deliveryretailer_id
: The unique ID of the retailerbundle_prices
: Pricing information for bulk purchases
Example Output
{"id": "9300000183478743","title": "SKIKK Idavoll II - 17 inch laptop voor onderweg met DVD Speler en VGA AZERTY BE","link": "https://www.bol.com/be/nl/p/skikk-idavoll-ii-17-inch-laptop-voor-onderweg-met/9300000183478743/","image": "https://media.s-bol.com/J9rrZE6DWPwy/XDYNGWl/550x309.jpg","seller": "unknown","retailer_id": "1441265","price": "899.00","discount_price": null,"orderable": true,"summary": "17.3 Inch; Full HD; Intel Core i7 processor; RAM: 32 GB; 1000 GB opslag; SSD; Intel Iris Xe Graphics; AZERTY toetsenbord lay-out","reviews_average": 5,"reviews_total": 2,"delivery_description": "Uiterlijk 14 augustus in huis","bundle_prices": [{"minimumQuantity": 3,"price": {"amount": "854.05"},"sellingOfferDiscount": {"amount": {"amount": "44.95"}}}]}
This example output shows the structured data of a single product. The actual output will be a list of similar objects for all processed products.
Notes
- Sponsored products may appear in the dataset more than once.
- The collected data is stored in Apify’s default data store.
On this page
Share Actor: