borrowip_get_proxy
Route web scraping traffic through a mobile IP by obtaining a SOCKS5 proxy URL for use with browsers, curl, or requests.
Instructions
Get a ready-to-use SOCKS5 proxy URL.
Returns the proxy URL string directly (e.g. 'socks5://127.0.0.1:10002'). Use this URL with any tool that accepts a proxy parameter:
CloakBrowser: browser_launch(proxy='socks5://127.0.0.1:10002')
curl: curl --socks5-hostname 127.0.0.1:10002
requests: requests.get(url, proxies={'https': 'socks5h://127.0.0.1:10002'})
Args: key: Optional connection code (e.g. BIP-xxxxxx). If omitted, uses first available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |