steve (12023-09-19):
> I have a list of 200 keywords and would like for every one to launch a
> search on a specific website and put the result(s) in a file, something
> like:
> 
> search keyword website: example.com >> file.csv
> 
> I guess I could code a Python script to do that but if something already
> exists I'd rather use it.
> 
> Any ideas or links ?

Hi.

If you have access to Google's APIs, then the answer is probably in
their documentation.

If not, then what you intend is completely forbidden by Google's terms
and service. And they have detection: please only do this on a computer
and network access when you will be the only one inconvenienced when
they block your access. It happened on a computer I co-administrate.

Regards,

-- 
  Nicolas George

Reply via email to