Bol.com Scraper
1 day trial then $24.99/month - No credit card required now
Bol.com Scraper
1 day trial then $24.99/month - No credit card required now
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.
Bol.com Product Scraper
This project is an Apify actor designed to scrape product information from Bol.com. It collects details such as product name, price, seller information, and more based on a given search term.
Features
- Searches for products on Bol.com based on a given search term.
- Collects information such as product title, price, seller, and more.
- Supports multiple countries (Belgium and Netherlands) and languages (Dutch and French).
- Allows specifying the number of pages to scrape.
- Saves the collected data to the Apify dataset.
Usage
- Run this actor in the Apify console.
- Provide the desired inputs:
- searchTerm: The product or category to search for on Bol.com.
- country: The country to search in (Belgium or Netherlands).
- language: The language to use for the search (Dutch or French).
- totalPages: The total number of pages to scrape (default: 10).
Example Input
1{ 2"searchTerm": "laptop", 3"country": "be", 4"language": "fr", 5"totalPages": 5 6}
Output
The collected data is saved to the Apify dataset. The output data includes the following fields:
title
: Product namelink
: Product URLimage
: URL of the product imageseller
: Seller informationprice
: Product pricediscount
: Discount amount (if applicable)categories
: Product categoriesorderable
: Whether the product can be orderedquantity
: Available quantitybrand
: Product brand
Example Output
1{ 2 "title": "Lenovo IdeaPad Slim 3 15IAN8 82XB0099MH - Laptop - 15.6 inch", 3 "link": "https://www.bol.com/be/fr/p/lenovo-ideapad-slim-3-15ian8-82xb0099mh-laptop-156/9300000179520935/", 4 "image": "https://media.s-bol.com/J9nmKAggl8pP/OY5yNEE/168x98.jpg", 5 "seller": "0_", 6 "price": 279, 7 "discount": 20, 8 "categories": [ 9 "Computer", 10 "Laptops", 11 "Windows laptops" 12 ], 13 "orderable": "available", 14 "quantity": 1, 15 "brand": "Lenovo" 16}
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.
- 4 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Oct 2024
- Modified about 1 month ago