# SAM.gov Construction Contract Opportunities Scraper

**Use case:** 

Monitor active federal construction solicitations on SAM.gov with agency, set-aside, deadline and point of contact.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchTerm": "construction",
  "setAside": "",
  "activeOnly": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "solicitationNumber": {
    "label": "Solicitation #",
    "format": "text"
  },
  "fullParentPathName": {
    "label": "Agency",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS",
    "format": "text"
  },
  "setAside": {
    "label": "Set-Aside",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "responseDeadLine": {
    "label": "Deadline",
    "format": "date"
  },
  "uiLink": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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