# Recent federal grants to an organization

**Use case:** 

Look up federal grants a nonprofit, university, or company received — amounts, awarding agencies, and dates from USAspending.gov. Pay per result.

## Input

```json
{
  "recipientName": "Johns Hopkins University",
  "awardTypes": [
    "grants"
  ],
  "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.