NIH RePORTER - Research Grants Search avatar

NIH RePORTER - Research Grants Search

Pricing

from $2.00 / 1,000 results

Go to Apify Store
NIH RePORTER - Research Grants Search

NIH RePORTER - Research Grants Search

Search NIH RePORTER for funded research projects. Find grants by investigator, institution, or keyword. For grant writers, academic researchers, biotech investors, and research administrators. Pay per result.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

NIH RePORTER Search

Search NIH RePORTER for federal research grants and funding data. Find grants by keyword, principal investigator name, organization, or project number. Filter by NIH institute, grant mechanism, fiscal year, state, and award amount. Covers $47B+ in annual NIH funding across 27 institutes. No API key required.


Data Source

NIH RePORTER API (reporter.nih.gov). Official federal database of NIH-funded research projects maintained by the National Institutes of Health.


Output Fields

FieldTypeDescription
projectNumberstringFull NIH project number (e.g., R01CA123456)
projectTitlestringTitle of the funded research project
piNamestringPrincipal investigator name
organizationstringGrantee institution name
awardAmountintegerTotal award amount in USD
agencystringNIH institute or center (e.g., NCI, NIMH)
activityCodestringGrant mechanism (e.g., R01, R21, K99)
fiscalYearintegerFiscal year of the award
projectStartDatestringProject start date
urlstringDirect NIH RePORTER URL for the project

Use Cases

  • Pharmaceutical competitive intelligence -- identify who is funding research in a therapeutic area, which organizations are leading, and what NIH institutes are investing.
  • Grant writing support -- find funded grants in your area to study scope, PI profiles, and award amounts.
  • Academic research -- track funding trends across institutions, disciplines, and fiscal years.
  • Sales prospecting -- identify research teams with active NIH funding as prospective customers for lab equipment, reagents, software, or services.
  • Policy analysis -- analyze NIH budget allocation across institutes, mechanisms, and disease areas.
  • Journalist/investigative research -- look up funding for specific researchers, institutions, or topics.

How to Use

Set the input fields and run the actor. Results are pushed to the Apify dataset and can be exported as JSON, CSV, or Excel.

Input Parameters

ParameterTypeDefaultDescription
searchTypestringkeywordkeyword, pi (principal investigator), organization, or projectNumber
querystringSearch term, PI name, organization name, or project number
fiscalYearsstringComma-separated fiscal years (e.g., 2024,2025). Leave empty for all years
agencystringNIH institute code (e.g., NCI, NIMH, NIAID). Leave empty for all
activityCodestringGrant mechanism (e.g., R01, R21, K99). Leave empty for all
statestringOrganization state (2-letter code, e.g., CA). Leave empty for all
minAmountinteger0Minimum award amount in USD. Leave 0 for no minimum
maxAmountinteger0Maximum award amount in USD. Leave 0 for no maximum
maxResultsinteger50Maximum grants to return (1-5000)

Example -- Search by Keyword

{
"searchType": "keyword",
"query": "cancer immunotherapy",
"fiscalYears": "2024,2025",
"maxResults": 100
}

Example -- Search by Principal Investigator

{
"searchType": "pi",
"query": "Jane Smith",
"maxResults": 50
}

Example -- Filter by Institute and Mechanism

{
"searchType": "keyword",
"query": "machine learning",
"agency": "NCI",
"activityCode": "R01",
"fiscalYears": "2023,2024",
"minAmount": 200000,
"maxResults": 200
}

Example -- Look Up a Specific Project

{
"searchType": "projectNumber",
"query": "R01CA123456",
"maxResults": 1
}

Cost

  • Actor start fee: ~$0.10 per run
  • Compute: minimal -- typical runs complete in under 15 seconds
  • Data cost: $0.005 per result

Most searches return results well under $0.20 total.


Output Formats

Results are available in the Apify dataset viewer and can be exported as:

  • JSON
  • CSV
  • Excel (XLSX)
  • XML
  • RSS

FAQ

Do I need an NIH account or API key? No. NIH RePORTER is a public federal database with no authentication required.

How current is the data? The NIH RePORTER API reflects the live federal grants database. Fiscal year 2025 data appears as awards are made throughout the year.

What is the difference between the institute codes? Each code represents an NIH institute or center. Common ones: NCI (cancer), NIAID (infectious disease), NHLBI (heart/lung/blood), NIMH (mental health), NINDS (neurology). Leave the field empty to search across all 27 institutes.

What grant mechanisms are available? R01 is the standard research project grant. R21 covers exploratory studies. K awards are career development. F awards are fellowships. SBIR/STTR awards (R41/R43/R44) fund small businesses. Leave empty to include all mechanisms.

Can I get the full project abstract? The abstract is not included in the default output fields but is accessible via the url field pointing to the NIH RePORTER project page.