Google, DuckDuckGo search engine results collector
git clone git@github.com:mavensingh/search-engine.git
go mod init github.com/googlesearch
There is two type of engine you can use with the flags
Flags
E = Engine
q = query
go run main.go -E "google" -q "whatever you want to search"
No | Engine | Returns |
---|---|---|
1 | Titles, Links, Description | |
2 | DuckDuckGo | Titles, Links, Description |
3 | Bing | Titles, Links, Description |
4 | Yahoo | Titles, Links, Description |
5 | Github | Titles, Links, Description, Star |
6 | Stackoverflow | Titles, Links, Description, Votes,profiles Data |