<?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 (Posts about cascading)</title><link>https://coordable.co/</link><description></description><atom:link href="https://coordable.co/categories/cascading.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:contact@coordable.co"&gt;Nikola Tesla&lt;/a&gt; </copyright><lastBuildDate>Fri, 24 Apr 2026 22:38:28 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>We built a free tool to benchmark geocoding provider accuracy</title><link>https://coordable.co/blog/free-tool-benchmark-geocoding-providers/</link><dc:creator>François Andrieux</dc:creator><description>&lt;h3 id="why-we-built-it"&gt;Why we built it&lt;/h3&gt;
&lt;p&gt;Most teams pick a geocoding provider once and never look back. Usually Google. It is reliable, well-documented, and familiar. But it is also one of the most expensive options, and on some datasets, it is not even the most accurate.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Accuracy varies a lot depending on the country, the address format, and the quality of the input data.&lt;/strong&gt; A provider that works great for residential addresses might struggle with POI inputs. And it works the other way too: some free, official APIs (like government address registries) outperform paid commercial ones on their home turf. Beyond accuracy, cost and usage rights also differ significantly between providers.&lt;/p&gt;
&lt;p&gt;That is why knowing which provider &lt;strong&gt;performs best on &lt;em&gt;your&lt;/em&gt; data matters&lt;/strong&gt;. We built a free tool so you can find out in a few minutes, without writing any code and without providing your own API keys.&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/free-tool-benchmark-geocoding-providers/#why-we-built-it"&gt;Why we built it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/free-tool-benchmark-geocoding-providers/#how-the-benchmark-tool-works"&gt;How the benchmark tool works&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/free-tool-benchmark-geocoding-providers/#example-1-500-us-addresses"&gt;Example 1: 500 US addresses&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/free-tool-benchmark-geocoding-providers/#example-2-300-french-addresses-mixed-pois-and-house-addresses"&gt;Example 2: 300 French addresses (mixed POIs and house addresses)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/free-tool-benchmark-geocoding-providers/#conclusion"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/free-tool-benchmark-geocoding-providers/#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="how-the-benchmark-tool-works"&gt;How the benchmark tool works&lt;/h3&gt;
&lt;p&gt;You upload a CSV (or Excel file, up to 500 rows), map the columns that form your addresses, and select the providers you want to compare. We run the geocoding on our side; no account, no API keys required from you. The whole thing takes a few minutes. You get a side-by-side accuracy and cost breakdown for each provider, plus a full report by email.&lt;/p&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/benchmark-free-tool/upload-screenshot.png" alt="Benchmark tool upload step: drag and drop a CSV, select address columns, pick providers, optional email for the report"&gt;
  &lt;figcaption&gt;Upload a dataset, map address columns, select providers, and start. No API keys required on your side.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;One important detail: &lt;strong&gt;we do not count every response as a success&lt;/strong&gt;. A result is considered valid only if it returns a house number, a street name, and a confidence above 80%. For &lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google&lt;/a&gt;, we also discard &lt;code&gt;GEOMETRIC_CENTER&lt;/code&gt; and &lt;code&gt;APPROXIMATE&lt;/code&gt; precision types; these place a point somewhere vaguely in an area, which is not useful for industries that need a precise location (logistics, real estate, route planning, insurance).&lt;/p&gt;
&lt;p&gt;Accepting every returned coordinate would artificially inflate accuracy scores and hide the silent errors that eventually cause real problems downstream. That's actually a more common problem than you might think: &lt;strong&gt;geocoding providers often return false results, and detecting them is not easy&lt;/strong&gt;. Using confidence scores and other quality rules is the only way to avoid this.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="example-1-500-us-addresses"&gt;Example 1: 500 US addresses&lt;/h3&gt;
&lt;p&gt;The first dataset is 500 well-formed US street addresses, the kind of clean, structured input that geocoding providers generally handle best.&lt;/p&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/benchmark-free-tool/us-benchmark-1.png" alt="US benchmark results: per-provider accuracy and cost, and Coordable Cascading at 98.8% with large cost reduction"&gt;
  &lt;figcaption&gt;Results for 500 US addresses: per-provider accuracy, estimated cost, and Coordable Cascading with +1.4 pts and -97% cost vs a Google-only approach.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Provider&lt;/th&gt;
&lt;th&gt;Accuracy&lt;/th&gt;
&lt;th&gt;Cost per request&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;HERE&lt;/td&gt;
&lt;td&gt;97.4%&lt;/td&gt;
&lt;td&gt;$0.0008&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mapbox&lt;/td&gt;
&lt;td&gt;96.8%&lt;/td&gt;
&lt;td&gt;$0.0008&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;US Census&lt;/td&gt;
&lt;td&gt;92.2%&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Free&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Google Geocoding&lt;/td&gt;
&lt;td&gt;91.2%&lt;/td&gt;
&lt;td&gt;$0.0050&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;OpenCage&lt;/td&gt;
&lt;td&gt;80.6%&lt;/td&gt;
&lt;td&gt;$0.0002&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Coordable Cascading&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;98.8%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~$0.0000&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Two things stand out. First, HERE outperformed Google by 6 percentage points, while costing 6x less. Second, the US Census (a free, public API that requires no account or key) scored 92.2%, beating Google on this dataset. That is not a fluke: the Census Geocoder is built on TIGER/Line, the official US address dataset, and it handles clean residential addresses very well. We have written more about this in &lt;a href="https://coordable.co/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/"&gt;a dedicated comparison&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Running all five providers through Coordable Cascading brought accuracy to 98.8% (494/500 matched) at almost $0 effective cost per request, because US Census resolved the bulk of the file at no charge and the cascade only paid commercial rates for the small fraction it could not handle. That is +1.4 points over the best single provider and -97% cost compared to routing everything through Google.&lt;/p&gt;
&lt;p&gt;See &lt;a href="https://coordable.co/blog/geocoding-prices-2026/"&gt;geocoding prices in 2026&lt;/a&gt; for a full price comparison.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="example-2-300-french-addresses-mixed-pois-and-house-addresses"&gt;Example 2: 300 French addresses (mixed POIs and house addresses)&lt;/h3&gt;
&lt;p&gt;The second dataset is more representative of real-world messiness: 300 French rows mixing residential house addresses with POIs (streets, neighbourhoods, landmarks, business names). No clean housenumber in many rows.&lt;/p&gt;
&lt;figure&gt;
  &lt;img src="https://coordable.co/images/benchmark-free-tool/fr-benchmark-2.png" alt="French benchmark: Google 70.7% vs BAN 54.3% and Coordable Cascading 76.3% with -93% cost"&gt;
  &lt;figcaption&gt;Results for 300 French rows: Google leads single providers on mixed inputs; Coordable Cascading adds +5.6 pts and cuts cost by 93%.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Provider&lt;/th&gt;
