# Check Apple US Federal Contract Awards

**Use case:** 

Query one bounded official USAspending snapshot for Apple and return cited prime-contract award records.

## Input

```json
{
  "recipientId": "09c94e6e-003f-7a9a-a6a9-2305eb5b6025-C",
  "startDate": "2026-07-01",
  "endDate": "2026-08-04",
  "maxResults": 10,
  "requestId": "prefill-apple-contracts-2026-08"
}
```

## Output

```json
{
  "recipient.name": {
    "label": "Recipient",
    "format": "text"
  },
  "recipient.uei": {
    "label": "UEI",
    "format": "text"
  },
  "recipient.recipientId": {
    "label": "Recipient ID",
    "format": "text"
  },
  "window.startDate": {
    "label": "Window start",
    "format": "date"
  },
  "window.endDate": {
    "label": "Window end",
    "format": "date"
  },
  "resultCount": {
    "label": "Transactions",
    "format": "number"
  },
  "partial": {
    "label": "More source rows",
    "format": "boolean"
  },
  "sourceAsOf": {
    "label": "Source updated",
    "format": "date"
  },
  "awards": {
    "label": "Awards",
    "format": "array"
  },
  "queriedAt": {
    "label": "Queried at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [US Brand Federal Award Snapshot](https://apify.com/zinin/us-brand-federal-award-snapshot) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/us-brand-federal-award-snapshot) to learn more, explore other use cases, and run it yourself.