# SaaS Pricing Analysis for Due Diligence

**Use case:** 

Batch-extract pricing models across portfolio or target SaaS companies for VC and PE due diligence in a single structured dataset.

## Input

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

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "pricingPageUrl": {
    "label": "Pricing Page",
    "format": "link"
  },
  "totalPlansFound": {
    "label": "Plans",
    "format": "number"
  },
  "hasFreeTier": {
    "label": "Free Tier",
    "format": "boolean"
  },
  "hasEnterprisePlan": {
    "label": "Enterprise",
    "format": "boolean"
  },
  "defaultCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "extractionConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "hasChanges": {
    "label": "Changes Detected",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## 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.