← Back to catalog
food.search
mock data$0.001 / callSearch Food Products
Search food products by name — returns matching products with brand, barcode, Nutri-Score, image. 3M+ products worldwide (Open Food Facts)
Input schema
limit
integerResults count (default 10, max 50)
queryrequired
stringProduct name to search (e.g. "nutella", "coca cola", "organic milk")
Call via REST
curl -X POST https://unifyapi.pro/api/call/food.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"query":"<query>"}'