Residential proxies route traffic through real residential IP addresses. They support advanced targeting options including city, state, and operating system.Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-document-pool-profile-update-behavior.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Residential proxies use rotating exit IPs — each new connection may route through a different residential IP address within your targeted region. This is because residential traffic is routed through real consumer devices that may go offline at any time, so the network assigns a new available exit node per connection. This means different browser tabs or requests to different websites within the same session can show different public IPs. If you need a consistent IP address across all connections, use an ISP proxy instead.
IP Rotation Behavior
Residential proxies assign a new exit IP for each new TCP connection. In practice:- Same website across tabs: Tabs connecting to the same domain typically share a TCP connection (via HTTP connection pooling), so they usually see the same IP.
- Different websites across tabs: Tabs connecting to different domains open separate connections, so they will likely exit through different residential IPs.
- Reconnections: If a connection is closed and re-established (e.g., after a timeout or page idle), the new connection may get a different exit IP.
Configuration
Create a residential proxy with a target country:Configuration Parameters
country- ISO 3166 country code. Must be provided when providing other targeting options.state- Two-letter state code. Only supported for US.city- City name (lowercase, no spaces, e.g.,sanfrancisco,newyork).zip- US ZIP code (5 digits). Can only be used withcountryset toUS. Cannot be combined withcityorstate.asn- Autonomous System Number. Conflicts with city and state.bypass_hosts(optional) - Array of hostnames that bypass the proxy and connect directly (max 100 entries)
Advanced Targeting Examples
Kernel recommends using the least-specific targeting configuration that works for your use case. The more specific a configuration, the less available IPs there are, increasing the chance of a slow connection or no available connection (no_peer connection error).
Target by City
Route traffic through a specific city:If the city name is not matched, the API will return the best 10 city names from the state to help you find the correct city identifier.
Target by State
Route traffic through a specific state:If the state name is not matched, the API will return the most-available 10 states.
Target by ASN
Route traffic through a specific Autonomous System Number (ISP):If the ASN is not matched, the API will return the most-available 10 examples.
Target by ZIP code
Route traffic through a specific US ZIP code area:ZIP code targeting is US-only and cannot be combined with
state or city. The exit IP will be in the geographic area of the requested ZIP code, but the IP’s exact ZIP may differ slightly (e.g., requesting 90210 may route through 90401 in the same metro area).