# USAspending CFDA loan award monitor

**Use case:** 

Monitor USAspending loan awards by CFDA program and export recurring federal lending datasets for analysis.

## Input

```json
{
  "dateFrom": "2023-01-01",
  "dateTo": "2024-12-31",
  "awardTypePreset": "direct_loans",
  "maxItems": 200,
  "recipientSearchText": "solar",
  "recipientState": "CA",
  "cfdaNumbers": [
    "10.766"
  ],
  "includeDescriptions": false,
  "sortField": "Base Obligation Date",
  "sortOrder": "desc"
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID"
  },
  "recipientName": {
    "label": "Recipient name"
  },
  "recipientUei": {
    "label": "Recipient UEI"
  },
  "awardingAgency": {
    "label": "Awarding agency"
  },
  "awardingSubAgency": {
    "label": "Awarding sub-agency"
  },
  "fundingAgency": {
    "label": "Funding agency"
  },
  "loanAwardType": {
    "label": "Loan award type"
  },
  "baseObligationDate": {
    "label": "Base obligation date"
  },
  "awardAmount": {
    "label": "Award amount"
  },
  "loanValue": {
    "label": "Loan value"
  },
  "cfdaNumber": {
    "label": "CFDA number"
  },
  "cfdaTitle": {
    "label": "CFDA title"
  },
  "recipientStateCode": {
    "label": "Recipient state"
  },
  "placeOfPerformanceStateCode": {
    "label": "Performance state"
  },
  "description": {
    "label": "Description"
  },
  "generatedInternalId": {
    "label": "Generated internal ID"
  },
  "internalId": {
    "label": "Internal ID"
  },
  "sourceApi": {
    "label": "Source API"
  },
  "queryAwardTypeCodes": {
    "label": "Award type codes"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Loans Scraper](https://apify.com/automation-lab/usaspending-loans-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/usaspending-loans-scraper) to learn more, explore other use cases, and run it yourself.