v1

latestOpenAPI 3.0.12026-07-26131186.5 KB
Prospects

Search Locations

Search locations and regional groups accepted by the Prospect API location and company_location filters.

get/api/meta/location_autocomplete

Query parameters

querystring required
Example:tor

Location prefix. Must contain at least 3 characters.

Response

successful

statusinteger required

Example response

{
  "status": 200,
  "data": [
    {
      "key": "Toronto, Ontario, Canada",
      "bucket": "city",
      "count": 1234
    }
  ]
}