UnifyAPI
← Back to catalog

health.supplement_search

mock data$0.002 / call

NIH Supplement Search

Search 200K+ dietary supplement labels in the NIH DSLD database — vitamins, minerals, herbal products

Healthprovider: Health#health#health

Input schema

limit

Number of results (1-100, default 25)

integer
queryrequired

Supplement search query (e.g. "vitamin D", "fish oil", "probiotics")

string
offset

Result offset for pagination

integer

Call via REST

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

Try it

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