vertoforce / go-proxycrawl

Go library for proxycrawl crawl api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-ProxyCrawl

Go Report Card Documentation

A simple library to use the proxy crawl crawling api

Usage

See the godoc for more examples on usage

c := &proxycrawl.Client{
    NormalRequestToken:     os.Getenv("RequestToken"),
    JavascriptRequestToken: os.Getenv("JavascriptToken"),
}

params := &proxycrawl.RequestParameters{
    URL: "https://google.com",
}

resp, _ := c.MakeRequest(context.Background(), params, proxycrawl.JavascriptRequest)

About

Go library for proxycrawl crawl api


Languages

Language:Go 100.0%