Professional

IRS Form 990 — Nonprofit Lookup

Search ~1.8M US tax-exempt organizations. Returns revenue, expenses, assets, NTEE classification, filing type, and subsection code.

Endpoints

GET /api/v1/pro/nonprofit Requires API key

Search nonprofits by EIN, name, state, or city. At least one parameter required.

Parameters

einEIN (9 digits, dashes stripped automatically)
nameOrganization name (partial match, case-insensitive)
stateTwo-letter state code
cityCity name (partial match)
limitMax results (default 25, max 100)
offsetPagination offset

Example

curl -H "Authorization: Bearer pro_YOUR_KEY" \
  "https://api.verilexdata.com/api/v1/pro/nonprofit?ein=530196605"

Response

{
  "dataset": "nonprofit",
  "count": 1,
  "data": [
    {
      "ein": "530196605",
      "name": "AMERICAN NATIONAL RED CROSS",
      "city": "WASHINGTON",
      "state": "DC",
      "revenue": 3400000000,
      "expenses": 3200000000,
      "assets": 4100000000,
      "ntee_code": "P20",
      "tax_period": "202306",
      "filing_type": "990",
      "subsection_code": "501(c)(3)"
    }
  ]
}
GET /api/v1/pro/nonprofit/stats Free — no key required

Returns dataset coverage: total records, latest filing period, update frequency.

GET /api/v1/pro/nonprofit/sample Free — no key required

Returns 10 sample records (top by revenue) to preview the data shape.

Response fields

FieldTypeDescription
einstringEmployer Identification Number
namestringOrganization legal name
citystringCity
statestringTwo-letter state code
revenueintegerTotal revenue (USD)
expensesintegerTotal expenses (USD)
assetsintegerTotal assets (USD)
ntee_codestringNational Taxonomy of Exempt Entities code
tax_periodstringFiling tax period (YYYYMM)
filing_typestring990, 990-EZ, or 990-PF
subsection_codestringIRS subsection (e.g. 501(c)(3))

Stay in the loop

New datasets, features, and pricing changes. No spam.

How can we help?

Choose a category and tell us what you need.