# Federal Contract Capture Opportunities — Scored & Ranked

**Use case:** 

Find the federal contracts worth pursuing: each scored for capture-worthiness by size, recompete timing and market competitiveness.

## Input

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

## Output

```json
{
  "captureWorthiness": {
    "label": "Capture Worthiness",
    "format": "string"
  },
  "captureScore": {
    "label": "Capture Score",
    "format": "number"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "string"
  },
  "awardAmount": {
    "label": "Amount",
    "format": "number"
  },
  "daysUntilEnd": {
    "label": "Days Until End",
    "format": "number"
  },
  "recompeteSignal": {
    "label": "Recompete Signal",
    "format": "string"
  },
  "awardingAgency": {
    "label": "Awarding Agency",
    "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.