Address Search

Look up address profile based on a street address, city, state, and optionally unit, and page number.

Search for Property and Property Owner data by Address

Securityapi_key
Request
query Parameters
street
required
string

street and address

city
required
string

city name

state
required
string

US state; can be abbreviated

unit
string

unit number or letter

position_token
integer

page/position token of the address response

Responses
200

OK

Response Schema: application/json
object
object
street_address
string
city
string
zip
string
county
string
state
string
latitude
number
longitude
number
Array of objects
Array of objects
position_token
string
412

Precondition Failed

get/addresses
Request samples
curl --header "X-api-key: [YOUR API KEY]" \
  -X GET 'https://api.spokeo.com/v3/addresses?street=301-Standiford-Ave&city=Modesto&state=CA'
Response samples
application/json
{
  • "data": {
    • "address": {
      }
    },
  • "position_token": null
}