VOOZH about

URL: https://apify.com/seibs.co/grant-funding-intel

โ‡ฑ Grant & Foundation Funding Intel - Grants.gov + 990-PF ยท Apify


๐Ÿ‘ Grant & Foundation Funding Intel - Grants.gov + 990-PF avatar

Grant & Foundation Funding Intel - Grants.gov + 990-PF

Pricing

from $6.00 / 1,000 funding records

Go to Apify Store

Grant & Foundation Funding Intel - Grants.gov + 990-PF

Federal grant opportunities (Grants.gov) + private-foundation giving (IRS 990-PF via ProPublica) in one schema. Funder, eligibility/recipient, amount, focus area, deadline. Funder-to-recipient enrichment, giving history, funder-match scoring, monitor mode. For grant writers and nonprofits.

Pricing

from $6.00 / 1,000 funding records

Rating

0.0

(0)

Developer

๐Ÿ‘ Seibs.co

Seibs.co

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Grant & Foundation Funding Intel

Federal grant opportunities and private-foundation giving in one normalized schema. Candid's Foundation Directory Online paywalls the funder graph; the underlying IRS Form 990-PF data is public but fragmented and hard to assemble. This actor unifies two public sources - Grants.gov (federal opportunities) and IRS Form 990 / 990-PF via ProPublica Nonprofit Explorer (foundation giving) - into one queryable feed of funders, eligibility, amounts, focus areas, and deadlines.

Built for grant writers, nonprofits, and fiscal sponsors hunting non-dilutive funding.


What it does

ModeWhat you getSource
grant_searchOpen federal grant opportunities by keyword, agency, eligibility, or funding category - with award range, eligibility, and deadline.Grants.gov Search2 API
foundation_searchPrivate foundations by name, state, focus area, or size - optionally with multi-year giving history.IRS 990-PF via ProPublica
funder_profileDeep profile of specific funders (foundation EINs and/or federal agency codes): multi-year giving trend, payout vs the 5% minimum, asset trend, and recipient-level grant awards.ProPublica + Grants.gov + 990-PF XML
funder_matchThe funders most likely to fund your cause - federal opportunities and foundations scored against a cause / focus area / region / size, with transparent match reasons.Both, scored

All four emit the same normalized record: funder, recipient_or_eligibility, amount / amount_min / amount_max, focus_area, deadline, source, source_url.


Quick start

Find open federal education grants for nonprofits:

{
"mode":"grant_search",
"keywords":["literacy"],
"funding_categories":["education"],
"eligibilities":["nonprofits_with_501c3"],
"opp_statuses":"posted",
"max_results_per_query":25
}

Profile a foundation's giving history:

{
"mode":"funder_profile",
"eins":["56-2618866"],
"include_giving_history":true
}

Find foundations likely to fund your project:

{
"mode":"funder_match",
"cause":"after-school literacy in rural Ohio",
"focus_area":"Education",
"states":["OH"],
"min_assets":5000000,
"include_giving_history":true
}

Search private foundations by focus + state:

{
"mode":"foundation_search",
"keywords":["community foundation"],
"states":["CA"],
"ntee_major":["2"],
"include_giving_history":true
}

Output schema (normalized)

FieldMeaning
record_typegrant_opportunity | funder | grant_award | funder_match
funder_name / funder_typeFederal agency or foundation; federal_agency | private_foundation
funder_ein / funder_stateFoundation identity
titleOpportunity title or grant purpose
recipient_or_eligibilityWho can apply (opportunity) or who received the grant (award)
amount / amount_min / amount_max / amount_labelAward floor/ceiling, grant amount, or annual giving
focus_area / focus_categoriesFunding category (opportunity) or NTEE focus (foundation)
deadlineApplication close date (opportunities)
giving_historyMulti-year grants paid, payout ratio, asset trend (foundations)
match_score / match_reasonsFunder-match ranking + transparent reasons
source / source_urlProvenance, back to the official record

