Discover/coolblue.nl API
live

coolblue.nl APIcoolblue.nl

Access Coolblue.nl product listings, laptop specs, customer reviews, and second-chance items via 8 structured endpoints. Search, filter by brand, and paginate results.

Endpoints
8
Updated
17d ago
Try it
Page number for pagination
Sort order. Accepted values: relevance, price_asc, price_desc, newest, rating
Search keyword
api.parse.bot/scraper/3313b917-e6fd-4f12-affa-3f1888f5cfa9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/3313b917-e6fd-4f12-affa-3f1888f5cfa9/search_products?page=1&sort=relevance&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for products across all categories on Coolblue. Returns paginated product results matching the query.

Input
ParamTypeDescription
pageintegerPage number for pagination
sortstringSort order. Accepted values: relevance, price_asc, price_desc, newest, rating
queryrequiredstringSearch keyword
Response
{
  "type": "object",
  "fields": {
    "url": "string URL that was fetched",
    "total": "integer total number of matching products",
    "products": "array of product objects with name, url, product_id, slug, price, highlights, and optional rating/reviews_count"
  },
  "sample": {
    "data": {
      "url": "https://www.coolblue.nl/en/search?q=laptop&page=1&sort=relevance",
      "total": 186,
      "products": [
        {
          "url": "https://www.coolblue.nl/en/product/963044/vortech-pro-gaming-chair-black.html",
          "name": "Vortech Pro Gaming Chair Black",
          "slug": "vortech-pro-gaming-chair-black",
          "price": 269,
          "price_str": "269,-",
          "highlights": [
            "Our choice for a gaming chair with many adjustment options"
          ],
          "product_id": "963044",
          "reviews_count": 4,
          "reviews_count_str": "4 reviews"
        }
      ]
    },
    "status": "success"
  }
}

About the coolblue.nl API

The Coolblue.nl API exposes 8 endpoints covering product search, laptop category browsing, detailed specifications, customer reviews, and refurbished listings from Coolblue.nl. The get_laptop_details endpoint returns structured key-value specification pairs for any laptop identified by its slug and product ID. Other endpoints cover brand-filtered browsing across Apple, Lenovo, HP, and five other manufacturers, plus a dedicated second-chance listings feed with condition information.

Search and Browse

The search_products endpoint accepts a query string and returns paginated results across all Coolblue categories, each product carrying name, url, product_id, slug, price, and highlights, with optional rating and reviews_count when available. The search_laptops endpoint targets the laptop category specifically and adds enriched fields — processor, screen_size, and os — on top of the base product shape. Both endpoints accept a sort parameter with values relevance, price_asc, price_desc, newest, and rating.

Category and Brand Filters

get_laptop_listings_by_category accepts a category path from options including laptops, windows-laptops, apple-macbook, gaming-laptops, and chromebook-models. get_laptop_listings_by_brand requires a brand parameter accepting eight values: apple, hp, lenovo, acer, asus, microsoft, msi, and samsung. Both return the same paginated product array shape with optional highlights, ratings, and review counts.

Details and Reviews

get_laptop_details takes a slug and product_id — both obtainable from any listing endpoint — and returns a specifications object of key-value pairs covering the full technical spec sheet for that product. get_laptop_reviews returns paginated individual reviews with title, text, rating, author, date, pros, cons, votes_up, and votes_down, alongside aggregate fields: total_reviews, average_rating (out of 10), and a rating_categories array with per-dimension averages.

New and Refurbished Listings

get_new_laptops returns the most recently added laptops sorted by addition date, useful for tracking catalog updates. get_affordable_second_chance returns refurbished laptop listings where the highlights array includes condition descriptors, allowing consumers to distinguish product quality tiers in Coolblue's second-chance inventory.

Common use cases
  • Compare laptop prices across brands by combining get_laptop_listings_by_brand results for Apple, Lenovo, and HP.
  • Track newly added laptop models by polling get_new_laptops and diffing against a stored product list.
  • Build a refurbished laptop finder using get_affordable_second_chance with condition data from the highlights field.
  • Aggregate customer sentiment by fetching get_laptop_reviews and computing per-dimension averages from rating_categories.
  • Populate a spec comparison table by calling get_laptop_details for multiple product slugs and merging their specifications objects.
  • Monitor price trends across categories by periodically querying get_laptop_listings_by_category with sort=price_asc.
  • Filter gaming laptops by rating using get_laptop_listings_by_category with category=gaming-laptops and sort=rating.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Coolblue have an official public developer API?+
Coolblue does not publish a public developer API. There is no documented REST or GraphQL interface available to external developers on their site.
What does `get_laptop_details` return compared to a listing endpoint?+
get_laptop_details returns a specifications object with detailed key-value pairs covering the full technical spec sheet — fields like CPU model, RAM, storage, display resolution, and battery capacity that are not present in listing endpoints. Listing endpoints return summary fields such as price, highlights, and optional processor/screen_size/os from search_laptops.
Are categories outside laptops covered by the browse endpoints?+
The category and brand browse endpoints (get_laptop_listings_by_category, get_laptop_listings_by_brand, get_new_laptops, get_affordable_second_chance) are scoped to laptops only. search_products covers all Coolblue categories via keyword search. You can fork this API on Parse and revise it to add browse endpoints for other product categories such as televisions or smartphones.
Does the reviews endpoint return seller or third-party reviews?+
The get_laptop_reviews endpoint returns Coolblue customer reviews only. Each review object includes author, date, rating, pros, cons, votes_up, and votes_down. It does not return reviews from external platforms. You can fork this API on Parse and revise it to add an endpoint pulling review data from another source if cross-platform aggregation is needed.
Is there a way to filter search results by price range?+
The search_products and search_laptops endpoints support sorting by price_asc or price_desc but do not accept minimum or maximum price parameters. Results can be sorted by price but not bounded to a range on the API side. You can fork this API on Parse and revise it to add price range filtering logic.
Page content last updated . Spec covers 8 endpoints from coolblue.nl.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
Coolblue.nl API – Products, Specs & Reviews · Parse