I'm working on a shopping cart that needs to calculate tax rates based on the ship-to county. I don't want to ask the customer for the county but instead I'd like to look up the county by using the address they provided.
And to top it off, this should be free.
So, does a [free] service like this exist? I couldn't find anything via UPS or USPS for looking up a county and the Google Maps API doesn't return the county from an address - only the state and country codes.
MelissaData.com offers this (and tons more) for a price. Anyone know where MelissaData gets its data?
Note: I first assumed that I could just look up a county by the zip code; but I found that this won't work because one zip code can span multiple counties (as demonstrated by MelissaData).