# Cybersecurity RFP Alerts — SAM.gov & State Portals

**Use case:** 

Daily alerts for new cybersecurity RFPs from SAM.gov, Virginia, Texas and Florida. Keyword-matched, deduplicated, pay per alert.

## Input

```json
{
  "keywords": [
    "cybersecurity",
    "network securit",
    "information security",
    "penetration testing",
    "zero trust"
  ],
  "sources": [
    "sam.gov",
    "virginia-eva",
    "texas-esbd",
    "florida-mfmp"
  ],
  "noticeTypes": [
    "solicitation",
    "combined",
    "presolicitation",
    "sources-sought"
  ],
  "lookbackDays": 3,
  "alertOn": "new",
  "emitBaseline": true,
  "resetState": false,
  "maxItems": 200,
  "stateStoreName": "rfp-monitor-state"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "noticeType": {
    "label": "Type",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "responseDeadline": {
    "label": "Deadline",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "isBaseline": {
    "label": "Baseline",
    "format": "boolean"
  },
  "url": {
    "label": "Opportunity",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US Government RFP Monitor - SAM.gov + State Portals](https://apify.com/lowlanddata/us-rfp-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lowlanddata/us-rfp-monitor) to learn more, explore other use cases, and run it yourself.