Discover/manateepao.gov API
live

manateepao.gov APImanateepao.gov

Search Manatee County parcels, retrieve ownership records, land use, building area, and full sales history via 4 structured API endpoints.

Endpoints
4
Updated
14d ago
Try it
DOR Land Use code. Comma-separated for multiple (e.g. '01' for single family, '03' for 10+
Owner's last name
Property zip code
Parcel ID (e.g. 1102040509)
Minimum number of living units
Situs (property) address or partial address to search
Minimum sale price
Minimum sale date in MM/DD/YYYY format
Maximum sale price
api.parse.bot/scraper/8370bc40-1e16-4956-9dff-8f8c62121ae1/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/8370bc40-1e16-4956-9dff-8f8c62121ae1/search_properties?own_last=SMITH&parcel_id=1102040509' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for properties using multiple filters. Returns a list of matching parcels with basic info including parcel ID, owner names, address, and postal city.

Input
ParamTypeDescription
dor_codestringDOR Land Use code. Comma-separated for multiple (e.g. '01' for single family, '03' for 10+ units, '08' for multifamily less than 10 units)
own_laststringOwner's last name
zip_codestringProperty zip code
parcel_idstringParcel ID (e.g. 1102040509)
units_lowstringMinimum number of living units
situs_addressstringSitus (property) address or partial address to search
sale_price_lowstringMinimum sale price
sale_date_startstringMinimum sale date in MM/DD/YYYY format
sale_price_highstringMaximum sale price
Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of matching parcels",
    "items": "array of property objects with Parcel ID, Property Type, Owner(s), Situs Address, Postal City"
  },
  "sample": {
    "data": {
      "count": 1,
      "items": [
        {
          "Owner(s)": ";SMITH, LANCE L;SMITH, SUSAN M;",
          "Parcel ID": "1102040509",
          "Postal City": "BRADENTON",
          "Property Type": "REAL PROPERTY",
          "Situs Address": ";8998 STONE HARBOUR LOOP;"
        }
      ]
    },
    "status": "success"
  }
}

About the manateepao.gov API

The Manatee County Property Appraiser API provides 4 endpoints covering parcel search, property detail retrieval, sales history, and multi-family sales comparables for properties in Manatee County, Florida. The search_properties endpoint accepts filters including DOR land use code, owner last name, zip code, sale price range, and sale date to return matching parcels with owner names and situs addresses.

Property Search and Parcel Lookup

The search_properties endpoint accepts up to eight filter parameters simultaneously, including dor_code for DOR Land Use classification (e.g., 01 for single-family, 03 for 10+ units), situs_address for partial or full property address matching, sale_price_low for a minimum sale price threshold, and sale_date_start in MM/DD/YYYY format. Results return a count of total matching parcels alongside an items array containing Parcel ID, Property Type, owner names, situs address, and postal city.

Parcel Detail and Building Characteristics

The get_property_detail endpoint takes a single parcel_id and returns a structured object with fields covering land_use (DOR code and description), land_size in both acres and square feet, building_area, living_units, neighborhood code and name, subdivision, owner_type, ownership (semicolon-separated owner names), situs_address, and parcel_id. This is the primary endpoint for pulling appraiser-level parcel characteristics rather than transaction data.

Sales History and Multi-Family Comparables

The get_property_sales endpoint retrieves every recorded transaction for a given parcel_id, returning fields including Sale Date, Sale Price, Grantee, Instrument Type, instr_desc, qual_desc, and deed book/page references (BOOK, PAGE). For multi-family analysis, search_multifamily_sales_comparables targets DOR codes 03 and 08 and accepts units_low, sale_date_start, and a limit parameter. Each result embeds a full sales_history array alongside year_built, units, address, property_type, and owner — making it usable directly for comp analysis without a secondary lookup.

Common use cases
  • Building a multi-family investment comp sheet using search_multifamily_sales_comparables filtered by unit count and sale date
  • Tracking ownership changes on a specific parcel by polling get_property_sales for new transaction records
  • Filtering all properties by DOR land use code and zip code to identify commercial or residential clusters
  • Pulling building_area, living_units, and land_size for a parcel portfolio valuation model
  • Identifying recent sales above a price threshold using sale_price_low and sale_date_start in search_properties
  • Enriching a property database with subdivision, neighborhood code, and owner type from get_property_detail
  • Compiling deed book and page references from get_property_sales to cross-reference with county clerk records
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the Manatee County Property Appraiser office provide an official developer API?+
Manatee PAO (manateepao.gov) does not publish a documented public developer API with keys, versioning, or formal documentation. The Parse API surfaces the same parcel and sales data in a structured, consistent format.
What does `search_multifamily_sales_comparables` return that `search_properties` does not?+
It targets only DOR codes 03 (multi-family, 10+ units) and 08 and embeds a full sales_history array — including Sale Date, Sale Price, Grantee, Instrument Type, and book/page — directly in each result. search_properties returns basic parcel identifiers without transaction records, requiring a separate get_property_sales call per parcel.
Does the API cover assessed values or taxable value estimates?+
Not currently. The four endpoints cover parcel identification, ownership, land use, building characteristics, and recorded sales transactions. Assessed value, taxable value, exemption amounts, and millage data are not returned. You can fork this API on Parse and revise it to add an endpoint pulling assessed value fields.
Is the sales history in `get_property_sales` complete for all recorded instruments, or only arm's-length sales?+
The endpoint returns all recorded transactions for the parcel, not only arm's-length sales. Each record includes a qual_desc (qualification code description) and instr_desc (instrument type description) so you can filter out non-qualified transfers such as foreclosures, family deeds, or corrective instruments on your end.
Does the API cover properties outside Manatee County, Florida?+
No. Coverage is limited to parcels recorded with the Manatee County Property Appraiser. Adjacent counties such as Sarasota or Hillsborough are not included. You can fork this API on Parse and revise it to point at a different county appraiser's data source.
Page content last updated . Spec covers 4 endpoints from manateepao.gov.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.