# Scrape SAM.gov Solicitations for NAICS 541511

**Use case:** 

Collect SAM.gov software development solicitations by NAICS 541511 with notice type, agency, response date, and contacts.

## Input

```json
{
  "query": "software development",
  "maxItems": 100,
  "activeOnly": true,
  "noticeTypes": [
    "o",
    "k",
    "p"
  ],
  "naicsCode": "541511",
  "sort": "-publishDate",
  "includeHtmlDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "solicitationNumber": {
    "label": "Solicitation #",
    "format": "text"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "text"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "responseDate": {
    "label": "Response due",
    "format": "date"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "office": {
    "label": "Office",
    "format": "text"
  },
  "naicsCodes": {
    "label": "NAICS",
    "format": "array"
  },
  "placeOfPerformance": {
    "label": "Place of performance",
    "format": "text"
  },
  "contactEmails": {
    "label": "Contact emails",
    "format": "array"
  },
  "samUrl": {
    "label": "SAM.gov URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [SAM.gov Government Contracts Scraper](https://apify.com/automation-lab/samgov-government-contracts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/samgov-government-contracts-scraper) to learn more, explore other use cases, and run it yourself.