# SAM.gov Federal Bid Monitor by NAICS Code

**Use case:** 

Government contractors get new US federal solicitations from SAM.gov matched on NAICS 541512, each with a go/no-go fit score. Free SAM key needed.

## Input

```json
{
  "sources": [
    "SAM_GOV"
  ],
  "keywords": [
    "computer systems design",
    "software development",
    "IT modernization"
  ],
  "cpvCodes": [
    "72000000"
  ],
  "naicsCodes": [
    "541512",
    "541511"
  ],
  "vendorProfile": {
    "capabilities": [
      "systems integration",
      "custom software",
      "cloud",
      "cybersecurity"
    ],
    "certifications": [
      "CMMI Level 3",
      "FedRAMP authorized"
    ],
    "eligibleRegions": [
      "US"
    ],
    "smallBusiness": true
  },
  "generateFitScore": true,
  "useLlm": false,
  "llmModel": "claude-haiku-4-5",
  "onlyNewSinceLastRun": true,
  "lookbackDays": 7,
  "maxResultsPerSource": 50,
  "weeklyDigest": true,
  "webhookUrl": "",
  "samApiKey": "***",
  "fetchSamDescriptions": false,
  "stateStoreName": "rfp-tender-fit-monitor-state"
}
```

## Output

```json
{
  "fit.fit_score": {
    "label": "Fit",
    "format": "number"
  },
  "fit.bid_recommendation.decision": {
    "label": "Call"
  },
  "title": {
    "label": "Title"
  },
  "buyer": {
    "label": "Buyer"
  },
  "source": {
    "label": "Source"
  },
  "country": {
    "label": "Country"
  },
  "deadline": {
    "label": "Deadline"
  },
  "value.amount": {
    "label": "Value",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "is_new": {
    "label": "New"
  },
  "is_changed": {
    "label": "Changed"
  }
}
```

## About this Actor

This example demonstrates how to use [RFP & Tender Fit Monitor — Bid/No-Bid Scoring & Alerts](https://apify.com/dami_studio/rfp-tender-fit-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/rfp-tender-fit-monitor) to learn more, explore other use cases, and run it yourself.