UnifyAPI
← Back to catalog

health.food_search

mock data$0.002 / call

USDA Food Search

Search 350K+ foods in the USDA FoodData Central database — nutrition facts, ingredients, branded products, and reference foods

Healthprovider: Health#health#health

Input schema

queryrequired

Food search query (e.g. "chicken breast", "brown rice", "vitamin D milk")

string
data_type

USDA data type filter: "Foundation" (reference foods), "Branded" (brand-name products), "SR Legacy" (legacy reference), "all" (default)

string
page_size

Results per page (1-200, default 50)

integer
brand_owner

Filter by brand owner name (e.g. "General Mills", "Tyson")

string
page_number

Page number (default 1)

integer

Call via REST

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

Try it

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