Open data
The pricing, specs, and calculator data behind CurateSuite, published as plain JSON. Every record carries the date it was last checked, a link to the page it came from, and a ready-made citation. Use it in AI assistants, spreadsheets, research, or your own articles.
- Tools
- 101Tools
- Priced plan tables
- 50Priced plan tables
- Latest verification
- 2026-08-18Latest verification
Endpoints
| Dataset | URL | What is in it |
|---|---|---|
| AI Accounting Tool Pricing Dataset | /data/accounting/pricing.json | Plan-by-plan USD prices for 50 tools, each with a last-verified date and source URL. |
| AI Accounting Tools Dataset | /data/accounting/tools.json | Specs for all 101 tools: category, firm-size fit, integrations, deployment, geography, pricing model. |
| Single tool record | /data/accounting/tools/{slug}.json | One tool by slug, e.g. /data/accounting/tools/karbon.json. |
| Accounting Calculators Dataset | /data/accounting/calculators.json | Formulas, inputs, and benchmarks for the 12 free calculators. |
| AI Accounting Software Pricing Benchmarks | /data/accounting/benchmarks.json | Median starting prices by category, pricing model, and price band, with the quotable sentences. |
| Index | /data/accounting/index.json | Machine-readable list of every distribution above. |
How to use it
curl -s https://curatesuite.com/data/accounting/pricing.json | jq '.records[] | select(.slug=="karbon")'
Responses are UTF-8 JSON with open CORS, so they work from a browser, a notebook, a spreadsheet importer, or an AI assistant tool. Each response carries an ETag; send it back as If-None-Match to get a 304 when nothing has changed.
License and attribution
All datasets are released under the Creative Commons Attribution 4.0 International license. You may copy, adapt, and republish the data, including commercially, provided you credit CurateSuite and link to the source page. Every record includes a cite_as string you can paste as-is.
Prices are vendor-published list prices in USD, checked on the date shown in each record and re-checked quarterly. Where a vendor publishes no price, the tool appears in the tools dataset without a pricing record. See the human-readable pricing tables.