<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Coordable (Articles sur pricing)</title><link>https://coordable.co/</link><description></description><atom:link href="https://coordable.co/fr/categories/pricing.xml" rel="self" type="application/rss+xml"></atom:link><language>fr</language><copyright>Contents © 2026 &lt;a href="mailto:contact@coordable.co"&gt;Nikola Tesla&lt;/a&gt; </copyright><lastBuildDate>Tue, 16 Jun 2026 10:23:15 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>How we cut geocoding costs by 79% across Europe</title><link>https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/</link><dc:creator>Julien Crétin</dc:creator><description>&lt;p&gt;&lt;em&gt;A benchmark of OSM, HERE, and Google across 12 countries and 6,000 residential addresses.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Geocoding 500,000 European residential addresses per month with &lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google Maps&lt;/a&gt; as the sole provider costs $30,000 per year. We ran a benchmark across 12 European countries and 6,000 addresses using a cascade strategy that calls free OSM first, then &lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE&lt;/a&gt;, then Google. In our test the cascade resolved 86.3% of addresses correctly (within 100m of the national reference coordinate), against 73.7% for Google alone, at a cost of about $6,300 per year at the same volume. That is a 79% cost reduction with a 12.6 percentage point quality gain.&lt;/p&gt;
&lt;p&gt;That average hides large per-country variation. At the same 500,000 addresses per month, the cascade saves between &lt;strong&gt;$15,000 and $30,000 per year per country&lt;/strong&gt; against Google alone, with quality gains ranging from +3 to +34 percentage points depending on the country. We give the full per-country breakdown below so you can read off your own situation.&lt;/p&gt;
&lt;p&gt;The cascade dominates Google on both axes in every single country we tested. There is no country where defaulting to Google is the better choice. But the optimal cascade configuration varies dramatically across Europe: in the Netherlands, free OSM data alone resolves nearly every address, while in Finland and Italy even the full three-provider cascade leaves a quarter of addresses unresolved. The orchestration logic matters more than the choice of providers.&lt;/p&gt;
&lt;p&gt;This article walks through the dataset, the protocol, what we found, and what it means for any team running geocoding at scale in Europe.&lt;/p&gt;
&lt;figure style="max-width: 520px; margin: 2rem auto; text-align: center;"&gt;
&lt;img src="https://coordable.co/images/cut-geocoding-hero.png" alt="Cascade versus Google alone across Europe: $6,336 versus $30,000 per year, and 86.3% versus 73.7% of addresses found, at 500,000 addresses a month." style="width: 100%; height: auto;"&gt;
&lt;figcaption style="font-style: italic; color: #666; font-size: 0.9em; margin-top: 0.5rem;"&gt;The headline, at 500,000 EU residential addresses a month: better coverage, 79% cheaper.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;&lt;strong&gt;Table of contents:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#why-this-matters"&gt;Why this matters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#the-dataset"&gt;The dataset&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#the-protocol"&gt;The protocol&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#the-headline-results"&gt;The headline results&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#the-country-by-country-picture"&gt;The country-by-country picture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#annual-savings-at-scale"&gt;Annual savings at scale&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#honest-limitations"&gt;Honest limitations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#what-this-means-for-your-stack"&gt;What this means for your stack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#what-comes-next"&gt;What comes next&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#methodology-recap"&gt;Methodology recap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#where-to-go-from-here"&gt;Where to go from here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h4 id="why-this-matters"&gt;Why this matters&lt;/h4&gt;
&lt;p&gt;Most engineering teams default to Google Maps for geocoding. The reasoning is reasonable on paper: Google has the largest map data footprint in the world, the API is well documented, and "nobody got fired for buying Google". Then the bill arrives.&lt;/p&gt;
&lt;p&gt;At $5 per thousand requests, Google geocoding is the most expensive of the three major options by a factor of six against HERE and by an infinite factor against OSM. Teams notice this when their geocoding spend hits the financial dashboards, usually around the time logistics, e-commerce, or fleet operations scale into hundreds of thousands of monthly addresses.&lt;/p&gt;
&lt;div style="max-width: 800px; margin: 30px auto;"&gt;
  &lt;canvas id="pricing_chart"&gt;&lt;/canvas&gt;
&lt;/div&gt;

&lt;div style="max-width: 800px; margin: 20px auto; text-align: center;"&gt;
  &lt;label for="rows_input" style="font-weight: bold; margin-right: 10px;"&gt;Number of addresses:&lt;/label&gt;
  &lt;input type="number" id="rows_input" value="500000" min="100" step="100" style="padding: 8px; width: 150px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px;"&gt;
&lt;/div&gt;

&lt;p style="max-width: 800px; margin: 0 auto 24px; text-align: center; font-style: italic; color: #666; font-size: 0.9em;"&gt;Costs use each provider's per-1,000 rate; free tiers are not deducted (marginal at this scale, e.g. 10,000 free requests for Google, 30,000 for HERE).&lt;/p&gt;

&lt;script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"&gt;&lt;/script&gt;
&lt;script src="https://coordable.co/includes/pricing-chart.js"&gt;&lt;/script&gt;
&lt;script&gt;
(function() {
  const pricingData = {
    "Google Maps": 5.00,
    "HERE": 0.83,
    "Nominatim (OSM)": 0.00
  };
  createPricingChart("pricing_chart", pricingData);
  // Recalcule le graphe pour la valeur par defaut (500000) des le chargement
  setTimeout(function() {
    var rowsInput = document.getElementById("rows_input");
    if (rowsInput) {
      rowsInput.dispatchEvent(new Event("input", { bubbles: true }));
      rowsInput.dispatchEvent(new Event("change", { bubbles: true }));
    }
  }, 0);
})();
&lt;/script&gt;

