# Find Federal Contracts Expiring Soon — Recompete Pipeline

**Use case:** 

See which federal contracts are expiring and entering the recompete window, with days remaining and the incumbent — a ready BD pipeline.

## Input

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

## Output

```json
{
  "recompeteSignal": {
    "label": "Recompete Signal",
    "format": "string"
  },
  "recompetePriority": {
    "label": "Recompete Priority",
    "format": "string"
  },
  "daysUntilEnd": {
    "label": "Days Until End",
    "format": "number"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "string"
  },
  "awardAmount": {
    "label": "Amount",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Awarding Agency",
    "format": "string"
  },
  "endDate": {
    "label": "End Date",
    "format": "string"
  },
  "usaspendingUrl": {
    "label": "USAspending URL",
    "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.