Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
![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)"
```