I want to query whitepages.com 4,000 times, how to save the results?
Posted
by John Corbin
on Stack Overflow
See other posts from Stack Overflow
or by John Corbin
Published on 2010-06-03T17:43:53Z
Indexed on
2010/06/03
17:44 UTC
Read the original article
Hit count: 304
I have an old customer list of 4,000 businesses. I want to determine if the phone numbers associated with each listing are still working (and therefore the business is probably still open). I can put each number in whitepages.com and check them one by one... but want to automate the results. I have looked at their API and can't digest it. I can form the correct query URL, but trying things like cURL -O doesn't work.
I have access to Mac tools, Unix tools, and could try various javascript stuff if anyone could point me in the right direction... would even pay. Help?
Thx
© Stack Overflow or respective owner