Webshare integration (Developer Tools, Data). Imported from open-connector.
https://proxy.webshare.io/api/v2/profile/
/api/v2/proxy/list/
| Param | Type | Required | Description |
|---|---|---|---|
| mode | string | optional | The Webshare proxy list mode. |
| planId | string | optional | The Webshare plan ID to target. When omitted, Webshare uses the default plan. |
| page | integer | optional | The page number to return. |
| pageSize | integer | optional | The number of proxies to return per page. |
| country_code__in | string | optional | Comma-separated country codes used to filter proxies. |
| search | string | optional | Search phrase used to filter direct-mode proxies. |
| ordering | string | optional | Comma-separated ordering fields such as -valid,proxy_address. |
| created_at | string | optional | Proxy creation date filter accepted by Webshare. |
| proxy_address | string | optional | A specific proxy address to filter by. |
| proxy_address__in | string | optional | Comma-separated proxy addresses to filter by. |
| valid | boolean | optional | Filter proxies by validity. |
| asn_number | string | optional | ASN number used to filter direct-mode proxies. |
| asn_name | string | optional | ASN name used to filter direct-mode proxies. |
/api/v3/proxy/config
| Param | Type | Required | Description |
|---|---|---|---|
| planId | string | required | The Webshare plan ID whose proxy config should be returned. |
/api/v2/stats/
| Param | Type | Required | Description |
|---|---|---|---|
| planId | string | optional | The Webshare plan ID to target. When omitted, Webshare uses the default plan. |
| timestamp__lte | string | optional | Return stats with timestamps less than this value. |
| timestamp__gte | string | optional | Return stats with timestamps greater than this value. |