Property
Property Search
GET
/
public
/
property
/
search
/
Authorizations
Authorization
string
headerrequiredProvide 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.
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: 10Maximum number of results to return. Defaults to 10, maximum is 500.
offset
integer
default: 0Number of records to skip. Defaults to 0.
Response
200 - application/json
data
object[]
Array of property features found.
metadata
object