# Analyze a SaaS Competitor's Pricing & Features

**Use case:** 

Extract a SaaS competitor's pricing tiers, feature set and tech stack from their website into one structured report.

## Input

```json
{
  "urls": [
    {
      "url": "https://www.notion.so"
    }
  ],
  "analyzePricing": true,
  "analyzeFeatures": true,
  "detectTechStack": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "techStackCount": {
    "label": "Technologies",
    "format": "number"
  },
  "pricingTiersCount": {
    "label": "Pricing Tiers",
    "format": "number"
  },
  "featuresCount": {
    "label": "Features",
    "format": "number"
  }
}
```

## About this Actor

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