# Get contracting officer contacts from SAM.gov

**Use case:** 

Extract the buyer behind each opportunity: contracting officer name, title, email and phone, plus solicitation title, agency and response deadline.

## Input

```json
{
  "keywords": "janitorial services",
  "keywordMode": "ALL",
  "naicsCodes": [
    "541511",
    "541512"
  ],
  "pscCodes": [
    "D302"
  ],
  "status": "active",
  "maxResults": 300,
  "sortBy": "-modifiedDate",
  "fetchFullDetails": true,
  "includeAttachments": true,
  "downloadAttachments": false,
  "maxAttachmentSizeMb": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Opportunity"
  },
  "solicitationNumber": {
    "label": "Solicitation #"
  },
  "department": {
    "label": "Department"
  },
  "pointsOfContact": {
    "label": "Points of contact",
    "format": "array"
  },
  "responseDeadline": {
    "label": "Response due"
  },
  "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.