IRS Tax-Exempt Organizations Database Exporter avatar

IRS Tax-Exempt Organizations Database Exporter

Pricing

from $1.50 / 1,000 results

Go to Apify Store
IRS Tax-Exempt Organizations Database Exporter

IRS Tax-Exempt Organizations Database Exporter

Export nearly 2 million US tax-exempt organizations from the official IRS EO BMF. Get EIN, name, address, NTEE, filing status, assets, income and revenue by state. No API key required.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Export the official IRS Exempt Organizations Business Master File (EO BMF) as clean, structured Apify datasets. Search nearly 2 million active and formerly recognized tax-exempt organizations by geography, name, NTEE classification, Internal Revenue Code subsection and financial thresholds.

Commercial use cases

  • Nonprofit prospecting and B2B enrichment
  • Grant, fundraising and philanthropy research
  • Vendor/customer verification by EIN
  • Market sizing by nonprofit activity and geography
  • Compliance, academic and civic-data pipelines

The Actor downloads IRS state files directly—no third-party API, account or per-record limit. A run can store up to 500,000 organizations; partition full exports by state when needed.

Input

FieldDescriptionDefault
stateCodesState codes; ALL, PR, and XX are supported["CA"]
nameContainsCase-insensitive organization-name fragmentempty
cityExact city, case-insensitiveempty
nteePrefixNTEE activity-code prefixempty
subsectionIRC subsection, e.g. 03empty
minAssetsMinimum reported assetsnone
minRevenueMinimum reported revenuenone
maxResultsMaximum records, 1–500,0001000

Example — large education nonprofits in New York and New Jersey:

{
"stateCodes": ["NY", "NJ"],
"nteePrefix": "B",
"minAssets": 1000000,
"maxResults": 50000
}

Example — full multi-state lead export:

{
"stateCodes": ["CA", "TX", "FL"],
"subsection": "03",
"maxResults": 500000
}

Output

Records include EIN as a leading-zero-safe string, legal name, mailing address, group exemption, subsection/classification/activity codes, ruling and filing fields, tax period, assets, income, revenue, NTEE code, a source file URL and an IRS search link.

{
"ein": "123456789",
"name": "EXAMPLE FOUNDATION",
"city": "NEW YORK",
"state": "NY",
"subsectionCode": "03",
"nteeCode": "B20",
"assets": 4500000,
"revenue": 1250000
}

API usage

curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~irs-tax-exempt-organizations-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"stateCodes":["TX"],"nteePrefix":"E","maxResults":10000}'

Data source and limitations

The Actor reads the IRS EO BMF state extracts. Financial values are BMF fields rather than complete Form 990 filings and may be zero, stale or unavailable. Check the IRS record and source definitions before making compliance, credit or eligibility decisions.

Changelog

  • 2026-08-01 — v1.0.0: Initial release. Added official state/territory/international bulk extraction, financial and classification filters, stable EIN handling, 500,000-item runs, schema-backed overview and default/filtered live-source validation.