# Extract SaaS Feature Comparison Tables

**Use case:** 

Scrape detailed cross-plan feature comparison matrices plus plan-level features and limits from any SaaS pricing page.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.notion.so/pricing"
    }
  ],
  "useAI": true,
  "discoverPricingPage": true,
  "country": "US",
  "extractFeatureDetails": true,
  "useBrowser": "auto",
  "includeScreenshot": false,
  "detectChanges": false,
  "previousDatasetId": "",
  "datasetName": "",
  "webhookUrl": "",
  "maxConcurrency": 5,
  "maxRequestsPerCrawl": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "plans": {
    "label": "Plan Details",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [SaaS Pricing & Feature Tracker](https://apify.com/constructive_calm/saas-pricing-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/saas-pricing-tracker) to learn more, explore other use cases, and run it yourself.