How to set proxy?

Loads the proxies in the payload of the request

PAYLOAD = {
 proxies: {
  use_proxy: true
  username: "user",
  password: "123",
  host: "google.com",
  port: "8080",
  scheme: "protocol"
 },
 url: "",
 ...etc
}

Last updated