# Government Contract Scraper - Construction Job

**Use case:** 

Instantly generate lists of construction companies that just won $100k+ federal contracts. The ultimate lead gen tool for building suppliers and subs.

## Input

```json
{
  "keywords": [
    "construction"
  ],
  "minValue": 100000,
  "daysBack": 365,
  "onlyActiveContracts": true,
  "agencies": [],
  "naicsCodes": [],
  "maxResults": 50
}
```

## Output

```json
{
  "recipient": {
    "label": "Recipient"
  },
  "amountFormatted": {
    "label": "Amount formatted"
  },
  "awardingAgency": {
    "label": "Awarding agency"
  },
  "state": {
    "label": "State"
  },
  "tier": {
    "label": "Tier"
  },
  "searchKeyword": {
    "label": "Search keyword"
  },
  "startDate": {
    "label": "Start date"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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