# Foundation grants over $100k

**Use case:** 

Find the biggest foundation grants, largest first: funder, recipient, grant amount, purpose and state. Grants of $100k+ from public IRS 990-PF data, CSV export.

## Input

```json
{
  "years": [
    "2024"
  ],
  "formTypes": [
    "990PF"
  ],
  "outputMode": "grants",
  "funderEins": [],
  "funderStates": [],
  "funderCities": [],
  "recipientStates": [],
  "minGrantAmount": 100000,
  "withFunderPhoneOnly": false,
  "includeTrustees": true,
  "sortBy": "amount",
  "maxResults": 1000,
  "maxZipParts": 0,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "funderName": {
    "label": "Foundation (funder)",
    "format": "text"
  },
  "funderState": {
    "label": "Funder ST",
    "format": "text"
  },
  "funderPhone": {
    "label": "Funder phone",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "recipientState": {
    "label": "Recip. ST",
    "format": "text"
  },
  "amount": {
    "label": "Amount",
    "format": "number"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "taxYear": {
    "label": "Tax year",
    "format": "text"
  },
  "formType": {
    "label": "Form",
    "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.