# SaaS Competitive Intelligence Report

**Use case:** 

Competitive intelligence across multiple SaaS vendors — pricing, features, strengths/weaknesses, and objection handling in JSON, markdown, and one-pager.

## Input

```json
{
  "mode": "market_scan",
  "our_company": "Linear",
  "our_website": "https://linear.app",
  "competitors": [
    "Notion",
    "Coda",
    "ClickUp"
  ],
  "competitor_websites": {
    "Notion": "https://www.notion.so",
    "Coda": "https://coda.io",
    "ClickUp": "https://clickup.com"
  },
  "confidence_threshold": 60,
  "max_pages_per_company": 6,
  "currency_hint": "USD",
  "locale_hint": "en-US",
  "request_timeout_seconds": 20
}
```

## Output

```json
{
  "companies": {
    "label": "Companies"
  },
  "pricing_summary": {
    "label": "Pricing"
  },
  "confidence": {
    "label": "Confidence"
  },
  "output_status": {
    "label": "Status"
  },
  "chargeable_event_count": {
    "label": "Billed"
  }
}
```

## About this Actor

This example demonstrates how to use [SaaS Competitor Battlecards](https://apify.com/entranced_gelato/saas-competitor-battlecards) with a specific input configuration. Visit the [Actor detail page](https://apify.com/entranced_gelato/saas-competitor-battlecards) to learn more, explore other use cases, and run it yourself.