# Monitor new federal awards in your NAICS

**Use case:** 

Get only newly posted awards each run: award ID, recipient, amount, agency, NAICS/PSC and dates. Pair with a daily schedule for a fresh contract feed.

## Input

```json
{
  "mode": "awards",
  "keywords": [
    "cybersecurity"
  ],
  "awardCategories": [
    "contracts"
  ],
  "naicsCodes": [
    "541512"
  ],
  "sortAwardsBy": "Start Date",
  "includeAwardDetails": false,
  "recipientAwardType": "all",
  "includeRecipientDetails": true,
  "maxResults": 200,
  "monitorMode": true,
  "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.