Skip to content

🕵 Given a user query this python module will returns a list of related searches you see on Google search results pages.

Notifications You must be signed in to change notification settings

githubcom13/google_related_searches

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Related Searches

Given a user query this python module will returns a list of related searches you see on Google search results pages.

Install Dependencies

pip install -r requirements.txt

Usage example

>> from google_related_searches import get_related_searches
>> get_related_searches('how to boot computer in safe mode')
>> ['how to boot in safe mode windows 10', 'how to boot in safe mode windows 8',     'how to boot in safe mode windows 7', 'how to start windows 10 in safe        	    mode']
Thanks !!

About

🕵 Given a user query this python module will returns a list of related searches you see on Google search results pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%