Hello,
I have a Python script that scrape Google in order to know what are my positions for different keywords.
I don't want to use a tool that already exist, I need to improve my script.
I would like to check 4 or 5 different Google's datacenters for each keywords I follow.
But I really don't know how could I do that.
If I use an IP from the list with my headful browser, for example : http://142.250.179.99/search?q=lawyer , I'm redirected to https://www.google.com/search?q=lawyer
Could someone know if I simply need to scrape go to this URL 142.250.179.99/search?q=lawyer to know my position in the datacenter 142.250.179.99 ?
Or I need to do something else ?
Thank you very much for your help guys
Have a nice day
I have a Python script that scrape Google in order to know what are my positions for different keywords.
I don't want to use a tool that already exist, I need to improve my script.
I would like to check 4 or 5 different Google's datacenters for each keywords I follow.
But I really don't know how could I do that.
If I use an IP from the list with my headful browser, for example : http://142.250.179.99/search?q=lawyer , I'm redirected to https://www.google.com/search?q=lawyer
Could someone know if I simply need to scrape go to this URL 142.250.179.99/search?q=lawyer to know my position in the datacenter 142.250.179.99 ?
Or I need to do something else ?
Thank you very much for your help guys
Have a nice day