Discover/sarasotaclerk.com API
live

sarasotaclerk.com APIsarasotaclerk.com

Search and retrieve Sarasota County official land and court records by name, date range, or document type. Includes foreclosures, Lis Pendens, and full record details.

Endpoints
3
Updated
17d ago
Try it
Recording date range end in MM/DD/YYYY format.
Recording date range start in MM/DD/YYYY format.
Comma-separated list of document type indices. Use get_document_types to retrieve the full
Last name or business name of party.
Maximum number of result pages to retrieve (12 results per page).
First name of party.
api.parse.bot/scraper/5317284d-28df-498f-8801-54d9d0fbac02/<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/5317284d-28df-498f-8801-54d9d0fbac02/search_official_records?date_to=01%2F31%2F2025&date_from=01%2F01%2F2025&last_name=SMITH&max_pages=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search Official Records (Land Records) by name, date range, and document types. Returns paginated results with 12 records per page. Narrow your search with specific names and short date ranges to avoid upstream timeouts on broad queries.

Input
ParamTypeDescription
date_tostringRecording date range end in MM/DD/YYYY format.
date_fromstringRecording date range start in MM/DD/YYYY format.
doc_typesstringComma-separated list of document type indices. Use get_document_types to retrieve the full list of available indices and labels.
last_namestringLast name or business name of party.
max_pagesintegerMaximum number of result pages to retrieve (12 results per page).
first_namestringFirst name of party.
Response
{
  "type": "object",
  "fields": {
    "results": "array of record objects containing instrument_number, book_page, date_recorded, document_type, names, legal_description, case_number, and image_url",
    "total_count": "integer count of results returned"
  },
  "sample": {
    "data": {
      "results": [
        {
          "names": "FIRST HORIZON BANKKNIGHT MICHAEL JKNIGHT MICHAELMIDLAND CREDIT MANAGEMENT INCUNITED RESTORATION SERVICES LLCVILLAS OF VENICE INC CONDOMINIUM ASSOCIATION",
          "book_page": "0-0",
          "image_url": "https://secure.sarasotaclerk.com/viewTiff.aspx?intrnum=2026021479",
          "case_number": "2026 CA 001020 NC",
          "date_recorded": "02/19/2026",
          "document_type": "LIS PENDENS",
          "instrument_number": "2026021479",
          "legal_description": "2026 CA 001020 NC"
        }
      ],
      "total_count": 1
    },
    "status": "success"
  }
}

About the sarasotaclerk.com API

This API exposes 3 endpoints for querying Sarasota County Clerk of the Circuit Court official records. Use search_official_records to filter land and court records by party name, recording date range, and document type — returning up to 12 records per page with fields like instrument number, book/page, document type, party names, legal description, and case number. A dedicated detail endpoint retrieves the full record for any instrument number.

What the API Covers

The Sarasota County Clerk of the Circuit Court maintains official land and court records including deeds, mortgages, foreclosures, Lis Pendens filings, and other recorded instruments. This API surfaces those records through three endpoints: search_official_records, get_official_record_detail, and get_document_types.

Searching Records

search_official_records accepts last_name and first_name for party lookups, or a business name via last_name. Date range filtering uses date_from and date_to in MM/DD/YYYY format. To filter by instrument category, pass a comma-separated list of numeric indices to doc_types — use get_document_types first to fetch the full index-to-label mapping. Results are paginated at 12 records per page; the max_pages parameter controls how many pages are fetched. Each result object includes instrument_number, book_page, date_recorded, document_type, names, legal_description, and case_number. Broad queries without name or tight date bounds may time out upstream, so narrow searches are recommended.

Retrieving Record Details

get_official_record_detail takes a single required instrument_number (for example, 2026021479) and returns the matching record with all available fields. This is the right endpoint when you already have an instrument number from a prior search and need the complete record data.

Document Type Reference

get_document_types takes no inputs and returns an array of objects, each with an index (the numeric string used in doc_types) and a label (the human-readable document type name). Run this once to build a local lookup table before constructing filtered searches.

Common use cases
  • Monitor new Lis Pendens filings in Sarasota County by running daily date-range searches filtered to that document type.
  • Look up all recorded instruments associated with a specific individual or business using the party name search.
  • Retrieve full legal descriptions and book/page references for title research on a specific parcel.
  • Track foreclosure filings over a defined date window for real estate investment analysis.
  • Validate instrument numbers found in title reports by fetching the authoritative record details.
  • Build a document type filter UI by pulling the full index-to-label list from get_document_types.
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 Sarasota County Clerk offer an official developer API?+
Sarasota County Clerk (sarasotaclerk.com) does not publish a documented public developer API for programmatic access to official records. This API provides structured access to those records.
What does `search_official_records` return for each result, and how specific do searches need to be?+
Each result object includes instrument_number, book_page, date_recorded, document_type, names, legal_description, and case_number. Because the upstream source can time out on broad queries, searches work most reliably when you combine a party name with a short date range rather than querying open-ended across all dates and document types.
Can I retrieve the actual document image or PDF for a recorded instrument?+
Not currently. The API returns structured metadata fields — instrument number, document type, legal description, names, and related identifiers — but does not return document images or PDF links. You can fork this API on Parse and revise it to add an endpoint that returns document image URLs if that capability becomes available.
Does the API cover records from other Florida counties besides Sarasota?+
The API is scoped exclusively to Sarasota County official records. Other Florida county clerk records are not covered. You can fork this API on Parse and revise it to point at another county clerk's record system to extend coverage.
How does pagination work, and is there a way to get the total number of matching records?+
Results are returned 12 per page. The max_pages parameter on search_official_records limits how many pages are fetched in a single call. The response also includes a total_count field reflecting the integer count of records returned across the pages retrieved.
Page content last updated . Spec covers 3 endpoints from sarasotaclerk.com.
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.