Grants.gov Opportunity Scraper avatar

Grants.gov Opportunity Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Grants.gov Opportunity Scraper

Grants.gov Opportunity Scraper

Scrapes US federal grant opportunities from Grants.gov with keyword, agency, and status filters. Supports pagination, detailed record enrichment, structured funding/eligibility data, and daily monitoring of newly posted grants.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Apify actor for US federal grant opportunities

Example input

{
"queries": ["climate resilience", "358973"],
"oppStatuses": ["posted", "forecasted"],
"agencies": "NSF|USDA",
"maxResultsPerSearch": 100,
"fetchDetailsForSearchResults": true
}
  • Statusesposted (open now), forecasted, closed, archived.
  • agencies — pipe-separated agency codes (NSF, HHS|NIH, USDOJ).
  • Pagination — up to 2000 results per search, fetched 100 at a time.
  • fetchDetailsForSearchResults — enrich every hit with the full record; includeRawDetails additionally attaches the complete ~15KB raw API response under raw.

Detail item fields

Flattened from the nested API record: title, opportunity number, category, agency + top-level department, HTML-stripped description and eligibility text, posting/close/archive/last-updated dates, estimated_funding / award_ceiling / award_floor / number_of_awards (coerced to real integers — the API sends strings), cost-sharing flag, funding instruments and activity categories, applicant types, ALN/CFDA numbers, agency contact (name/email/phone), and the additional-info link. Forecast-only records are flagged is_forecast: true.

A run summary (per-search totals + errors) is saved under key SUMMARY.

Monitoring pattern

Schedule daily with oppStatuses: ["posted"] + your keywords/agency filter to track newly posted funding in a topic area. (search2 returns newest-first for posted opportunities.)