&lt;th&gt;Accuracy&lt;/th&gt;
&lt;th&gt;Cost per request&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Google Geocoding&lt;/td&gt;
&lt;td&gt;70.7%&lt;/td&gt;
&lt;td&gt;$0.0050&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HERE&lt;/td&gt;
&lt;td&gt;67.3%&lt;/td&gt;
&lt;td&gt;$0.0008&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mapbox&lt;/td&gt;
&lt;td&gt;62.0%&lt;/td&gt;
&lt;td&gt;$0.0008&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;French BAN&lt;/td&gt;
&lt;td&gt;54.3%&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Free&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;OpenCage&lt;/td&gt;
&lt;td&gt;31.3%&lt;/td&gt;
&lt;td&gt;$0.0002&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Coordable Cascading&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;76.3%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~$0.0004&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Google leads here, which makes sense: it handles POIs, business names, and loose address formats better than most providers. The &lt;a href="https://coordable.co/blog/how-to-geocode-with-ban/"&gt;French BAN&lt;/a&gt; (the official national address registry, free to use) scores 54.3%, not because it is inaccurate on house addresses, but because it rejects anything that does not look like a structured housenumber + street address. Streets, neighbourhoods, and POI-style rows all come back empty under our strict quality rules. On a dataset of pure French residential addresses, BAN alone typically reaches well above 90%.&lt;/p&gt;
&lt;p&gt;The headline numbers stay in the 70% range for this dataset, and that is honest: our quality bar is strict, and mixed input data is genuinely harder. Coordable Cascading reached 76.3% (229/300), +5.6 points over Google, at around $0.0004 per request (a 93% cost reduction). BAN handled the house addresses it could resolve for free; commercial providers covered the rest.&lt;/p&gt;
&lt;p&gt;More context on French provider performance: &lt;a href="https://coordable.co/country-analysis/best-geocoding-providers-france/"&gt;best geocoding providers for France&lt;/a&gt; and &lt;a href="https://coordable.co/blog/how-to-reduce-geocoding-costs-by-67/"&gt;how we cut French geocoding cost by 67%&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="conclusion"&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;I hope these two examples show how much results can vary from one dataset to another. There is rarely a clear winner among commercial providers, even though some do a genuinely great job. The better strategy is to &lt;strong&gt;combine several providers&lt;/strong&gt;: take advantage of the strengths of each, and prioritize the cheapest ones first. This approach, cascading geocoders, helps reduce the number of incorrect or unmatched geocodings while &lt;strong&gt;drastically cutting costs&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;What works best truly depends on your country, your address quality, and your specific use case. For example, a clean dataset of US residential addresses is a very different challenge from a mixed French file containing POIs, street-level inputs, neighborhood names, or business names. The right cascade or provider combination for one scenario might &lt;strong&gt;not suit the other&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;That’s exactly why we built this tool: &lt;strong&gt;your results will depend on your actual data and your context&lt;/strong&gt;. Run it on your own files and see what happens—you may discover that a free public API covers most of your addresses, or that a cheaper commercial provider outperforms the one you're currently paying for. Ultimately, the best strategy is tailored to your country and input quality: experiment, compare, and don’t assume a single provider (or cascade) will be optimal in every situation.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://app.coordable.co/compare" class="learn-more-btn"&gt;Open the free benchmark tool&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;&lt;a href="https://coordable.co/blog/how-to-cut-geocoding-costs-by-90-for-us-addresses-census-google-maps/"&gt;US Census + Google: how to cut US geocoding cost by 90%&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/how-to-reduce-geocoding-costs-by-67/"&gt;How to reduce geocoding costs by 67% (France, BAN + Google + HERE)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/blog/how-to-geocode-with-ban/"&gt;How to geocode addresses with the French BAN API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/provider/google-maps-geocoding-api/"&gt;Google Maps Geocoding API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/provider/here-geocoding-api/"&gt;HERE Geocoding API&lt;/a&gt;&lt;/li&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/blog/geocoding-prices-2026/"&gt;Geocoding prices in 2026&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>accuracy</category><category>benchmark</category><category>cascading</category><category>geocoding</category><category>providers</category><category>tools</category><guid>https://coordable.co/blog/free-tool-benchmark-geocoding-providers/</guid><pubDate>Fri, 24 Apr 2026 10:00:00 GMT</pubDate></item></channel></rss>