nihreporter.projects.search
mock data$0.001 / callNIH 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.
Input schema
Number of results to return (1–25, default 10)
NIH institute or agency code to filter by (e.g. "NCI" for cancer, "NIDDK" for diabetes, "NIMH" for mental health, "NIAID" for infectious disease)
Pagination offset — number of results to skip (default 0)
Research topic, disease, drug name, or technique to search (e.g. "mRNA cancer vaccine", "Alzheimer amyloid", "CRISPR")
When true, return only currently active/ongoing projects
Fiscal year to filter results (e.g. 2024). NIH fiscal year runs Oct 1 – Sep 30
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}'