Interzoid Get Sales & Use Tax Rates is a paid API for AI agents from api.interzoid.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).
Returns combined sales and use tax rates (state, county, city, district) for a given US address, ZIP code, city, or state
Retrieve current US sales and use tax rates for any address, ZIP code, city, or state — fully decomposed into state, county, city, and special district components plus the combined effective rate. Submit a full street address for the most accurate rate assignment.
Returns a JSON object with the city, county, state, jurisdiction name, individual rate components (state rate, county rate, city rate, district/special rate), combined total rate, and the quarter/year the rates are effective — e.g. CombinedRate: 9.25%, StateRate: 6.00%, as of Q4 2024.
GEThttps://api.interzoid.com/getsalesusetaxratesUse this endpoint when you need granular, jurisdiction-aware US sales and use tax rates broken down by state, county, city, and special district — ideal for e-commerce checkout, invoice generation, financial compliance, or CRM/ERP enrichment. Prefer over generic tax tables when you need real-time, address-level accuracy with effective date tracking.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lookup": "90210"
}
},
"output": {
"type": "object"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"City": "Beverly Hills",
"Code": "Success",
"State": "California",
"County": "Los Angeles County",
"Credits": "0",
"CityRate": "0.00%",
"StateRate": "6.00%",
"CountyRate": "0.25%",
"LookupType": "ZIP",
"CombinedRate": "9.75%",
"Jurisdiction": "Beverly Hills, CA 90210 (Los Angeles County) — ZIP-code lookup; rates reflect the predominant jurisdiction (Beverly Hills unincorporated/city area). A single ZIP can span multiple tax districts; use a full street address for precision.",
"JurisdictionLevel": "ZIP Code",
"RateEffectiveDate": "April 1, 2025",
"DistrictSpecialRate": "3.50%",
"TaxAuthorityReferenceURL": "https://cdtfa.ca.gov/taxes-and-fees/rates.aspx"
}{
"type": "json",
"example": {
"City": "Beverly Hills",
"Code": "Success",
"State": "California",
"County": "Los Angeles County",
"Credits": "0",
"CityRate": "0.75%",
"StateRate": "6.00%",
"CountyRate": "0.25%",
"CombinedRate": "9.25%",
"Jurisdiction": "Beverly Hills, Los Angeles County, CA",
"RateEffectiveDate": "Q4 2024",
"DistrictSpecialRate": "2.25%"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"