I want to scrape link from different search engine for my search query in python.
For eg
Query :- "who is Sachin Tendulkar"
Output : Want link from google search , bing search.
After digging many link i found google scraper packege .
Google Scraper Link
But I didn't find any luck with this package. Can anybody help me with GoogleScraper or any alternative to scrape link
Hey You can achieve it by same package you mention GoogleScraper. Go through the link https://github.com/NikolaiT/GoogleScraper
Also following is the python code
If you want reuslt for more than one search engine you can add
'search_engines': 'bing, yahoo ,google',
You will get json in file output_filename