跳转到主要内容
将ISP进行地理定位
Evan avatar
作者:Evan
一周前更新

快速示例:

用户名-国家-US-ISP-Verizon

"用户名;国家=US;ISP=Verizon"

视频指南在这里

您可以通过在用户名后添加“;country={2位国家代码};isp={ISP名称}”“-country-{2位国家代码}-isp-{ISP名称}”来定位特定国家内的ISP。例如,要定位洛杉矶的IP,您可以在用户名后添加“;country=US;isp=Verizon”“-country-US-isp-Verizon”

确保在配置中替换“{2-letter country code}”和“{isp name}”为您想要进行地理定位的国家和ISP的2位国家代码和ISP名称。以下是一些使用Proxyrack API检索可用国家和ISP列表的有用指南:

在这里使用“=”语法时,您需要将用户名和密码用引号括起来。它看起来像这样:“username;country=US;isp=Verizon:password”

请注意,下面使用了 cURL 作为示例。您不需要使用 cURL 来进行地理定位。您可以在配置代理的任何地方执行此操作,例如在浏览器、代码等中。

示例

不限流量住宅代理:

请注意:不限流量住宅代理不再可供购买。但是,现有的订阅将继续有效。
"=" 语法:​curl -x unmetered.residential.proxyrack.net:10000 -U 'username;country=US;isp=Verizon:password' http://example.com

"-" 语法:curl -x unmetered.residential.proxyrack.net:10000 -U username-country-US-isp-Verizon:password' http://example.com

实时示例在这里

高级住宅:
"=" 语法: ​curl -x premium.residential.proxyrack.net:10000 -U 'username;country=US;isp=Verizon:password' http://example.com

"-" 语法: curl -x premium.residential.proxyrack.net:10000 -U username-country-US-isp-Verizon:password http://example.com

实时示例在这里

私人不限量住宅代理:
"=" 语法:curl -x private.residential.proxyrack.net:10000 -U 'username;country=US;isp=Verizon:password' http://example.com

"-" 语法:curl -x private.residential.proxyrack.net:10000 -U username-country-US-isp-Verizon:password http://example.com

实时示例 在这里

全球轮换数据中心:
"=" 语法:curl -x global.rotating.proxyrack.net:10000 -U 'username;country=US;isp=Verizon:password' http://example.com

"-" 语法:curl -x global.rotating.proxyrack.net:10000 -U username-country-US-isp-Verizon:password http://example.com

实时示例 在这里

美国旋转数据中心:
"=" 语法:curl -x usa.rotating.proxyrack.net:10000 -U 'username;country=US;isp=Verizon:password' http://example.com

"-" 语法:curl -x usa.rotating.proxyrack.net:10000 -U username-country-US-isp-Verizon:password http://example.com

实时示例 这里

静态美国数据中心:
"=" 语法:​curl -x usa.static.proxyrack.net:10000 -U 'username;country=US;isp=Verizon:password' http://example.com

"-" 语法:curl -x usa.static.proxyrack.net:10000 -U username-country-US-isp-Verizon:password http://example.com

实时示例 这里

这是否解答了您的问题?