Skip to main content
GET
/
api
/
v1
/
search
/
auto-complete
Get Auto Complete
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/search/auto-complete \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "id": "Newyork Ny, AS 02222"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

query
string
required

Query keyword

Example:

"Newyork"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]