# Federal Contract Awards (Palantir, Lockheed Martin, RTX)

**Use case:** 

Track new federal contract wins for Palantir, Lockheed Martin and RTX from USAspending.gov: award size, agency concentration and momentum, scored.

## Input

```json
{
  "companies": [
    "Palantir",
    "Lockheed Martin",
    "RTX"
  ],
  "sinceDays": 365,
  "maxAwards": 25,
  "minImpact": 0
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "query": {
    "label": "Company"
  },
  "total_recent_value": {
    "label": "Recent value ($)"
  },
  "award_count": {
    "label": "# Awards"
  },
  "high_value_count": {
    "label": "# $10M+"
  },
  "top_agency": {
    "label": "Top agency"
  },
  "awards": {
    "label": "Awards"
  }
}
```

## About this Actor

This example demonstrates how to use [US Government Contract Awards Monitor - Federal Win Signals](https://apify.com/datasignalslab/gov-contract-awards-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/gov-contract-awards-monitor) to learn more, explore other use cases, and run it yourself.