# Monitor Small-Business Set-Aside Opportunities

**Use case:** 

Track new federal solicitations set aside for small business — schedule it and get only the ones you haven't seen, from the official SAM.gov registry.

## Input

```json
{
  "naicsCodes": [
    "541512"
  ],
  "setAside": "SBA",
  "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.