Grant & Foundation Opportunities Scraper
Pricing
$9.00/month + usage
Grant & Foundation Opportunities Scraper
Scrape grant and funding opportunities from grants.gov, fundsforngos.org, and any grant portal. Extracts 6 fields: grant_id, funder, amount, eligibility, deadline, and link. Exports to JSON, CSV, and Excel. Enable Demo Mode to preview 10 sample records instantly β no scraping needed.
Pricing
$9.00/month + usage
Rating
0.0
(0)
Developer

Scrape Pilot
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
π Grant & Foundation Opportunities Scraper
Automatically scrape grant and funding opportunities from multiple portals and export clean, structured data in 4 formats β ready to use in Excel, Google Sheets, or any database.
π¦ Output Fields
Every record always contains all 6 fields. Missing data shows as N/A β no blank cells.
| Field | Description | Example |
|---|---|---|
grant_id | Unique grant / opportunity number | R25AS00279 |
funder | Organization or program name | Ford Foundation β Climate Justice Fund |
amount | Funding amount | $500,000 |
eligibility | Who can apply | Nonprofits with 501(c)(3) IRS status |
deadline | Application closing date | 30 June 2026 |
link | Direct URL to the grant page | https://grants.gov/β¦ |
π Quick Start β Demo Mode
Want to see the output instantly without scraping?
- Open the Input tab
- Turn "Demo Mode" toggle ON
- Click Run Actor
- In 2 seconds you get 10 sample records with all 6 fields filled
Demo Mode loads 10 built-in sample records from grants.gov and fundsforngos.org β no internet requests, no proxy needed. Perfect for previewing the output format before buying credits.
π Supported Sources
| Source | grant_id | funder | amount | eligibility | deadline | link |
|---|---|---|---|---|---|---|
| grants.gov | β | β | β οΈ | β οΈ | β | β |
| fundsforngos.org | β | β | β | β | β | β |
| Any URL | β | β | β | β | β | β |
β οΈ grants.gov sometimes does not publish amount or eligibility before Congressional budget approval β this is a government policy, not a scraper limitation.
βοΈ Input Configuration
| Setting | Default | Description |
|---|---|---|
demo_mode | false | Load 10 sample records instantly β no scraping |
portal_urls | grants.gov + fundsforngos | URLs to scrape, one per line |
max_items_per_portal | 10 | Max records per URL (1β100) |
export_json | true | Save results.json |
export_csv | true | Save results.csv (Excel-compatible) |
export_xlsx | true | Save results.xlsx (auto-sized columns) |
useApifyProxy | true | Use residential proxies (recommended) |
Recommended URLs for best results
https://fundsforngos.org/https://fundsforngos.org/category/latest-funds-for-ngos/https://grants.gov
π€ Output Formats
Results are available in 4 formats after each run:
1. Dataset (Table)
Visible directly in the Output tab β paginated table with all 6 columns.
2. JSON (results.json)
[{"grant_id": "R25AS00279","funder": "Small-Scale Water Efficiency Projects (Bureau of Reclamation)","amount": "N/A","eligibility": "State governments; County governments; City or township governments","deadline": "06/02/2026","link": "https://www.grants.gov/search-results-detail/361414"},{"grant_id": "N/A","funder": "Ford Foundation β Climate Justice Fund","amount": "$500,000","eligibility": "NGOs and civil society organizations working in climate-affected communities","deadline": "30 June 2026","link": "https://fundsforngos.org/ford-foundation-climate-justice-fund/"}]
3. CSV (results.csv)
UTF-8 BOM encoded β opens directly in Microsoft Excel and Google Sheets without encoding issues.
4. Excel (results.xlsx)
- Frozen header row (row 1 stays visible while scrolling)
- Auto-sized columns for easy reading
- Sheet name:
Grants
All files are saved to the Key-Value Store tab and can be downloaded anytime.
π‘ Tips
- Demo Mode ON β instant 10 sample records, no credits used
- fundsforngos.org gives the most complete data across all 6 fields
- grants.gov gives reliable grant IDs, deadlines and direct links
- Use
max_items_per_portal: 50for larger exports - Residential proxies prevent IP blocks on grant portals
- Run on a schedule (Apify Scheduler) to get fresh grants daily
π Notes
- Duplicate records (same URL) are automatically removed
- All fields default to
N/Awhen data is not available on the source site - The actor handles errors gracefully β one failed record never stops the full run
- grants.gov amount/eligibility may show
N/Aβ this is a US government policy, not a bug