# ProPublica Nonprofit   IRS 990 & Tax Exempt Org Data in NY

**Use case:** 

Export propublica nonprofit - irs 990 & tax-exempt org data in NY — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract propublica nonprofit - irs 990 & tax-exempt org data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "search",
  "searchTerm": "hospital",
  "state": "NY",
  "nteeCategory": "",
  "subsectionCode": "",
  "einList": [],
  "includeFilings": true,
  "maxItems": 200
}
```

## Output

```json
{
  "ein": {
    "label": "Ein",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "ntee_code": {
    "label": "Ntee Code",
    "format": "string"
  },
  "subsection_label": {
    "label": "Subsection Label",
    "format": "string"
  },
  "filing_year": {
    "label": "Filing Year",
    "format": "number"
  },
  "total_revenue": {
    "label": "Total Revenue",
    "format": "number"
  },
  "total_assets_end": {
    "label": "Total Assets End",
    "format": "number"
  },
  "filing_pdf_url": {
    "label": "Filing Pdf Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ProPublica Nonprofit Crawler - IRS 990 & Tax-Exempt Org Data](https://apify.com/jungle_synthesizer/propublica-nonprofit-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/propublica-nonprofit-crawler) to learn more, explore other use cases, and run it yourself.