# Cybersecurity Federal Award Alerts — Daily

**Use case:** 

Daily alerts for new US federal cybersecurity contract awards — recipient, amount and agency, from official USAspending data. Pay per alert.

## Input

```json
{
  "awardTypes": [
    "contracts"
  ],
  "keywords": [
    "cyber",
    "security"
  ],
  "naicsCodes": [
    "541512",
    "541519"
  ],
  "lookbackDays": 7,
  "alertOn": "new",
  "emitBaseline": true,
  "resetState": false,
  "maxItems": 100,
  "stateStoreName": "usa-award-monitor-state"
}
```

## Output

```json
{
  "recipientName": {
    "label": "Recipient",
    "format": "string"
  },
  "amountUsd": {
    "label": "Amount $",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Agency",
    "format": "string"
  },
  "naicsDescription": {
    "label": "Industry",
    "format": "string"
  },
  "placeState": {
    "label": "State",
    "format": "string"
  },
  "startDate": {
    "label": "Start",
    "format": "string"
  },
  "isBaseline": {
    "label": "Baseline",
    "format": "boolean"
  },
  "url": {
    "label": "Award",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US Federal Contract Award Monitor](https://apify.com/lowlanddata/usa-federal-award-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lowlanddata/usa-federal-award-monitor) to learn more, explore other use cases, and run it yourself.