# Monitor SAM.gov Vehicle Contract Opportunities

**Use case:** 

Run a deeper SAM.gov vehicle opportunity monitor using PSC and notice filters for capture teams and bid pipelines.

## Input

```json
{
  "query": "vehicle",
  "maxItems": 250,
  "activeOnly": true,
  "noticeTypes": [
    "o",
    "k",
    "p"
  ],
  "pscCode": "2310",
  "sort": "-modifiedDate",
  "includeHtmlDescription": true
}
```

## 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.