# Pricing Page Plan Comparison Extractor (`junipr/pricing-page-plan-comparison-extractor`) Actor

Extract pricing plans, feature matrices, billing intervals, trials, CTAs, limits, add-ons, enterprise signals, contact-sales signals, and comparison-table structure

- **URL**: https://apify.com/junipr/pricing-page-plan-comparison-extractor.md
- **Developed by:** [junipr](https://apify.com/junipr) (community)
- **Categories:** Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $17.50 / 1,000 pricing page checkeds

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

## Pricing Page Plan Comparison Extractor

Extract pricing plans, feature matrices, billing intervals, trials, CTAs, limits, add-ons, enterprise/contact-sales signals, and comparison-table structure.

### What it does

Extracts pricing plans, prices, currencies, billing intervals, CTAs, feature rows, limits, trials, add-ons, and enterprise signals.

Every row is source-backed and schema-complete. Missing, blocked, or unmatched evidence produces diagnostics instead of invented values.

### Uses

- Extract SaaS pricing plans
- Compare competitor pricing pages
- Build feature matrix exports
- Find trial and enterprise signals
- Audit pricing page clarity

### Input

Use authorized public HTTP(S) URLs or deterministic `htmlInputs`. Private-network targets are rejected and `allowedDomains` can narrow fetching.

- `startUrls`
- `sitemapUrls`
- `htmlInputs`
- `allowedDomains`
- `maxPages`
- `maxDepth`
- `includeEvidence`
- `includeRawSnapshots`
- `requestDelayMs`
- `timeoutMs`
- `userAgentMode`
- `pricingPageUrls`
- `extractFeatureMatrix`
- `normalizeBillingIntervals`
- `includeHiddenFaqs`
- `currencyHints`
- `maxPlansPerPage`
- `maxPricingPages`
- `maxPlans`
- `maxFeatureRows`
- `maxCompetitors`
- `maxChargeUsd`
- `includeReport`

Limits in `maxPricingPages, maxPlans, maxFeatureRows, maxCompetitors, timeoutMs` and `maxChargeUsd` are enforced. Zero is a hard zero charge budget.

### Dataset

- `sourceUrl`
- `sourceType`
- `pageTitle`
- `recordType`
- `recordName`
- `issueCode`
- `severity`
- `evidenceSnippet`
- `recommendation`
- `canonicalUrl`
- `httpStatus`
- `scannedAt`
- `pricingUrl`
- `planName`
- `priceText`
- `currency`
- `billingInterval`
- `trialSignal`
- `ctaText`
- `featureName`
- `featureIncluded`
- `limitText`
- `addonSignal`
- `enterpriseSignal`

Reports:

- `pricing-page-plan-comparison-extractor-summary-report.md`
- `pricing-page-plan-comparison-extractor-records.csv`
- `pricing-page-plan-comparison-extractor-issues.json`
- `pricing-page-plan-comparison-extractor-evidence-samples.json`
- `pricing-page-plan-comparison-extractor-run-metadata.json`

### PPE pricing

Platform-usage pass-through is off.

| Event | Price |
| --- | ---: |
| `actor-start` | $0.08 |
| `pricing-page-checked` | $0.0175 |
| `plan-record-checked` | $0.0175 |
| `pricing-signal-detected` | $0.0345 |
| `executive-report-generated` | $0.85 |

The actor-start event is accepted before fetching. Source, record, signal, gap, and blocker events are deduplicated and charged before their paid output. Partial charges, event limits, and local caps stop later output. Reports are written only after the report event is accepted.

### Safety and limitations

- Public evidence only; no login, CAPTCHA bypass, or access-control evasion.
- Output reflects source content at scan time.
- Attribution, claim permission, pricing interpretation, partner status, and launch decisions require human ownership.
- Store discounts, tasks, categories, icons, publication, and scheduling are separate gated live configuration.

### Local verification

```bash
pnpm --filter @junipr/pricing-page-plan-comparison-extractor build
pnpm --filter @junipr/pricing-page-plan-comparison-extractor test
pnpm --filter @junipr/pricing-page-plan-comparison-extractor smoke
```

# Actor input Schema

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

startUrls for Pricing Page Plan Comparison Extractor.

## `sitemapUrls` (type: `array`):

sitemapUrls for Pricing Page Plan Comparison Extractor.

## `htmlInputs` (type: `array`):

htmlInputs for Pricing Page Plan Comparison Extractor.

## `allowedDomains` (type: `array`):

allowedDomains for Pricing Page Plan Comparison Extractor.

## `maxPages` (type: `integer`):

maxPages for Pricing Page Plan Comparison Extractor.

## `maxDepth` (type: `integer`):

maxDepth for Pricing Page Plan Comparison Extractor.

## `includeEvidence` (type: `boolean`):

includeEvidence for Pricing Page Plan Comparison Extractor.

## `includeRawSnapshots` (type: `boolean`):

includeRawSnapshots for Pricing Page Plan Comparison Extractor.

## `requestDelayMs` (type: `integer`):

requestDelayMs for Pricing Page Plan Comparison Extractor.

## `timeoutMs` (type: `integer`):

timeoutMs for Pricing Page Plan Comparison Extractor.

## `userAgentMode` (type: `string`):

userAgentMode for Pricing Page Plan Comparison Extractor.

## `pricingPageUrls` (type: `array`):

pricingPageUrls for Pricing Page Plan Comparison Extractor.

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

extractFeatureMatrix for Pricing Page Plan Comparison Extractor.

## `normalizeBillingIntervals` (type: `boolean`):

normalizeBillingIntervals for Pricing Page Plan Comparison Extractor.

## `includeHiddenFaqs` (type: `boolean`):

includeHiddenFaqs for Pricing Page Plan Comparison Extractor.

## `currencyHints` (type: `array`):

currencyHints for Pricing Page Plan Comparison Extractor.

## `maxPlansPerPage` (type: `integer`):

maxPlansPerPage for Pricing Page Plan Comparison Extractor.

## `maxPricingPages` (type: `integer`):

maxPricingPages for Pricing Page Plan Comparison Extractor.

## `maxPlans` (type: `integer`):

maxPlans for Pricing Page Plan Comparison Extractor.

## `maxFeatureRows` (type: `integer`):

maxFeatureRows for Pricing Page Plan Comparison Extractor.

## `maxCompetitors` (type: `integer`):

maxCompetitors for Pricing Page Plan Comparison Extractor.

## `maxChargeUsd` (type: `number`):

maxChargeUsd for Pricing Page Plan Comparison Extractor.

## `includeReport` (type: `boolean`):

includeReport for Pricing Page Plan Comparison Extractor.

## Actor input object example

```json
{
  "startUrls": [],
  "sitemapUrls": [],
  "htmlInputs": [
    {
      "sourceUrl": "https://example.com/pricing",
      "html": "<title>Pricing</title><section class='pricing-card'><h2>Pro</h2><p>$99/month</p><a href='/trial'>Start free trial</a><ul><li>10 seats included</li><li>API access</li></ul></section><section class='pricing-card'><h2>Enterprise</h2><p>Contact sales</p><a href='/contact'>Contact sales</a><ul><li>Custom limits</li></ul></section>"
    }
  ],
  "allowedDomains": [],
  "maxPages": 5,
  "maxDepth": 5,
  "includeEvidence": false,
  "includeRawSnapshots": false,
  "requestDelayMs": 5,
  "timeoutMs": 5,
  "userAgentMode": "",
  "pricingPageUrls": [],
  "extractFeatureMatrix": false,
  "normalizeBillingIntervals": false,
  "includeHiddenFaqs": false,
  "currencyHints": [],
  "maxPlansPerPage": 10,
  "maxPricingPages": 5,
  "maxPlans": 10,
  "maxFeatureRows": 50,
  "maxCompetitors": 5,
  "maxChargeUsd": 75,
  "includeReport": true
}
```

# Actor output Schema

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

No description

## `report` (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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("junipr/pricing-page-plan-comparison-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("junipr/pricing-page-plan-comparison-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 '{}' |
apify call junipr/pricing-page-plan-comparison-extractor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,junipr/pricing-page-plan-comparison-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/fgihAUfyhYd4L6DG1/builds/0Srz9epk7tWzRE9OK/openapi.json
