# Government Grant & Contract Lead Tracker

**Use case:** 

Monitor SAM.gov and Grants.gov for contract leads. Receive buyer-ready records with deadlines, categories, and source URLs for informed decision-making.

## Input

```json
{
  "searchKeywords": [
    "track government contract & grant leads + bid fit scorer deadline changes",
    "government contract & grant leads + bid fit scorer",
    "govcon intelligence",
    "tender-signal",
    "govcon + grants bid intelligence actor",
    "sam-gov-opportunities-api",
    "usaspending-api",
    "grants-gov-xml"
  ],
  "taskIntent": "track-changes",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://open.gsa.gov/api/get-opportunities-public-api/",
      "sourceId": "SAM-GOV-OPPORTUNITIES-API",
      "userData": {
        "sourceId": "SAM-GOV-OPPORTUNITIES-API"
      }
    },
    {
      "url": "https://api.usaspending.gov/docs/",
      "sourceId": "USASPENDING-API",
      "userData": {
        "sourceId": "USASPENDING-API"
      }
    },
    {
      "url": "https://grants.gov/xml-extract",
      "sourceId": "GRANTS-GOV-XML",
      "userData": {
        "sourceId": "GRANTS-GOV-XML"
      }
    }
  ],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "opportunityId": {
    "label": "Opportunity Id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer Name",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "estimatedValue": {
    "label": "Estimated Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "string"
  },
  "fitScore": {
    "label": "Fit Score",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Government Contract & Grant Leads + Bid Fit Scorer](https://apify.com/zentrafoundry/govcon-grants-bid-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/govcon-grants-bid-intelligence) to learn more, explore other use cases, and run it yourself.