Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 939 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 939 Bytes

This project is a simple, yet effective tool built in Go for scraping Google search results. It employs the GoQuery library for parsing HTML and makes HTTP requests to gather search results based on user-defined keywords, language, and country settings. This tool is designed to demonstrate the capabilities of web scraping with Go and should be used responsibly and ethically, adhering to Google's Terms of Service.

Features

  • Search by keywords, country, and language.
  • Uses GoQuery to parse HTML content.
  • Implements proper error handling.
  • Configurable proxy support for making requests.

How to Use

1.Clone the repository:

git clone https://github.com/yourusername/google-scraper-go.git

2.Navigate to the project directory:

cd google-scraper-go

3.Install dependencies:

go mod tidy

4.Run the scraper using:

go run main.go

This tool is intended for educational purposes only.