Python-Scripts
Python-Scripts copied to clipboard
[Feature Request] Add CLI-based Google Search Scraper Script
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!
Hey @DhanushNehru i would love to praticipate on this issue. If its possible please assign it to me Thanks
@DhanushNehru There is a PR (#485) that mentions this issue. It would be great if you review the PR and tell me if there is a problem or change that you want me to solve.