# Loans USAspending Contracts | Federal Award Data

**Use case:** 

Extract USAspending Contracts | Federal Award Data data filtered by Loans. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "awardTypeGroup": "loans"
}
```

## Output

```json
{
  "awardId": {
    "label": "📌 Award ID",
    "format": "text"
  },
  "recipientName": {
    "label": "🏢 Recipient",
    "format": "text"
  },
  "awardingAgency": {
    "label": "🏛 Agency",
    "format": "text"
  },
  "awardAmount": {
    "label": "💲 Amount",
    "format": "number"
  },
  "awardType": {
    "label": "Award type"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Contracts Scraper | Federal Award Data](https://apify.com/parseforge/usaspending-contracts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/usaspending-contracts-scraper) to learn more, explore other use cases, and run it yourself.