1. The script will ask for me to input a seed keyword.
2. Via the Google Adwords API the script will obtain a list of related keywords that match certain traffic values.
3. For each keyword on the list the script will run a Google search, acquire the page rank of each of the top ten results, and assign the keyword a score equivalent to the average pagerank of the top ten results.
4. All keywords with a score greater than 3 will be deleted.
5. The list will be displayed in order of average PR score, lowest to highest.
6. An export feature will produce a .csv of the results.