Changes

Jump to navigation Jump to search
532 bytes added ,  12:21, 4 August 2016
=URL Finder #4 - Specific Search URL Finder=
==Description==
'''Notes''':
The Specific Search URL Finder is an automated algorithmic program to process specific searches through the Google Custom Search API and compile up to the first 10 URLs received, matching each URL to the company search and its result order number (1st result; 2nd result; etc). Developed through Python 2.7.
 
'''Input''':
CSV file with search text strings in the first column
 
'''Output''':
New CSV file with three columns:
*Original Search Text
*URL Result
*Result Order Number
 
'''Process''':
The program takes the input of a csv file
You only have to adjust three parts of the code to make the program work.
*Replace the address in path1read input_file read to the address of your input csv file *Replace the address in path1write output_file to the address of a new csv file you want to output the data into
*Lastly, the program needs a place to store all of its results from the google searches so wherever you want to store it, replace the address in out_path to the address of that place.
383

edits

Navigation menu