# Fastest-Growing Federal Markets — Spending Discovery

**Use case:** 

Discover which federal contracting markets are growing fastest by spending, ranked by fiscal-year growth — where to focus your BD.

## Input

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

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "market": {
    "label": "Market",
    "format": "string"
  },
  "recentSpend": {
    "label": "Recent Spend",
    "format": "number"
  },
  "growthPct": {
    "label": "Growth %",
    "format": "number"
  },
  "trend": {
    "label": "Trend",
    "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.