&lt;p&gt;Most teams just absorb the cost, or swap Google for a single cheaper provider and brace for a quality drop. The better response is to question the default. &lt;strong&gt;Geocoding is not a problem where one provider is uniformly superior. It is a problem where data sources, coverage, and pricing vary by country, and where a smart routing layer outperforms any single provider on both cost and quality.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We wanted to put numbers on that claim. So we built a benchmark.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="the-dataset"&gt;The dataset&lt;/h4&gt;
&lt;p&gt;We constructed a 6,000-address sample stratified across 12 European countries: France, Spain, Italy, the Netherlands, Denmark, Norway, Portugal, Finland, the Czech Republic, Lithuania, Slovakia, and Slovenia. 500 addresses per country, all residential.&lt;/p&gt;
&lt;figure style="max-width: 520px; margin: 2rem auto; text-align: center;"&gt;
&lt;img src="https://coordable.co/images/cut-geocoding-dataset-map.png" alt="Map of Europe with the 12 benchmarked countries highlighted in blue; the United Kingdom is hatched to mark the absence of an open national address dataset." style="width: 100%; height: auto;"&gt;
&lt;figcaption style="font-style: italic; color: #666; font-size: 0.9em; margin-top: 0.5rem;"&gt;The 12 benchmarked countries, 500 residential addresses each. The UK is hatched: no open national address dataset.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The address sources are national authoritative registries, aggregated through OpenAddresses for 11 countries and through CartoCiudad (the Spanish national mapping agency) for Spain. We deliberately chose residential rather than business addresses, because residential is where geocoding actually breaks: business addresses tend to cluster on well-named commercial streets, while residential includes the long tail of suburban subdivisions, rural hamlets, and post-2010 developments that geocoders struggle with.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-united-kingdom/"&gt;United Kingdom&lt;/a&gt; is missing from the benchmark, and that absence is itself worth noting: Ordnance Survey AddressBase, the only complete UK address registry, remains paywalled. There is no open national address dataset for the UK comparable to France's BAN or Spain's CartoCiudad. This is a structural blind spot in European open data that affects every open-source geocoding effort.&lt;/p&gt;
&lt;p&gt;Each address in the sample carries a reference coordinate from the national registry: a postal code, a city, a street name, a house number, and a (lat, lng) pair. We treat the (lat, lng) as a reference coordinate, not as ground truth. Ground truth would require a field GPS reading, which we do not have. National registries have their own errors: parcel centroids that differ from the actual building entrance, projection drift, missing recent constructions. The cleanest way to phrase what we measure is "divergence from the national reference", not "provider error". That distinction matters for the methodology and we return to it.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="the-protocol"&gt;The protocol&lt;/h4&gt;
&lt;p&gt;A note on terms first. Google and HERE are commercial providers that bundle their own data, engine, and hosting. OpenStreetMap is an open referential that we query through a separate engine, and the engine choice matters, which is why we use Photon rather than Nominatim (more below). We geocoded the 6,000 addresses three times independently, once with each of the three: OpenStreetMap, HERE, and Google. We kept the raw output for every provider on every address, with no quality filtering at geocoding time. This is the critical choice. By geocoding all 6,000 addresses with all 3 providers, we can reconstruct the cascade afterward with whatever logic we want, and measure the marginal contribution of each step.&lt;/p&gt;
&lt;p&gt;About the OSM provider choice: we initially ran Nominatim and got 6.4% completeness on the Czech sample. This was not a fair measurement of OSM coverage. The public Nominatim instance enforces a 1 request per second rate limit and treats timeouts as no-result, which crushes the apparent hit rate. The same addresses fed to Photon, which uses the same OSM data behind an Elasticsearch index, returned 74.4%. We switched to Photon for all subsequent runs. The Photon numbers reflect what OSM data can actually do; the Nominatim numbers reflected operational throttling, not data coverage.&lt;/p&gt;
&lt;p&gt;For each provider, we then needed a decision rule: "did this provider produce a usable result?" In production, a cascade has to decide whether to accept a result and stop, or fall through to the next provider. It has to do this without access to a reference coordinate, since if you had a reference coordinate you would not need to geocode.&lt;/p&gt;
&lt;p&gt;We started with a simple rule: trust the provider's own classification. HERE returns a confidence score that can be thresholded at 0.8. Google and Photon do not return useful confidence scores, so we used their classification labels (HOUSENUMBER versus LOCALITY versus UNRESOLVED).&lt;/p&gt;
&lt;p&gt;This failed in interesting ways. For Slovakia, Google was returning 1.2% HOUSENUMBER, which is implausible. The actual Google results for Slovak addresses were correct: the right street, the right number, coordinates within meters of the reference. But the off-the-shelf classification we started with was misreading the Slovak address format ("village name + number" without a separate street) and labeling correct rooftop results as LOCALITY or POI. A label-based decision rule was throwing away correct answers because the labels were wrong.&lt;/p&gt;
&lt;p&gt;We replaced the label-based rule with a textual one: a result is accepted if the formatted_address returned by the provider contains the street name, the house number, and either the city or the postal code from the input. This is what a human reviewer would do to validate a match. It is provider-agnostic, language-agnostic to a useful degree, and it makes no use of the reference coordinate, so it is something that could run in production.&lt;/p&gt;
&lt;p&gt;This rule is not perfect, and we want to be transparent about that. We applied it manually for this benchmark as a way to evaluate cascade behavior more honestly than the provider labels allowed. At production scale, validating thousands of geocoded results requires more sophisticated approaches: cross-provider consistency checks, semantic matching with language models, learned rejection thresholds. We are working on a follow-up article on exactly that question, comparing an LLM-based result validator against the manual rule we used here. The takeaway for now is that this kind of validation logic, not the provider choice, is what unlocks cascade performance.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="the-headline-results"&gt;The headline results&lt;/h4&gt;
&lt;p&gt;Here are the two strategies side by side, evaluated on the full 6,000-address sample, with cost shown as annual spend at a 500,000 addresses per month workload (Google $5/1k, HERE $0.83/1k, OpenStreetMap $0).&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Strategy&lt;/th&gt;
&lt;th&gt;Acceptance&lt;/th&gt;
&lt;th&gt;Confirmed hits (&amp;lt;100m from reference)&lt;/th&gt;
&lt;th&gt;Cost / year&lt;/th&gt;
&lt;th&gt;Cost per 1,000 confirmed hits&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Google alone&lt;/td&gt;
&lt;td&gt;77.9%&lt;/td&gt;
&lt;td&gt;73.7%&lt;/td&gt;
&lt;td&gt;$30,000&lt;/td&gt;
&lt;td&gt;$6.79&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cascade (OSM → HERE → Google)&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;89.9%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;86.3%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$6,336&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$1.22&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Two things stand out.&lt;/p&gt;
&lt;p&gt;First, the cascade beats Google alone on every metric. It accepts more addresses, it lands more of them within 100m of the reference, it has a lower rate of false positives, and it costs roughly a fifth of what Google alone would.&lt;/p&gt;
&lt;p&gt;Second, the free tier does the bulk of the work. OpenStreetMap alone resolves about 60% of addresses at zero cost. Only the roughly 40% it cannot handle fall through to HERE, and only the roughly 13% that HERE cannot handle ever reach Google. By the time an address reaches the most expensive provider, it is one of a small minority. This is the entire economic logic of a cascade.&lt;/p&gt;
&lt;figure style="max-width: 520px; margin: 2rem auto; text-align: center;"&gt;
&lt;img src="https://coordable.co/images/cut-geocoding-cascade-waterfall.png" alt="How the cascade routes each address: OpenStreetMap resolves about 60%, HERE about 27%, Google about 3%, and roughly 10% stay unresolved." style="width: 100%; height: auto;"&gt;
&lt;figcaption style="font-style: italic; color: #666; font-size: 0.9em; margin-top: 0.5rem;"&gt;OpenStreetMap clears most addresses for free; only a small share ever reaches a paid provider.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Whether you should drop a provider from this cascade, and whether Google's last few points are worth their cost, is something we return to in &lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#what-this-means-for-your-stack"&gt;What this means for your stack&lt;/a&gt;. But the headline is simple: the expensive provider should be the last resort, not the default.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="the-country-by-country-picture"&gt;The country-by-country picture&lt;/h4&gt;
&lt;p&gt;The headline numbers hide the most important finding: country-by-country variance is enormous. Here are Google alone and the full cascade broken down per country, with the cascade's gain over Google, sorted from the easiest country to the hardest.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Google alone&lt;/th&gt;
&lt;th&gt;Cascade&lt;/th&gt;
&lt;th&gt;Gain&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Netherlands&lt;/td&gt;
&lt;td&gt;90.4%&lt;/td&gt;
&lt;td&gt;100.0%&lt;/td&gt;
&lt;td&gt;+9.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Slovenia&lt;/td&gt;
&lt;td&gt;94.6%&lt;/td&gt;
&lt;td&gt;98.4%&lt;/td&gt;
&lt;td&gt;+3.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Spain&lt;/td&gt;
&lt;td&gt;89.8%&lt;/td&gt;
&lt;td&gt;95.0%&lt;/td&gt;
&lt;td&gt;+5.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Lithuania&lt;/td&gt;
&lt;td&gt;60.2%&lt;/td&gt;
&lt;td&gt;94.4%&lt;/td&gt;
&lt;td&gt;+34.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;France&lt;/td&gt;
&lt;td&gt;85.0%&lt;/td&gt;
&lt;td&gt;91.2%&lt;/td&gt;
&lt;td&gt;+6.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Czech Republic&lt;/td&gt;
&lt;td&gt;84.6%&lt;/td&gt;
&lt;td&gt;88.0%&lt;/td&gt;
&lt;td&gt;+3.4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Slovakia&lt;/td&gt;
&lt;td&gt;73.0%&lt;/td&gt;
&lt;td&gt;87.0%&lt;/td&gt;
&lt;td&gt;+14.0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Portugal&lt;/td&gt;
&lt;td&gt;69.8%&lt;/td&gt;
&lt;td&gt;85.4%&lt;/td&gt;
&lt;td&gt;+15.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Denmark&lt;/td&gt;
&lt;td&gt;69.6%&lt;/td&gt;
&lt;td&gt;82.0%&lt;/td&gt;
&lt;td&gt;+12.4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Norway&lt;/td&gt;
&lt;td&gt;67.2%&lt;/td&gt;
&lt;td&gt;80.0%&lt;/td&gt;
&lt;td&gt;+12.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Italy&lt;/td&gt;
&lt;td&gt;65.0%&lt;/td&gt;
&lt;td&gt;74.0%&lt;/td&gt;
&lt;td&gt;+9.0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Finland&lt;/td&gt;
&lt;td&gt;34.6%&lt;/td&gt;
&lt;td&gt;60.2%&lt;/td&gt;
&lt;td&gt;+25.6&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;figure style="max-width: 520px; margin: 2rem auto; text-align: center;"&gt;
&lt;img src="https://coordable.co/images/cut-geocoding-country-gains.png" alt="Per-country confirmed-hit rates, Google alone versus the full cascade, with the cascade's gain, for all twelve countries." style="width: 100%; height: auto;"&gt;
&lt;figcaption style="font-style: italic; color: #666; font-size: 0.9em; margin-top: 0.5rem;"&gt;Google alone versus the full cascade, country by country. The gain runs from +3.4 to +34.2 points.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The variance is the story.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Netherlands is the easy case&lt;/strong&gt;: OSM alone resolves nearly every Dutch residential address correctly, because the Dutch community has done extraordinary work mapping their country into OSM, much of it imported directly from the BAG (Basisregistratie Adressen en Gebouwen), the national registry of addresses and buildings, which the government publishes under an open licence. The full cascade reaches 100% completeness at zero geocoding cost. If your business operates only in the Netherlands, you do not need a commercial geocoding provider at all. In practice a Dutch team might not reach for OSM here at all: the government runs its own free geocoder, &lt;a href="https://www.pdok.nl/pdok-locatieserver"&gt;PDOK Locatieserver&lt;/a&gt;, on the same BAG data, and open-source tooling such as &lt;a href="https://github.com/nlextract/NLExtract"&gt;NLExtract&lt;/a&gt; turns that official open data into a geocoder you can run yourself. The flip side of this shared lineage is a measurement caveat we cover in &lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#honest-limitations"&gt;Honest limitations&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lithuania is the surprise&lt;/strong&gt;: Google alone resolves only 60.2% of Lithuanian residential addresses correctly, but Photon brings that to 94.4%. We expected the Nordic and Baltic countries to be a weak spot for OSM, and instead Lithuania is one of the strongest performers. The +34.2 point gain over Google alone is the largest in the dataset.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-spain/"&gt;Spain&lt;/a&gt;, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-france/"&gt;France&lt;/a&gt;, Czech Republic, Slovenia are the steady middle&lt;/strong&gt;: Google alone gets you to the mid-to-high 80s, the cascade adds a few points at low marginal cost, and the value of HERE is small in these countries. A two-provider cascade is sufficient.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Denmark, Norway, Slovakia, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-portugal/"&gt;Portugal&lt;/a&gt; are the structural gain zone&lt;/strong&gt;: the cascade adds 12 to 16 points over Google alone. HERE and Google together cover what neither could alone. The cascade costs more here, but the quality lift is large.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-italy/"&gt;Italy&lt;/a&gt; and Finland are the hard countries&lt;/strong&gt;: even the full cascade leaves a quarter to forty percent of addresses unresolved within 100m. There is no clever orchestration that fixes this with the providers we tested. Italy has notoriously inconsistent residential addressing (the same &lt;code&gt;Via Roma&lt;/code&gt; appears in thousands of municipalities, civic numbers come with suffixes, parenthetical disambiguators, and saint names that geocoders confuse). Finland is harder still because the OpenAddresses source for Finland does not include a city field, only street + postcode + country. That kind of partial input is closer to what a real-world delivery dataset looks like, and it punishes every provider equally.&lt;/p&gt;
&lt;p&gt;What this means: there is no single optimal cascade for Europe. The Netherlands cascade is "Photon only, stop". The Lithuanian cascade is "Photon, then occasionally HERE". The Finnish cascade is "all three, and accept that 40% will need manual review". A geocoding strategy that does not adjust by country is leaving money or quality on the table.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="annual-savings-at-scale"&gt;Annual savings at scale&lt;/h4&gt;
&lt;p&gt;The headline showed the blended average. The country-level numbers are where the real money is, and where the variance becomes impossible to ignore. We use the same 500,000 addresses per month workload, broken down country by country, so you can read off your own situation: if you operate at this volume in France, your numbers are the France row; if you run 200k per month across two countries, take 40% of the relevant rows and add them.&lt;/p&gt;
&lt;p&gt;One number is identical everywhere: geocoding 6 million addresses a year with Google alone costs &lt;strong&gt;$30,000&lt;/strong&gt;, since Google charges $5 per thousand requests in every country. What varies, dramatically, is what the cascade costs. And that variance is the whole point of this article.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Quality gain&lt;/th&gt;
&lt;th&gt;Cascade cost / year&lt;/th&gt;
&lt;th&gt;Savings / year&lt;/th&gt;
&lt;th&gt;Reduction&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Netherlands&lt;/td&gt;
&lt;td&gt;+9.6&lt;/td&gt;
&lt;td&gt;$20&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$29,980&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;100%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Slovenia&lt;/td&gt;
&lt;td&gt;+3.8&lt;/td&gt;
&lt;td&gt;$1,694&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$28,306&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;94%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Lithuania&lt;/td&gt;
&lt;td&gt;+34.2&lt;/td&gt;
&lt;td&gt;$2,058&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$27,942&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;93%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Spain&lt;/td&gt;
&lt;td&gt;+5.2&lt;/td&gt;
&lt;td&gt;$2,952&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$27,048&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;90%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Slovakia&lt;/td&gt;
&lt;td&gt;+14.0&lt;/td&gt;
&lt;td&gt;$2,957&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$27,043&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;90%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;France&lt;/td&gt;
&lt;td&gt;+6.2&lt;/td&gt;
&lt;td&gt;$5,328&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$24,672&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;82%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Czech Republic&lt;/td&gt;
&lt;td&gt;+3.4&lt;/td&gt;
&lt;td&gt;$5,961&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$24,039&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;80%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Denmark&lt;/td&gt;
&lt;td&gt;+12.4&lt;/td&gt;
&lt;td&gt;$7,794&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$22,206&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;74%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Norway&lt;/td&gt;
&lt;td&gt;+12.8&lt;/td&gt;
&lt;td&gt;$8,244&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$21,756&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;73%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Italy&lt;/td&gt;
&lt;td&gt;+9.0&lt;/td&gt;
&lt;td&gt;$11,732&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$18,268&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;61%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Portugal&lt;/td&gt;
&lt;td&gt;+15.6&lt;/td&gt;
&lt;td&gt;$12,543&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$17,457&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;58%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Finland&lt;/td&gt;
&lt;td&gt;+25.6&lt;/td&gt;
&lt;td&gt;$14,744&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$15,256&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;51%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;AVERAGE&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;+12.6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$6,336&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$23,664&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;79%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;figure style="max-width: 520px; margin: 2rem auto; text-align: center;"&gt;
&lt;img src="https://coordable.co/images/cut-geocoding-annual-savings.png" alt="Per-country annual cost of the cascade and the resulting savings against Google's flat $30,000, at 500,000 addresses a month." style="width: 100%; height: auto;"&gt;
&lt;figcaption style="font-style: italic; color: #666; font-size: 0.9em; margin-top: 0.5rem;"&gt;What you pay versus what you save, per country, against Google's flat $30,000 a year.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;A few observations on this table.&lt;/p&gt;
&lt;p&gt;First, the cascade beats Google alone in every single country. The smallest annual saving is $15,256 in Finland, the largest is $29,980 in the Netherlands. There is no scenario in our benchmark where defaulting to Google is the right call at this volume.&lt;/p&gt;
&lt;p&gt;Second, the variance in savings tracks the variance in cascade cost, not Google cost. Google is $30,000 everywhere. The cascade costs $20 in the Netherlands (essentially free, Photon resolves nearly everything) and $14,744 in Finland (Photon struggles with Finnish addressing, the cascade falls through to the paid providers far more often). So the question "how much does the cascade save me in country X" boils down to "how good is OSM coverage in country X". That is the same country variation we saw in the quality breakdown above.&lt;/p&gt;
&lt;p&gt;Third, the percentage reductions are remarkably high even in countries where the cascade adds little quality. Czech Republic gains only +3.4 quality points, but still saves 80% on cost because Photon resolves 87% of Czech addresses for free. The cascade does not need a quality breakthrough to be massively cheaper. Even where it ties Google on quality, it beats Google on cost.&lt;/p&gt;
&lt;p&gt;Fourth, the Netherlands is the limit case worth its own mention. Free OSM data resolves nearly every address that the cascade is called on, leaving essentially zero paid calls. Annual cost: $20. If your geocoding workload is mostly Dutch, you do not need a paid geocoding provider at all. We would not have predicted this five years ago, but the Dutch OSM community has done that good a job.&lt;/p&gt;
&lt;p&gt;To extrapolate to your own volume, the numbers scale linearly. At 1 million addresses per month per country, the savings double; below that, they shrink in proportion. The percentage reductions are constant, the absolute numbers scale with traffic.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="honest-limitations"&gt;Honest limitations&lt;/h4&gt;
&lt;p&gt;A few caveats matter and we want to name them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HERE and OpenAddresses share data sources in some countries.&lt;/strong&gt; HERE is upfront in their documentation that "HERE Map Content" incorporates public national datasets where available. In France, this includes the BAN, which is also a source for OpenAddresses. This creates a partial overlap on our reference coordinate metric: when HERE answers from BAN-derived data and we compare it to a BAN-derived reference, the match is mechanical. To quantify this, 41% of HERE results sit within 1 meter of the reference coordinate, against 31% for Photon and 10% for Google. The other 59% of HERE results diverge meaningfully from the reference, so HERE is not a copy of OpenAddresses, but the comparison metric does favor providers that source from the same national registries. We return to the cascade with HERE removed entirely in &lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#what-this-means-for-your-stack"&gt;What this means for your stack&lt;/a&gt;, so readers who want to discount this effect can see those numbers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The same shared-source effect applies to OSM, most visibly in the Netherlands.&lt;/strong&gt; Dutch OSM addresses are largely a BAG import, and our Dutch reference, sourced through OpenAddresses, traces back to the BAG as well, so the near-perfect Dutch result partly reflects a common origin rather than two independent systems agreeing. This does not change the practical takeaway, free OSM data resolves Dutch addresses whatever its provenance, and the government's own PDOK service runs on the very same data, but the 100% figure should be read as completeness against the national registry, not as proof that OSM is independently more accurate than a paid provider. Where no such open registry feeds OSM, the cascade leans much harder on the paid providers, which is exactly what the per-country cost spread shows.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The robust validation rule was applied manually.&lt;/strong&gt; As discussed in the methodology section, deciding whether a geocoded result matches the input is the hard problem. Simple confidence thresholds fail because Google and Photon do not return useful scores. Simple label thresholds fail because the upstream classification can be unreliable on certain address formats. The textual rule we used (street + number + city/postcode in formatted_address) works for a benchmark, but it required country-by-country sanity checking and tolerance for synonyms (Calle and Carrer, Via and Strada, postal code formats with or without separators). A production cascade running at scale needs a more robust validation layer. This is the topic of our next benchmark.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Address completeness varies by source.&lt;/strong&gt; OpenAddresses data for Denmark, Norway, and Finland does not include a city field. The geocoding inputs for these countries are therefore more impoverished than for the others (just street + postcode + country). This degrades all providers symmetrically, but it does inflate the apparent difficulty of these countries. Real-world delivery data often has similar gaps, so the measurement reflects production conditions more than ideal conditions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6,000 addresses is not the entire population.&lt;/strong&gt; Statistical noise is real at this sample size, especially at the country level (500 addresses per country). The directional findings are robust, the second decimal place is not.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="what-this-means-for-your-stack"&gt;What this means for your stack&lt;/h4&gt;
&lt;p&gt;If you are running geocoding at any meaningful European volume, four things follow from this benchmark.&lt;/p&gt;
&lt;figure style="max-width: 520px; margin: 2rem auto; text-align: center;"&gt;
&lt;img src="https://coordable.co/images/cut-geocoding-cost-vs-quality.png" alt="Four geocoding strategies plotted by annual cost on a log scale against confirmed-hit rate. The OSM to HERE to Google cascade and the leaner OSM to HERE cascade sit top-left, with more confirmed hits at a fraction of the cost, while Google alone and the OSM to Google cascade are dominated on the lower right." style="width: 100%; height: auto;"&gt;
&lt;figcaption style="font-style: italic; color: #666; font-size: 0.9em; margin-top: 0.5rem;"&gt;The two cascades sit top-left: more confirmed hits at a fraction of the cost. Cutting HERE moves you right and down.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;First, &lt;strong&gt;stop defaulting to Google&lt;/strong&gt;. The full cascade beats Google alone in every country we tested, on both cost and quality. There is no defensive argument for "we use Google because it is the best". On this dataset, Google alone is dominated: 73.7% confirmed at $30,000 a year, against 86.3% at $6,336 for the cascade.&lt;/p&gt;
&lt;p&gt;Second, &lt;strong&gt;if you trim the stack, cut Google before HERE, never the reverse&lt;/strong&gt;. The instinct when simplifying a cascade is to keep the famous provider and drop the unfamiliar one. On these numbers that is exactly backwards (our &lt;a href="https://coordable.co/comparison/google-vs-here-geocoding-2026/"&gt;Google vs HERE comparison&lt;/a&gt; goes deeper on the two). A cascade with HERE removed entirely, OSM then Google, resolves only 81.8% of addresses and costs $12,720 a year, because every address OSM misses falls straight onto Google at $5 per thousand. The full cascade, with HERE absorbing the middle tier at $0.83 per thousand, lands more addresses (86.3%) for half that cost. HERE is the cheap workhorse, not the expendable one. If you want a genuinely lean stack, the right cut runs the other way: OSM then HERE, no Google at all, returns 83.2% confirmed at $2,116 a year. That is 96% of the full cascade's quality for a third of its cost.&lt;/p&gt;
&lt;p&gt;Third, &lt;strong&gt;Google's last few points are cheap, but their value is concentrated in a handful of countries&lt;/strong&gt;. Adding Google on top of an OSM-then-HERE cascade buys 3.1 percentage points of quality, from 83.2% to 86.3%, for an extra $4,220 a year, about 2.3 cents per additional correctly resolved address. In absolute terms that is inexpensive, so for a mixed European footprint the full cascade is the right default. But the gain is not evenly spread. In the Czech Republic, Slovenia, Spain, and Slovakia, Google adds under two points and barely earns its place in the cascade. In Portugal it adds fifteen points, in Italy almost six. If your traffic is concentrated in OSM-strong countries, OSM then HERE is enough. If it includes the hard ones, Google stays in.&lt;/p&gt;
&lt;p&gt;Fourth, &lt;strong&gt;the orchestration logic matters more than the provider choice&lt;/strong&gt;. A naive cascade that just chains OSM, HERE, and Google without a smart decision rule on when to accept a result will inherit the false positives of the cheaper providers and lose the cost-quality advantage. We showed in &lt;a href="https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/#the-protocol"&gt;the protocol&lt;/a&gt; that switching from a label-based decision rule to a textual one moved cascade quality by several percentage points. The provider stack is the easy part. The accept and reject logic is the hard part.&lt;/p&gt;
&lt;p&gt;One last point on simplicity, because it is easy to overcorrect. A simple uniform cascade already wins; country-aware routing is the next gain, not a prerequisite. Run the same three providers in the same blind cheap-to-expensive order in every country, and you still beat Google alone everywhere, on both cost and quality. You do not need clever per-country provider selection to capture the bulk of the value. Where country-awareness pays off is the bill: serving the Netherlands from OSM alone, calling OSM then HERE where Google earns nothing, and reaching for all three only where it does, trims cost further without touching quality. That refinement is what we are building. The simple uniform cascade is already the right move today.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="what-comes-next"&gt;What comes next&lt;/h4&gt;
&lt;p&gt;The biggest open question from this benchmark is the one we sidestepped: how do you decide, at production scale and without a reference coordinate, whether to accept a provider's result? The textual rule we applied here works for a benchmark of 6,000 addresses. At 500,000 a month and up, it needs to be automated, robust to language and formatting variants, and able to catch the failures the textual rule misses: the right street and number but the wrong city, or the correct address pinned a few hundred meters down the road.&lt;/p&gt;
&lt;p&gt;Two directions follow from this. The first is the accept-or-reject decision itself. Provider confidence scores and labels are the obvious signal to lean on, and a real question is how far they can be trusted: on Slovak addresses, the providers' own labels flagged correct results as failures. So the more promising path may be external, can a language model flag a bad result from the input and output pair alone, with no reference coordinate, well enough to replace the manual rule? That layer is the missing piece that lets a country-aware cascade run unattended at scale. The second direction sits upstream: most real-world address data is far messier than a national registry, and how much of the geocoding gap closes with input cleaning rather than a better provider is still an open question. Both are what we are looking at next.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="methodology-recap"&gt;Methodology recap&lt;/h4&gt;
&lt;p&gt;For readers who want to reproduce or audit the analysis:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Dataset: 6,000 residential addresses, 500 per country, 12 European countries, sourced from OpenAddresses (11 countries) and CartoCiudad IGN (Spain). Schema: id, street_name, house_number, city, postal_code, country, country_code, full_address, lat_ref, lng_ref.&lt;/li&gt;
&lt;li&gt;Geocoders: OSM via Photon (not Nominatim), HERE, Google. All addresses geocoded once with each, raw outputs preserved.&lt;/li&gt;
&lt;li&gt;Validation rule: provider result accepted if (a) latitude returned, (b) house_number from input appears in formatted_address from provider, (c) at least one significant token of street_name from input appears in formatted_address from provider, (d) city or postal_code from input appears in formatted_address from provider. For HERE only, additionally requires confidence_score &amp;gt;= 0.8.&lt;/li&gt;
&lt;li&gt;Confirmed hit: accepted result within 100m of the reference coordinate (haversine distance).&lt;/li&gt;
&lt;li&gt;Cost basis: Google Geocoding API $5/1k, HERE Geocoding $0.83/1k, OSM via Photon $0 (self-hosted or platform-included).&lt;/li&gt;
&lt;li&gt;Cascade logic: blind cascade in production order (cheaper first, expensive last). Each step calls the next only if the current one was not accepted.&lt;/li&gt;
&lt;li&gt;Volume normalization: costs reported as annual spend at a workload of 500,000 addresses per month (6 million addresses a year).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The full per-address dataset (6,000 rows, 34 columns) is available on request.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="where-to-go-from-here"&gt;Where to go from here&lt;/h4&gt;
&lt;p&gt;If you are choosing or trimming a geocoding stack, these pages go deeper on the pieces this benchmark touches:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provider guides: &lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google Maps Geocoding API&lt;/a&gt;, &lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE Geocoding API&lt;/a&gt;, &lt;a href="https://coordable.co/provider/mapbox-geocoding-api/"&gt;Mapbox Geocoding API&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Head to head: &lt;a href="https://coordable.co/comparison/google-vs-here-geocoding-2026/"&gt;Google vs HERE geocoding in 2026&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Country deep dives: &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-france/"&gt;France&lt;/a&gt;, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-germany/"&gt;Germany&lt;/a&gt;, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-italy/"&gt;Italy&lt;/a&gt;, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-luxembourg/"&gt;Luxembourg&lt;/a&gt;, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-portugal/"&gt;Portugal&lt;/a&gt;, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-spain/"&gt;Spain&lt;/a&gt;, &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-united-kingdom/"&gt;United Kingdom&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description><guid>https://coordable.co/fr/blog/cut-geocoding-costs-79-percent-europe/</guid><pubDate>Mon, 15 Jun 2026 09:00:00 GMT</pubDate></item><item><title>US Census + Google Maps: How to cut geocoding costs by 90% for US addresses</title><link>https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/</link><dc:creator>François Andrieux</dc:creator><description>&lt;h3 id="the-setup"&gt;The setup&lt;/h3&gt;
&lt;p&gt;We wanted to test the effectiveness of a cascading geocoding strategy for US addresses. We took 1,000 real US addresses (a mix of residential and business addresses, of variable quality but overall correct) and ran three geocoding tests.&lt;/p&gt;
&lt;p&gt;Here is the summary of the results:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Test&lt;/th&gt;
&lt;th&gt;Provider(s)&lt;/th&gt;
&lt;th&gt;Addresses resolved&lt;/th&gt;
&lt;th&gt;Cost per 1,000&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;US Census only&lt;/td&gt;
&lt;td&gt;91.9%&lt;/td&gt;
&lt;td&gt;$0.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Google Maps only&lt;/td&gt;
&lt;td&gt;92.6%&lt;/td&gt;
&lt;td&gt;$5.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;US Census → Google Maps (cascade)&lt;/td&gt;
&lt;td&gt;97.3%&lt;/td&gt;
&lt;td&gt;$0.41&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The cascade delivers &lt;strong&gt;97.3% addresses found at $0.41&lt;/strong&gt;, compared to $5.00 for Google Maps alone. That is a &lt;strong&gt;90% cost reduction&lt;/strong&gt; with a &lt;strong&gt;+5.4 percentage point improvement&lt;/strong&gt; in addresses resolved. Amazing right?&lt;/p&gt;
&lt;p&gt;Read on to see how each test was run and what the results look like.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Table of contents:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#the-setup"&gt;The setup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#test-1-us-census-geocoder"&gt;Test 1: US Census Geocoder&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#what-is-the-us-census-geocoder"&gt;What is the US Census Geocoder?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#results"&gt;Results&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#test-2-google-maps-geocoding-api"&gt;Test 2: Google Maps Geocoding API&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#what-is-google-maps-geocoding"&gt;What is Google Maps Geocoding?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#results_1"&gt;Results&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#test-3-us-census-google-maps-cascade"&gt;Test 3: US Census + Google Maps (cascade)&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#how-the-cascade-works"&gt;How the cascade works&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#results_2"&gt;Results&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#going-further-adding-a-third-provider"&gt;Going further: adding a third provider&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#conclusion"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/#where-to-go-from-here"&gt;Where to go from here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="test-1-us-census-geocoder"&gt;Test 1: US Census Geocoder&lt;/h3&gt;
&lt;h4 id="what-is-the-us-census-geocoder"&gt;What is the US Census Geocoder?&lt;/h4&gt;
&lt;p&gt;The &lt;a href="https://geocoding.geo.census.gov/"&gt;US Census Geocoder&lt;/a&gt; is a &lt;strong&gt;public and free API&lt;/strong&gt; provided by the US federal government. It is not open source (the underlying software and data are maintained by the Census Bureau), but it is freely accessible, requires no API key, and has no published usage limits or cost.&lt;/p&gt;
&lt;p&gt;It is built on &lt;a href="https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html"&gt;TIGER/Line&lt;/a&gt; data, the official US address dataset. Results are &lt;strong&gt;interpolated on the street&lt;/strong&gt; rather than placed at the exact building location (no rooftop precision). For most use cases (delivery routing, territory analysis, customer mapping), street-level interpolation is entirely sufficient.&lt;/p&gt;
&lt;p&gt;The output data is in the public domain, with no licensing restrictions on how you store or use the coordinates.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Important limitation:&lt;/strong&gt; US Census only understands structured street addresses. It cannot geocode points of interest, business names, or company names. If your dataset contains entries like "Starbucks, Chicago" or "Boeing headquarters", US Census will return nothing for those rows. In that case, the 90% cost reduction figure will not hold: a commercial provider will need to handle a much larger share of your requests. &lt;strong&gt;This strategy works best for datasets of clean street addresses ; see below for a solution.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4 id="results"&gt;Results&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Accuracy: 91.9%&lt;/strong&gt; (919 out of 1,000 addresses resolved)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cost: $0.00&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/test1-us-census-screenshot.png" alt="Screenshot of the US Census geocoding session: 91.9% valid results, $0 cost."&gt;
  &lt;figcaption&gt;Test 1, US Census only: 919/1,000 addresses resolved, at no cost.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;91.9% is a strong result for a free API. The 8.1% of unresolved addresses are typically due to non-standard formatting, missing components, or addresses that simply do not appear in the TIGER/Line dataset.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="test-2-google-maps-geocoding-api"&gt;Test 2: Google Maps Geocoding API&lt;/h3&gt;
