# Government contractor due-diligence lookup

**Use case:** 

Screen a vendor's federal contracting history: awards, grants, agencies, and dollar amounts from official USAspending.gov data. No API key needed.

## Input

```json
{
  "recipientName": "Booz Allen Hamilton",
  "awardTypes": [
    "contracts",
    "grants",
    "loans",
    "direct_payments",
    "idvs",
    "other_financial_assistance"
  ],
  "sinceFiscalYear": 2022,
  "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.