AH: Get Suppliers
AH via Parse · food_dining
Get supplier/manufacturer information for Albert Heijn products. Accepts either specific product IDs or a search query. When using product_ids, fetches product details for each and extracts supplier contacts. When using a query, searches for products first then extracts supplier info. At least one of product_ids or query must be provided. Makes one detail request per product. 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.02 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/get_suppliers
- Interface artifact
- sha256:194674c22e58e2c112a24d1ae980a11a00392640be6be6bd20d0255e895a6c3e
- Manifest digest
- sha256:05aae1477c71500c1082b5f26526dedbabb20bec279c793fe8b6087a2595a226
Request fields
- page (integer): Page number for query-based search (0-based)
- size (integer): Number of products to check for suppliers (max 20)
- query (string): Search query to find products and extract their supplier info
- product_ids (string): Comma-separated product IDs (e.g. '4164,441199,197226'). Max 20 IDs processed.
Example queries
- {"page":"0","size":"5","query":"kaas","product_ids":"4164"}