Does what it says on the tin!
- python installed
- install needed libraries with something like
pip install -r requirements.txt
Edit search.py to have the query you want in search_query and the number of results in num_results. Be sure to escape quotes as needed. so if your search term is "this phrase" in top 10 google results, it would be defined as:
search_query = "\"this phrase\" in top 10 google results"Run it! python search.py
File will be saved as someting like 'this phrase' in top 10 google results (2025-07-29 12:26:50).xlsx