UnifyAPI
← Back to catalog

food.search

mock data$0.001 / call

Search Food Products

Search food products by name — returns matching products with brand, barcode, Nutri-Score, image. 3M+ products worldwide (Open Food Facts)

Food & Nutritionprovider: Food#food#food

Input schema

limit

Results count (default 10, max 50)

integer
queryrequired

Product name to search (e.g. "nutella", "coca cola", "organic milk")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.