github.com/schollz/googleit

Get results from search engines.


Keywords
scraping, search, search-results, url
License
MIT
Install
go get github.com/schollz/googleit

Documentation

googleit

Build Status Go Doc

Install

go get github.com/schollz/googleit

Usage

urls, _ := googleit.Search("cats wiki")
fmt.Println(urls[0])
// https://en.wikipedia.org/wiki/Cat

Contributing

Pull requests are welcome. Feel free to...

  • Revise documentation
  • Add new features
  • Fix bugs
  • Suggest improvements

License

MIT