Dataset views: overview (AI-agent skim), opportunities (open federal grants), funders (foundation funders).


Recipient-level grant awards (990-PF Part XV)

The list of who a foundation actually funded (recipient, place, purpose, amount) lives in Part XV of Form 990-PF. ProPublica exposes the giving totals; the per-recipient lines live in the e-file XML.

The IRS now serves machine-readable 990s only as per-year bulk ZIPs (the old AWS S3 per-filing bucket is frozen at 2021), so live per-filing recipient extraction is gated behind the bulk corpus - that gating is exactly the value. In funder_profile mode, supply irs_xml_url pointing at a specific 990-PF e-file XML and the actor parses its Part XV lines into grant_award records. Without it, you still get the funder's full giving history and a note explaining the gate.


Pricing (pay-per-event)

EventPriceWhen
funder_record$0.006Per normalized record (opportunity, funder, or award)
grant_history_enrichment$0.012Per foundation enriched with multi-year giving history, or per Part XV award extraction
funder_match$0.015Per scored funder-match result
scheduled_delta_run$0.050Per scheduled monitor run (new-opportunity / new-grant digest)

A focused grant_search for 25 opportunities costs ~$0.15. A funder_profile of one foundation with giving history costs ~$0.018.


Monitor mode (new-opportunity alerts)

Save this actor as a task and put it on a schedule. On scheduled runs it computes the delta against the previous run (new opportunities, changed deadlines, new grants) and, if you set slack_webhook_url, posts a digest to Slack. Grant cycles are recurring - this is the recurring value.


Sources & access

  • Grants.gov Search2 / fetchOpportunity - public REST API, no key, logged-out. Covers every federal grant-making agency.
  • IRS Form 990 / 990-PF via ProPublica Nonprofit Explorer API - public REST API, no key, logged-out. Structured 990-PF financials (grants paid, assets, qualifying distributions) for 501(c)(3) nonprofits and private foundations.
  • IRS 990-PF e-file XML - public; recipient-level Part XV lines, parsed when an irs_xml_url is supplied.

Legal & responsible use. Public filings and public feeds only - logged-out, no accounts, no API keys, no paywalls. PII is minimized: agency contacts and 990-PF recipient/related-person names are public record; the actor keeps name + place + purpose + amount and never enriches into private contact data. Always verify deadlines and eligibility against the official source before applying.


AI agents & MCP

A paired MCP server (mcp-grant-funding-intel) exposes these capabilities as AI-agent tools (search_grants, find_funders, profile_funder, match_funders), and is x402 (USDC on Base) and Skyfire agentic-payment ready. The dataset's overview view and the MCP-compatible output link are built for direct LLM tool-call wiring.

You might also like

IRS Form 990-PF Private Foundation Scraper - Grant Detail

jungle_synthesizer/irs-form-990-private-foundation-scraper

Scrape IRS Form 990-PF private-foundation filings with Part XV grant detail (recipient, purpose, amount). Look up by EIN, name, or year. Distinct from propublica-nonprofit-crawler (Form 990 public charities). For grant-research SaaS, fundraising teams, and foundation-prospect consultants.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Grant & Foundation Opportunities Scraper

scrapepilot/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.

10

Grants.gov API - Federal Grant Opportunities

alizarin_refrigerator-owner/grants-gov-api---federal-grant-opportunities

Access Grants.gov for federal grant opportunities. Search $700+ billion in annual federal funding across all agencies. Find grants for research, nonprofits, education, healthcare, and small businesses.

Grants.gov Federal Grant Opportunities Scraper

parseforge/grants-gov-scraper

Scrape federal grant opportunities from Grants.gov. Get titles, agencies, funding amounts, deadlines, eligibility, and descriptions. Filter by keyword, agency, status, category, and date range. Supports detailed mode with full descriptions, contacts, and attachments.