Skip to content
StackLegder Software & AI-tool pricing — verified, dated, and logged when it changes
← 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

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.

Categoriescomparisons
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