Grant & Foundation Opportunities Scraper avatar

Grant & Foundation Opportunities Scraper

Pricing

$9.00/month + usage

Go to Apify Store
Grant & Foundation Opportunities Scraper

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

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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.

FieldDescriptionExample
grant_idUnique grant / opportunity numberR25AS00279
funderOrganization or program nameFord Foundation β€” Climate Justice Fund
amountFunding amount$500,000
eligibilityWho can applyNonprofits with 501(c)(3) IRS status
deadlineApplication closing date30 June 2026
linkDirect URL to the grant pagehttps://grants.gov/…

πŸš€ Quick Start β€” Demo Mode

Want to see the output instantly without scraping?

  1. Open the Input tab
  2. Turn "Demo Mode" toggle ON
  3. Click Run Actor
  4. 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

Sourcegrant_idfunderamounteligibilitydeadlinelink
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

SettingDefaultDescription
demo_modefalseLoad 10 sample records instantly β€” no scraping
portal_urlsgrants.gov + fundsforngosURLs to scrape, one per line
max_items_per_portal10Max records per URL (1–100)
export_jsontrueSave results.json
export_csvtrueSave results.csv (Excel-compatible)
export_xlsxtrueSave results.xlsx (auto-sized columns)
useApifyProxytrueUse residential proxies (recommended)
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: 50 for 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/A when 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