# Climate & Environmental EPA Federal Grants Data

**Use case:** 

Collects data on climate and environmental grants awarded by the EPA. Retrieve detailed information on up to 300 grants.

## Input

```json
{
  "awardTypes": [
    "grants"
  ],
  "state": "",
  "startDate": "",
  "endDate": "",
  "keyword": "climate environment EPA",
  "maxAwards": 300
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "string"
  },
  "recipientName": {
    "label": "Recipient Name",
    "format": "string"
  },
  "awardAmount": {
    "label": "Award Amount",
    "format": "number"
  },
  "totalOutlays": {
    "label": "Total Outlays",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Awarding Agency",
    "format": "string"
  },
  "awardType": {
    "label": "Award Type",
    "format": "string"
  },
  "startDate": {
    "label": "Start Date",
    "format": "string"
  },
  "endDate": {
    "label": "End Date",
    "format": "string"
  },
  "placeOfPerformanceState": {
    "label": "Place of Performance State",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USASpending Scraper - Federal Contracts & Grants Data](https://apify.com/logiover/usaspending-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/usaspending-gov-scraper) to learn more, explore other use cases, and run it yourself.