# Find Competitor Switching Windows

**Use case:** 

Spot when a competitor raises prices AND its G2 reviews sour — a live switching window, with the segment and playbook to win the account.

## 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": "sales-enablement",
  "includeReviews": "g2",
  "reviewProducts": [
    "notion",
    "slack",
    "linear",
    "airtable",
    "clickup"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "threatLevel": {
    "label": "Threat level",
    "format": "string"
  },
  "reviewVoice": {
    "label": "Review voice",
    "format": "object"
  },
  "reviewSignals": {
    "label": "Review signals"
  },
  "battlecardDelta": {
    "label": "Battlecard delta",
    "format": "object"
  },
  "decisionBundles": {
    "label": "Decision bundles"
  }
}
```

## 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.