Dedicated ISP IPs for workflows that need a consistent address, predictable speed and residential ISP reputation.
ISP proxies are built for account workflows, QA and market research where rotating on every request would break continuity.
Bind an ISP IP to a sub-user for 30 or 90 days. Swap on demand from the dashboard when a workflow needs a fresh route.
Dedicated ISP routes keep identity stable across sessions while still giving you predictable throughput for high-volume work.
# Static ISP proxies for stable, long-running sessions.
import requests
r = requests.get(
"https://target.example.com",
proxies={"https": "http://sn_live:••••@edge.bytedocks.com:7777"},
headers={"X-Network": "isp", "X-Lock": "30d", "X-ISP": "comcast"},
)
print(r.headers["x-bd-lease"]) # ln_e1c4 · 74.125.21.7 · US·Dallas · ComcastLong-lived IPs bound to one account keep sessions consistent across multi-day workflows.
Learn moreStable identity across multi-day flows: research, cart, checkout, post-purchase.
Learn moreRepeat-visit panels from the same IP family — same geo, same ISP, same trust.
Learn more