Home > Data Scraping, PHP > Programming Project 4266589

Programming Project 4266589

June 29th, 2011

1. Enter a keyword and the website to search for that keyword (like ehow or ezinearticles)
2. Return spreadsheet data that shows the Titles of what is scraped from the website for the keyword example and the corresponding URL.
3. Then check google (or bing) for where that article title ranks. Google doesn’t like scraping so it might need to use a proxy or anonymizer to keep the IP address from getting sandboxed.
4. Export the data in some fashion like a txt or csv file. No need to save it in a mysql database.


Programming Project 4266589

Comments are closed.
Bear