# Palantir Federal Contract Awards & Momentum

**Use case:** 

Recent US federal contract wins for Palantir: total momentum, agencies, largest new awards, scored by size and recency.

## Input

```json
{
  "companies": [
    "Palantir"
  ],
  "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.