Ender Docs

Webshare Proxy Generator

Generate Webshare rotating proxies for use in your checks.

Overview

Generate Webshare rotating proxy credentials. These proxies can be used for your checker requests.

Credit Cost

3 credits per generation (+1 if using system proxy for the generation request).

Endpoint

GET /v1/webshare/generate

Request

Headers

HeaderRequiredDescription
AuthorizationYour API key
X-ProxyOptional proxy for the generation request

If you don't provide X-Proxy, a system proxy will be used (+1 credit).

Example Request

curl -X GET https://api.ender.black/v1/webshare/generate \
  -H "Authorization: YOUR_API_KEY" \
  -H "X-Proxy: http://user:pass@ip:port"

Response

{
  "success": true,
  "data": {
    "username": "webshare_user",
    "password": "webshare_pass",
    "rotating": "http://p.webshare.io:80",
    "direct": [
      {
        "asn_name": "Amazon",
        "asn_number": "16509",
        "city": "New York",
        "country": "US",
        "proxy": "http://1.2.3.4:8080"
      }
    ],
    "creditsUsed": 3
  }
}

Response Fields

FieldTypeDescription
usernamestringWebshare username
passwordstringWebshare password
rotatingstringRotating proxy endpoint
directarrayList of direct proxy IPs
creditsUsednumberCredits charged

Using the Proxies

Rotating Proxy

Use the rotating endpoint with credentials:

http://username:password@p.webshare.io:80

Direct Proxies

Use the individual IPs from the direct array with the same credentials:

http://username:password@1.2.3.4:8080

Plan Limits

PlanGenerations per Month
Free2
Lite20
Basic50
Premium200
Black300

On this page