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

快速示例:

"username;country=US;city=LosAngeles,Denver,Seattle"

视频指南 在这里

使用“=”语法时,您可以同时定位多个城市。为此,只需将城市名称串在一起并用逗号分隔即可。例如,定位洛杉矶、丹佛和西雅图看起来像这样:“username;country=US;city=LosAngeles,Denver,Seattle:password”。

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

您可以使用 Proxyrack API 检索特定国家内可用城市的列表。这里是指南。

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

示例

不限流量住宅代理:

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

实时示例在这里

高级住宅代理:
curl -x premium.residential.proxyrack.net:10000 -U 'username;country=US;city=LosAngeles,Denver,Seattle:password' http://example.com

实时示例在这里

私人不限流量住宅代理:
curl -x private.residential.proxyrack.net:10000 -U 'username;country=US;city=LosAngeles,Denver,Seattle:password' http://example.com

实时示例在这里

全球旋转数据中心:
curl -x global.rotating.proxyrack.net:10000 -U 'username;country=US;city=LosAngeles,Denver,Seattle:password' http://example.com

实时示例在这里

美国旋转数据中心:
curl -x usa.rotating.proxyrack.net:10000 -U 'username;country=US;city=LosAngeles,Denver,Seattle:password' http://example.com

在线示例在这里

静态美国数据中心:
curl -x usa.static.proxyrack.net:10000 -U 'username;country=US;city=LosAngeles,Denver,Seattle:password' http://example.com

在线示例在这里

这是否解答了您的问题?