Pricing
$1.00 per 1 000

Typeahead that finishes the address in three keystrokes.

Autosuggest ranked by distance and query strength, with highlight offsets so the matched substring can be bolded without re-implementing the matching logic on the client.

Free
30K
HERE list
$2.00
ApiNavi
$1.00
Endpoints
3

Highlights come back with the result

Character offsets for what matched, in the title and in the address. Your input field renders the bold parts correctly without a fuzzy match in the browser.

1 200 categories, browsable

EV charging with connector types and live availability, fuel with prices where licensed, parking, pharmacies, ATMs. Filter by category and radius, sort by distance.

Stable place identifiers

Place ids survive data refreshes, so a saved favourite still resolves next quarter.

Try it now

Endpoints

The sandbox answers without a key. Response shapes are the documented ones.

curl -sG "https://api.apinavi.com/v1/autosuggest" \
  -H "Authorization: Bearer $APINAVI_KEY" \
  -d "q=torstr" \
  -d "at=52.5296,13.4030"
ResponseSandbox data

Parameters

EndpointParametersRequest
/v1/autosuggestGETqtorstr
at52.5296,13.4030
limit8
/v1/browseGETat40.4168,-3.7038
categories1 200+ categoriesev-charging,fuel
radius3000
/v1/lookupGETidhere:pds:place:276u33db-...
What this costs

All ten billed services

Free allowance first, then the ladder. HERE's published rate is shown struck through.

ServiceFree / monthHERE listApiNavi
Places & autosuggestTypeahead and category browse over 250M places.30K$2.00$1.00
Geocoding & searchAddress in, coordinates out — and back.30K$0.88$0.44

Limits that matter

  • Autosuggest: 20 results per request
  • Browse: radius up to 100 km
  • Rate limit tuned for per-keystroke calls on Growth and above

Coming from HERE? The parameter map is one page away. Read the HERE migration guide

Questions

Do I get billed per keystroke?

Yes, each autosuggest request is a transaction — as it is on every provider. Debouncing at 150 ms typically cuts the count by two thirds; the docs show the pattern.

Where does EV availability come from?

Operator feeds, refreshed every 2–5 minutes depending on the network. Networks without a live feed return connector counts but no availability, and the payload says which is which.