Nonprofit Prospector — US 990 Data avatar

Nonprofit Prospector — US 990 Data

Pricing

$4.00 / 1,000 results

Go to Apify Store
Nonprofit Prospector — US 990 Data

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

Alfredo Carranza

Maintained by Community

Actor 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

FieldTypeDefaultDescription
keywordstringFree-text search (name / mission).
statesarray2-letter US state codes (e.g. ["OR","WA"]).
nteeMajorGroupint 1–10NTEE major group filter.
enrichFinancialsbooltrueAttach latest-year revenue/expenses/assets/liabilities.
maxResultsint200Total 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 storage
APIFY_LOCAL_STORAGE_DIR=./storage ./.venv/bin/python -m src