# Federal contracts for a company (USAspending)

**Use case:** 

Enter a company name and get its US federal contracts with amounts, agencies, and dates from USAspending.gov. No API key. Pay only per result.

## Input

```json
{
  "recipientName": "Lockheed Martin",
  "awardTypes": [
    "contracts",
    "grants",
    "loans",
    "direct_payments",
    "idvs",
    "other_financial_assistance"
  ],
  "maxResults": 50
}
```

## Output

```json
{
  "recipientName": {
    "label": "Recipient"
  },
  "awardId": {
    "label": "Award ID"
  },
  "awardType": {
    "label": "Type"
  },
  "awardingAgency": {
    "label": "Agency"
  },
  "awardingSubAgency": {
    "label": "Sub-Agency"
  },
  "amount": {
    "label": "Amount (USD)"
  },
  "description": {
    "label": "Description"
  },
  "startDate": {
    "label": "Start"
  },
  "endDate": {
    "label": "End"
  },
  "placeOfPerformanceState": {
    "label": "State"
  },
  "recipientUei": {
    "label": "UEI"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "retrievedAt": {
    "label": "Retrieved"
  }
}
```

## About this Actor

This example demonstrates how to use [Federal Awards & Spending Lookup (USAspending.gov)](https://apify.com/whetstonetools/federal-awards-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/whetstonetools/federal-awards-lookup) to learn more, explore other use cases, and run it yourself.