AH: Search Products
AH via Parse · food_dining
Search for products in the Albert Heijn supermarket. Returns product listings with prices, images, categories, bonus/discount status, and more. Paginates via a 0-based page counter. Each page returns up to `size` products (max 50). Supports filtering by bonus status and category taxonomy ID. API for accessing Albert Heijn (ah.nl) online supermarket data including product search, detailed product information with nutritional facts, bonus/discount promotions, product categories, and supplier information. Fulfilled by Parse from ah.nl.
- ah
- ah-nl
- b2b-directory
- ecommerce
- food-dining
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/43420567-6847-4f31-98a5-fc8877e481b0/search_products
- Interface artifact
- sha256:4e6ca4b9a68cf3325d324f9f8bfd6be7c2bcb4143917740a6af9ae8ad98212ef
- Manifest digest
- sha256:5234c6ce41c4afc9bc2d12948057f3cc5af61e952adf850164abfa908a6bdc17
Request fields
- page (integer): Page number (0-based)
- size (integer): Number of results per page (max 50)
- query (string, required): Search query (e.g., 'melk', 'pasta', 'bier')
- sort_by (string): Sort order for results.: Allowed values: price, bonus
- bonus_only (boolean): Filter to only show bonus/discount products
- category_id (string): Filter by taxonomy/category ID (e.g., '2390' for Halfvolle melk)
Example queries
- {"page":"0","size":"5","query":"melk","sort_by":"price","bonus_only":"False"}