# SaaS Competitor Pricing & Feature Matrix Extractor (`generous_impactor/saas-competitor-pricing-feature-matrix-extractor`) Actor

Extract detailed **pricing tiers, billing cycles, monthly/annual rates, and feature comparison tables** from any B2B SaaS company website in seconds.

Designed for **Competitive Intelligence, Product Strategy, Dynamic Pricing, and AI Market Research Agents** (n8n, Make, Claude MCP, OpenAI).

- **URL**: https://apify.com/generous\_impactor/saas-competitor-pricing-feature-matrix-extractor.md
- **Developed by:** [llio masta](https://apify.com/generous_impactor) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$10.00 / 1,000 saas pricing & feature matrix analyzeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## International SaaS Competitor Pricing & Feature Matrix Extractor

Extract detailed **pricing tiers, billing cycles, monthly/annual rates, multi-currency data, and feature comparison tables** from any B2B SaaS website worldwide in seconds.

Designed for **Global Competitive Intelligence, Product Strategy, Dynamic Pricing, and AI Market Research Agents** (n8n, Make, Claude MCP, OpenAI).

***

### 🌟 Key Features

- **Global Auto-Discovery (v1.2):** Locates pricing pages across international paths: `/pricing`, `/plans`, `/planos`, `/precos`, `/precios`, `/planes`, `/tarifs`, `/prix`, `/preise`.
- **Multi-Currency Parser:** Detects rates in `USD ($)`, `EUR (€)`, `GBP (£)`, `BRL (R$)`, `JPY (¥)`, and custom quotes (*Sur Devis / Contact Sales*).
- **Pricing Plan Parser:** Extracts Plan Name, Monthly Price, Annual Discount Price, Currency, Enterprise Status, and Free Trial availability.
- **Feature List Extraction:** Scrapes bulleted features per tier (*Free, Starter, Pro, Business, Enterprise*).
- **Feature Comparison Matrix:** Parses full HTML comparison tables into structured JSON key-value pairs (capturing detailed availability like *1:1 only*, *User-created*, *Admin-created*).
- **LLM & Agent Ready:** Clean JSON output perfectly formatted for AI comparative analysis.

***

### 🎯 Use Cases

- **Global Competitive Price Monitoring:** Track SaaS pricing updates, regional plan changes, and feature repositioning across US, Europe, LATAM, and APAC markets.
- **Market Research & Benchmark:** Benchmark your SaaS packaging against global industry competitors.
- **AI Agent Integration:** Feed AI Agents with up-to-date SaaS pricing data for automated buyer recommendations.

***

### 📥 Input Format

```json
{
  "startUrls": [
    { "url": "[https://slack.com](https://slack.com)" },
    { "url": "[https://notion.so](https://notion.so)" }
  ],
  "maxPlansPerCompany": 10,
  "extractFeatureMatrix": true
}
```

#### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | `Array` | *Required* | List of SaaS company domain URLs to analyze. |
| `maxPlansPerCompany` | `Integer` | `10` | Maximum number of pricing plans to retrieve per SaaS. |
| `extractFeatureMatrix` | `Boolean` | `true` | Parses feature comparison tables if present on the pricing page. |

***

### 📤 Output Example

```json
{
  "domain": "slack.com",
  "url": "[https://slack.com](https://slack.com)",
  "pricingUrl": "[https://slack.com/pricing](https://slack.com/pricing)",
  "scrapedAt": "2026-09-13T21:59:28.406Z",
  "totalPlansFound": 4,
  "hasFreePlan": true,
  "hasEnterprisePlan": true,
  "plans": [
    {
      "planName": "Pro",
      "monthlyPrice": "$8.75",
      "annualPrice": "$7.25",
      "currency": "USD ($)",
      "isEnterpriseCustom": false,
      "hasFreeTrial": true,
      "ctaText": "Try for Free",
      "features": [
        "Full message history",
        "Unlimited app integrations"
      ]
    },
    {
      "planName": "Enterprise Grid",
      "monthlyPrice": "Sur Devis / Custom",
      "currency": "Sur Devis",
      "isEnterpriseCustom": true,
      "hasFreeTrial": true,
      "ctaText": "Contact Sales",
      "features": []
    }
  ],
  "featureMatrix": [
    {
      "featureName": "Slack Connect",
      "availability": {
        "Free": "1:1 only",
        "Pro": true,
        "Business+": true,
        "Enterprise+": true
      }
    }
  ]
}
```

***

### 💰 Pricing Model

This Actor operates on a **Pay Per Event (PPE)** model:

- **$0.01 per company domain analyzed** (`pricing-scraped` event)

# Actor input Schema

## `startUrls` (type: `array`):

Liste des sites web SaaS (ex: https://slack.com, https://notion.so, https://zapier.com)

## `maxPlansPerCompany` (type: `integer`):

Nombre de forfaits/offres à récupérer (1 à 15).

## `extractFeatureMatrix` (type: `boolean`):

Recherche et extrait la matrice comparative des fonctionnalités si disponible sur la page.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://slack.com"
    },
    {
      "url": "https://notion.so"
    }
  ],
  "maxPlansPerCompany": 10,
  "extractFeatureMatrix": true
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://slack.com"
        },
        {
            "url": "https://notion.so"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("generous_impactor/saas-competitor-pricing-feature-matrix-extractor").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [
        { "url": "https://slack.com" },
        { "url": "https://notion.so" },
    ] }

# Run the Actor and wait for it to finish
run = client.actor("generous_impactor/saas-competitor-pricing-feature-matrix-extractor").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://slack.com"
    },
    {
      "url": "https://notion.so"
    }
  ]
}' |
apify call generous_impactor/saas-competitor-pricing-feature-matrix-extractor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,generous_impactor/saas-competitor-pricing-feature-matrix-extractor"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/1odybtRg2SVjOOAIp/builds/XNi0b0PS26QeBHvsD/openapi.json
