Grants Gov Opportunities Scraper
Pricing
from $1.00 / 1,000 grant opportunities
Grants Gov Opportunities Scraper
Pricing
from $1.00 / 1,000 grant opportunities
Rating
0.0
(0)
Developer
Smorgi Apps
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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 scrapers | What we do |
|---|---|
| Unclear / HTML-only scrapes | Official search2 + fetchOpportunity JSON |
| Opaque failures | Empty searches → not charged |
| Key friction | No API key required |
| Unclear pricing | Flat 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
| Field | Description |
|---|---|
id | Grants.gov opportunity id |
opportunityNumber | Opportunity number (e.g. RFA-…) |
title | Opportunity title |
agency / agencyCode | Owning agency |
status | posted / forecasted / closed / archived |
openDate / closeDate | Posted / close dates (normalized when possible) |
awardCeiling / awardFloor | From detail fetch when present |
cfdaList | CFDA / ALN numbers |
eligibility | Applicant eligibility text |
description | Synopsis text (HTML stripped) |
url | Public 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 asYYYY-MM-DD-…— we normalize when possible - Attachments / full FOA PDFs are not downloaded
- Very broad keywords can return thousands of hits — use
maxItemsand filters
Issues / feature requests: use the Actor Issues tab.