# All Contracts FPDS Federal Contracts | USAspending Awards

**Use case:** 

Extract FPDS Federal Contracts | USAspending Awards Data data filtered by All Contracts. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "awardTypeCode": "A"
}
```

## Output

```json
{
  "title": {
    "label": "Recipient",
    "format": "text"
  },
  "awardId": {
    "label": "Award ID",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient name"
  },
  "awardAmount": {
    "label": "Amount",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Agency",
    "format": "text"
  },
  "awardingSubAgency": {
    "label": "Sub-Agency",
    "format": "text"
  },
  "awardType": {
    "label": "Award type"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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