Verified SaaS pricing data, as JSON
Fetch structured, current pricing for newsletter, course and social tools — the full official tiers, not just the teaser price. Every number is read from the vendor's pricing page and stamped with a verification date. Free tier, no key.
Data verified 2026-07-13.
Quick start
curl https://pricingapi.rootnest.ai/v1/newsletter.json
{
"category": "newsletter",
"verified": "2026-07-13",
"tools": [
{ "name": "beehiiv", "freeTier": { "maxSubscribers": 2500 }, "revenueCut": 0,
"plans": { "Scale": [ { "maxSubscribers": 5000, "monthly": 78 }, ... ] } },
{ "name": "Substack", "revenueCut": 0.10, ... }
]
}
No key, no signup, CORS-open. Fetch it from a browser, a script, or your build step.
Endpoints
Why this exists
SaaS pricing is a pain to track: it lives behind sliders, changes without notice, and every comparison article quotes a stale entry price. This API publishes the full tier curves in a clean, machine-readable format with a verification date — so your comparison page, calculator, or research tool doesn't have to re-scrape it. It's the data layer behind our own pricing calculators.
Free vs Pro
Free
$0 · no key
- Newsletter, course, social categories
- Full official tiers, verified dates
- Prototype & non-commercial use
- Attribution to pricingapi.rootnest.ai
Pro
for products & commercial use
- More categories (email, hosting, CRM, AI tools…)
- More tools per category
- Update feed when prices change
- API key + commercial license
Building something with this? Tell us what categories you need at hello@rootnest.ai — Pro categories are prioritized by demand.
Terms
Free tier: prototype and non-commercial use with a visible link to pricingapi.rootnest.ai. Prices change — always check the verified date. Not affiliated with any listed vendor; trademarks belong to their owners.