# Software Government Contracts Monitor

**Use case:** 

Track software government contracts across SAM.gov, UK Contracts Finder, and EU TED in one normalized procurement feed.

## Input

```json
{
  "keywords": [
    "software",
    "cybersecurity"
  ],
  "sources": [
    "sam_gov",
    "uk_contracts_finder",
    "eu_ted"
  ],
  "postedFrom": "2026-06-01",
  "countries": [
    "USA",
    "GBR",
    "DEU"
  ],
  "maxItemsPerSource": 20,
  "pageSize": 100,
  "deduplicateByUrlOrNoticeId": true,
  "includeRaw": false,
  "language": "eng"
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "sourceNoticeId": {
    "label": "Notice ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "deadlineAt": {
    "label": "Deadline",
    "format": "date"
  },
  "contractValue": {
    "label": "Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCodes": {
    "label": "CPV",
    "format": "array"
  },
  "naicsCodes": {
    "label": "NAICS",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Government Contracts Multi-Source Monitor](https://apify.com/automation-lab/government-contracts-multi-source-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/government-contracts-multi-source-monitor) to learn more, explore other use cases, and run it yourself.