Comcast residential proxies,pinned to its own network.
Residential lines that exit only from Comcast addresses, pinned by AS number on the Premium pool. Rotating or sticky, HTTP and SOCKS5, billed per gigabyte.
Comcast residential proxies
One Comcast network,every exit inside it.
Comcast runs the Xfinity cable network in the United States. The addresses on its networks belong to homes and small offices on that cable plant.
On HProxy a Premium line takes an asn field. Every request through that line then exits from an address on the network you named, in the country you named. Rotate on every request or hold a sticky session; generating lines is free and only the bytes that pass through are billed.
Pins the network
Residential Premium
Starting at
$1.00 / GB
- Pinned to Comcast: 3 networks the gateway lists
- Rotating on every request, or sticky from 3 minutes to 24 hours
- Country targeting: United States
- HTTP, SOCKS5 and UDP
- IP whitelist, 150 addresses per plan
Country only
Residential Lite
- Targets United States by country
- Cannot pin a network: the exit can be any provider in the country
- Lowest price per gigabyte
If any United States address will do, Lite is the cheaper line. The rotating residential page compares the two pools.
Networks
The networks Comcast announces,and what the scanner found on them.
Each row is a network the gateway can pin today. The last three columns are what our free proxy scanner holds on that network: public proxies answering now, addresses that answered at least once, and every address ever tested. Those are the public supply on Comcast; a paid line pins the same network without any of it.
| AS number | Network | Countries | Public proxies now | Answered before | Addresses tested |
|---|---|---|---|---|---|
| AS7922 | COMCAST-7922 | United States | 3 | 25 | 1,073 |
| AS33651 | Comcast Cable Communications, LLC | United States | 0 | 0 | 7 |
| AS33659 | Comcast Cable Communications, LLC | United States | 0 | 1 | 13 |
Networks from the gateway's live catalogue; scanner counts from HProxy's free proxy scanner, both read when this page was rendered. Across these networks the scanner has tested 1,093 addresses, 26 answered at least once and 3 answer now.
How to use it
Rotating, sticky and SOCKS5on Comcast.
Rotating on Comcast
Name the country and the AS number. Every request through the line exits from a different Comcast address on that network.
POST /api/v1/plans/{id}/generate
{"country": "US", "asn": 7922, "count": 10}Sticky on Comcast
Add stickyMinutes and the line holds one Comcast address for 3 to 1,440 minutes on its own port. Release it early and the next request draws a fresh one.
{"country": "US", "asn": 7922,
"stickyMinutes": 30}SOCKS5 on Comcast
The same line answers HTTP, HTTPS and SOCKS5 on res.hproxy.com:8080. Generate with udp: true and a SOCKS5 line can open the UDP relay.
{"country": "US", "asn": 7922,
"protocol": "socks5", "udp": true}Field names and limits from the plan documentation. A pin is a country and a network together; the gateway refuses a pin it cannot serve instead of substituting another network.
Why pin a network
When the network matters,not only the country.
Some targets key their rules on the network an address belongs to, not only on the country. Cloudflare's rate limiting rules, for one, can count by ASN on their Enterprise tier. A line pinned to Comcast looks like one consistent kind of visitor to a rule like that: a Comcast customer.
The other reason is testing. A page, an ad or a price shown to Comcast customers can be checked from a Comcast address, from the countries listed above, without asking anyone to run a browser for you.
A pin does not change what your client sends. Cookies, headers and the TLS handshake are still yours, and a target that keys on those needs a real browser profile behind the line.
Keep to public data and to the target's terms. The ISP targeting page lists every carrier we can pin.
Where else
Other carriers and countries,one page each.
Carriers in the same countries
Countries
The public proxies the scanner found on Comcast are listed on the free Comcast list.
Works with your stack, and with your assistant.
A REST API for buying and generating, the whole documentation as markdown for Claude, Cursor and ChatGPT, and an MCP server and CLI for the free tools.
FAQ
Comcast proxies,
answered.
Answered from the gateway's own catalogue and the plan documentation.
Ask supportAre these real Comcast addresses?+
Yes. A line generated with the asn field exits only from addresses the network announces under that AS number. The gateway lists AS7922, AS33651, AS33659 for Comcast, and a pin to any of them is refused rather than substituted when nothing is free on it at that moment.
Which AS numbers does Comcast have?+
AS7922, AS33651, AS33659. The list on this page is read from the gateway's own catalogue at render time, so it is what the generator accepts today, not a copy of a registry.
Can I hold one Comcast address for a while?+
Yes. Add stickyMinutes to the same call, from 3 to 1,440 minutes, and the line keeps its exit for that long on its own port. Leave it out and every request exits from a different Comcast address.
In which countries can I pin Comcast?+
United States. A pinned line is always a country and a network together, so the call names both.
What does it cost?+
Pinning a network costs nothing extra. You pay the Premium pool's price per gigabyte for the bytes that pass through the line, from a balance that never expires. Generating lines is free and repeatable.