Grants.gov API - Federal Grant Opportunities avatar

Grants.gov API - Federal Grant Opportunities

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Grants.gov API - Federal Grant Opportunities

Grants.gov API - Federal Grant Opportunities

Access Grants.gov for federal grant opportunities. Search $700+ billion in annual federal funding across all agencies. Find grants for research, nonprofits, education, healthcare, and small businesses.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

12 days ago

Last modified

Share

Access Grants.gov for federal grant opportunities. Search grants by agency, category, eligibility, and deadline. Track funding opportunities for research, nonprofits, education, and small businesses.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "search_opportunities",
"limit": 100
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"search_opportunities"Yes*The operation to perform
searchQuerystring-NoKeywords to search in opportunity title and description
opportunityIdstring-NoGrants.gov opportunity number
agencystring-NoFederal agency code (e.g., HHS, DOE, NSF)
categorystring-NoFunding category
eligibilitystring-NoApplicant eligibility type
fundingTypestring-NoType of funding instrument
minAwardinteger-NoMinimum award amount in USD
maxAwardinteger-NoMaximum award amount in USD
limitinteger100NoMaximum number of results to return
webhookUrlstring-NoURL to receive results via webhook
demoModebooleantrueNoRun with sample data (no API required)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
API RequestEach Grants.gov API request processed$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal