Property

The Property endpoints provide detailed property information including address validation, comprehensive property data, and automated valuations.

Note: Each successful call to these endpoints consumes requests. Usage is tracked and billed based on consumption.


Property Address

Standardize and geocode property addresses.

Usage: 1 request

Standardize and geocode property address

get

Standardize and geocode a property address. Usage: 1 unit per successful request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
qstringOptional

Freeform address query (use this OR structured parameters below)

Example: 123 Main St, Springfield, IL 62701
street_addressstringOptional

Street address including house number (use with other structured parameters instead of q)

Example: 123 Main St
citystringOptional

City (use with other structured parameters instead of q)

Example: Springfield
statestringOptional

State (use with other structured parameters instead of q)

Example: IL
zipcodestringOptional

ZIP code (use with other structured parameters instead of q)

Example: 62701
unitstringOptional

Unit number (optional)

Example: 2B
Responses
200

Successful response

application/json
get
/v1/property/address

Property Details (Basic)

Returns very basic property details such as number of bedrooms, total rooms, bathrooms, and square footage.

Usage: 2 requests

Get basic property details

get

Retrieve comprehensive property information including characteristics, tax records, and ownership history. Usage: 2 units per successful request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
qstringOptional

Freeform address query (use this OR structured parameters below)

Example: 123 Main St, Springfield, IL 62701
street_addressstringOptional

Street address including house number (use with other structured parameters instead of q)

Example: 123 Main St
citystringOptional

City (use with other structured parameters instead of q)

Example: Springfield
statestringOptional

State (use with other structured parameters instead of q)

Example: IL
zipcodestringOptional

ZIP code (use with other structured parameters instead of q)

Example: 62701
unitstringOptional

Unit number (optional)

Example: 2B
Responses
200

Successful response

application/json
get
/v1/property/details_basic

Property Value

Get automated property valuations.

Usage: 2 requests

Get property valuation

get

Get automated property valuation (AVM) and comparable sales analysis. Usage: 2 units per successful request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
qstringOptional

Freeform address query (use this OR structured parameters below)

Example: 123 Main St, Springfield, IL 62701
street_addressstringOptional

Street address including house number (use with other structured parameters instead of q)

Example: 123 Main St
citystringOptional

City (use with other structured parameters instead of q)

Example: Springfield
statestringOptional

State (use with other structured parameters instead of q)

Example: IL
zipcodestringOptional

ZIP code (use with other structured parameters instead of q)

Example: 62701
unitstringOptional

Unit number (optional)

Example: 2B
Responses
200

Successful response

application/json
get
/v1/property/value

Property Comps

Get comparable sales data for a property, including similar properties sold nearby with similarity scores and distance metrics.

Usage: 2 requests

Get property comparable sales

get

Retrieve comparable sales data for a property, including similar properties sold nearby with similarity scores and distance metrics. Usage: 2 units per successful request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
qstringOptional

Freeform address query (use this OR structured parameters below)

Example: 123 Main Street, Springfield, IL 62701
street_addressstringOptional

Street address including house number (use with other structured parameters instead of q)

Example: 123 Main Street
citystringOptional

City (use with other structured parameters instead of q)

Example: Springfield
statestringOptional

State (use with other structured parameters instead of q)

Example: IL
zipcodestringOptional

ZIP code (use with other structured parameters instead of q)

Example: 62701
unitstringOptional

Unit number (optional)

Example: 2B
Responses
200

Successful response

application/json
get
/v1/property/sales_comps

Last updated