Discover/Ah API
live

Ah APIah.be

Search for products and browse current promotions at Albert Heijn Belgium, then get detailed information about any item including pricing and availability. Stay updated on the latest deals and product offerings from ah.be directly through this integration.

This API takes change requests — .
Endpoint health
monitored
get_product
get_promotions
search_products
Checks pendingself-healing
Endpoints
3
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it
Search term (e.g. 'melk', 'brood', 'kaas'). Supports Dutch product names, brands, and categories.
api.parse.bot/scraper/e34b541a-61a5-48ef-9c1a-ebbe0be2ed8c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e34b541a-61a5-48ef-9c1a-ebbe0be2ed8c/search_products?query=melk' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalmissing one? ·

Search for products by text query. Returns up to 30 matching products per call with pricing, images, and category information. The total_found field indicates how many products match overall.

Input
ParamTypeDescription
queryrequiredstringSearch term (e.g. 'melk', 'brood', 'kaas'). Supports Dutch product names, brands, and categories.
Response
{
  "type": "object",
  "fields": {
    "products": "array of product objects with id, title, brand, prices, image, category",
    "total_found": "total number of matching products (may exceed the 30 returned)"
  },
  "sample": {
    "data": {
      "products": [
        {
          "id": 1525,
          "brand": "AH",
          "icons": [
            "NUTRISCORE_B",
            "VEGETARIAN",
            "AVAILABLE_IN_STORE"
          ],
          "title": "AH Halfvolle melk",
          "web_path": "/producten/product/wi1525/ah-halfvolle-melk",
          "highlight": null,
          "image_url": "https://static.ah.nl/dam/product/AHI_4354523130303337393339?revLabel=1&rendition=200x200_WEBP&fileType=binary",
          "price_now": 1.49,
          "price_was": 1.49,
          "shop_type": "AH",
          "is_orderable": true,
          "category_path": [
            {
              "id": 21622,
              "name": "Zuivel, eieren"
            },
            {
              "id": 21495,
              "name": "Melk"
            },
            {
              "id": 21934,
              "name": "Halfvolle melk"
            }
          ],
          "sales_unit_size": "1 l"
        }
      ],
      "total_found": 67
    },
    "status": "success"
  }
}

About the Ah API

The Ah API on Parse exposes 3 endpoints for the publicly available data on ah.be. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.