# Detect Financial Services Companies with News Momentum

**Use case:** 

Pinpoint financial services firms gaining significant news momentum and undergoing executive shifts, signaling potential for new partnerships or solution adopti

## Input

```json
{
  "companiesText": "JPMorgan Chase\nBank of America\nWells Fargo\nCitigroup\nGoldman Sachs\nMorgan Stanley\nBlackRock\nFidelity Investments\nVanguard\nVisa",
  "outputFormat": "full",
  "maxConcurrency": 4,
  "includeRawSignals": true,
  "cacheTtlHours": 48,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "grade": {
    "label": "Grade",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "priorityFlag": {
    "label": "Priority",
    "format": "boolean"
  },
  "topSignal": {
    "label": "Top Signal",
    "format": "string"
  },
  "rationale": {
    "label": "Rationale",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Sales Trigger Intelligence](https://apify.com/crawlerbros/b2b-sales-triggers) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/b2b-sales-triggers) to learn more, explore other use cases, and run it yourself.