Hillsborough County · FIPS 12057

Tampa, FL property data via API

Owner, year built, living sqft, sale prices, and tax values for Tampa addresses — sourced live from the Hillsborough County assessor and returned as a single JSON response.

Live example

Real lookup, real data

Below is the actual response returned for 110 N Albany Ave, Tampa, FL 33606 — sourced from the Hillsborough County assessor at request time.

Request
$ curl -H "X-API-Key: pda_your_key" \
  "https://api.propertypulse.dev/v1/properties/lookup?street=110%20N%20Albany%20Ave&city=Tampa&state=FL&zip=33606"
Response (200 OK)
{
  "street_address": "110 N ALBANY AVE",
  "city": "TAMPA",
  "state": "FL",
  "zip_code": "33606",
  "county": "Hillsborough County",
  "latitude": 27.9456,
  "longitude": -82.4814,
  "sqft_lot": 765,
  "owner_name": "LOCAL TAMPA KENNEDY LLC",
  "last_sale_price": 420000,
  "last_sale_date": "2023-02-16",
  "apn": "1839310000",
  "jurisdiction": "TAMPA",
  "homestead_exemption": false,
  "data_source": "Hillsborough County Property Appraiser ArcGIS"
}

Fields available for Tampa addresses

Plus universal fields like flood zones, demographics, schools, amenities, transit, and earthquake hazards.

  • Owner name (Owner1 + Owner2)
  • Latest sale price + date (filtered to skip $100 nominal-deed transfers)
  • Site address, city, zip
  • Florida homestead-exemption flag (primary-residence signal)
  • Lot square footage
  • Folio + strap parcel identifiers

Other cities in Hillsborough County

Hillsborough County (~1.5M (Hillsborough County), ~500k+ parcels) is supported in full — these cities are all included:

TampaBrandonRiverviewPlant CityTown 'n' CountryTemple Terrace

Try it on your own Tampa addresses

Free tier: 250 requests / month, no credit card.