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
26d 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 list of available indices and labels.
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 →
publicaccess.hillsclerk.com API
Search and retrieve court records, foreclosure judgments, and case details from Hillsborough County's court system by case number, date range, or court type. Access comprehensive legal documentation including foreclosure judgment information to research pending cases and court proceedings.
manateepao.gov API
Search for properties in Manatee County and retrieve detailed information including ownership records, sales history, and comparable sales data. Access parcel-level details such as land use, building area, living units, and transaction history across all property types.
qPublic Property Records API
Search for properties on qPublic and access comprehensive details including owner information, valuations, building and land characteristics, sales history, tax exemptions, and fees. Retrieve complete property records to research real estate, verify ownership, or analyze property values.
oscn.net API
Search Oklahoma State Court Network records across 80+ counties to find cases, review detailed docket information, and track daily court filings. Quickly look up case details by county and district court type to stay informed on legal proceedings and filing activity.
losangelescounty.gov API
Search Los Angeles County public records, code violations, and department information, while accessing board meeting minutes, transcripts, and agendas all in one place. Quickly find contact details for county departments and stay informed on official meetings without navigating multiple county websites.
search.sunbiz.org API
Search the Florida Sunbiz corporate registry to find detailed business registration information by company name, officer, address, or EIN, and retrieve complete entity details including filing history, registered agents, and officer names.
judyrecords.com API
Search and retrieve detailed court records including case information and statistics from a comprehensive legal database. Access specific case details and view aggregated court record stats to research legal proceedings and case outcomes.
registers.maryland.gov API
Search Maryland estate records and retrieve detailed case information including Personal Representative and Attorney contacts. Access newly filed estates by county and date range, look up claims, and retrieve docket history for probate research and due-diligence workflows.