# Search Federal Grant Awards by Keyword

**Use case:** 

Search federal grant awards on USAspending.gov by keyword and export recipient, awarding agency, award amount, dates and program into a clean dataset.

## Input

```json
{
  "mode": "awards",
  "keywords": [
    "renewable energy"
  ],
  "awardCategories": [
    "grants"
  ],
  "sortAwardsBy": "Award Amount",
  "includeAwardDetails": false,
  "recipientAwardType": "all",
  "includeRecipientDetails": true,
  "maxResults": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "text"
  },
  "awardCategory": {
    "label": "Type",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "awardAmount": {
    "label": "Amount",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Agency",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS",
    "format": "text"
  },
  "pscCode": {
    "label": "PSC",
    "format": "text"
  },
  "placeOfPerformanceState": {
    "label": "POP State",
    "format": "text"
  },
  "url": {
    "label": "Award URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Scraper - Federal Awards, Contractors & Leads](https://apify.com/scrapesage/usaspending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/usaspending-scraper) to learn more, explore other use cases, and run it yourself.