Find Funders of a Nonprofit
find_funders_of_nonprofitFind the foundations that have ACTUALLY granted to ONE specific nonprofit — the reverse of get_foundation_grants, over the real 7.5M-edge who-funds-whom grant graph (IRS 990-PF, 2022-2026).
Use this when the question is about a SINGLE org: "who funds Greater Chicago Food Depository?", "which foundations support this nonprofit?", or to prospect from one well-funded peer. To aggregate the same signal across SEVERAL peer orgs, use find_funders_for_peers instead.
Pass recipient_ein when known (most precise). Otherwise pass recipient_name and it is resolved to the best IRS-registered match — the response echoes which nonprofit it resolved to under 'recipient'; confirm it's the org the caller meant.
COVERAGE: US private-foundation (990-PF) grants only. Government grants, corporate giving, and most donor-advised funding do NOT appear, so an empty result means "no tracked foundation reported a grant to this org", not "this org has no funders" — say exactly that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of funders to return (1-50) | |
| min_amount | No | Minimum single-grant size in USD (default 1000) | |
| recipient_ein | No | EIN of the RECIPIENT nonprofit whose funders you want. | |
| recipient_name | No | Name of the recipient nonprofit (resolved via the IRS BMF registry when recipient_ein is not given). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||