# IRS 990 Search

**Use case:** 

Search for a nonprofit and review its available Form 990 facts in the dataset.

## Input

```json
{
  "target": "search",
  "query": "American Red Cross",
  "states": [
    "DC"
  ],
  "nteeCodes": [
    "P21"
  ],
  "subsections": [
    "3"
  ],
  "exemptionStatuses": [
    "1"
  ],
  "maxResults": 1
}
```

## Output

```json
{
  "ein": {
    "label": "EIN",
    "format": "string"
  },
  "name": {
    "label": "Organization name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "classification.nteeCode": {
    "label": "NTEE code",
    "format": "string"
  },
  "classification.subsection": {
    "label": "501(c) subsection",
    "format": "string"
  },
  "classification.exemptionStatus": {
    "label": "Exemption status",
    "format": "string"
  },
  "latestFiling.taxPeriod": {
    "label": "Tax period",
    "format": "string"
  },
  "latestFiling.revenue": {
    "label": "Revenue",
    "format": "number"
  },
  "latestFiling.expenses": {
    "label": "Expenses",
    "format": "number"
  },
  "latestFiling.assets": {
    "label": "Assets",
    "format": "number"
  },
  "assessment.health": {
    "label": "Financial health",
    "format": "string"
  },
  "assessment.revenueTrend": {
    "label": "Revenue trend",
    "format": "string"
  },
  "irsRecord.updatedAt": {
    "label": "IRS record date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IRS 990 Nonprofit Search](https://apify.com/maximedupre/irs-nonprofit-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/irs-nonprofit-search) to learn more, explore other use cases, and run it yourself.