Explore the bol.com Info Endpoint with ShoppingScraper

Get comprehensive details about products from bol.com's vast marketplace with the bol.com Info Endpoint from ShoppingScraper. Whether you're looking for detailed product descriptions, specifications, or category information, this endpoint has got you covered.

What You Can Achieve:

  • Retrieve detailed product information using an EAN code.
  • Access product titles, brands, thumbnails, categories, and full descriptions.
  • Explore product specifications for a deeper insight into the product features.

API Response Example:

When querying the bol.com Info Endpoint with an EAN code, you receive a payload rich in details, including product specifications, categories, brand information, and much more. Here's a sneak peek at the kind of information you can expect:

{
  "results": [
    {
      "ean": "8720246689310",
      "sku": "9300000152042024",
      "url": "https://www.bol.com/nl/nl/p/Ohbm/9300000152042024/",
      "title": "Homra Koniq Prullenbak 30 Liter RVS met Geurfilter - Pedaalemmer Zwart...",
      "brand": "Homra",
      "thumbnail": "https://media.s-bol.com/xBL5RAnp48Xr/nvD4pY/132x210.jpg",
      "categories": ["Huishouden", "Prullenbakken", "Pedaalemmers"],
      "description": "Deze zwartepedaalemmer is perfect voor in de keuken, ...",
      "specs": {
        "Volume in liters": "30 l",
        "Kleur": "Zwart",
        "Materiaal": "RVS",
        "Soft-close": "Ja",
        "Fingerprintproof": "Ja",
        ... // Additional specs abbreviated for brevity
      }
    }
  ]
}

How to Use:

To use the bol.com Info Endpoint, simply make a GET request to the ShoppingScraper API with the specific product's EAN code, your API key, and the 'use_cache' option if preferred. Here's an example URL to get you started:

https://api.shoppingscraper.com/info?site=bol.com&ean=8720246689310&api_key={api_key}

This endpoint is a powerful tool for anyone looking to enrich their application with detailed product information from bol.com. Whether it's for market analysis, e-commerce, or content creation, the bol.com Info Endpoint provides the data you need in an easy-to-use format.