# Figma vs Sketch vs Adobe XD Comparison

**Use case:** 

Battlecard comparing Figma, Sketch, and Adobe XD — pricing tiers, feature coverage, and positioning, with a source URL behind every fact.

## Input

```json
{
  "mode": "market_scan",
  "our_company": "Linear",
  "our_website": "https://linear.app",
  "competitors": [
    "Figma",
    "Sketch",
    "Adobe XD"
  ],
  "competitor_websites": {
    "Figma": "https://www.figma.com",
    "Sketch": "https://www.sketch.com",
    "Adobe XD": "https://www.adobe.com/products/xd.html"
  },
  "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.