Property Records

Search for property records in a geographical area, or by a specific address.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
 

This endpoint allows you to search for property records and data for a specific address; those located in a specific city, state or zip code; or those found in a circular geographical area. Learn more about the supported search queries.

It provides several query parameters to allow for the filtering of property records based on specific criteria, including the saleDateRange parameter, which can be used to search for properties that were sold within the specified date range.

Each property record will include data for a specific property, including its structural attributes, features, tax assessments, tax amounts, sale history and owner details. View the full property data schema to learn more about the response fields.

📘

This is a paginated endpoint that returns up to 500 records in a single response. Use the limit and offset parameters to paginate through additional results for the same search query. Learn more about pagination.

📘

Data availability of specific property record fields may vary by county and state. Property sale prices may not be available in non-disclosure states because these states do not publish this data.

 
Query Params
string
Defaults to 5500 Grand Lake Dr, San Antonio, TX, 78244

The full address of the property, in the format Street, City, State, Zip. Used to retrieve data for a specific property, or together with the radius parameter to search for properties in a circular area

string

The name of the city, used to search for properties in a specific city. This parameter is case-sensitive

string

The 2-character state abbreviation, used to search for properties in a specific state. This parameter is case-sensitive

string

The 5-digit zip code, used to search for properties in a specific zip code

float

The latitude of the search area. Use the latitude/longitude and radius parameters to search for properties in a circular area

float

The longitude of the search area. Use the latitude/longitude and radius parameters to search for properties in a circular area

float

The radius of the search area in miles, with a maximum of 100. Use in combination with the latitude/longitude or address parameters to search for properties in a circular area

string
enum

The type of the property, used to search for properties matching this criteria. See explanation of property types. Supports multiple values

Allowed:
string

The number of bedrooms, used to search for properties matching this criteria. Use 0 to indicate a studio layout. Supports numeric ranges and multiple values

string

The number of bathrooms, used to search for properties matching this criteria. Supports fractions to indicate partial bathrooms, numeric ranges and multiple values

string

The total living area size in square feet, used to search for properties matching this criteria. Supports numeric ranges and multiple values

string

The total lot size in square feet, used to search for properties matching this criteria. Supports numeric ranges and multiple values

string

The year of construction, used to search for properties matching this criteria. Supports numeric ranges and multiple values

string

The number of days since a property was last sold, with a minimum of 1. Used to search for properties that were sold within the specified date range. Supports numeric ranges

int32

The maximum number of property records to return, between 1 and 500. Defaults to 50 if not provided. Learn more about pagination

int32

The index of the first property record to return, used to paginate through large lists of results. Defaults to 0 if not provided. Learn more about pagination

boolean

When enabled, will return the total number of results matching the current query in the X-Total-Count response header. Defaults to false if not provided

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json