Returns autocomplete suggestions for places as the user types their search query. This endpoint provides real-time search suggestions including places, search terms, and geographic areas. Use this action when you need to provide typeahead/autocomplete functionality for place sea…
llstringThe latitude/longitude around which you wish to retrieve place information. Specified as latitude,longitude (e.g., ll=41.8781,-87.6298). If you do not specify ll, the server will attempt to retrieve the IP address from the request, and geolocate that IP address.
biasstringBias the autocomplete results by a specific type; one of place, search, or geo.
limitintegerThe number of results to return, up to 50. Defaults to 10.
queryRequiredstringA search term to be applied against titles. Must be at least 3 characters long.
typesstringThe types of results to return; any combination of place, search, and/or geo. If no types are specified, all types will be returned.
radiusintegerDefines the distance (in meters) within which to return place results. Setting a radius biases the results to the indicated area, but may not fully restrict results to that specified area. If not provided, default radius is set to 5000 meters.
session_tokenstringA user-generated token to group the user's query and the user's selected result into a discrete session for billing purposes. If the session_token parameter is omitted, the session is charged per keystroke/request.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.