UnifyAPI
← Back to catalog

fatsecret.food_search

mock data$0.002 / call

Search Food Nutrition

Search 2.3M+ food items by name — branded products, restaurant meals, generic foods from 190+ countries. Returns food ID, name, type, brand, and per-serving summary (calories, fat, carbs, protein). Use food_id for detailed nutritional lookup (FatSecret)

Healthprovider: Fatsecret#fatsecret#health

Input schema

page

Page number for pagination (default 0)

integer
queryrequired

Food name to search (e.g. "chicken breast", "banana", "greek yogurt")

string
max_results

Results per page (default 20, max 50)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/fatsecret.food_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"query":"<query>","max_results":0}'

Try it

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