&lt;h4 id="what-is-google-maps-geocoding"&gt;What is Google Maps Geocoding?&lt;/h4&gt;
&lt;p&gt;Google Maps is one of the most widely used geocoding providers. At &lt;strong&gt;$5.00 per 1,000 addresses&lt;/strong&gt; (after the free quota), it is also one of the most expensive.&lt;/p&gt;
&lt;p&gt;It returns different precision levels: &lt;code&gt;ROOFTOP&lt;/code&gt; for exact building locations, and &lt;code&gt;RANGE_INTERPOLATED&lt;/code&gt; for street-level interpolation. For a fair comparison with US Census, which only returns street-level results, we accept &lt;strong&gt;both&lt;/strong&gt; &lt;code&gt;ROOFTOP&lt;/code&gt; and &lt;code&gt;RANGE_INTERPOLATED&lt;/code&gt; in this test.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licensing note:&lt;/strong&gt; Google Maps results come with significant restrictions beyond the price. Google's Terms of Service do not allow you to store geocoded coordinates long-term or use them outside of a Google Maps display context. If you need to build a database of geocoded addresses, use the results in a non-Google mapping tool, or export coordinates for analysis, you may be violating Google's terms. This is an important constraint to factor in before committing to Google as your primary geocoding provider.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Note: Google free quota is excluded from these cost figures, as its effective value depends on overall usage across all Google Maps products. The $5.00 figure reflects the standard pay-as-you-go rate.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4 id="results_1"&gt;Results&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Accuracy: 92.6%&lt;/strong&gt; (926 out of 1,000 addresses resolved)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cost: $5.00&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/test2-google-maps-screenshot.png" alt="Screenshot of the Google Maps geocoding session: 92.6% valid results, $5.00 per 1,000."&gt;
  &lt;figcaption&gt;Test 2, Google Maps only: 926/1,000 addresses resolved at ROOFTOP or RANGE_INTERPOLATED level, at $5.00 per 1,000.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Google Maps edges out US Census by 0.7 percentage points (92.6% vs 91.9%), but at a cost of $5.00 per 1,000 addresses vs $0. For this dataset, paying for Google Maps buys very little extra accuracy on its own.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="test-3-us-census-google-maps-cascade"&gt;Test 3: US Census + Google Maps (cascade)&lt;/h3&gt;
