← All entries
The pricing dataset
Every comparison on StackLegder as structured data — vendors, category, and the date the pricing was last verified — free to reuse with attribution.
222 comparisons · latest verification
Get it
- JSON —
/data/pricing.json - CSV —
/data/pricing.csv - GitHub repo (JSON + CSV, update script)
What's in it
One row per comparison: the headline, a link to the full writeup, the category, the vendors compared, the byline, publish and update timestamps, and a pricing-verified date. The price figures themselves live in the linked writeups, each cited to the vendor's official pricing page.
| Categories | comparisons |
|---|---|
| Developer tools & hosting | 61 |
| Productivity & collaboration | 47 |
| Marketing & analytics | 30 |
| Security & privacy | 30 |
| AI assistants & models | 30 |
| Business & finance ops | 24 |
Using it
# refresh from the live source
curl -s https://stacklegder.online/data/pricing.json -o pricing.json
# every comparison that touches a given vendor
jq -r '.entries[] | select(.vendors[] | test("Cloudflare";"i")) | .title' pricing.json
# pandas
import pandas as pd
df = pd.read_csv("https://stacklegder.online/data/pricing.csv")
df.groupby("category").size()
License
Creative Commons Attribution 4.0. Use it anywhere, including commercially — just credit StackLegder with a link back. CC BY 4.0.
Spot a stale figure or a dead source link? Report it on the Change log.
Recently updated
- GitHub vs Typeform: Which tool gives you the most for your money? — 2026-09-25
- Calendly vs GitHub: Scheduling meetings isn't the same as hosting code — 2026-09-25
- GitHub vs Obsidian: The Cost of Code Collaboration vs. Personal Knowledge — 2026-09-25
- Brevo vs Postmark: Which email service fits your budget? — 2026-09-25
- Which notification stack delivers the best price‑to‑value ratio? — 2026-09-25
- Warp vs Anthropic: Which AI dev assistant hits the sweet spot for your budget? — 2026-09-25
- Cloudflare vs Supabase: Pay-per-request meters versus a flat backend fee — 2026-09-25
- Supabase vs Firebase: Flat‑Rate Bundles vs. Pay‑Per‑Feature Pricing — 2026-09-25