Skip to main content
Hero Light

Welcome to PricingSaaS API

The PricingSaaS API provides developers with programmatic access to comprehensive B2B SaaS pricing data, company intelligence, and market insights. Whether you’re building competitive analysis tools, pricing comparison platforms, or market research applications, our API delivers the data you need.

What You Can Build

Key Features

Access comprehensive data on thousands of B2B SaaS companies including:
  • Company profiles and metadata
  • Employee counts and company size
  • Industry categorization
  • Technology stack information
  • Funding and growth metrics
Detailed pricing information across multiple dimensions:
  • Subscription plans and tiers
  • Feature breakdowns by plan
  • Historical pricing trends
  • Free trial and freemium offerings
  • Enterprise pricing indicators
Access historical pricing page snapshots and assets:
  • Screenshot images (Cloudinary)
  • Markdown and HTML versions
  • OCR data in JSON format
  • Filter by version, quarter, month, or ISO week
  • Track pricing page evolution over time
Stay current with the latest market changes:
  • Regular data refreshes
  • Pricing change notifications
  • New company additions
  • Market trend analysis
Built with developers in mind:
  • RESTful API design
  • Comprehensive filtering and search
  • Pagination support
  • Rate limiting with clear guidelines
  • OpenAPI/Swagger specification

Quick Example

Here’s a simple example to get you started:
curl -X GET "https://api.pricingsaas.com/functions/v1/api/companies?limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response
{
  "data": [
    {
      "id": 1,
      "name": "Slack",
      "slug": "slack",
      "category": "Communication",
      "employees": "10000+",
      "url": "https://slack.com",
      "created_at": "2024-01-01T00:00:00Z"
    }
  ],
  "pagination": {
    "total": 1500,
    "page": 1,
    "limit": 10
  }
}

Getting Started

Need Help?