&lt;h4 id="how-the-cascade-works"&gt;How the cascade works&lt;/h4&gt;
&lt;p&gt;The cascading strategy is straightforward:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Send every address to US Census first.&lt;/strong&gt; If US Census returns a valid result, use it. Cost: $0.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For addresses that US Census could not resolve&lt;/strong&gt;, send them to Google Maps. Cost: $5.00 per 1,000 for this subset only.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In our test, approximately &lt;strong&gt;90% of addresses were resolved by US Census&lt;/strong&gt; (free), and only &lt;strong&gt;~8% required Google Maps&lt;/strong&gt;, at a total cost of $0.41. The remaining ~2.7% were not resolved by either provider.&lt;/p&gt;
&lt;p&gt;This is why the cost drops so dramatically: instead of paying $5.00 for every address, you only pay Google's rate for the small fraction that US Census could not handle.&lt;/p&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/workflow-visual.png" alt="Screenshot of the cascading geocoding workflow in Coordable: US Census as step 1, Google Maps as step 2 with ROOFTOP and RANGE_INTERPOLATED accepted."&gt;
  &lt;figcaption&gt;The two-provider cascade configured in Coordable: US Census first, then Google Maps for unresolved addresses, accepting both ROOFTOP and RANGE_INTERPOLATED results.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;h4 id="results_2"&gt;Results&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Accuracy: 97.3%&lt;/strong&gt; (973 out of 1,000 addresses resolved)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cost: $0.41&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Provider split: ~90% resolved by US Census · ~8% resolved by Google Maps · ~2.7% unresolved&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/test3-cascade-screenshot.png" alt="Screenshot of the cascading geocoding session: 97.3% valid results, $0.41 per 1,000."&gt;
  &lt;figcaption&gt;Test 3, US Census → Google Maps cascade: 973/1,000 addresses resolved, at $0.41 per 1,000.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The cascade delivers a &lt;strong&gt;+5.4 percentage point improvement&lt;/strong&gt; over either provider alone, at 8% of the cost of Google Maps. The key insight is that US Census and Google Maps fail on &lt;em&gt;different&lt;/em&gt; addresses. Addresses that US Census cannot parse or match are often resolved by Google's more robust parsing engine, and vice versa.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://coordable.co" class="learn-more-btn"&gt;Set up cascading geocoding with Coordable&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;
