# Grants for environment & conservation

**Use case:** 

See foundations funding conservation and environmental nonprofits: funder, recipient, grant amount, purpose and state. Public IRS 990-PF data, no login.

## Input

```json
{
  "years": [
    "2024"
  ],
  "formTypes": [
    "990PF",
    "990"
  ],
  "outputMode": "grants",
  "funderEins": [],
  "funderStates": [],
  "funderCities": [],
  "recipientStates": [],
  "recipientNameQuery": "conservation",
  "withFunderPhoneOnly": false,
  "includeTrustees": true,
  "sortBy": "none",
  "maxResults": 400,
  "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.