How can I automate "white pages" lookups?
December 1, 2006 8:53 AM
Subscribe
Is there a free (or cheap) API or public database that can be used for "white pages" lookups?
I have a list of the names of about 500 people who live in a small 3-city area, and I've been given the assignment of basically looking up their exact address, and sorting them into categories based on what sub-region they live in. Is there a way I can do this programatically? I know I can do it manually using something like whitepages.com and Google Maps, but that seems
really tedious. I'd like to be able to write an application that will look up the person's address using their name and the city they live in (I have that information already), and from there I can probably use the Google Maps API to get an approximate enough location. Does anyone know of an API or public database that my application can use to look this information up? Thanks in advance!
posted by Vorteks to computers & internet (4 comments total)
500 isn't such a large number. You could probably do it in a day or at most 2 days.
posted by KRS at 11:30 AM on December 1, 2006