SaaSHub

SaaSHub is an independent software discovery platform that helps users find, compare, and discover software alternatives across SaaS, web, and cloud-based applications. The platform maintains a comprehensive catalog of software products with user reviews, pricing information, feature comparisons, and curated lists of alternatives. SaaSHub serves as a permanent directory where software vendors can list their products and users can discover alternatives to tools they already use.

1 APIs 0 Features
AlternativesSaaSSoftware DiscoverySoftware Catalog

APIs

SaaSHub API

The SaaSHub public API provides programmatic access to SaaSHub's software discovery platform. The API offers two primary endpoints: a product endpoint that returns data for the ...

Collections

Pricing Plans

Saashub Plans Pricing

3 plans

PLANS

Rate Limits

Saashub Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Saashub Context

7 classes · 7 properties

JSON-LD

API Governance Rules

SaaSHub API Rules

7 rules · 1 errors 6 warnings

SPECTRAL

JSON Structure

Saashub Product Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💬
FAQ
FAQ
📜
PrivacyPolicy
PrivacyPolicy
📰
Newsletter
Newsletter
📝
Signup
Signup
🔗
Login
Login
🔗
X
X

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: SaaSHub API
  version: 1.0.0
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: Get Product by Name
      type: http
    http:
      method: GET
      url: https://www.saashub.com/api/product/:query
      params:
      - name: query
        value: ''
        type: path
        description: Product name to search for (e.g., "basecamp", "slack", "notion"). URL-encode spaces and special characters.
      - name: api_key
        value: ''
        type: query
        description: Your SaaSHub API key. Obtain from https://www.saashub.com/profile/api_key
    docs: Returns data for the first software product matching the query string. Returns product details including name, tagline,
      SaaSHub URL, pricing, categories, and basic metadata.
- info:
    name: Alternatives
    type: folder
  items:
  - info:
      name: Get Product Alternatives
      type: http
    http:
      method: GET
      url: https://www.saashub.com/api/alternatives/:query
      params:
      - name: query
        value: ''
        type: path
        description: Product name to search for and find alternatives to (e.g., "basecamp", "jira", "trello").
      - name: api_key
        value: ''
        type: query
        description: Your SaaSHub API key
    docs: Returns the first matching product for the query along with its top 10 relevant software alternatives. Useful for
      competitive analysis and software discovery workflows.
bundled: true