This package to ensure uses SerpProvider service easily.
$ go get github.com/riza/serpprovider-go
package main
import (
"github.com/riza/serpprovider-go"
"fmt"
)
func main() {
res := serpprovider.New("API_KEY_HERE").Request(&serpprovider.SearchRequest{
Query:"webtekno",
Country:"tr",
Language:"tr",
Limit:135,
});
fmt.Print(res)
}
Version 1.0
- Initial