ProPublica Nonprofit 990 Scraper
Scrape US nonprofit organizations and their IRS Form 990 financials from the ProPublica Nonprofit Explorer. Search by name, state, category or 501c type, or look up by EIN. Export JSON, CSV, Excel.
{ "ein": "53-0196605", "name": "American National Red Cross", "subName": "Shared Services Center", "address": "431 18TH ST NW", "city": "Washington", "state": "DC", "zipcode": "20006-5310", "nteeCode": "P210", "nteeCategory": "Human Services" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Ein | Name | Sub Name | Address |
|---|---|---|---|
| 53-0196605 | American National Red Cross | Shared Services Center | 431 18TH ST NW |
{ "ein": "53-0196605", "name": "American National Red Cross", "subName": "Shared Services Center", "address": "431 18TH ST NW", "city": "Washington", "state": "DC", "zipcode": "20006-5310", "nteeCode": "P210", "nteeCategory": "Human Services" }
よくある質問
What organizations does this scraper cover?
It covers the full IRS Exempt Organizations Business Master File as indexed by ProPublica Nonprofit Explorer, which is more than 1.8 million US tax-exempt organizations. You can search every state and territory, every NTEE mission category and every 501(c) subsection type.
How many results can I get from one run?
Search returns 25 organizations per page and you control the total with Max Items. A single search query can surface thousands of matches, so narrow with a state, category or 501(c) type to focus the pull. EIN lookup mode fetches exactly the organizations you list.
How do I filter the nonprofits I want?
Combine a free-text query with filters for state, NTEE category and 501(c) tax-exempt type. To pull specific organizations instead, paste their EINs into the EIN list and the search filters are ignored.
Why are some financial fields empty?
Smaller nonprofits often file the short Form 990-N postcard, which carries no financial figures, so revenue, expenses and assets are null for them. Larger organizations have full Form 990 data and their filings array is populated. Missing values are returned as null and never invented.
What happens when an EIN is not found?
The actor returns a record with the EIN and an error field explaining it was not found, so your run still completes successfully and you can see exactly which lookups missed.