GET
/
public
/
property
/
search
/

Authorizations

Authorization
string
headerrequired

Provide your API key directly in the header.

Query Parameters

state
string

The state where the property is located. Required when using county, city, or zipCode parameters.

zipCode
string

The ZIP code of the property. Requires state parameter.

county
string

The county where the property is located. Requires state parameter.

city
string

The city where the property is located. Requires state parameter.

transferedSince
string

Number of days to look back for property transfers. Returns properties that were transferred within the specified number of days.

useCode
integer

The numerical code that identifies the use of a property (e.g., residential, commercial, etc.). Requires state parameter.

address
string

The address to search for.

unitNumber
string

The unit number of the property (optional).

limit
integer
default: 10

Maximum number of results to return. Defaults to 10, maximum is 500.

Required range: 1 < x < 500
offset
integer
default: 0

Number of records to skip. Defaults to 0.

Required range: x > 0

Response

200 - application/json
data
object[]

Array of property features found.

metadata
object