# A USAspending Subaward To Prime Contractor Mapping

**Use case:** 

Scrape A usaspending subaward to prime-contractor mapping with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract usaspending subaward to prime-contractor mapping for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "awardType": [
    "A"
  ],
  "ueiList": [],
  "naicsCode": "",
  "awardingAgency": "",
  "dateFrom": "2024-10-01",
  "dateTo": "2025-09-30",
  "minAmount": 0,
  "maxItems": 200,
  "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.