Discover/alternate.be API
live

alternate.be APIalternate.be

Access alternate.be product listings, prices, stock availability, technical specs, customer reviews, and deals via 6 structured API endpoints.

Endpoints
6
Updated
4mo ago
Try it
Page number (0-indexed).
Search keyword (e.g. 'nvidia', 'laptop', 'monitor').
api.parse.bot/scraper/ca044431-5a29-4334-b894-d6d65afc5bb4/<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/ca044431-5a29-4334-b894-d6d65afc5bb4/search_products?page=0&query=nvidia' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products by keyword on alternate.be. Returns paginated product listings with price, availability, and rating information.

Input
ParamTypeDescription
pageintegerPage number (0-indexed).
queryrequiredstringSearch keyword (e.g. 'nvidia', 'laptop', 'monitor').
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search keyword used",
    "products": "array of product objects with product_id, name, url, price, availability, rating, rating_count, specs_summary",
    "total_pages": "integer, total number of result pages"
  },
  "sample": {
    "data": {
      "page": 0,
      "query": "nvidia",
      "products": [
        {
          "url": "https://www.alternate.be/NVIDIA/RTX-A1000-8-GB-grafische-kaart/html/product/1935480",
          "name": "NVIDIA® RTX A1000 8 GB grafische kaart",
          "price": "€ 479,00",
          "rating": null,
          "product_id": "1935480",
          "availability": "Op voorraad",
          "rating_count": null,
          "specs_summary": [
            "Grafische chip: NVIDIA RTX A1000",
            "Geheugen: 8 GB (GDDR6, 128 bit)",
            "Bezette slots: 1 Slots"
          ]
        }
      ],
      "total_pages": 1
    },
    "status": "success"
  }
}

About the alternate.be API

The alternate.be API gives developers structured access to Belgium's alternate.be electronics catalog across 6 endpoints, covering product search, category browsing, product details, customer reviews, category navigation, and active promotions. The get_product_detail endpoint alone returns grouped technical specifications, stock status, and pricing in a single call, making it straightforward to build price trackers, comparison tools, or inventory monitors against a major Belgian electronics retailer.

Product Search and Category Browsing

The search_products endpoint accepts a query string and an optional 0-indexed page parameter, returning an array of product objects that each include product_id, name, url, price, availability, rating, rating_count, and specs_summary. The total_pages field lets you paginate through large result sets programmatically. The get_category_listings endpoint works similarly but takes a category path segment such as Grafische-kaarten or Processoren. Pass a parent category like Hardware and the response returns a subcategories array instead of products, which is useful for dynamically walking the catalog tree.

Product Details and Reviews

get_product_detail takes a full alternate.be product URL and returns a structured object containing name, price, availability, description, and a specifications object keyed by specification group (e.g., GPU clock, memory type, TDP). This grouping mirrors the spec table on the product page and is ready to render or diff without further parsing. get_product_reviews accepts a numeric product_id and returns an array of review objects with author, date, rating, comment, and verified fields, alongside total_reviews and average_rating at the top level.

Category Tree and Deals

get_category_tree requires no parameters and returns the full top-level navigation as an array of category objects with name, tree_id, and nested subcategories. This is the right starting point for building a crawler or a category-aware browsing interface. get_deals_promotions returns the current Acties (promotions) page content, organized into named sections such as Nieuwe acties, Lopende acties, and Recent afgelopen acties, with each deal carrying a title, url, image, and section field.

Common use cases
  • Track price changes on specific GPUs or CPUs using get_product_detail with scheduled polling.
  • Build a category-aware product browser by combining get_category_tree with get_category_listings for leaf nodes.
  • Aggregate customer sentiment for electronics products using the rating, comment, and verified fields from get_product_reviews.
  • Monitor current Belgian electronics deals by polling get_deals_promotions for new entries in the Nieuwe acties section.
  • Compare technical specifications across competing products by parsing the grouped specifications object from get_product_detail.
  • Generate a full catalog index by paginating search_products across broad queries and collecting product_id and url fields.
  • Alert on stock status changes by comparing the availability field from repeated get_product_detail calls.
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 alternate.be offer an official developer API?+
Alternate.be does not publish a public developer API or documented data feed for third-party use.
What does `get_category_listings` return for a parent category versus a leaf category?+
For leaf categories such as Grafische-kaarten, the response includes a products array with price, availability, and rating data. For parent categories such as Hardware, the products array is empty and a subcategories array is returned instead, containing the names and URLs of child categories. You need to use leaf-level category path segments to retrieve actual product listings.
Are seller or merchant details included in product listings?+
No. Alternate.be operates as a single retailer, so listings reflect alternate.be's own price and stock status only. There are no third-party seller fields in any response. If you need multi-seller marketplace data, you can fork this API on Parse and revise it to target a different source that exposes seller-level data.
Does the reviews endpoint return all reviews or only a subset?+
The get_product_reviews endpoint returns reviews for the given product_id along with total_reviews and average_rating. The endpoint does not expose pagination parameters, so very large review sets may be truncated to what is available in the default response. You can fork the API on Parse and revise it to add review pagination if full coverage is needed.
Is pricing data returned in a structured numeric format or as a formatted string?+
The price field in both listing endpoints and get_product_detail is a formatted string including the currency symbol (e.g., € 349,00). It is not returned as a separate numeric value and currency code. You can fork the API on Parse and revise it to parse the price string into a numeric field if your application requires numeric comparisons.
Page content last updated . Spec covers 6 endpoints from alternate.be.
Related APIs in EcommerceSee all →
coolblue.be API
Search and browse electronics products from Coolblue Belgium, including CPUs, GPUs, and smartphones, with instant access to detailed specifications, pricing, and availability. Find exactly what you need by category or search query, and check real-time stock and price information across their entire catalog.
mediamarkt.be API
Search and browse MediaMarkt Belgium's product catalog to find electronics with detailed specifications, pricing, and available variants across all categories. Get comprehensive product information including descriptions and technical details to compare items before purchase.
megekko.nl API
Search and browse products from Megekko's electronics catalog, getting detailed specifications, pricing, and category information to compare items and find exactly what you're looking for. Explore the full product hierarchy to discover items across all categories and subcategories available on the store.
megekko.be API
Search and browse the full Megekko product catalog, view detailed specs, pricing, and stock availability. Browse by category, use keyword search to find specific products, or explore shortcut endpoints for popular categories like GPUs and CPUs.
gamma.be API
Search and browse products from Gamma.be to find home improvement items with real-time pricing and detailed specifications. Get category listings and search suggestions to easily discover what you need at Belgium's leading home improvement store.
obelink.nl API
Access product catalogs, search items, and browse detailed information including reviews, brands, and current deals from Obelink's online store. Filter products by category, compare options, and discover promotional offers all in one place.
aliexpress.com API
aliexpress.com API
amazon.nl API
Search Amazon.nl for products by keyword, retrieve full product details and specifications, read customer reviews, and browse category bestseller lists.