generate_proxies
Generate ready-to-use proxy endpoint strings with credentials from active proxy services, supporting geo targeting, rotation, and HTTP/SOCKS5 protocols for direct use in any HTTP client.
Instructions
Generate ready-to-use proxy endpoint strings (credentials included) from one of the account's active proxy services — any type: residential, mobile, datacenter, ISP, IPv6. Supports geo targeting (country/state/city, ISP or ASN where the plan allows it), rotating or sticky sessions, HTTP or SOCKS5, and several output formats. Use list_proxies first to get the orderId, and proxy_locations for valid targeting codes. The returned strings plug straight into any HTTP client, e.g. curl -x.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | Mobile V2 only: a whitelisted IP (see whitelist_ip) to fetch the IP-auth proxy list instead of user:pass proxies | |
| asn | No | ASN for Residential/Datacenter Basic targeting, e.g. 'AS12345' | |
| isp | No | ISP code for Residential Premium / Mobile V2 targeting (from proxy_locations tree, e.g. 'tmobile') | |
| city | No | City (slug from proxy_locations where applicable; 'all' for any) | |
| state | No | State/region (Residential Premium & Mobile V2: use the slug from proxy_locations; 'all' for any) | |
| filter | No | Residential Premium / Mobile V2 pool filter (omit for the full pool) | |
| format | No | Output string format (default user:pass@host:port) | |
| strict | No | Residential/Datacenter Basic: true allows fallback to nearby locations when the exact target has no IPs | |
| country | No | Country code for geo targeting, lowercase, e.g. 'us' | |
| gateway | No | Mobile V2 region gateway (default ww) | |
| orderId | Yes | The proxy service's orderId (from list_proxies) | |
| protocol | No | Proxy protocol (default http) | |
| quantity | No | Number of proxy strings (default 10) | |
| rotation | No | rotating (default): new IP per request. sticky: keep the IP for sessionTime. static: IPv6 only, fixed session with no TTL. | |
| sessionTime | No | Sticky session duration in minutes (default 10; Residential Basic/Datacenter minimum 3) |