# ProPublica Nonprofit Explorer Scraper (`parseforge/propublica-nonprofit-explorer-scraper`) Actor

Scrapes US nonprofit financial data from ProPublica Nonprofit Explorer. Search by keyword, state, and NTEE category, or look up specific EINs. Returns revenue, expenses, assets, liabilities, and officer compensation per organization.

- **URL**: https://apify.com/parseforge/propublica-nonprofit-explorer-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Other, Lead generation
- **Stats:** 1 total users, 0 monthly users, 90.6% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $20.00 / 1,000 result items

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### ProPublica Nonprofit Explorer Scraper

**Scrape IRS 990 tax filings and financial data for any US nonprofit from ProPublica Nonprofit Explorer.** Search by name, state, or NTEE category, or look up specific organizations by EIN. Export revenue, expenses, assets, and officer compensation to CSV, JSON, Excel, or XML.

ProPublica Nonprofit Explorer holds IRS 990 filings for over 1.8 million tax-exempt organizations, but manually searching and downloading each filing is slow. This scraper reads the public search results and full organization profiles directly, returning structured financial data for every match. No API key or registration is required.

| Who uses it | What they scrape ProPublica Nonprofit Explorer for |
|---|---|
| Grant researchers | Compare revenue and expense trends across nonprofits applying for the same grant. |
| Donor due diligence teams | Verify a charity's assets, liabilities, and officer compensation before recommending a major gift. |
| Journalists | Pull IRS 990 data for a set of EINs to investigate executive pay or financial irregularities. |
| Nonprofit analysts | Build a dataset of organizations in a specific NTEE category and state for sector benchmarking. |

### What it does

This Actor collects US nonprofit financial data from ProPublica Nonprofit Explorer by keyword search, state, NTEE category, or direct EIN lookup, and returns each organization as a flat row with its latest IRS 990 figures.

- 🔍 **Search mode:** Find nonprofits by keyword, state, and NTEE major category, then collect their full financial profiles.
- 🎯 **Lookup mode:** Supply a list of EINs and pull the complete IRS 990 summary for each one in a single run.
- 📊 **Structured financials:** Each row includes total revenue, expenses, assets, liabilities, and officer compensation from the latest filing.
- 📄 **Filing metadata:** Get the tax period, submission date, and PDF link for every available Form 990.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with ProPublica Nonprofit Explorer data

**📈 Benchmark nonprofit financial health.**

A grant researcher scrapes all organizations in NTEE category 'Health' across California to compare revenue growth and expense ratios before shortlisting applicants.

**🕵️ Screen charities for donor due diligence.**

A foundation's due diligence team looks up 50 EINs to check each nonprofit's assets, liabilities, and top executive compensation against their grant thresholds.

**🗞️ Investigate executive compensation.**

A journalist pulls IRS 990 data for a set of related nonprofits by EIN to trace officer pay across affiliated entities over multiple tax years.

**🏛️ Map the nonprofit landscape in a state.**

An academic researcher scrapes all organizations in Texas with no keyword filter to build a complete dataset of the state's tax-exempt sector for a policy paper.

### Why choose this scraper

| | What you get |
|---|---|
| **No API key needed** | Reads the public ProPublica Nonprofit Explorer pages directly, with no registration or rate-limit headaches. |
| **Two collection modes** | Search broadly by name and category, or target specific organizations by their EIN. |
| **Full financial picture** | Revenue, expenses, net assets, liabilities, and officer pay, all in one row per organization. |
| **Bulk export ready** | Outputs clean CSV, JSON, Excel, or XML for immediate analysis in any tool. |

### How it compares

Three other Apify actors also scrape ProPublica Nonprofit Explorer. Here is how this one compares on the capabilities their listings describe.

| Feature | ParseForge | Nonprofit Explorer - IRS 990 Tax-Exempt Org Search | ProPublica Nonprofit Explorer - Tax Data | ProPublica Nonprofit Explorer - IRS 990 & 501(c)(3) Data |
|---|---|---|---|---|
| Search by organization name | Yes | Yes | Yes | Yes |
| Filter by state | Yes | Yes | Not listed | Yes |
| Filter by NTEE category | Yes | Yes | Not listed | Yes |
| Lookup by EIN list | Yes | Not listed | Not listed | Not listed |
| Officer compensation data | Yes | Not listed | Not listed | Yes |
| Filing PDF links | Yes | Yes | Not listed | Yes |

### Configure the run

