Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

[Feature Request] Add CLI-based Google Search Scraper Script

Open AhsanRiaz786 opened this issue 7 months ago • 2 comments

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!

AhsanRiaz786 avatar Jun 21 '25 12:06 AhsanRiaz786

Hey @DhanushNehru i would love to praticipate on this issue. If its possible please assign it to me Thanks

Java-dd avatar Sep 21 '25 18:09 Java-dd

@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.

Java-dd avatar Sep 25 '25 08:09 Java-dd