create_rotating_proxy_connection
Generate a rotating proxy connection string with control over country, state, city, ASN, session, and rotation interval for web data fetching.
Instructions
Build one copy-paste rotating proxy connection string for a country, state, city, ASN, session, and rotation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asn | No | Optional target ASN. | |
| city | No | City from list_rotating_proxy_locations. Ignored when state is supplied. | |
| type | Yes | Proxy type. | |
| state | No | State or subdivision from list_rotating_proxy_locations. Wins over city. | |
| country | Yes | 2-letter country code, for example US. | |
| session | No | Optional sticky session id. | |
| protocol | No | Proxy protocol. Defaults to http. | |
| rotation | No | -1 for each request, 0 for sticky, or interval minutes. |