# Track Government Contracts by Agency

**Use case:** 

Monitor federal awards issued by any agency (e.g. Department of Defense) from USASpending.gov with amounts, recipients and dates.

## Input

```json
{
  "keywords": "cybersecurity",
  "naicsCode": "541512",
  "agency": "Department of Defense",
  "startDate": "2024-01-01",
  "endDate": "2024-12-31",
  "minAmount": 0,
  "maxResults": 100,
  "includeIdvs": false,
  "sortBy": "Award Amount"
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "awardAmount": {
    "label": "Amount ($)",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Agency",
    "format": "text"
  },
  "awardType": {
    "label": "Type",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "text"
  },
  "endDate": {
    "label": "End Date",
    "format": "text"
  },
  "usaSpendingUrl": {
    "label": "USASpending Link",
    "format": "link"
  }
}
```

## About this Actor

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