google-it
google-it copied to clipboard
Requesting to add feature to use proxy for google search
Hi,
Thanks for creating such an useful script. It save me a lot of time using the urls only feature.
Google search may block an IP or put robot captcha if it is used more frequently for grabbing thousands of urls, so a proxy support will be very useful. Something like this:
-
[ ] $ google-it --query="keywords" --only-urls --limit=100 --proxy=proxies.txt --proxytype=socks4 (this is more preferred)
-
[ ] if possible to add a txt file for queries, for example:
$ google-it --query=list.txt --only-urls --limit=100 --proxy=proxies.txt --proxytype=https
- [ ] Also, a txt file for urls only as output support:
$ google-it --query=list.txt --only-urls --limit=1000 --proxy=proxies.txt --proxytype=socks4 -o result.txt
It will be greatly appreciated if you could add these features.
Best Regards