You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add a simple CLI-based Python script that scrapes Google search results.
Features:
Takes a search term as input
Takes number of pages to scrape
Scrapes title and URL from Google results
Saves results to a CSV file
Reason:
This tool could be helpful for quick info gathering, SEO checks, and research purposes. It will use standard libraries like requests, BeautifulSoup, and argparse.
Let me know if this would be a welcome addition. Happy to take it up and open a PR!