Search Nonprofits
search_nonprofitsSearch US nonprofits by name. Returns EIN, name, city, state, revenue, assets, and NTEE code. Example: search_nonprofits("red cross", "NY"). Use get_organization with the EIN for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Name or keyword to search for (e.g., "habitat for humanity") | |
| state | No | Two-letter state code to filter results (e.g., "CA", "NY") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query used | |
| state | Yes | The state filter applied (uppercase), or null if not provided | |
| organizations | Yes | Array of matching nonprofit organizations | |
| total_results | Yes | Total number of matching nonprofits found |