Grants Gov Opportunities Scraper avatar

Grants Gov Opportunities Scraper

Pricing

from $1.00 / 1,000 grant opportunities

Go to Apify Store
Grants Gov Opportunities Scraper

Grants Gov Opportunities Scraper

Pricing

from $1.00 / 1,000 grant opportunities

Rating

0.0

(0)

Developer

Smorgi Apps

Smorgi Apps

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Grants.gov Opportunities Scraper — Pay Per Result

Scrape federal grant opportunities from Grants.gov via the official public REST search API (no API key). Keyword / opportunity-number / agency filters with structured award, CFDA, and eligibility fields. Catalog sibling to SAM.gov contract opportunities.

Store search keywords: Grants.gov scraper · federal grants · funding opportunities · CFDA · NIH RFA · grant search


Why this Actor

Pain on flaky grant scrapersWhat we do
Unclear / HTML-only scrapesOfficial search2 + fetchOpportunity JSON
Opaque failuresEmpty searches → not charged
Key frictionNo API key required
Unclear pricingFlat pay-per-result PPE (~$1/1k)

Public opportunity listings only. No login. No application submission.


Example input

{
"keywords": "cybersecurity",
"oppStatuses": ["posted", "forecasted"],
"maxItems": 50,
"fetchDetails": true
}

Output fields

FieldDescription
idGrants.gov opportunity id
opportunityNumberOpportunity number (e.g. RFA-…)
titleOpportunity title
agency / agencyCodeOwning agency
statusposted / forecasted / closed / archived
openDate / closeDatePosted / close dates (normalized when possible)
awardCeiling / awardFloorFrom detail fetch when present
cfdaListCFDA / ALN numbers
eligibilityApplicant eligibility text
descriptionSynopsis text (HTML stripped)
urlPublic Grants.gov detail URL

Pricing

Pay-per-event for each delivered opportunity.

  • Empty queries / zero results → not charged
  • Exact $/1k is on the Store pricing tab

Limitations (honest)

  • Uses Grants.gov public REST endpoints (api.grants.gov/v1/api/search2 + fetchOpportunity)
  • Detail fields (description, eligibility, award floor/ceiling) require an extra request per hit (fetchDetails, default on)
  • Search result dates arrive as MM/dd/yyyy; detail dates as YYYY-MM-DD-… — we normalize when possible
  • Attachments / full FOA PDFs are not downloaded
  • Very broad keywords can return thousands of hits — use maxItems and filters

Issues / feature requests: use the Actor Issues tab.