@louaycoding/albert-heijn-api
v1.0.0
Published
Unofficial REST API voor Albert Heijn producten - Haal productinformatie, prijzen, ingrediënten en allergenen op
Downloads
8
Maintainers
Readme
Albert Heijn API
Unofficial REST API voor Albert Heijn producten. Haal productinformatie, prijzen, ingrediënten en allergenen op.
Installatie
Via npm (makkelijkst)
npm install -g @louaycoding/albert-heijn-api
ah-apiVia GitHub
git clone https://github.com/LouayCoding/albert-heijn-api.git
cd albert-heijn-api
npm install
npm startGebruik
Producten zoeken
curl "http://localhost:3000/api/products/search?q=melk&limit=10"Product details
curl "http://localhost:3000/api/products/wi441199"API Endpoints
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
Features
- Caching (1 uur)
- Rate limiting
- Anti-detectie headers
- CORS enabled
Tech Stack
Node.js, Express, Puppeteer
License
MIT - Iedereen mag het gebruiken
