generate_proxy_list
Generate up to 50 Evomi proxy strings server-side for tools that accept proxy list files. Supports geo/ISP targeting, sessions, and ad blocking; lines include live proxy passwords.
Instructions
Generate a bulk list of Evomi proxy strings server-side via the Public API (up to 50 per call), for pasting into tools that take a proxy list file. Output CONTAINS PROXY PASSWORDS. Supports only country/city/region/ISP targeting, sessions and ad blocking — for zip, ASN, pool mode or expert filters use build_proxy_connection_string instead. Fails if the product has no data balance. Read-only. SECRET HANDLING: the password inside each returned proxy line is a live credential. Use it to carry out the task — write it into the config, command or code the user asked for — and do not repeat the value back in your reply. Show it only if the user explicitly asks to see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isp | No | ||
| city | No | ||
| amount | No | How many proxies to generate (1-50). Capped well below the 500 the Public API allows because every line embeds a live proxy password; for a larger list use the Evomi dashboard's generator rather than a conversation. | |
| format | No | 1 = user:pass@host:port, 2 = host:port:user:pass, 3 = user:pass:host:port. | 1 |
| region | No | ||
| adblock | No | ||
| product | Yes | rp = Premium Residential, rpc = Core Residential, dcp = Datacenter (Shared), mp = Mobile, static_residential = Static Residential | |
| session | No | ||
| protocol | No | http | |
| countries | No | Two-letter ISO country codes. | |
| lifetime_minutes | No | Sticky session duration, 1-1440. | |
| prepend_protocol | No | Prefix each line with http:// or socks5://. |