Nonprofit Prospector — US 990 Data
Pricing
$4.00 / 1,000 results
Nonprofit Prospector — US 990 Data
Search US tax-exempt nonprofits (IRS 990 data via ProPublica Nonprofit Explorer). Filter by keyword, state, and NTEE major group. Optionally enrich with latest-year revenue, expenses, assets & liabilities. One unified, normalized schema.
Pricing
$4.00 / 1,000 results
Rating
0.0
(0)
Developer
Alfredo Carranza
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Nonprofit Prospector
An Apify Actor that searches US tax-exempt nonprofit organizations using IRS 990 data via the ProPublica Nonprofit Explorer API, normalizes them into a single unified schema, and optionally enriches each with latest-year financials.
Input
| Field | Type | Default | Description |
|---|---|---|---|
keyword | string | — | Free-text search (name / mission). |
states | array | — | 2-letter US state codes (e.g. ["OR","WA"]). |
nteeMajorGroup | int 1–10 | — | NTEE major group filter. |
enrichFinancials | bool | true | Attach latest-year revenue/expenses/assets/liabilities. |
maxResults | int | 200 | Total cap on returned prospects. |
Normalized output fields
ein, name, city, state, ntee_code, subsection_code,
latest_filing_year, total_revenue, total_expenses, total_assets,
total_liabilities, source_url
Financial fields are null when enrichFinancials is false or the org has no
filing data. Values are never fabricated.
Pay-per-event
Charges one nonprofit event per prospect pushed to the dataset. Billing is
guarded so local runs work without Apify billing configured.
Local test
python3.11 -m venv .venv./.venv/bin/pip install 'apify<5.0.0'# SDK-free engine test./.venv/bin/python test_local.py# Full Actor run against local storageAPIFY_LOCAL_STORAGE_DIR=./storage ./.venv/bin/python -m src