# Find SAM.gov Cybersecurity Contracts

**Use case:** 

Scrape active SAM.gov cybersecurity opportunities with agencies, deadlines, NAICS codes, contacts, and detail URLs.

## Input

```json
{
  "query": "cybersecurity",
  "maxItems": 50,
  "activeOnly": true,
  "noticeTypes": [
    "o",
    "k"
  ],
  "sort": "-modifiedDate",
  "includeHtmlDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "solicitationNumber": {
    "label": "Solicitation #",
    "format": "text"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "text"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "responseDate": {
    "label": "Response due",
    "format": "date"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "office": {
    "label": "Office",
    "format": "text"
  },
  "naicsCodes": {
    "label": "NAICS",
    "format": "array"
  },
  "placeOfPerformance": {
    "label": "Place of performance",
    "format": "text"
  },
  "contactEmails": {
    "label": "Contact emails",
    "format": "array"
  },
  "samUrl": {
    "label": "SAM.gov URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Government Contracts Scraper](https://apify.com/automation-lab/samgov-government-contracts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/samgov-government-contracts-scraper) to learn more, explore other use cases, and run it yourself.