# Search ProPublica Nonprofit Records by Name

**Use case:** 

Search ProPublica Nonprofit Explorer by nonprofit name and extract profiles, EINs, locations, NTEE codes, and filing metadata.

## Input

```json
{
  "searchQueries": [
    "red cross",
    "food bank"
  ],
  "eins": [
    "53-0196605"
  ],
  "state": "",
  "nteeCode": "",
  "maxResults": 25,
  "includeFilings": true,
  "includeRawApiData": false
}
```

## Output

```json
{
  "ein": {
    "label": "EIN",
    "format": "text"
  },
  "formattedEin": {
    "label": "Formatted EIN",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "nteeCode": {
    "label": "NTEE",
    "format": "text"
  },
  "subsectionCode": {
    "label": "501(c)",
    "format": "number"
  },
  "revenueAmount": {
    "label": "Revenue",
    "format": "number"
  },
  "assetAmount": {
    "label": "Assets",
    "format": "number"
  },
  "incomeAmount": {
    "label": "Income",
    "format": "number"
  },
  "latestFilingTaxYear": {
    "label": "Latest filing year",
    "format": "number"
  },
  "latestFilingRevenue": {
    "label": "Filing revenue",
    "format": "number"
  },
  "latestFilingExpenses": {
    "label": "Filing expenses",
    "format": "number"
  },
  "latestFilingPdfUrl": {
    "label": "990 PDF",
    "format": "link"
  },
  "sourceUrl": {
    "label": "ProPublica URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [ProPublica Nonprofit Explorer Scraper](https://apify.com/automation-lab/propublica-nonprofit-explorer-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/propublica-nonprofit-explorer-scraper) to learn more, explore other use cases, and run it yourself.