# Department of Defense Contract Monitor

**Use case:** 

Track new US Department of Defense contracts from the last 30 days by recipient and NAICS. Monitor mode alerts you to new awards.

## Input

```json
{
  "awardTypes": [
    "contracts"
  ],
  "agencies": [
    "Department of Defense"
  ],
  "recipientSearch": [],
  "naicsCodes": [],
  "keywords": [],
  "placeOfPerformanceStates": [],
  "lastNDays": 30,
  "maxResults": 10,
  "monitorMode": false
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "string"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "string"
  },
  "awardAmount": {
    "label": "Award amount",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Awarding agency",
    "format": "string"
  },
  "awardType": {
    "label": "Award type",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "awardUrl": {
    "label": "Award URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Federal Awards 🏛️ (new contract & grant alerts)](https://apify.com/tagadanar/usaspending-federal-awards) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/usaspending-federal-awards) to learn more, explore other use cases, and run it yourself.