Hi
Is there any API-s for Google search we can use with BP?
We have a plan to automate google searches and actually we already have draft of the process, but now we have doubts that Google can just ban us if we do it in our way. Here is short explanation about the process:
Every day we have to Google around 1-2k customers
Google search is performed with a customer name and some specific keywords (with OR operators), like "John Johnson AND (drugs OR crime OR ...)
Google search is performed using browser URL, not search field, e.g
https://www.google.com/search?as_q=John%20Johnson%20AND%20(drugs%20OR%20crime)
When search is performed, bot saves the search in HTML format and proceeds with next customer
Firefox is used for automation (do not have last version of BP, so Chrome is out of scope and Explorer is not able to save all the files) and hotkeys for all the steps, like:
CTRL+L in order to activate the link field, CTRL+V to paste the link, CTRL+S to save the HTML etc..
Each search takes around 20 seconds I think (including saving the file).
So yes, my questions are:
Is there any risk we can get banned? or "CAPTCHA" is the first thing google will apply here?
Is there any Google API-s we can link with new version of BP or any other "official" solutions? :)
Thanks in advance!
Aleksandr