# USAspending Contract Modification Monitor

**Use case:** 

Track recent Veterans Affairs contract modifications and deobligations from official USAspending data with bounded, repeatable award intelligence.

## Input

```json
{
  "competitorNames": [],
  "agencies": [
    "Department of Veterans Affairs"
  ],
  "naicsCodes": [],
  "pscCodes": [],
  "keywords": [],
  "minFitScore": 20,
  "minAbsTransactionAmount": 0,
  "includeIdvs": true,
  "onlyNewOrChanged": true,
  "maxResults": 10,
  "resetBaseline": false
}
```

## Output

```json
{
  "changeType": {
    "label": "Activity type",
    "format": "string"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "string"
  },
  "awardId": {
    "label": "Award ID",
    "format": "string"
  },
  "modificationNumber": {
    "label": "Modification",
    "format": "string"
  },
  "transactionAmount": {
    "label": "Transaction amount",
    "format": "number"
  },
  "changeSummary": {
    "label": "Change summary",
    "format": "string"
  },
  "actionDate": {
    "label": "Action date",
    "format": "string"
  },
  "sourceUrl": {
    "label": "USAspending award URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Federal Awards & Competitor Monitor](https://apify.com/blaidlink/usaspending-competitor-award-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blaidlink/usaspending-competitor-award-intelligence) to learn more, explore other use cases, and run it yourself.