# US Cloud & SaaS Contracts Data from SAM.gov

**Use case:** 

Access detailed data on cloud computing and SaaS contracts from SAM.gov. Get insights on buyers, project values, and deadlines.

## Input

```json
{
  "sources": [
    "sam_gov"
  ],
  "keywords": [
    "cloud computing",
    "SaaS"
  ],
  "publishedFrom": "",
  "publishedTo": "",
  "tedCountries": [],
  "tedCpvCodes": [],
  "tedContractNature": [],
  "tedNoticeTypes": [],
  "samGovNaicsCodes": [
    "541511"
  ],
  "samGovNoticeTypes": [],
  "ukKeywords": "",
  "maxResultsPerSource": 500,
  "language": "eng"
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Buyer country",
    "format": "text"
  },
  "procurementType": {
    "label": "Procurement type",
    "format": "text"
  },
  "estimatedValueAmount": {
    "label": "Estimated value",
    "format": "number"
  },
  "estimatedValueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "date"
  },
  "noticeUrl": {
    "label": "Notice URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Public Tenders Scraper - Government Procurement Data](https://apify.com/logiover/global-public-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/global-public-tenders-scraper) to learn more, explore other use cases, and run it yourself.