Drive the Actor with a keyword search, a state and NTEE category filter, or a list of EINs. Filters apply during collection so only matching organizations reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
 "maxItems": 10,
 "mode": "search",
 "searchQuery": "red cross"
}
```

A larger pull:

```json
{
 "maxItems": 200,
 "mode": "search",
 "searchQuery": "red cross"
}
```

### Pricing

Pay-per-result: **$0.02667 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $2.67 |
| 1,000 results | $26.67 |
| 10,000 results | $266.70 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [ProPublica Nonprofit Explorer Scraper](https://apify.com/parseforge/propublica-nonprofit-explorer-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to ProPublica Nonprofit Explorer through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/propublica-nonprofit-explorer-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results for my search?**

Check that your search query matches an organization name or alias on ProPublica. Try a shorter keyword or remove the state and NTEE filters to broaden the search. Some very small nonprofits may not appear if they have not filed recently.

**The Actor returns fewer organizations than my maxItems setting.**

This is expected when your search or EIN list has fewer total matches than the maximum you set. The Actor collects all available results and stops. Try broadening your filters if you need more data.

**Some EINs in my lookup list return no data.**

Verify the EIN format includes the dash, like '13-1644147'. Also confirm the organization has filed a Form 990 that ProPublica has indexed. Organizations that have not filed recently or are very new may not appear.

**The financial fields are empty for some organizations.**

Not every organization reports all financial fields. Smaller nonprofits may file a 990-N or 990-EZ with less detail. The scraper returns whatever ProPublica displays on the organization's summary page.

**The run is taking a long time with a large EIN list.**

Each EIN lookup loads a separate organization page. For large lists, set a reasonable maxItems limit and consider splitting the list across multiple runs. The Actor processes requests sequentially to be respectful to the source.

### FAQ

| Question | Answer |
|---|---|
| What data does this scraper return from ProPublica Nonprofit Explorer? | Each row includes the organization's name, EIN, city, state, NTEE code, total revenue, total expenses, net assets, total liabilities, and officer compensation from the most recent IRS 990 filing. It also returns the tax period, submission date, and a link to the PDF filing. |
| Can I search by organization name and filter by state at the same time? | Yes. In search mode you can combine a keyword with a state filter and an NTEE category to narrow results. All three filters work together. |
| How do I look up specific nonprofits by EIN? | Switch the mode to 'Lookup by EIN' and paste a list of EINs, one per line, in the EINs field. The Actor will pull the full profile for each EIN you provide. |
| Does this scraper get historical IRS 990 filings or only the latest year? | It returns the financial summary from the most recent filing available on ProPublica Nonprofit Explorer. For a full history of filings per organization, you would need to follow the PDF links in the output. |
| Do I need a ProPublica API key to use this Actor? | No. This scraper reads the public web pages of ProPublica Nonprofit Explorer directly. No API key, registration, or authentication is required. |
| What is an NTEE code and how do I use the category filter? | NTEE codes classify nonprofits by their primary mission, such as Health, Education, or Arts. The category filter lets you select a major NTEE group to restrict your search to organizations in that sector. |
| How many organizations can I scrape in one run? | You set the maximum number of organizations per run, up to one million. The Actor stops collecting once it reaches that limit. |
| What export formats are supported? | Your dataset can be exported in CSV, JSON, Excel, or XML from the Apify platform after the run completes. |
| Can I run this on a schedule to track changes over time? | Yes. You can set up a recurring schedule in Apify to run the Actor weekly or monthly and collect updated financial data as new IRS 990 filings are posted. |
| Does this cover all US nonprofits or only 501(c)(3) charities? | ProPublica Nonprofit Explorer includes data on all tax-exempt organizations that file Form 990, not only 501(c)(3) charities. This includes 501(c)(4) social welfare organizations, 501(c)(6) trade associations, and others. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by ProPublica, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `maxItems` (type: `integer`):

How many organizations to collect per run.

## `mode` (type: `string`):

search = keyword/state/category search across all nonprofits, lookup = pull full profile for one or more EINs.

## `searchQuery` (type: `string`):

Keyword search. Searches name, alias, address. Used in search mode.

## `state` (type: `string`):

US state filter for search mode.

## `category` (type: `string`):

NTEE major category filter for search mode.

## `eins` (type: `array`):

List of EIN strings, e.g. \['13-1644147','53-0196605']. Required for lookup mode.

## Actor input object example

```json
{
  "maxItems": 10,
  "mode": "search",
  "searchQuery": "red cross"
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxItems": 10,
    "mode": "search",
    "searchQuery": "red cross"
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/propublica-nonprofit-explorer-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxItems": 10,
    "mode": "search",
    "searchQuery": "red cross",
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/propublica-nonprofit-explorer-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxItems": 10,
  "mode": "search",
  "searchQuery": "red cross"
}' |
apify call parseforge/propublica-nonprofit-explorer-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/propublica-nonprofit-explorer-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/w4Put0VMvUW5EDMMS/builds/O4buMJYcr98su9EJo/openapi.json
