# Alert: New Federal IT Services Contracts

**Use case:** 

Get new SAM.gov contract opportunities under IT-services NAICS codes (541512 and more) the day they post — title, agency, deadline, and link.

## Input

```json
{
  "naicsCodes": [
    "541512",
    "541511",
    "541519"
  ],
  "lookbackDays": 1,
  "maxResults": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "naics_code": {
    "label": "NAICS",
    "format": "string"
  },
  "set_aside": {
    "label": "Set-aside",
    "format": "string"
  },
  "response_deadline": {
    "label": "Response deadline",
    "format": "string"
  },
  "is_new": {
    "label": "New this run",
    "format": "boolean"
  },
  "ui_link": {
    "label": "SAM.gov link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Federal Contract Opportunity Alert](https://apify.com/fried_calamaries/samgov-opportunity-alert) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fried_calamaries/samgov-opportunity-alert) to learn more, explore other use cases, and run it yourself.