Reference · calendar year 2026

Embed the surtax lookup

Put the Florida county surtax lookup on your own site. Free, no attribution required, no tracking.

Last updated . Rates on this site come from Florida Department of Revenue, Form DR-15DSS, Discretionary Sales Surtax Information.

The lookup can be embedded on any site. It is free, it requires no signup, and the iframe sets no cookies and sends no analytics.

Full lookup

Drops in the whole tool: county selector, rate, cap calculator and sourcing note.

<iframe src="https://flsurtaxlookup.com/embed/lookup/"
        width="100%" height="520" frameborder="0"
        title="Florida discretionary sales surtax lookup"
        loading="lazy"></iframe>

Single county

Shows one county’s rate, useful on a location or service page.

<iframe src="https://flsurtaxlookup.com/embed/county/hillsborough/"
        width="100%" height="260" frameborder="0"
        title="Hillsborough County sales tax rate"
        loading="lazy"></iframe>

Swap hillsborough for any county slug. The slug is the county name lowercased with spaces and punctuation replaced by hyphens: miami-dade, st-johns, palm-beach, indian-river.

Rate data as JSON

The full dataset is available as a static JSON file, updated whenever the Department of Revenue publishes a change.

https://flsurtaxlookup.com/data/counties.json

Each county record carries the rate, the combined rate, the source document, the effective date and the date the figure was last verified. Use it however you like. If you build something with it, a link back is appreciated and not required.

Terms

Free for commercial and non-commercial use. The underlying rates are published by the Florida Department of Revenue and are not anyone’s property.

The embed renders current data at load time, so a county rate change propagates to your page without you doing anything. That is the main reason to embed rather than to copy a number into your own HTML and forget about it.

Keep reading