# Build a daily feed of new federal RFPs

**Use case:** 

Capture only freshly posted opportunities: title, notice type, NAICS, set-aside, agency, response deadline and description. Set posted-after to 2 days.

## Input

```json
{
  "keywords": "cybersecurity",
  "keywordMode": "ALL",
  "naicsCodes": [
    "541511",
    "541512"
  ],
  "pscCodes": [
    "D302"
  ],
  "status": "active",
  "postedFrom": "2 days",
  "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.