Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Targeting options

Options are -key-value pairs appended to your username, freely combinable and order-independent:

USER-country-us-state-texas-city-houston-sid-s42-ttl-30

Everything before the first known option key is your account username, so a username containing hyphens still works.

Geo

OptionValuesNotes
countryISO-2 code, or anycountry-us. any = no country constraint
state / regionname or codeAliases for the same thing: state-texas
citynamecity-houston. Approximate; see the caveat below
asnnumber, AS prefix optionalasn-7922 and asn-AS7922 are equivalent
zippostal codezip-77002
continenteurope, asia, africa, northamerica, southamerica, oceania, or the short codes eu, as, af, na, sa, ocExpands to one country in that continent; an explicit country wins

Multi-word values use no spaces: state-newyork, city-sanfrancisco.

City accuracy. Country, state, and ASN come from a verified measurement of each exit and are reliable. City is approximate: city-level location data is inherently less precise for residential connections. If exact city matters, verify the exit yourself and treat the label as a hint.

Session

OptionValuesDefaultNotes
sid / sessionany string, ≤60 charsnoneSame sid → same exit. See Sticky sessions
ttlminutes, 10-144010 minHow long a sid stays pinned. Clamped into range
strictfalse/0/off/no to disableonSee below
speed1-10nonePrefer faster exits within the matched set
qualitylow, medium (or med), highnoneFilters on measured network class; high restricts to residential-grade lines
mobileflag (no value)offMobile-carrier exits only

ttl is minutes in the username. ttl-30 is thirty minutes.

Strict mode

Strict is on by default: if nothing matches your exact target, you get 417 rather than a silently broader exit. This matters: a “US, Texas, Comcast” request should never quietly return a random US IP.

Turn it off to allow progressive widening (asncityzipstate; country and session are never dropped):

USER-country-us-state-texas-city-houston-strict-false

Only false, 0, off, and no disable it. Any other value leaves it on.

Examples

# Rotating US residential
USER-country-us

# A specific carrier
USER-country-us-asn-7922

# Mobile only, high quality
USER-country-gb-mobile-quality-high

# Sticky for 30 minutes
USER-country-de-sid-checkout-42-ttl-30

# City, but accept broader if unavailable
USER-country-us-city-houston-strict-false

# Fastest available exit in Japan
USER-country-jp-speed-10