Credential format
Real-world examples
Residential — targeting Westlake Village:host:port:username:password format most proxy testers and browser extensions expect.
Modifier reference
| Modifier | Products | Purpose | Example |
|---|---|---|---|
country-<code> | Residential | ISO 3166-1 alpha-2 country code | country-us, country-de, country-nl |
state-<code> | Residential | Regional subdivision code (optional) | state-ny, state-ca |
city-<n> | Residential | Target a specific city (works with or without state-) | city-westlakevillage, city-pleasanton |
asn-<number> | Residential | Target a specific ISP by Autonomous System Number | asn-7018 (AT&T), asn-7922 (Comcast) |
session-<id> | Residential, Datacenter | Sticky session ID — any string you choose | session-5s5d4xud |
ttl-<minutes> | Residential | Session lifetime in minutes | ttl-15 |
duration-<seconds> | Datacenter | Session lifetime in seconds | duration-300 |
ttl-<minutes>. Datacenter uses duration-<seconds>. Don’t mix them — passing ttl- to a DC endpoint or duration- to residential is ignored or rejected.
Datacenter doesn’t support country / state / city / ASN targeting — the regional endpoint (dcp-us or dcp-eu) determines geography. ISP uses static assigned IPs, so no targeting modifiers apply.
Targeting granularity (residential)
All of these are valid — pick the level of precision you need. Modifiers stack in any sensible combination:| Target | Username format |
|---|---|
| Random IP, any country | adminpcowe |
| Any US IP | adminpcowe-country-us |
| New York state | adminpcowe-country-us-state-ny |
| Specific city (state skipped) | adminpcowe-country-us-city-westlakevillage |
| Specific city within state | adminpcowe-country-us-state-ca-city-pleasanton |
| Specific ISP (AT&T) | adminpcowe-country-us-asn-7018 |
| ISP + city combined | adminpcowe-country-us-city-pleasanton-asn-7018 |
state- entirely. Include it only when disambiguation is needed (two cities with the same name in different states).
ASN targeting
asn-<number> pins your IP to a specific ISP by its Autonomous System Number. Useful when a target correlates IP behaviour with the ISP (e.g. verifying ads served to AT&T customers, testing a CDN’s ISP peering, or simulating traffic from a specific carrier).
Common US ASNs:
| ASN | ISP |
|---|---|
| 7018 | AT&T |
| 7922 | Comcast |
| 701 | Verizon |
| 20115 | Charter / Spectrum |
| 22773 | Cox |
| 209 | CenturyLink |
| 2828 | Verizon Business |
whois, bgp.he.net, or ipinfo.io.
Session IDs
Use any string you want — alphanumeric, 6–16 characters is typical. Same ID = same IP. Good examples:5s5d4xud, bot-nyc-01, a4f8c2e1
Avoid:
- Spaces or special characters that break URL parsing (
$,@,:,/) - Sequential IDs (
session-1,session-2) if you want session isolation - Reusing IDs across unrelated workflows
Protocols
| Product | HTTP / HTTPS | SOCKS5 | UDP |
|---|---|---|---|
| Residential | ✓ | ✓ | ✓ |
| Datacenter | ✓ | ✓ | ✓ |
| ISP | ✓ (port 61234) | ✓ (port 62234) | — |
