TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: REST API for Global Address Verification

80 pointsby bavidaralmost 12 years ago

21 comments

RossPalmost 12 years ago
What's the source of your Australian data? The AusPost data is rather expensive, and most providers have somewhat awkward APIs and/or enterprise sales models that get tricky to navigate. Having somebody to abstract that out to would be fantastic.
评论 #6020972 未加载
pinaceaealmost 12 years ago
erm, how exactly does this work globally?<p>state and zip are required fields. Ireland, for example, does <i>not</i> have zip codes...<p>full list of such countries: <a href="http://hellowahab.wordpress.com/2011/05/24/list-of-countries-without-postal-codes/" rel="nofollow">http:&#x2F;&#x2F;hellowahab.wordpress.com&#x2F;2011&#x2F;05&#x2F;24&#x2F;list-of-countries...</a><p>and here is an example from Drupal where it failed the state requirements: <a href="https://drupal.org/node/636464" rel="nofollow">https:&#x2F;&#x2F;drupal.org&#x2F;node&#x2F;636464</a><p>Lebanon, Serbia, Singapore for example do not have state information.
评论 #6020986 未加载
daigoba66almost 12 years ago
If you&#x27;re just dealing with US Postal Addresses, personally I would just go straight to the source: <a href="https://www.usps.com/business/web-tools-apis/address-information.htm" rel="nofollow">https:&#x2F;&#x2F;www.usps.com&#x2F;business&#x2F;web-tools-apis&#x2F;address-informa...</a> (also free).
评论 #6010484 未加载
评论 #6011313 未加载
alex_halmost 12 years ago
I created a small sqlite database for US zip code lookup and verification, for embedding in mobile apps etc. <a href="https://github.com/alex-hofsteede/zipcode_db" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alex-hofsteede&#x2F;zipcode_db</a>
评论 #6010343 未加载
erichurkmanalmost 12 years ago
SmartyStreets [1] is another provider, not free though. It seems they can do a lot more than verify, like their autocomplete (client side) -- pretty slick. [2]<p>[1] <a href="http://smartystreets.com/products/liveaddress-api/pricing#questions" rel="nofollow">http:&#x2F;&#x2F;smartystreets.com&#x2F;products&#x2F;liveaddress-api&#x2F;pricing#qu...</a><p>[2] <a href="http://smartystreets.com/products/liveaddress-api/demo" rel="nofollow">http:&#x2F;&#x2F;smartystreets.com&#x2F;products&#x2F;liveaddress-api&#x2F;demo</a><p>Have not had a chance yet to use this in a project.
评论 #6010064 未加载
icybassalmost 12 years ago
StrikeIron is another provider. They have separate products for North American and Global address verification. Tiered monthly pricing.<p><a href="http://www.strikeiron.com/product-list/address/north-american-address-verification-2/" rel="nofollow">http:&#x2F;&#x2F;www.strikeiron.com&#x2F;product-list&#x2F;address&#x2F;north-america...</a><p><a href="http://www.strikeiron.com/product-list/address/international-address-verification/" rel="nofollow">http:&#x2F;&#x2F;www.strikeiron.com&#x2F;product-list&#x2F;address&#x2F;international...</a>
xoailalmost 12 years ago
I am curious to know how do you verify these addresses? what methods you use? I recently built one for a client using Google maps api and it was not as easy and accurate as I thought.
评论 #6009999 未加载
toretorealmost 12 years ago
It would be nice if we could try before we buy (globally). Also, $0.15 per lookup is really expensive.<p>Address verification is a pain; if I could get someone else to do that for me that would be nice.
评论 #6009903 未加载
srinivasanvalmost 12 years ago
How do you verify the data for Middle Eastern countries which don&#x27;t really have street address systems or zipcodes, and only use PO Boxes? Just check that the PO Box exists?
gfodoralmost 12 years ago
This would be awesome if it delivers on its promises. How can we know your global address verification works? Can you publish some more information to boost confidence?<p>Also, I would love to integrate this with my app, but $0.15 is pretty steep when you consider the use-case, where margins can be pretty tight and prices are low. A tiered pricing structure would be much more attractive where once volume ramps up you&#x27;re paying closer to $0.05 per lookup.
评论 #6010519 未加载
评论 #6010852 未加载
yellowbkpkalmost 12 years ago
Are you simply proxying the USPS API or are you making queries against data you purchased from them? If so, which data did you purchase?
评论 #6011338 未加载
vyrotekalmost 12 years ago
Looks good. Free for the United States is pretty attractive. Although the only thing I have to compare it to is Melissa Data.<p><a href="http://www.windowsazure.com/en-us/store/service/?id=59a168b8-6d66-4f85-b000-38abcad310a2" rel="nofollow">http:&#x2F;&#x2F;www.windowsazure.com&#x2F;en-us&#x2F;store&#x2F;service&#x2F;?id=59a168b8...</a>
rtkwealmost 12 years ago
I wonder how well it really works because addresses are really hard, see: <a href="http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/" rel="nofollow">http:&#x2F;&#x2F;www.kalzumeus.com&#x2F;2010&#x2F;06&#x2F;17&#x2F;falsehoods-programmers-b...</a>
评论 #6009824 未加载
评论 #6009786 未加载
wanderingstanalmost 12 years ago
I&#x27;ve done some jobs that needed address verification and it was a pain. If they&#x27;ve really solved it, it&#x27;s a huge accomplishment.<p>The rest of their tools look good too. Snail-mailing is sadly still essential to business and needs a workable API.
评论 #6010785 未加载
jjohnalmost 12 years ago
I made a site that did something like it a while ago: <a href="http://www.scrubmyaddress.com" rel="nofollow">http:&#x2F;&#x2F;www.scrubmyaddress.com</a>
a2d9s22almost 12 years ago
$0.15 is completely ridiculous - also, can you tell us how you&#x27;re doing this globally? Zip is required and some countries don&#x27;t have ZIPs.
francoisfeugeasalmost 12 years ago
State is a required field ? And we have no details on which data files you use ?<p>I&#x27;m very interested in such a service, but this does not look serious at all...
frankdenbowalmost 12 years ago
I use EasyPost for this and verifications are free. Is there a major reason to switch?
评论 #6010377 未加载
aranwalmost 12 years ago
Where are you getting the UK data from?<p>Also how do you handle, UK Postcodes, and Counties?
gschammahalmost 12 years ago
is it possible to get a demo account to test how it works outside the US?
评论 #6011093 未加载
adrralmost 12 years ago
Is the US data from USPS?
评论 #6009814 未加载