# Find small-business IT contract opportunities

**Use case:** 

Scrape SAM.gov for small-business IT solicitations by NAICS and set-aside: title, solicitation number, agency, response deadline, description and contacts.

## Input

```json
{
  "keywords": "software",
  "keywordMode": "ALL",
  "noticeTypes": [
    "o",
    "k",
    "p"
  ],
  "naicsCodes": [
    "541511",
    "541512"
  ],
  "pscCodes": [
    "D302"
  ],
  "setAsideCodes": [
    "SBA",
    "8A"
  ],
  "status": "active",
  "maxResults": 500,
  "sortBy": "-modifiedDate",
  "fetchFullDetails": true,
  "includeAttachments": true,
  "downloadAttachments": false,
  "maxAttachmentSizeMb": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "noticeType": {
    "label": "Type"
  },
  "solicitationNumber": {
    "label": "Solicitation #"
  },
  "department": {
    "label": "Department"
  },
  "office": {
    "label": "Office"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "responseDeadline": {
    "label": "Response due"
  },
  "setAside": {
    "label": "Set-aside"
  },
  "naicsCodes": {
    "label": "NAICS",
    "format": "array"
  },
  "pscCode": {
    "label": "PSC"
  },
  "url": {
    "label": "SAM.gov link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Scraper - Federal Contract Opportunities & Contacts](https://apify.com/scrapesage/sam-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/sam-gov-scraper) to learn more, explore other use cases, and run it yourself.