Before I re-invent the wheel, I thought I would ask here. I need a program where the input is (1) a list of names; and (2) the url for a web site. The program would then do Google searches (limited to that web site) for each name on the list and report back any hits.
For example, suppose the list is “John Jones” “Suzy Smith” “David Doe,” and the web site is “straightdope.com”
The program would first Google search
site:straightdope.com “John Jones” and report back any hits. And then do the same thing for the other two names on the list.
Does such a program exist out there or do I need to write it myself?
TIA.