# Search nonprofits ProPublica Nonprofit Explorer Standard

**Use case:** 

Standard Export of ProPublica Nonprofit Explorer for Search nonprofits. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "mode": "search",
  "searchQuery": "red cross"
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "ein": {
    "label": "EIN",
    "format": "number"
  },
  "strein": {
    "label": "EIN (formatted)",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "careofName": {
    "label": "Care Of",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipcode": {
    "label": "ZIP",
    "format": "text"
  },
  "url": {
    "label": "Profile",
    "format": "link"
  },
  "subsectionCode": {
    "label": "Subsection",
    "format": "number"
  },
  "classificationCodes": {
    "label": "Classification",
    "format": "text"
  },
  "rulingDate": {
    "label": "Ruling Date",
    "format": "date"
  },
  "deductibilityCode": {
    "label": "Deductibility",
    "format": "number"
  },
  "foundationCode": {
    "label": "Foundation Code",
    "format": "number"
  },
  "exemptOrganizationStatusCode": {
    "label": "Status Code",
    "format": "number"
  },
  "nteeCode": {
    "label": "NTEE",
    "format": "text"
  },
  "sortName": {
    "label": "Sort Name",
    "format": "text"
  },
  "taxPeriod": {
    "label": "Tax Period",
    "format": "text"
  },
  "assetAmount": {
    "label": "Assets",
    "format": "number"
  },
  "incomeAmount": {
    "label": "Income",
    "format": "number"
  },
  "revenueAmount": {
    "label": "Revenue",
    "format": "number"
  },
  "assetCode": {
    "label": "Asset Code",
    "format": "number"
  },
  "incomeCode": {
    "label": "Income Code",
    "format": "number"
  },
  "filingRequirementCode": {
    "label": "Filing Req",
    "format": "number"
  },
  "accountingPeriod": {
    "label": "Accounting Period",
    "format": "number"
  },
  "dataSource": {
    "label": "Data Source",
    "format": "text"
  },
  "filingsWithData": {
    "label": "990 Filings",
    "format": "object"
  },
  "filingsWithoutData": {
    "label": "Other Filings",
    "format": "object"
  },
  "score": {
    "label": "Search Score",
    "format": "number"
  },
  "createdAt": {
    "label": "Indexed",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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