create_proxy_list
Create a geo-targeted proxy list on a shared proxy by specifying a single country with optional region, city, ISP, or ZIP filters, or select 2-30 countries for broader coverage.
Instructions
Create a new geo-targeted proxy list on a shared proxy. Provide either a single country (with optional region/city/isp/zip subfilters) or a countries array (2-30, mutually exclusive with the subfilters). To edit an existing list, delete it and create a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isp | No | Only valid with a single country. | |
| zip | No | Only valid with a single country. | |
| city | No | Only valid with a single country. | |
| name | Yes | ||
| format | No | Output format for entries[] (e.g. login_pass_host_port, http_url, socks5_url) | login_pass_host_port |
| region | No | Only valid with a single country. | |
| country | No | ISO-3166-1 alpha-2, lowercased. Mutually exclusive with countries. | |
| proxy_id | Yes | ||
| countries | No | 2-30 ISO-3166-1 alpha-2 codes. Mutually exclusive with country/subfilters. | |
| rotation_mode | No | instant | |
| rotation_period_seconds | No | 0=per-request, -1=sticky, N=seconds (max 86400) |