How much does HERE cost?
Short answer: Nobody — including us — can answer this without knowing which APIs you call, how many times, in which region, under which contract, and whether you batch and cache. Those variables span more than an order of magnitude. Anyone giving you a number without asking is guessing.What determines it
Which APIs. Every API is a separate meter. Routing, geocoding, tiles, matrix, tour planning. No bundle. How many calls. Not how many orders or vehicles — how many calls. These diverge wildly. A 200-truck fleet at a 10-second ping rate produces 648,000 packets a day. Whether that’s 648,000 API calls or 1,150 is an architecture decision. Volume tier. Rates drop as volume rises. Routing sees the steepest curve. Free bundles. Per-API. They do not pool. Exhausting routing does not consume geocoding. Which commercial model. Call volume, or asset-based (per tracked vehicle per month).Asset-based pricing availability depends on contract tier. Confirm it before it becomes load-bearing in a business case presented to your CFO.
How to get a defensible number
- Instrument. Per-endpoint call counts, per month, from logs. Not estimates.
- Classify by latency tolerance. What must be real-time? What could run overnight?
- Identify what’s cacheable.
- Separate matrix workloads from routing workloads. If you loop routing calls to build a distance table, you have a matrix workload whichever API you currently use.
- Model both commercial models against your worst month.
- Then compare vendors. Not before.
Common misconceptions
“I can estimate from my Google bill.” No. Google bills per session where HERE bills per request, and the reverse. The meters do not map one to one. “Per-1,000 rates tell me what I’ll pay.” Entry rates are close across vendors. Your bill is set by call mix, tier, batching, and bundles. “Growth means a proportionally bigger bill.” It shouldn’t. Once the architecture is right, most surfaces are bounded by business numbers you already know: location count, distinct addresses, trips per day. If a line item is large and variable, something is calling an API where it should be reading a table. “The free bundle scales.” It’s a marketing boundary, not an architectural guarantee.The forecast you want
“Our location cost is Y per store per quarter.”That’s a sentence a CFO can plan against.
“It was $40k last month.”That isn’t.
Related
HERE Pricing Explained
Both commercial models, and how to model your real bill.
What drives my API bill?
The unit of work, not the rate card.
Cost Optimization Patterns
Seven patterns, ranked by the magnitude they move.
Reducing Google Maps Costs
Instrument, fix, then decide whether to migrate.
Need production HERE API keys or implementation support? Placematic is an official HERE Technologies reseller and implementation partner. Talk to us.