TaxJar Alternative
TaxLite is a TaxJar alternative built for developers who want transparent pricing, address-level accuracy, and filing-ready exports from recorded transactions.
- Address-level jurisdictions: special districts included.
- Reporting + exports: bucketed totals you can file from.
- $25/mo entry point: predictable quotas + published overage.
Example: calculate tax by coordinates
curl -X POST https://taxlite.io/api/calculate \
-H "Content-Type: application/json" \
-H "x-company-key: tl_trial_your_key" \
-d '{
"state_code": "IL",
"lat": 41.8781,
"lng": -87.6298,
"taxable_base_cents": 10000
}'