Ask HN: What to use for world zip codes?
I'm developing a website and need postal codes for as many countries as possible. All I need is City, State, and zip/postal code. I found zipcodeworld.com but, they're products are a lot more than I need. Wondering if anyone knows of a low cost solution?
16 comments
[ 2.9 ms ] story [ 66.4 ms ] threadhttp://docs.djangoproject.com/en/dev/ref/contrib/localflavor...
You can also try searching through programmable web:
http://www.programmableweb.com/apis/directory
Many of the address forms on US-sites are a bit challenging to europeans because even after selecting "Other" in the State-dropdown we're still left with a bunch of input fields that don't quite fit our local address format.
Most people (including myself) are probably used to that by now and just duplicate stuff as needed (City/State) and leave others blank. But I wonder what the bounce rate amongst less savvy users is for these forms.
You usually need addresses to send someone something. I'd suggest just putting in a text field and letting the user just type it in freeform.
http://code.google.com/apis/maps/documentation/examples/geoc...
Users just click on their location on the map and Google hands off the nearest address info.
I imagine zip codes are useful for auto-filling/formatting city information.
Shipping account software?
Creating a free-form address parser might be a fun project. Validating the addresses might get expensive though. Are there any low cost/free alternatives to a service like Experian's QAS?
See their demo here: http://www.addressdoctor.com/lookup/default.aspx?lang=en
Via a web service, they enable you to produce the right address form fields on a country-by-country basis. I've met with their CEO in person and kicked the tires and would highly recommend them.