# Slack vs Microsoft Teams Battlecard

**Use case:** 

Battlecard comparing Slack and Microsoft Teams — pricing tiers, feature coverage, strengths and weaknesses, and objection handling, every fact cited.

## Input

```json
{
  "mode": "head_to_head",
  "our_company": "Slack",
  "our_website": "https://slack.com",
  "competitors": [
    "Microsoft Teams"
  ],
  "competitor_websites": {
    "Microsoft Teams": "https://www.microsoft.com/microsoft-teams"
  },
  "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.