# Animal rescue nonprofits with financials

**Use case:** 

Animal rescues and shelters with EIN, address, revenue, assets, surplus and officer pay from IRS Form 990. Qualify prospects by size. No API key.

## Input

```json
{
  "searchTerms": [
    "animal rescue",
    "animal shelter"
  ],
  "states": [
    "FL"
  ],
  "causeArea": "any",
  "subsectionCode": "any",
  "includeFinancials": true,
  "minRevenue": 0,
  "minAssets": 0,
  "onlyWithFilings": false,
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Organization"
  },
  "ein": {
    "label": "EIN"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "cause_area": {
    "label": "Cause area"
  },
  "organization_type": {
    "label": "501(c) type"
  },
  "total_revenue": {
    "label": "Revenue"
  },
  "total_expenses": {
    "label": "Expenses"
  },
  "total_assets": {
    "label": "Assets"
  },
  "surplus": {
    "label": "Surplus/deficit"
  },
  "officer_compensation": {
    "label": "Officer pay"
  },
  "revenue_growth_pct": {
    "label": "Revenue YoY %"
  },
  "size_tier": {
    "label": "Size"
  },
  "latest_fiscal_year": {
    "label": "FY"
  },
  "propublica_url": {
    "label": "Source"
  },
  "latest_filing_pdf": {
    "label": "990 PDF"
  }
}
```

## About this Actor

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