UnifyAPI
← Back to catalog

nihreporter.projects.search

mock data$0.001 / call

NIH Grant Search

Search NIH-funded research projects by keyword, disease, drug, or technique. Returns up to 25 grants per call with PI names, institution, award amount, fiscal year, activity code (R01/U54/F32/etc.), abstract excerpt, and a URL to the full project on reporter.nih.gov. Filter by NIH institute/agency (e.g. NCI, NIDDK, NIAID, NIMH) and fiscal year. Sorted by award amount descending.

Healthprovider: Nihreporter#nihreporter#health

Input schema

limit

Number of results to return (1–25, default 10)

integer
agency

NIH institute or agency code to filter by (e.g. "NCI" for cancer, "NIDDK" for diabetes, "NIMH" for mental health, "NIAID" for infectious disease)

string
offset

Pagination offset — number of results to skip (default 0)

integer
keywordrequired

Research topic, disease, drug name, or technique to search (e.g. "mRNA cancer vaccine", "Alzheimer amyloid", "CRISPR")

string
is_active

When true, return only currently active/ongoing projects

boolean
fiscal_year

Fiscal year to filter results (e.g. 2024). NIH fiscal year runs Oct 1 – Sep 30

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/nihreporter.projects.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"agency":"<agency>","offset":0,"keyword":"<keyword>","is_active":"<is_active>","fiscal_year":0}'

Try it

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