Gather Search Engine Results
I need a program that will automatically put the “view source” results of phrases that would normally be entered into search engines into a .dat file.
I currently have a program that drops multiple requested phrases into a .dat file.
And the search engine names are dropped into another .dat file.
I need an add on program that will run on the client’s side. It will grab the information from the .dat files and automatically get the results from the search engines without any input or interaction from the client. The program would run in the background, gather the results from each phrase and drop the results into another .dat file.
As an example, when the program would be run, if one of the phrases was buying and selling widgets and Google was one of the search engines, everything you would normally see if you manually clicked on “view source” would automatically be dropped into a file called /reports/google/buying_and_selling_widgets.dat
I would also need the source code to the program.