&lt;h3 id="going-further-adding-a-third-provider"&gt;Going further: adding a third provider&lt;/h3&gt;
&lt;p&gt;This two-provider cascade already delivers strong results, but you can push accuracy even higher by adding a third provider.&lt;/p&gt;
&lt;p&gt;For example, adding &lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE&lt;/a&gt; as a second fallback (after Google Maps) would catch some of the 2.7% of addresses that neither US Census nor Google resolved. HERE has strong US address coverage and is significantly cheaper than Google Maps at $0.83 per 1,000 addresses. A three-provider cascade (US Census → Google Maps → HERE) would likely push accuracy above 97.3% while keeping the overall cost low, since HERE would only handle the tiny fraction of addresses that both previous providers missed.&lt;/p&gt;
&lt;p&gt;We ran a similar experiment with French addresses using the &lt;a href="https://coordable.co/blog/how-to-geocode-with-ban/"&gt;BAN API&lt;/a&gt; (the French government geocoder), Google Maps, and HERE, and achieved 97.7% accuracy at $1.62 per 1,000, a 67% cost reduction compared to Google alone. The principle is identical: route easy addresses through the cheapest provider, and reserve expensive providers for the hard cases. See &lt;a href="https://coordable.co/blog/how-to-reduce-geocoding-costs-by-67/"&gt;How to reduce geocoding costs by 67%&lt;/a&gt; for the full breakdown.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="conclusion"&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;For US address geocoding, the US Census Geocoder is a powerful and underused tool. It is free, requires no API key, and handles the vast majority of clean street addresses correctly. Pairing it with Google Maps as a fallback gives you the best of both worlds: near-complete coverage at a fraction of the cost.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Test&lt;/th&gt;
&lt;th&gt;Provider(s)&lt;/th&gt;
&lt;th&gt;Found&lt;/th&gt;
&lt;th&gt;Cost per 1,000&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;US Census only&lt;/td&gt;
&lt;td&gt;91.9%&lt;/td&gt;
&lt;td&gt;$0.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Google Maps only&lt;/td&gt;
&lt;td&gt;92.6%&lt;/td&gt;
&lt;td&gt;$5.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;US Census → Google Maps (cascade)&lt;/td&gt;
&lt;td&gt;97.3%&lt;/td&gt;
&lt;td&gt;$0.41&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The key caveat: this strategy works for &lt;strong&gt;street address datasets&lt;/strong&gt;. If your data contains business names, POIs, or unstructured inputs, US Census will not help and you will need a commercial provider for a larger share of requests.&lt;/p&gt;
&lt;p&gt;However, it would have been possible to plug a low-cost provider to handle the remaining addresses as well : HERE, Nominatim (OSM), OpenCage, etc.&lt;/p&gt;
&lt;p&gt;If you want to implement this cascade without writing custom code, &lt;a href="https://coordable.co"&gt;Coordable&lt;/a&gt; lets you configure multi-provider workflows with quality rules at each step, so only good results pass through.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://coordable.co" class="learn-more-btn"&gt;Try cascading geocoding with Coordable&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;
&lt;h3 id="where-to-go-from-here"&gt;Where to go from here&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;See how the same cascading approach cuts costs by 67% for French addresses: &lt;a href="https://coordable.co/blog/how-to-reduce-geocoding-costs-by-67/"&gt;How to reduce geocoding costs by 67%&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Compare geocoding prices across all major providers: &lt;a href="https://coordable.co/blog/geocoding-prices-2026/"&gt;Geocoding prices in 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Learn more about Google Maps Geocoding: &lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google Maps Geocoding API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><guid>https://coordable.co/fr/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/</guid><pubDate>Sat, 21 Mar 2026 10:00:00 GMT</pubDate></item><item><title>How to reduce geocoding costs by 67%</title><link>https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/</link><dc:creator>François Andrieux</dc:creator><description>&lt;h3 id="the-use-case-a-logistics-company-paying-way-too-much-for-geocoding"&gt;The use case: a logistics company paying way too much for geocoding&lt;/h3&gt;
&lt;p&gt;If you work in logistics, insurance, or routing software, you know the drill: geocoding volumes are massive, and the bills that come with them are too.&lt;/p&gt;
&lt;p&gt;In this article, we show how &lt;a href="https://coordable.co"&gt;Coordable&lt;/a&gt; helped a logistics company cut geocoding costs by &lt;strong&gt;67%&lt;/strong&gt; while also increasing its share of valid geocoding results from 94% to 97.7%. &lt;strong&gt;Total savings: $20,280 per year.&lt;/strong&gt; 🤩&lt;/p&gt;
&lt;p&gt;Let's dive in.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Table of contents:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#the-use-case-a-logistics-company-paying-way-too-much-for-geocoding"&gt;The use case: a logistics company paying way too much for geocoding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#the-problem-choosing-between-cost-and-quality"&gt;The problem: choosing between cost and quality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#the-solution-cascading-providers"&gt;The solution: cascading providers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#the-workflow-3-providers"&gt;The workflow: 3 providers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#the-results"&gt;The results&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#session-1-google-maps-only"&gt;Session 1: Google Maps only&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#session-2-ban-google-maps-here-cascading"&gt;Session 2: BAN + Google Maps + HERE (cascading)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#yearly-cost-savings"&gt;Yearly cost savings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#conclusion"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/#where-to-go-from-here"&gt;Where to go from here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="the-problem-choosing-between-cost-and-quality"&gt;The problem: choosing between cost and quality&lt;/h3&gt;
&lt;p&gt;You have probably faced this tradeoff: premium providers like Google Maps deliver excellent results, but they come at a price. Cheaper alternatives may leave some addresses unresolved.&lt;/p&gt;
&lt;p&gt;Most of the time, though, you do not actually need the premium option; addresses are clean and unambiguous, so any decent geocoder will do the job. The real challenge appears when your address data is messy: in those cases, you are forced to choose between paying for Google Maps to guarantee correct results, or accepting that a cheaper provider will miss some.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-solution-cascading-providers"&gt;The solution: cascading providers&lt;/h3&gt;
&lt;p&gt;Good news: there is a strategy that gives you the best of both worlds, &lt;strong&gt;cascading geocoders&lt;/strong&gt;. The principle is straightforward:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use an open-source or low-cost provider for ~90% of geocoding requests (the clean, unambiguous addresses).&lt;/li&gt;
&lt;li&gt;Use a premium geocoder (or several) to resolve the remaining ~10%.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This approach raises geocoding success rates while keeping costs down. In our case, it reduced costs by 67% and increased the share of successfully geocoded addresses by +3.7%. Here is how we did it.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-workflow-3-providers"&gt;The workflow: 3 providers&lt;/h3&gt;
&lt;p&gt;Our logistics client needed to geocode mostly residential addresses in France. France has an excellent government API for this purpose, the &lt;a href="https://coordable.co/blog/how-to-geocode-with-ban/"&gt;Base Adresse Nationale (BAN)&lt;/a&gt;, which covers French residential addresses very well, though it does not handle points of interest or addresses outside France. Many commercial providers actually use BAN data to improve their own results.&lt;/p&gt;
&lt;p&gt;The downside of BAN's API is that it is less robust at parsing and matching poorly formatted input. So we still needed to pair it with at least one commercial provider to ensure no addresses slip through. For that, we chose Google Maps. Finally, we added HERE as a second fallback because HERE also leverages BAN data, making it a strong option for the French addresses that Google could not resolve to rooftop level.&lt;/p&gt;
&lt;p&gt;Here is our strategy:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;French BAN&lt;/strong&gt;: confidence score &amp;gt; 0.75 required.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Google Maps API&lt;/strong&gt;: &lt;code&gt;ROOFTOP&lt;/code&gt; location type required (if not resolved in step 1).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;HERE&lt;/strong&gt;: confidence score &amp;gt; 0.75 required (if not resolved in step 2).&lt;/li&gt;
&lt;/ol&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/how-to-reduce-geocoding-costs/cascading-workflow-screenshot.png" alt="Screenshot of the cascading geocoding workflow: BAN first, then Google Maps, then HERE, each with its own quality rule."&gt;
  &lt;figcaption&gt;The three-provider cascade configured in Coordable: BAN → Google Maps → HERE, each step gated by a quality rule.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;We apply quality rules at each step to discard results that are not good enough. For French BAN and HERE, the confidence score reflects how closely the geocoder matched the input string. Although computed slightly differently across providers, both scores are a reliable way to filter out poor results. Setting the threshold at 0.75 is fairly strict, but the cascade makes this safe; any address rejected at one step simply moves to the next provider.&lt;/p&gt;
