Also free http://geocoder.us/
Show HN: Ridiculously cheap bulk geocoding
11–20 of 104 posts
Re: Show HN: Ridiculously cheap bulk geocoding
#12Re: Show HN: Ridiculously cheap bulk geocoding
#13Re: Show HN: Ridiculously cheap bulk geocoding
#14For an API, you can also try http://open.mapquestapi.com/nominatim/ (which is kinda free -- and uses OpenStreetMap data). The biggest problem we've had is changing non well-formed addresses / ambiguous addresses into canonical addresses with lat/lng. Google Maps wins on that front.
Re: Show HN: Ridiculously cheap bulk geocoding
#15Re: Show HN: Ridiculously cheap bulk geocoding
#16+1 on the versioned API endpoint... when we released ours nearly 8 years ago, versioning APIs wasn't really a thing yet. We're paying that technical debt off now as we vigorously rewrite and improve our service.
Quick feedback: Links on the FAQ page are hard to distinguish from regular text.
Good luck with the project!
Re: Show HN: Ridiculously cheap bulk geocoding
#17Neat website! Very clean, simple pricing. Thank you for batch geocoding to minimize network traffic... How does the accuracy (as well as address parsing capabilities) compare to the completely free solutions such as Nominatim[1] or DSTK[2]? Both services provide capabilities for local installations, obviously with no query limits and minimal latency. [1] http://wiki.openstreetmap.org/wiki/Nominatim [2] http://www.dat…
We have mostly been running tests against the Google Maps API, and from a totally random sample of 100 address, 90 of them were within a mile from the Google Maps API returned location (Most of them were actually within 0.01 mile).
I'm not sure how we would compare to OpenStreetMaps and Data Science Toolkit since our data source is different (US Census Bureau). - But the obvious reason why we provide this as a SaaS, is that you don't have to host anything yourself, or juggle around with gigabytes of boundary data. We handle all the mess.
Re: Show HN: Ridiculously cheap bulk geocoding
#18I've been doing freelance geocoding gigs for a couple of institutions in the past years (canadian addresses), with only open source tools and data. I also wrote a primer explaining the basic geocoding ideas: http://cjauvin.blogspot.ca/2012/04/lean-geocoding.html
Re: Show HN: Ridiculously cheap bulk geocoding
#19I like the price point about $1/1000records. Just curious to hear how you arrived at this price point.
Re: Show HN: Ridiculously cheap bulk geocoding
#20I work at SmartyStreets, where we've learned that geocoding is very, very difficult, so I definitely feel your pain! We started with basic Census Bureau stuff and it's definitely complicated, and accuracy can be spotty. (We've since worked with other data vendors to improve the accuracy.) It's too bad we don't all have little cars to roam the country with and manually collect rooftop-level data like Google does. +1 o…
We'll update the FAQ links, thanks!