Bol.com Scraper avatar

Bol.com Scraper

Try for free

1 day trial then $24.99/month - No credit card required now

View all Actors
Bol.com Scraper

Bol.com Scraper

muhammetakkurtt/bol-com-scraper
Try for free

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

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

  1. Run this actor in the Apify console.
  2. 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 name
  • link: Product URL
  • image: URL of the product image
  • seller: Seller information
  • price: Product price
  • discount: Discount amount (if applicable)
  • categories: Product categories
  • orderable: Whether the product can be ordered
  • quantity: Available quantity
  • brand: 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.
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 15 days ago