SaaS Pricing Intelligence
Pricing
$39.00/month + usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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.
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
| Feature | Description |
|---|---|
| Multi-Tier Extraction | Finds all pricing tiers (Free, Pro, Enterprise, etc.) |
| Price Normalization | Converts to monthly USD for easy comparison |
| Feature Matrix | Captures feature lists per tier |
| Currency Detection | Handles $, €, £, ¥ and more |
| Enterprise Detection | Flags "Contact Sales" tiers |
| Auto-Discovery | Finds pricing page from any product URL |
| Stealth Mode | Anti-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 Tier | Cost/Page | Best For |
|---|---|---|
| Datacenter | ~$0.02-0.03 | Most SaaS sites, cost-effective |
| Residential | ~$0.05-0.06 | Protected sites, higher success rate |
Cost Breakdown
| Component | Datacenter | Residential |
|---|---|---|
| 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
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | Array | Required | URLs to analyze |
proxyTier | String | "datacenter" | Proxy quality: "datacenter" or "residential" |
discoverPricingPage | Boolean | true | Auto-find pricing page from homepage |
extractFeatures | Boolean | true | Extract feature lists |
normalizePricing | Boolean | true | Convert to monthly target currency |
targetCurrency | String | "USD" | Currency for normalization |
sleeperMode | Boolean | true | Enable anti-detection (recommended) |
maxRequestsPerCrawl | Integer | 100 | Max 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
| Tool | Description |
|---|---|
extract_pricing | Extract pricing data from a single URL |
compare_pricing | Compare pricing across multiple SaaS products |
monitor_pricing | Set 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
| Spec | Value |
|---|---|
| Output Format | JSON (structured, normalized) |
| Supported Currencies | USD, EUR, GBP, JPY, CAD, AUD |
| Average Latency | 30-60 seconds per page |
| Success Rate | 95% on tested SaaS sites |
| Anti-Detection | Fingerprint rotation, human-like behavior |
Built by Creator Fusion • © 2025