# Export Federal Awards by Date Range

**Use case:** 

Export all federal awards within a custom action-date range from USAspending.gov, including recipient, agency, amount and dates, sorted by start date.

## Input

```json
{
  "mode": "awards",
  "keywords": [
    "cybersecurity"
  ],
  "awardCategories": [
    "contracts"
  ],
  "timePeriodStart": "2025-01-01",
  "timePeriodEnd": "2025-12-31",
  "sortAwardsBy": "Start Date",
  "includeAwardDetails": false,
  "recipientAwardType": "all",
  "includeRecipientDetails": true,
  "maxResults": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "text"
  },
  "awardCategory": {
    "label": "Type",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "awardAmount": {
    "label": "Amount",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Agency",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS",
    "format": "text"
  },
  "pscCode": {
    "label": "PSC",
    "format": "text"
  },
  "placeOfPerformanceState": {
    "label": "POP State",
    "format": "text"
  },
  "url": {
    "label": "Award URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Scraper - Federal Awards, Contractors & Leads](https://apify.com/scrapesage/usaspending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/usaspending-scraper) to learn more, explore other use cases, and run it yourself.