|
Submitted: 4/9/2012 Status: Closed
Hello, I would like to extract contacts from this online directory. Issues I face is that only 100 contacts per search is displayed some I would like to create a script that can do the search for me automatically. I've observed that the url format for this site is: http://www.whitepages.com/name/Sma-Sme/11001?page=2 Sma = firstname Sme = lastname 11001 = zipcode 2 = page number I already have a list of seach terms for firstname, lastname and zipcode. I've imported them to a mysql database. However, I cannot figure out how to read the data from mysql tables to create the needed start urls. Please help.
|