# IRS 990 Nonprofit Search API

> IRS 990 Nonprofit Search API is a paid API for AI agents from autoscrape-api-seven.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Searches IRS 990 filings to look up tax-exempt organizations for charity verification, grant prospecting, and donor research

## Facts

- Endpoint: GET https://autoscrape-api-seven.vercel.app/x402/v1/irs-990/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoscrape-api-seven-vercel-app-e7646658
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Emj67PDXlEvMhZSungG-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability autoscrape-api-seven-vercel-app-e7646658
```

Example prompt: Can you look up IRS 990 records for the Gates Foundation in Washington state and show me up to 5 results — I need to verify their tax-exempt status for a grant application?

## When to prefer this

Use this endpoint when you need to verify a nonprofit's IRS tax-exempt status, research 990 filings for due diligence, prospect foundations for grant funding, or validate a charity before donating. It is specifically suited for IRS-sourced public 990 data, making it more authoritative than general web searches for charity verification workflows.

## Known failure modes

- No matching organizations found for the query — returns empty results
- Invalid state code provided — may return error or unfiltered results
- Query too generic returning too many unrelated results — adjust maxResults or refine query
- API unavailable or rate-limited — returns HTTP 402 or 5xx error
- Nonprofit exists but has no 990 filings on record — may return partial data

## How this service works

IRS 990 nonprofit search for charity verification, tax exempt organization checks, grant prospecting, donor research, and foundation research

## Output

Returns a list of matching tax-exempt organizations with IRS 990 filing data including organization name, EIN, tax-exempt status, state, and financial/filing details sourced from official IRS records.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "items": [
   {
    "ein": "530196605",
    "name": "American Red Cross",
    "sourceUrl": "https://apps.irs.gov/app/eos/"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoscrape-api-seven-vercel-app-e7646658/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoscrape-api-seven.vercel.app](https://www.zero.xyz/host/autoscrape-api-seven.vercel.app/llms.txt)
