API Docs
Independent SaaS pricing & negotiation intelligence — via API
The same sourced, confidence-scored data behind costbench.com, available as a REST API and an MCP server for 3,297+ products. Free for non-commercial use, attribution required.
Endpoints
/api/v2/pricing/{slug} Full sourced pricing record — tiers, golden depth (hidden costs, contract terms, market data, sentiment, negotiation tips, scenarios, price history, free tier), verification envelope, and a per-field license map.
/api/v2/pricing?slugs=a,b,c Batch pricing records (max 20). Add ?depth=summary to drop long prose.
/api/v2/coverage?slugs=a,b,c Per-field availability, source, freshness, and license status for the requested products — check what you can reuse before you build on it.
/api/v2/tco Total cost of ownership for an N-seat team — deterministic from real tier prices plus sourced benchmark line items.
/api/v2/compare?slugs=a,b Structured side-by-side comparison of 2–4 products, with a per-field winner and license status.
/api/v2/history/{slug} Price snapshots, trend, and derived changes over time.
/api/v2/usage/{slug} LLM/API usage rate card, with an optional cost estimate for a given workload.
/api/v2/discover Find software by category, max price, or free-tier availability.
/api/v2/openapi.json OpenAPI 3.1 manifest — point an agent framework at this to auto-onboard the whole API.
/mcp MCP server (JSON-RPC 2.0, streamable HTTP) — 8 read-only tools backed by the same data as the REST API.
Full request/response schemas: /api/v2/openapi.json.
MCP tool list mirrors the REST surface — connect a client to https://costbench.com/mcp.
Data Licensing
Every field group in every response carries a license value —
"owned" or "restricted" — so you know what you can build on
before you build on it. No field is ever withheld or removed; this is metadata
alongside the data, not a paywall.
Data we extract and verify ourselves — published vendor pricing, our hidden-cost research, negotiation tips, price-history snapshots. Free to cite with attribution.
Third-party medians we license for display but not for resale or commercial reuse — today this means Vendr-sourced market data. Flagged with license: "restricted" and a licenseNote on every affected field.
Example: a restricted field looks like {"marketData":{"medianAnnualCost":42000,"sampleSize":82,"source":"Vendr marketplace data"},"license":{"marketData":"restricted"},"licenseNote":"Third-party medians are not licensed for commercial reuse."}
Free Tier
- 100 calls/day fair-use guideline for sustained use (a separate, stricter technical rate limit of 120 requests/minute per IP exists purely to stop abuse — most integrations never approach either).
- Attribution required — link back to the CostBench source page (
links.pagein every response) when you display our data. - Non-commercial use — research, agents, internal tooling, and citation by AI assistants are all fine. Reselling our data as your own dataset is not.
- No API key required today. CORS is open on all v2 endpoints.
Paid Tiers
Not open yet. We want a deeper base of owned, buyer-reported pricing data before we charge for it — right now too much of the catalog still leans on vendor-published list prices and licensed third-party medians. Join the list and we'll email you when a paid tier (higher rate limits, commercial-reuse rights on owned fields, priority coverage requests) is ready.