# 💵 USASpending Scraper — Federal Contracts & Grants

**Use case:** 

No-code, cheap USASpending API. Scrape federal awards: recipient, amount, agency, description, dates, state, contracts, grants & loans — cheapest per item.

## Input

```json
{
  "awardType": "contracts",
  "keywords": [
    "software",
    "cybersecurity"
  ],
  "agencies": [
    "Department of Defense"
  ],
  "fromDate": "2020-01-01",
  "toDate": "",
  "minAmount": 0,
  "maxResults": 100
}
```

## Output

```json
{
  "awardId": {
    "label": "Award Id",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient Name",
    "format": "text"
  },
  "awardAmount": {
    "label": "Award Amount",
    "format": "number"
  },
  "awardType": {
    "label": "Award Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "awardingAgency": {
    "label": "Awarding Agency",
    "format": "text"
  },
  "awardingSubAgency": {
    "label": "Awarding Sub Agency",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "endDate": {
    "label": "End Date",
    "format": "date"
  },
  "placeOfPerformanceState": {
    "label": "Place Of Performance State",
    "format": "text"
  },
  "internalId": {
    "label": "Internal Id",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [USASpending.gov Scraper — Federal Awards & Contracts](https://apify.com/hipersoft/usaspending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hipersoft/usaspending-scraper) to learn more, explore other use cases, and run it yourself.