Nonprofit Explorer avatar

Nonprofit Explorer

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Nonprofit Explorer

Nonprofit Explorer

Search US tax-exempt nonprofits and pull IRS Form 990 financials via ProPublica, no key. Search by keyword, state, NTEE category, and 501(c) type, or look up organizations by EIN for revenue, expenses, assets, and officer pay. For nonprofit research, due diligence, and grant-making.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Saturnin Pugnet

Saturnin Pugnet

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

US Nonprofit Explorer (IRS 990)

Search US tax-exempt nonprofits and pull their IRS Form 990 financials via the ProPublica Nonprofit Explorer API. No key, no login.

Modes

ModeWhat it doesNeeds
searchFind nonprofits by keyword, state, NTEE category, and 501(c) typequery and/or filters
detailsPull an org's IRS 990 financials by EIN (revenue, expenses, assets, officer pay)eins

Use cases

  • Nonprofit research & journalism — find and profile organizations by cause and geography.
  • Due diligence / KYB — verify an org's EIN, 501(c) status, and financial size.
  • Grant-making & fundraising — build lists of nonprofits by NTEE category and state, with revenue signals.

Input

{ "mode": "search", "query": "food bank", "state": "CA", "subsectionCode": 3 }
{ "mode": "search", "state": "NY", "nteeCategory": 3, "maxResults": 500 }
{ "mode": "details", "eins": ["530196605", "131624102"] }
FieldDescription
modesearch or details
queryKeyword (search mode)
stateTwo-letter state code (search)
nteeCategoryNTEE major group 1-10 (search)
subsectionCode501(c) type, e.g. 3 for 501(c)(3) (search)
einsEINs to look up (details)
maxResultsOverall cap. 0 = unlimited

Output

Search: ein, name, subName, city, state, nteeCode, subsectionCode, nonprofitUrl.

Details: adds address, zip, rulingDate, assetAmount, incomeAmount, revenueAmount, latestFilingYear, latestRevenue, latestExpenses, latestAssetsEnd, officerCompensation, filingsAvailable.