# Federal Contracts by PSC Product Code - SAM.gov

**Use case:** 

Find federal contract opportunities on SAM.gov by PSC product or service code with full descriptions, response deadlines and contracting officer contacts.

## Input

```json
{
  "keywords": "",
  "keywordMode": "ALL",
  "naicsCodes": [
    "541511",
    "541512"
  ],
  "pscCodes": [
    "D307"
  ],
  "status": "active",
  "maxResults": 100,
  "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.