# Monitor SAM.gov Energy Efficiency Opportunities

**Use case:** 

Find active SAM.gov energy efficiency opportunities for green-building and public-sector sustainability vendors.

## Input

```json
{
  "keywords": [
    "energy efficiency"
  ],
  "noticeTypes": [],
  "naics": [],
  "psc": [],
  "activeOnly": true,
  "maxItems": 5,
  "sort": "modifiedDate",
  "includeDescription": false
}
```

## Output

```json
{
  "noticeId": {
    "label": "Notice ID"
  },
  "solicitationNumber": {
    "label": "Solicitation #"
  },
  "title": {
    "label": "Title"
  },
  "typeLabel": {
    "label": "Type"
  },
  "agency": {
    "label": "Department"
  },
  "subAgency": {
    "label": "Agency"
  },
  "office": {
    "label": "Office"
  },
  "postedDate": {
    "label": "Posted"
  },
  "responseDeadline": {
    "label": "Deadline"
  },
  "isActive": {
    "label": "Active"
  },
  "naics": {
    "label": "NAICS"
  },
  "psc": {
    "label": "PSC"
  },
  "setAside": {
    "label": "Set aside"
  },
  "placeOfPerformance": {
    "label": "Place"
  },
  "summary": {
    "label": "Summary"
  },
  "uiUrl": {
    "label": "SAM.gov URL"
  },
  "relevanceScore": {
    "label": "Score"
  },
  "matchedKeywords": {
    "label": "Keywords"
  },
  "estimatedValue": {
    "label": "Value"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Contract Opportunities Monitor](https://apify.com/fetch_cat/sam-gov-contract-opportunities-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/sam-gov-contract-opportunities-monitor) to learn more, explore other use cases, and run it yourself.