Discover/megekko.be API
live

megekko.be APImegekko.be

Access Megekko.be product data via API: search products, browse categories, get specs, prices, EAN codes, and real-time stock status for Belgian electronics.

Endpoints
6
Updated
3mo ago
Try it
Page number for pagination.
Search keyword (e.g. 'RTX 5070', 'AMD Ryzen')
api.parse.bot/scraper/cfb2fabb-ff95-421b-9430-4f87d251b83b/<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/cfb2fabb-ff95-421b-9430-4f87d251b83b/search_products?page=1&query=RTX+5070' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products on Megekko by keyword. Returns a list of matching products from the search results page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch keyword (e.g. 'RTX 5070', 'AMD Ryzen')
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search query used",
    "products": "array of product objects with name, url, id, price, price_str, brand, in_stock, stock_status, specs_preview"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "RTX 5070",
      "products": [
        {
          "id": "297161",
          "url": "https://www.megekko.nl/product/1963/297161/Nvidia-Videokaarten/Gigabyte-GeForce-RTX-5070-WINDFORCE-OC-12G-Videokaart",
          "name": "Gigabyte GeForce RTX 5070 WINDFORCE OC 12G Videokaart",
          "brand": null,
          "price": null,
          "in_stock": null,
          "price_str": "679,-",
          "stock_status": "Uit eigen voorraad leverbaar. Levertijd: 2 dagen (zaterdag)",
          "specs_preview": null
        }
      ]
    },
    "status": "success"
  }
}

About the megekko.be API

The Megekko.be API provides 6 endpoints to query Belgium's electronics webshop catalog, covering product search, category browsing, and full product detail retrieval. The get_product_details endpoint returns over a dozen fields per product — including EAN barcode, MPN, structured specs, image URLs, and EUR pricing — while search_products lets you find matching items by keyword across the entire catalog with pagination support.

Search and Category Browsing

The search_products endpoint accepts a query string (e.g. 'RTX 5070' or 'AMD Ryzen') and an optional page integer for pagination. Each result object in the products array includes name, url, id, price, price_str, brand, in_stock, stock_status, and a specs_preview field giving a snapshot of key specifications. The list_categories endpoint requires no parameters and returns the full navigation tree from Megekko's homepage as an array of objects with name and path.

Category-Level Product Listings

list_products_by_category accepts a category_path (e.g. '/Computer/Componenten/Videokaarten') and an optional filters string that maps to URL filter parameters for sorting or narrowing results. When a parent category has subcategories, the endpoint automatically selects the largest subcategory and returns both a subcategories array (each with name, path, and count) and an active_subcategory field. Two convenience shortcuts — list_gpu_products and list_cpu_products — wrap the Videokaarten and Processoren categories respectively, sorted by popularity, and expose the same response shape.

Full Product Details

get_product_details accepts either a product_id (article number such as '297161') or a full product_url. The response includes structured specs as key-value pairs, images as an array of URLs, ean, mpn, brand, category, canonical url, and price in EUR. IDs returned by search_products or list_products_by_category can be passed directly into this endpoint to enrich results with complete specification data.

Common use cases
  • Track live EUR pricing and in_stock status for specific GPU or CPU models on Megekko.
  • Build a Belgian electronics price comparison tool using price and specs fields across categories.
  • Enrich a product database with EAN and MPN codes via get_product_details for inventory matching.
  • Monitor category-level stock counts using subcategories count fields from list_products_by_category.
  • Power a product recommendation feed by pairing keyword search results with full specification data.
  • Index Megekko's complete category tree with list_categories to map it against other retailer taxonomies.
  • Alert on restock events by polling stock_status fields for a watchlist of product IDs.
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 Megekko have an official developer API?+
Megekko does not publish a public developer API or documented data access program for third-party use.
What does `get_product_details` return beyond what search results include?+
get_product_details adds fields not present in list or search results: ean (EAN barcode), mpn (manufacturer part number), a full specs object with structured key-value specification pairs, and an images array of product image URLs. Search and category endpoints return only a specs_preview summary.
How does filtering work in `list_products_by_category`?+
The optional filters parameter accepts a filter string that matches Megekko's URL parameter format (e.g. 'f_vrrd-3_s-populair_pp-50'). Omitting it returns results sorted by default popularity. The filter string can be constructed from values observed in category URLs on the Megekko site.
Are user reviews or seller ratings included in product responses?+
Not currently. The API covers pricing, stock status, specifications, EAN/MPN identifiers, and images. User reviews and seller ratings are not included in any endpoint's response. You can fork this API on Parse and revise it to add a review-fetching endpoint.
Does the API cover Megekko marketplace third-party seller offers or only the main listing price?+
The API returns the primary listed price in EUR along with stock_status and in_stock for each product. Alternative seller offers or marketplace price comparisons within Megekko are not currently covered. You can fork this API on Parse and revise it to add an endpoint targeting multi-offer pricing data.
Page content last updated . Spec covers 6 endpoints from megekko.be.
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.
Megekko.be API – Products, Pricing & Stock · Parse