Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 888 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 888 Bytes

GSC URL Scraper


Getting Started

Visit Gmail SMTP Settings: Easy Step-by-Step Setup Guide and set your credential sender, password and appPassword.

Init Project Locally

Install Python and run the following command:

pip install selenium
pip install beautifulsoup4
pip install requests

You can easily type the content you want to search on Google Search Console as a variable "searchKeyword" and get results after running code.



Demo

  • Download MP4 file for higher resolution

GSC Scraping Example


Releases

1.0.0

Initial Release