Unofficial REST API voor Albert Heijn producten. Haal productinformatie, prijzen, ingrediënten en allergenen op.
npm install -g @louaycoding/albert-heijn-api
ah-api
git clone https://github.com/LouayCoding/albert-heijn-api.git
cd albert-heijn-api
npm install
npm start
curl "http://localhost:3000/api/products/search?q=melk&limit=10"
curl "http://localhost:3000/api/products/wi441199"
GET /api/products/search?q={query}&limit={limit}- Zoek productenGET /api/products/:id- Product detailsGET /api/products/categories/list- Alle categorieënGET /api/health- Health check
- Caching (1 uur)
- Rate limiting
- Anti-detectie headers
- CORS enabled
Node.js, Express, Puppeteer
MIT - Iedereen mag het gebruiken