# USAspending DoD IT Subawards FY2025

**Use case:** 

Extract FY2025 Department of Defense IT services subawards (NAICS 541512) from USAspending.gov with prime contractor UEI, amounts, and place of performance.

## Input

```json
{
  "sp_intended_usage": "Competitive intelligence for DoD IT subcontracting relationships",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "awardType": [
    "A",
    "B",
    "C",
    "D"
  ],
  "ueiList": [],
  "naicsCode": "541512",
  "awardingAgency": "Department of Defense",
  "dateFrom": "2024-10-01",
  "dateTo": "2025-09-30",
  "minAmount": 25000,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "subaward_id": {
    "label": "Subaward Id",
    "format": "string"
  },
  "subawardee_name": {
    "label": "Subawardee Name",
    "format": "string"
  },
  "prime_contractor_name": {
    "label": "Prime Contractor Name",
    "format": "string"
  },
  "awarding_agency": {
    "label": "Awarding Agency",
    "format": "string"
  },
  "subaward_amount_usd": {
    "label": "Subaward Amount Usd",
    "format": "number"
  },
  "naics_code": {
    "label": "Naics Code",
    "format": "string"
  },
  "place_of_performance_state": {
    "label": "Place Of Performance State",
    "format": "string"
  },
  "subaward_action_date": {
    "label": "Subaward Action Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Subaward to Prime-Contractor Mapping Scraper](https://apify.com/jungle_synthesizer/usaspending-subaward-prime-mapping-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/usaspending-subaward-prime-mapping-scraper) to learn more, explore other use cases, and run it yourself.