Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakabonne/webcrawlerforserps
Web crawler that scrapes Google search results
https://github.com/nakabonne/webcrawlerforserps
cli crawler golang
Last synced: 13 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T14:05:00.000Z (over 6 years ago)
- Last Synced: 2024-10-04T19:43:39.860Z (about 1 month ago)
- Topics: cli, crawler, golang
- Language: Go
- Homepage:
- Size: 392 KB
- Stars: 6
- Watchers: 3
- 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
## DemoDepending on input, the output is displayed as the result like the image below.
![result](https://github.com/ryonakao/WebCrawlerForSerps/blob/master/media/demo.gif)## Usage
1, Download and install
```
$ go get github.com/nakabonne/WebCrawlerForSerps
```2, Execute
```
$ WebCrawlerForSerps -w "(words you want to scrape)"
```