# New York Nonprofit Leads - IRS 990 Data Export

**Use case:** 

Export New York nonprofits with EIN, address, annual revenue, total assets, NTEE category and named officers with compensation. Grant and sales research.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "food bank"
  ],
  "states": [
    "NY"
  ],
  "organizationKind": "any",
  "only501c3": false,
  "withOfficersOnly": false,
  "activeOnly": false,
  "includeOfficers": true,
  "maxResults": 200,
  "maxConcurrency": 5,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Organization",
    "format": "text"
  },
  "ein": {
    "label": "EIN",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "nteeCategory": {
    "label": "Category (NTEE)",
    "format": "text"
  },
  "subsection": {
    "label": "501(c) type",
    "format": "text"
  },
  "revenue": {
    "label": "Revenue",
    "format": "number"
  },
  "totalAssets": {
    "label": "Assets",
    "format": "number"
  },
  "revenueTier": {
    "label": "Size",
    "format": "text"
  },
  "topOfficerName": {
    "label": "Top officer",
    "format": "text"
  },
  "topOfficerTitle": {
    "label": "Officer title",
    "format": "text"
  },
  "officerCount": {
    "label": "Officers",
    "format": "number"
  },
  "latestFiscalYear": {
    "label": "Latest FY",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Nonprofit & IRS 990 Scraper - Charities, Officers & Leads](https://apify.com/scrapesage/nonprofit-990-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/nonprofit-990-scraper) to learn more, explore other use cases, and run it yourself.