https://github.com/nakabonne/webcrawlerforserps
Web crawler that scrapes Google search results
https://github.com/nakabonne/webcrawlerforserps
cli crawler golang
Last synced: 9 months ago
JSON representation
Web crawler that scrapes Google search results
- Host: GitHub
- URL: https://github.com/nakabonne/webcrawlerforserps
- Owner: nakabonne
- Created: 2017-08-19T13:06:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T14:05:00.000Z (over 8 years ago)
- Last Synced: 2025-10-12T01:37:22.970Z (9 months ago)
- Topics: cli, crawler, golang
- Language: Go
- Homepage:
- Size: 392 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
It's a web crawler to scrape Google search results
## Demo
Depending on input, the output is displayed as the result like the image below.

## Usage
1, Download and install
```
$ go get github.com/nakabonne/WebCrawlerForSerps
```
2, Execute
```
$ WebCrawlerForSerps -w "(words you want to scrape)"
```