# Monitor Competitor Funding Rounds & Executive Changes

**Use case:** 

Keep a close watch on your competitors' recent funding rounds, executive appointments, and key news mentions to understand their strategic direction. This intel

## Input

```json
{
  "companiesText": "Datadog\nNew Relic\nDynatrace\nAppDynamics\nSplunk\nMongodB\nElastic\nRedis Labs\nConfluent\nSnowflake",
  "outputFormat": "compact",
  "maxConcurrency": 3,
  "includeRawSignals": true,
  "cacheTtlHours": 24,
  "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.