# DoD IT Contracts Data for 2024

**Use case:** 

Access federal contracts awarded for information technology cybersecurity by the DoD in 2024. Retrieve comprehensive data in CSV or JSON format.

## Input

```json
{
  "awardTypes": [
    "contracts"
  ],
  "state": "",
  "startDate": "2024-01-01",
  "endDate": "2024-12-31",
  "keyword": "information technology cybersecurity",
  "maxAwards": 500
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "string"
  },
  "recipientName": {
    "label": "Recipient Name",
    "format": "string"
  },
  "awardAmount": {
    "label": "Award Amount",
    "format": "number"
  },
  "totalOutlays": {
    "label": "Total Outlays",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Awarding Agency",
    "format": "string"
  },
  "awardType": {
    "label": "Award Type",
    "format": "string"
  },
  "startDate": {
    "label": "Start Date",
    "format": "string"
  },
  "endDate": {
    "label": "End Date",
    "format": "string"
  },
  "placeOfPerformanceState": {
    "label": "Place of Performance State",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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