# Identify Incumbent Risk Opportunities — Federal Recompete

**Use case:** 

Find vulnerable federal incumbents to displace: contractors ranked by recompete exposure and the dollar value of their work up for re-bid.

## Input

```json
{
  "mode": "market",
  "keyword": "information technology",
  "awardType": "contracts",
  "dateType": "action_date",
  "maxResults": 50,
  "resolveAgency": false,
  "sortBy": "amount",
  "sortOrder": "desc",
  "outputProfile": "standard",
  "recompeteWindowDays": 365,
  "includeExpiringOnly": false,
  "onlyFlagged": false,
  "includeTrend": false,
  "emitOnly": "all"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "string"
  },
  "marketSharePct": {
    "label": "Market Share %",
    "format": "number"
  },
  "expiringValue": {
    "label": "At-risk value ($)",
    "format": "number"
  },
  "vulnerabilityScore": {
    "label": "Vulnerability Score",
    "format": "number"
  },
  "incumbentRisk": {
    "label": "Incumbent Risk",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Federal Spending Search](https://apify.com/ryanclinton/usaspending-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/usaspending-search) to learn more, explore other use cases, and run it yourself.