&lt;p&gt;Google Maps does not provide a confidence score, so instead we filter on the location type returned (&lt;code&gt;ROOFTOP&lt;/code&gt;, &lt;code&gt;APPROXIMATE&lt;/code&gt;, &lt;code&gt;GEOMETRIC_CENTER&lt;/code&gt;). For residential addresses, we require &lt;code&gt;ROOFTOP&lt;/code&gt; only, to ensure the coordinates are placed in front of the building rather than somewhere in the middle of the street.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-results"&gt;The results&lt;/h3&gt;
&lt;p&gt;To measure the impact, we ran two geocoding sessions on the same dataset and compared them:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Google Maps only&lt;/strong&gt;: the client's initial setup.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cascading strategy&lt;/strong&gt;: BAN → Google Maps → HERE.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The test dataset contains 1,000 residential addresses, mostly clean and well-formed. That is large enough to get a reliable picture of how this strategy performs at scale.&lt;/p&gt;
&lt;p&gt;In practice, the client geocodes about &lt;strong&gt;500,000 addresses per month&lt;/strong&gt;.&lt;/p&gt;
&lt;h4 id="session-1-google-maps-only"&gt;Session 1: Google Maps only&lt;/h4&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/how-to-reduce-geocoding-costs/session1-google-screenshot.png" alt="Screenshot of the Google Maps only geocoding session: 94% valid results, $5 per 1,000."&gt;
  &lt;figcaption&gt;Session 1, Google Maps only: 940/1,000 addresses resolved at ROOFTOP level, at $5 per 1,000.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Results:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;94%&lt;/strong&gt; valid geocoding results (addresses resolved to &lt;code&gt;ROOFTOP&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Estimated cost: &lt;strong&gt;$5.00 per 1,000 addresses&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Note: these costs ignore the Google free quota, which is shared across all Google Maps products. Its effective value depends on each client's overall usage, so we exclude it for a fair comparison.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4 id="session-2-ban-google-maps-here-cascading"&gt;Session 2: BAN + Google Maps + HERE (cascading)&lt;/h4&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/how-to-reduce-geocoding-costs/session2-cascading-providers-screenshot.png" alt="Screenshot of the cascading geocoding session: 97.7% valid results, $1.62 per 1,000."&gt;
  &lt;figcaption&gt;Session 2, Cascading strategy: 977/1,000 addresses resolved, at $1.62 per 1,000.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Results:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;97.7%&lt;/strong&gt; valid geocoding results, a &lt;strong&gt;+3.7% improvement&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Estimated cost: &lt;strong&gt;$1.62 per 1,000 addresses&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Provider breakdown: BAN 64.5% · Google Maps 31.7% · HERE 3.8%&lt;/p&gt;
&lt;p&gt;Using BAN means that 64.5% of addresses cost nothing to geocode. Our strict rules then sent 31.7% of addresses to Google Maps, and HERE handled the remaining 3.8%.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Total cost reduction: 67%, while improving geocoding quality.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="yearly-cost-savings"&gt;Yearly cost savings&lt;/h3&gt;
&lt;p&gt;At 500,000 addresses per month, the client was spending about $2,500/month on Google Maps alone. With the cascading strategy, that bill drops to $810/month, without any loss of quality; on the contrary.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Monthly cost&lt;/th&gt;
&lt;th&gt;Annual cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Google Maps only&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$2,500&lt;/td&gt;
&lt;td&gt;$30,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Cascading (BAN + Google + HERE)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$810&lt;/td&gt;
&lt;td&gt;$9,720&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Savings&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$1,690&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$20,280&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;That is &lt;strong&gt;$20,280 saved per year&lt;/strong&gt;, while resolving +3.7% more addresses correctly.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="conclusion"&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;If you are paying Google Maps rates for every address, you are likely overpaying. This real-world example shows how large the gap can be: by routing the bulk of clean French addresses through the free BAN API, reserving Google Maps for harder cases, and using HERE as a final safety net, the client went from 94% to 97.7% geocoding success while paying 67% less.&lt;/p&gt;
&lt;p&gt;The key is combining the right providers in the right order, and enforcing quality rules at each step so only genuinely good results pass through. The result is a system that is both cheaper and more reliable than relying on a single provider.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://coordable.co" class="learn-more-btn"&gt;Set up cascading geocoding with Coordable&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;
&lt;h3 id="where-to-go-from-here"&gt;Where to go from here&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Learn more about the providers used in this workflow: &lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google Maps Geocoding API&lt;/a&gt;, &lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE Geocoding API&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;See how providers compare in France: &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-france/"&gt;Best geocoding providers for France&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Compare Google and HERE head-to-head: &lt;a href="https://coordable.co/comparison/google-vs-here-geocoding-2026/"&gt;Google vs HERE for geocoding&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;See current geocoding prices at a glance: &lt;a href="https://coordable.co/blog/geocoding-prices-2026/"&gt;Geocoding prices in 2026&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description><guid>https://coordable.co/fr/blog/how-to-reduce-geocoding-costs-by-67/</guid><pubDate>Sun, 08 Mar 2026 10:00:00 GMT</pubDate></item><item><title>HERE price increase by 6% in 2026</title><link>https://coordable.co/fr/blog/here-geocoding-price-increase-2026/</link><dc:creator>François Andrieux</dc:creator><description>&lt;p&gt;HERE Technologies is updating its pricing from April 2026. This post summarizes what matters for geocoding users: effective date, what changes, and who is affected.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://coordable.co/images/providers-logo/here-logo-large.png" alt="HERE Technologies logo" width="200" class="d-block mx-auto"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Table of contents:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/here-geocoding-price-increase-2026/#what-here-announced"&gt;What HERE announced&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/here-geocoding-price-increase-2026/#what-this-means-for-you"&gt;What this means for you&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/here-geocoding-price-increase-2026/#where-to-go-from-here"&gt;Where to go from here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="what-here-announced"&gt;What HERE announced&lt;/h3&gt;
&lt;p&gt;From April 1, 2026, the price of the &lt;strong&gt;HERE Base Plan&lt;/strong&gt; will increase by &lt;strong&gt;6%&lt;/strong&gt; for new contracts, renewals, and extensions. Existing contracts remain unchanged until renewal or extension.&lt;/p&gt;
&lt;p&gt;HERE Technologies communicated the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The prices of &lt;strong&gt;all 35 HERE Location Services and Data IO&lt;/strong&gt; using the pay-per-transaction model will increase by &lt;strong&gt;6%&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;This price increase applies to &lt;strong&gt;all new subscriptions and (auto-)renewals from April 1, 2026&lt;/strong&gt; onwards.&lt;/li&gt;
&lt;li&gt;The price of the &lt;strong&gt;Developer technical support plan&lt;/strong&gt; remains unchanged.&lt;/li&gt;
&lt;li&gt;These pricing updates will be reflected in all future contracts and invoices from April 1, 2026 onwards.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="what-this-means-for-you"&gt;What this means for you&lt;/h3&gt;
&lt;p&gt;If you sign a new contract or renew on or after April 1, 2026, you will see the new 6% pricing. For coverage, rate limits, licensing, and current pricing details, see our &lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE Geocoding API&lt;/a&gt; guide.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="where-to-go-from-here"&gt;Where to go from here&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE Geocoding API&lt;/a&gt; — coverage, rate limits, and licensing.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/geocoding-prices-2026/"&gt;Geocoding prices in 2026&lt;/a&gt; — compare HERE with other providers.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/comparison/google-vs-here-geocoding-2026/"&gt;Google vs HERE for geocoding&lt;/a&gt; — head-to-head comparison.&lt;/li&gt;
&lt;/ul&gt;</description><guid>https://coordable.co/fr/blog/here-geocoding-price-increase-2026/</guid><pubDate>Fri, 06 Mar 2026 12:00:00 GMT</pubDate></item><item><title>Geocoding prices in 2026</title><link>https://coordable.co/fr/blog/geocoding-prices-2026/</link><dc:creator>François Andrieux</dc:creator><description>&lt;p&gt;Here’s a clear overview of what the main geocoding services cost in 2026, and whether anything changed recently. Use the table and the &lt;strong&gt;interactive chart&lt;/strong&gt; below to compare prices at a glance and to simulate your costs. 🙂&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Table of contents:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#pricing-overview"&gt;Pricing overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#compare-costs-at-your-volume"&gt;Compare costs at your volume&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#did-prices-change"&gt;Did prices change?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#how-to-reduce-geocoding-cost"&gt;How to reduce geocoding cost&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#price-is-not-everything"&gt;Price is not everything&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#where-to-go-from-here"&gt;Where to go from here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="pricing-overview"&gt;Pricing overview&lt;/h3&gt;
&lt;p&gt;Roughly what you pay after the free tier (per 1,000 requests, in USD). Free tiers and volume discounts vary; check each provider for exact terms.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Provider&lt;/th&gt;
&lt;th&gt;Free tier&lt;/th&gt;
&lt;th&gt;Price per 1,000 (after free)&lt;/th&gt;
&lt;th&gt;Note&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Google Maps&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;10,000/month&lt;/td&gt;
&lt;td&gt;$5.00&lt;/td&gt;
&lt;td&gt;Volume discounts; see &lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#did-prices-change"&gt;March 2025 changes&lt;/a&gt; below.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;HERE&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;30,000/month&lt;/td&gt;
&lt;td&gt;$0.83&lt;/td&gt;
&lt;td&gt;Volume discounts; &lt;a href="https://coordable.co/fr/blog/geocoding-prices-2026/#did-prices-change"&gt;6% increase from April 2026&lt;/a&gt; for new contracts and renewals.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;TomTom&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2,500/day (~75k/month)&lt;/td&gt;
&lt;td&gt;$0.75&lt;/td&gt;
&lt;td&gt;Volume discounts.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Mapbox (Temporary)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;100,000/month&lt;/td&gt;
&lt;td&gt;$0.75&lt;/td&gt;
&lt;td&gt;Temporary results only; no long-term storage.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Mapbox (Permanent)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;$5.00&lt;/td&gt;
&lt;td&gt;Allows indefinite storage of results.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;OpenCage&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2,500/day (~75k/month)&lt;/td&gt;
&lt;td&gt;from ~$0.15–0.17&lt;/td&gt;
&lt;td&gt;Subscription-based; volume discounts. Permissive storage.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Nominatim (OSM)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Public API rate-limited&lt;/td&gt;
&lt;td&gt;Free&lt;/td&gt;
&lt;td&gt;Self-hosting has infra costs.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Many countries also have &lt;strong&gt;free or low-cost official APIs&lt;/strong&gt; (e.g. &lt;a href="https://coordable.co/blog/how-to-geocode-with-ban/"&gt;France's BAN&lt;/a&gt;, Spain's CartoCiudad, UK's OS Places under certain schemes). For local addresses, check our country-specific comparisons linked at the end.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="compare-costs-at-your-volume"&gt;Compare costs at your volume&lt;/h3&gt;
&lt;p&gt;The difficulty is that most providers have different pricing tiers and different free tiers. So you need to know exactly how many addresses you need to geocode to know which provider is the cheapest. Also, prices typically decrease as volume increases, so your per-request cost depends heavily on your total usage.&lt;/p&gt;
&lt;p&gt;You can simulate your costs with the &lt;strong&gt;interactive chart&lt;/strong&gt; below. Just select the number of addresses you need to geocode and the chart will show you the cost per provider!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div id="pricing_chart_main"&gt;&lt;/div&gt;
&lt;script&gt;
(function() {
  const providers = ["Google", "HERE", "TomTom", "OpenCage", "Mapbox (Temp)", "Mapbox (Perm)", "Nominatim"];
  if (typeof includePricingChart === "function") {
    includePricingChart("#pricing_chart_main", providers);
  }
})();
&lt;/script&gt;
&lt;hr&gt;
&lt;h3 id="did-prices-change"&gt;Did prices change?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Google (March 2025):&lt;/strong&gt; Google replaced the previous $200/month credit with &lt;strong&gt;per-SKU free usage&lt;/strong&gt; (e.g. around 10,000 free billable events per month for the Geocoding API). Volume discount tiers were expanded for high usage. So the &lt;em&gt;effective&lt;/em&gt; free tier for geocoding is lower than before, but heavy users can see lower marginal costs at scale. Details: &lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google Maps Geocoding API guide&lt;/a&gt; and &lt;a href="https://developers.google.com/maps/billing-and-pricing/march-2025"&gt;Google Maps Platform March 2025 changes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HERE (April 2026):&lt;/strong&gt; From April 1, 2026, the HERE Base Plan and all pay-per-transaction Location Services and Data IO &lt;strong&gt;increase by 6%&lt;/strong&gt; for new contracts, renewals, and extensions. Existing contracts are unchanged until renewal. See &lt;a href="https://coordable.co/blog/here-geocoding-price-increase-2026/"&gt;HERE price increase by 6% in 2026&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Other major providers:&lt;/strong&gt; TomTom, Mapbox, and OpenCage have kept their published pricing stable into 2026. Our source dates in the repo are October 2025 / January 2026; always confirm current prices on each provider’s site before committing.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="how-to-reduce-geocoding-cost"&gt;How to reduce geocoding cost&lt;/h3&gt;
&lt;p&gt;Relying on a single premium provider (e.g. Google at $5 per 1,000 requests) can become very expensive at scale. A proven way to &lt;strong&gt;cut costs without sacrificing quality&lt;/strong&gt; is &lt;strong&gt;cascading geocoders&lt;/strong&gt;: use several providers in a defined order, and only fall back to the next when the current one fails or does not meet your criteria.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is cascading?&lt;/strong&gt; You define an ordered list of providers (e.g. OpenStreetMap or OpenCage → HERE → Google). For each address, you try the first provider; if that fails or the result does not pass validation, you automatically try the next one, and so on. Cheaper or free providers handle the bulk of easy addresses; premium providers are used only for the harder cases. The result: &lt;strong&gt;higher success rates&lt;/strong&gt; (often 98–99% instead of ~90% with one provider) and &lt;strong&gt;lower total cost&lt;/strong&gt;, because most requests are served by the least expensive option.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://coordable.co/" class="learn-more-btn"&gt;Reduce your costs with Coordable cascading geocoding&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The diagram below illustrates the idea: send 100% of requests to a free or low-cost provider first (e.g. OSM); only the unresolved share (e.g. 10%) goes to a mid-tier provider (e.g. HERE); and only the remainder (e.g. 4%) hits the premium provider (e.g. Google). You still reach a very high overall geocoding rate (e.g. 99.9%) while paying the premium rate for a small fraction of traffic.&lt;/p&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/geocoding-cascade.png" alt="Cascading geocoding: 100% of requests go to OSM first (90% resolved), then 10% to HERE (6% more resolved), then 4% to Google (3.9% resolved); total 99.9% geocoding rate."&gt;
  &lt;figcaption&gt;Cascading geocoders: prioritize cheap or free providers, fall back to premium only when needed. Quality and cost scale with each step.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;You can implement cascading in your own code (call provider A, then B on failure, etc.) or do it easily with &lt;a href="https://coordable.co"&gt;Coordable&lt;/a&gt;: choose your providers, define the cascade order and fallback rules, and optionally validate results so only good coordinates reach your database. Either way, the principle is the same: &lt;strong&gt;prioritize cheaper solutions and only fall back to premium when it is truly necessary.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://coordable.co"&gt;Try Coordable&lt;/a&gt;&lt;/strong&gt; to easily implement cascading geocoding for your business.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="price-is-not-everything"&gt;Price is not everything&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Pricing does not always reflect quality.&lt;/strong&gt; The cheapest option is not necessarily the worst, and some geocoders can match or beat large commercial providers depending on region and data type (addresses vs POIs, local vs global). To see how providers actually perform where you operate, check the best geocoding provider for your country. We have in-depth comparisons for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-france/"&gt;Best geocoding providers for France&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-germany/"&gt;Best geocoding providers for Germany&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-italy/"&gt;Best geocoding providers for Italy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-luxembourg/"&gt;Best geocoding providers for Luxembourg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-portugal/"&gt;Best geocoding providers for Portugal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-spain/"&gt;Best geocoding providers for Spain&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-united-kingdom/"&gt;Best geocoding providers for the United Kingdom&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="where-to-go-from-here"&gt;Where to go from here&lt;/h3&gt;
&lt;p&gt;For more detail on a single provider (coverage, rate limits, licensing), see our guides: &lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google Maps Geocoding API&lt;/a&gt;, &lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE Geocoding API&lt;/a&gt;, &lt;a href="https://coordable.co/provider/mapbox-geocoding-api/"&gt;Mapbox Geocoding API&lt;/a&gt;. For a head-to-head in 2026, see &lt;a href="https://coordable.co/comparison/google-vs-here-geocoding-2026/"&gt;Google vs HERE for geocoding&lt;/a&gt;.&lt;/p&gt;</description><guid>https://coordable.co/fr/blog/geocoding-prices-2026/</guid><pubDate>Fri, 06 Mar 2026 10:00:00 GMT</pubDate></item></channel></rss>