# SAM.gov Cloud Security Opportunity Monitor

**Use case:** 

Try a clearly labeled synthetic example that scores cloud-security opportunity fit and demonstrates a repeatable SAM.gov capture workflow.

## Input

```json
{
  "demoMode": true,
  "procurementStatus": "active",
  "keywords": [
    "cloud security",
    "zero trust"
  ],
  "capabilityTerms": [
    "cloud security",
    "zero trust",
    "NIST"
  ],
  "naicsCodes": [
    "541512"
  ],
  "pscCodes": [],
  "setAsideCodes": [
    "SBA"
  ],
  "minFitScore": 25,
  "onlyNewOrChanged": true,
  "maxResults": 50,
  "resetBaseline": false
}
```

## Output

```json
{
  "dataMode": {
    "label": "Data mode",
    "format": "string"
  },
  "nextAction": {
    "label": "Next action",
    "format": "string"
  },
  "fitScore": {
    "label": "Fit score",
    "format": "number"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "title": {
    "label": "Opportunity title",
    "format": "string"
  },
  "organization": {
    "label": "Buyer organization",
    "format": "string"
  },
  "responseDeadline": {
    "label": "Response deadline",
    "format": "string"
  },
  "setAsideCode": {
    "label": "Set-aside",
    "format": "string"
  },
  "naicsCode": {
    "label": "NAICS code",
    "format": "string"
  },
  "pscCode": {
    "label": "PSC code",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Contract Opportunities & Amendment Monitor](https://apify.com/blaidlink/sam-opportunity-fit-amendment-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blaidlink/sam-opportunity-fit-amendment-monitor) to learn more, explore other use cases, and run it yourself.