I have a list of search terms:
A | B | C | D | E |
_______________________________________________________________
1 | SEARCH TERM PR #1 PR #2 PR #3 PR #4
2 | lcd screens
3 | mud
4 | eurpoean sport cars
5 | perfume
How can the search term in my spreadsheet fetch the Google PageRank of the top five domain/page results for each term?
I've seen similar "pagerank fetching" questions here, but those are based on known domains. In my scenario, the domain is unknown until results are fetched based on a search term.
Ultimately, I guess this problem is really a two-parter: 1) fetch the top five domains/pages of the search term, then 2) fetch the PR for each resulting domain/page.