SaaS Pricing Intelligence avatar
SaaS Pricing Intelligence

Pricing

$39.00/month + usage

Go to Apify Store
SaaS Pricing Intelligence

SaaS Pricing Intelligence

Intel: 179+ pre-indexed companies across 42 verticals. No manual crawling. Stealth: Smart evasion beats protections. We get in, get out. Savings: Tiered complexity cuts runtime costs by 60%. Weaponize your market research. Stop scraping like a peasant.

Pricing

$39.00/month + usage

Rating

0.0

(0)

Developer

Creator Fusion

Creator Fusion

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

🔍 SaaS Pricing Intelligence

Extract, monitor, and compare SaaS pricing data from any product landing page. Get structured pricing tiers, features, and normalized prices for competitive analysis.

Apify Actor ./VALIDATION.md MCP Compatible


What It Does

Automatically extracts and normalizes pricing information from any SaaS product's pricing page. Transform chaotic pricing displays into structured, comparable data.

Key Features

FeatureDescription
Multi-Tier ExtractionFinds all pricing tiers (Free, Pro, Enterprise, etc.)
Price NormalizationConverts to monthly USD for easy comparison
Feature MatrixCaptures feature lists per tier
Currency DetectionHandles $, €, £, ¥ and more
Enterprise DetectionFlags "Contact Sales" tiers
Auto-DiscoveryFinds pricing page from any product URL
Stealth ModeAnti-detection for protected sites

Quick Start

Input Example

{
"startUrls": [
{ "url": "https://stripe.com/pricing" },
{ "url": "https://notion.so/pricing" },
{ "url": "https://github.com/pricing" }
],
"proxyTier": "datacenter",
"extractFeatures": true,
"normalizePricing": true
}

Output Example

{
"url": "https://github.com/pricing",
"productName": "GitHub",
"tiersFound": 3,
"tiers": [
{
"position": 1,
"name": "Free",
"priceText": "Free",
"pricing": { "type": "free", "amount": 0 },
"features": ["Unlimited public/private repos", "2,000 CI/CD minutes/month", "500MB packages storage"],
"isPopular": false,
"isEnterprise": false
},
{
"position": 2,
"name": "Team",
"priceText": "$4/user/month",
"pricing": { "type": "fixed", "amount": 4, "perUnit": "user", "billingPeriod": "month" },
"normalizedMonthlyPrice": 4,
"features": ["Protected branches", "Multiple reviewers", "3,000 CI/CD minutes/month"],
"isPopular": true,
"isEnterprise": false
},
{
"position": 3,
"name": "Enterprise",
"priceText": "Contact Sales",
"pricing": { "type": "enterprise", "requiresContact": true },
"features": ["SAML SSO", "Advanced auditing", "50,000 CI/CD minutes/month"],
"isEnterprise": true
}
],
"insights": {
"status": "success",
"totalTiers": 3,
"hasFreeTier": true,
"hasEnterpriseTier": true,
"priceRange": { "min": 0, "max": 4, "average": 2 },
"pricingModel": "per-user"
}
}

Pricing

Pay only for what you use. No monthly fees.

Proxy TierCost/PageBest For
Datacenter~$0.02-0.03Most SaaS sites, cost-effective
Residential~$0.05-0.06Protected sites, higher success rate

Cost Breakdown

ComponentDatacenterResidential
Compute (4GB, ~45s)$0.015$0.015
Proxy (~1MB/page)$0.0003$0.01
Total~$0.016~$0.025

Apify adds small platform overhead. Actual cost depends on page complexity.


Tested & Validated

95% success rate across 20 major SaaS sites:

Excellent Results: GitHub, Figma, Vercel, Supabase, Monday.com, Asana, Mailchimp

⚠️ Partial Results: Stripe, Notion, Linear, Netlify (tiers found, names may vary)

Known Issues: Slack (unusual page structure)

See ./VALIDATION.md for full test results.


Input Parameters

ParameterTypeDefaultDescription
startUrlsArrayRequiredURLs to analyze
proxyTierString"datacenter"Proxy quality: "datacenter" or "residential"
discoverPricingPageBooleantrueAuto-find pricing page from homepage
extractFeaturesBooleantrueExtract feature lists
normalizePricingBooleantrueConvert to monthly target currency
targetCurrencyString"USD"Currency for normalization
sleeperModeBooleantrueEnable anti-detection (recommended)
maxRequestsPerCrawlInteger100Max pages to process

Use Cases

Competitive Intelligence

Monitor competitor pricing changes. Track when they add tiers or adjust prices.

Market Research

Compare pricing models across an industry. Identify trends and gaps.

Sales Enablement

Build competitive pricing matrices for sales teams.

Investment Analysis

Quickly assess SaaS pricing sophistication and market positioning.

AI Agent Workflows

Perfect for autonomous research agents that need to gather and compare software pricing. Returns clean, structured JSON that's ready for further analysis or database storage.


🤖 MCP Server Integration

This Actor supports the Model Context Protocol (MCP) for seamless AI agent integration.

Quick Connect (Claude Desktop, OpenClaw, etc.)

{
"mcpServers": {
"saas-pricing": {
"command": "npx",
"args": ["-y", "@anthropic/claude-mcp-server-apify"],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}

Available Tools

ToolDescription
extract_pricingExtract pricing data from a single URL
compare_pricingCompare pricing across multiple SaaS products
monitor_pricingSet up scheduled monitoring for price changes

Example Agent Prompt

"Use the saas-pricing tool to extract and compare pricing for Notion, Coda, and Obsidian. Summarize which offers the best value for a team of 10."


Anti-Detection Features

  • ✅ Fingerprint rotation (unique browser identity per session)
  • ✅ Human-like delays (Gaussian distribution)
  • ✅ Mouse movement simulation
  • ✅ Scroll behavior mimicking
  • ✅ WebRTC protection
  • ✅ Stealth plugin (puppeteer-extra-plugin-stealth)

Support

Having issues? Open an issue or contact the developer.


Technical Specifications

SpecValue
Output FormatJSON (structured, normalized)
Supported CurrenciesUSD, EUR, GBP, JPY, CAD, AUD
Average Latency30-60 seconds per page
Success Rate95% on tested SaaS sites
Anti-DetectionFingerprint rotation, human-like behavior

Built by Creator Fusion • © 2025