# RevOps Competitor Alert Router

**Use case:** 

Route every material competitor change — pricing, hiring, AI, enterprise — into Slack, Zapier, or your CRM as schema-stable JSON.

## Input

```json
{
  "competitorUrls": [
    "https://notion.so",
    "https://slack.com",
    "https://linear.app",
    "https://airtable.com",
    "https://clickup.com"
  ],
  "mode": "standard",
  "checkReleaseNotes": false,
  "renderJs": "auto",
  "maxResults": 50,
  "outputProfile": "standard",
  "persona": "revops-routing",
  "includeReviews": "off"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "threatLevel": {
    "label": "Threat level",
    "format": "string"
  },
  "threatScore": {
    "label": "Threat score",
    "format": "integer"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "whyThisMatters": {
    "label": "Why this matters",
    "format": "string"
  },
  "nextBestAction": {
    "label": "Next best action",
    "format": "string"
  },
  "changeFlags": {
    "label": "Change flags"
  },
  "temporalSignals": {
    "label": "Temporal signals",
    "format": "object"
  },
  "competitiveSignals": {
    "label": "Competitive signals"
  },
  "actorGraph": {
    "label": "Actor graph",
    "format": "object"
  },
  "improvementSuggestions": {
    "label": "Improvement suggestions"
  },
  "scrapeError": {
    "label": "Scrape error",
    "format": "string"
  },
  "failureType": {
    "label": "Failure type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SaaS Competitive Intelligence](https://apify.com/ryanclinton/saas-competitive-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/saas-competitive-intel) to learn more, explore other use cases, and run it yourself.