Description
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!
Thanks!