# SAM.Gov   Contracts, Exclusions & Grants — Full Export

**Use case:** 

Scrape the full sam.gov - contracts, exclusions & grants dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract sam.gov - contracts, exclusions & grants for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "dataType": "opportunities",
  "keyword": "",
  "naicsCodes": "",
  "opportunityType": "",
  "setAsideType": "",
  "activeOnly": true,
  "agency": "",
  "state": "",
  "sortBy": "-modifiedDate",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordId": {
    "label": "Recordid",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "opportunityType": {
    "label": "Opportunitytype",
    "format": "string"
  },
  "solicitationNumber": {
    "label": "Solicitationnumber",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "responseDate": {
    "label": "Responsedate",
    "format": "string"
  },
  "setAside": {
    "label": "Setaside",
    "format": "string"
  },
  "naicsCodes": {
    "label": "Naicscodes",
    "format": "array"
  },
  "placeOfPerformance": {
    "label": "Placeofperformance",
    "format": "string"
  },
  "isActive": {
    "label": "Isactive",
    "format": "boolean"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

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