# Foundation trustee & officer contacts

**Use case:** 

Reach foundation decision-makers: trustees and officers with titles, plus foundation name, state, phone, assets and total grants paid. Public IRS 990-PF data.

## Input

```json
{
  "years": [
    "2024"
  ],
  "formTypes": [
    "990PF"
  ],
  "outputMode": "funders",
  "funderEins": [],
  "funderStates": [
    "NY"
  ],
  "funderCities": [],
  "recipientStates": [],
  "withFunderPhoneOnly": true,
  "includeTrustees": true,
  "sortBy": "none",
  "maxResults": 800,
  "maxZipParts": 0,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Foundation",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "foundationType": {
    "label": "Type",
    "format": "text"
  },
  "assetsFMV": {
    "label": "Assets (FMV)",
    "format": "number"
  },
  "totalGrantsPaid": {
    "label": "Total grants paid",
    "format": "number"
  },
  "grantsCount": {
    "label": "# grants",
    "format": "number"
  },
  "payoutRatioPct": {
    "label": "Payout %",
    "format": "number"
  },
  "taxYear": {
    "label": "Tax year",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Foundation Grants Scraper - Grantmaker & Funder Leads](https://apify.com/scrapesage/foundation-grants-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/foundation-grants-scraper) to learn more, explore other use cases, and run it yourself.