千萬級代理池
1000萬+ IP
全球節點動態輪換
企業級代理基礎設施
覆蓋全球190+國家/地區的優質代理IP
注意:本站所有代理均不支持在中國大陸使用,感謝理解
靜態住宅代理使用真實住宅 IP 地址
此地址不會隨每個會話自動更改
來自真實設備的真實住宅 IP
配備自動 IP 輪換功能
curl -X POST '/api/ipft/client/order/addStatic' \
-H 'Content-Type: application/json' \
-H 'x-merchant-token: your-token-here' \
-H 'x-merchant-code: your-merchant-code' \
-d '{
"countryNums": [{
"countryCode": "US",
"num": 2,
"location": "New York",
"ipType": 1,
"ipCategory": "HOST",
"bandwidth": 10
}],
"monthCount": 1
}'
<?php
$url = '/api/ipft/client/order/addStatic';
$payload = [
'countryNums' => [
[
'countryCode' => 'US',
'num' => 2,
'location' => 'New York',
'ipType' => 1,
'ipCategory' => 'HOST',
'bandwidth' => 10,
],
],
'monthCount' => 1,
];
$ch = curl_init($url);
curl_setopt_array($ch, [
CURLOPT_POST => true,
CURLOPT_HTTPHEADER => [
'Content-Type: application/json',
'x-merchant-token: your-token-here',
'x-merchant-code: your-merchant-code',
],
CURLOPT_POSTFIELDS => json_encode($payload),
CURLOPT_RETURNTRANSFER => true,
]);
echo curl_exec($ch);
curl_close($ch);
import requests
url = '/api/ipft/client/order/addStatic'
headers = {
'Content-Type': 'application/json',
'x-merchant-token': 'your-token-here',
'x-merchant-code': 'your-merchant-code',
}
payload = {
'countryNums': [{
'countryCode': 'US',
'num': 2,
'location': 'New York',
'ipType': 1,
'ipCategory': 'HOST',
'bandwidth': 10,
}],
'monthCount': 1,
}
response = requests.post(url, headers=headers, json=payload)
print(response.text)
const response = await fetch('/api/ipft/client/order/addStatic', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-merchant-token': 'your-token-here',
'x-merchant-code': 'your-merchant-code',
},
body: JSON.stringify({
countryNums: [{
countryCode: 'US',
num: 2,
location: 'New York',
ipType: 1,
ipCategory: 'HOST',
bandwidth: 10,
}],
monthCount: 1,
}),
});
const result = await response.json();
console.log(result);
HttpRequest request = HttpRequest.newBuilder()
.uri(URI.create("/api/ipft/client/order/addStatic"))
.header("Content-Type", "application/json")
.header("x-merchant-token", "your-token-here")
.header("x-merchant-code", "your-merchant-code")
.POST(HttpRequest.BodyPublishers.ofString("""
{
"countryNums": [{
"countryCode": "US",
"num": 2,
"location": "New York",
"ipType": 1,
"ipCategory": "HOST",
"bandwidth": 10
}],
"monthCount": 1
}
"""))
.build();
HttpResponse<String> response = HttpClient.newHttpClient()
.send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Post,
"/api/ipft/client/order/addStatic");
request.Headers.Add("x-merchant-token", "your-token-here");
request.Headers.Add("x-merchant-code", "your-merchant-code");
var payload = new {
countryNums = new[] {
new { countryCode = "US", num = 2, location = "New York",
ipType = 1, ipCategory = "HOST", bandwidth = 10 }
},
monthCount = 1
};
request.Content = new StringContent(
JsonSerializer.Serialize(payload), Encoding.UTF8, "application/json");
var response = await client.SendAsync(request);
Console.WriteLine(await response.Content.ReadAsStringAsync());
payload := map[string]any{
"countryNums": []map[string]any{{
"countryCode": "US", "num": 2, "location": "New York",
"ipType": 1, "ipCategory": "HOST", "bandwidth": 10,
}},
"monthCount": 1,
}
body, _ := json.Marshal(payload)
req, _ := http.NewRequest(http.MethodPost,
"/api/ipft/client/order/addStatic", bytes.NewReader(body))
req.Header.Set("Content-Type", "application/json")
req.Header.Set("x-merchant-token", "your-token-here")
req.Header.Set("x-merchant-code", "your-merchant-code")
resp, err := http.DefaultClient.Do(req)
if err != nil { panic(err) }
defer resp.Body.Close()
b, _ := io.ReadAll(resp.Body)
fmt.Println(string(b))
Rock-solid static IPs. Zero drama.
我們團隊每天跑上百萬條採集任務,IPFast 的動態池在地區切換和成功率上表現很穩。API 文檔完整,按文檔接入不到一天就上線,後續運維幾乎不用操心。
Accurate geo-targeting for ad verification across regions. We've cut false positives noticeably since switching to IPFast.
接入簡單,性價比高。
We run dozens of accounts daily. IPFast lines stay clean and pair well with fingerprint browsers. Support is responsive when we need help scaling — it's become one of our primary providers.
控制台權限細緻,團隊協作和流量監控都很清晰,適合我們這種多店鋪規模化運營。
Clean API, predictable routing.
做 SERP 監控需要穩定的多地區 IP,IPFast 在關鍵詞排名抓取上連續跑了三個月,封禁率明顯低於之前用的服務商。控制台裡按專案看用量也很直觀,方便跟客戶對賬。
Reliable for large-scale scraping workflows. Region switching is smooth and the dashboard makes it easy to track usage per project.
多方合作夥伴的高度讚譽和認可
不可以!IPFast 的線路已經屏蔽所有境內的 IP 訪問,使用和購買線路前,您需要自備海外網絡環境。
依托於業務大數據積累和 IP 庫留存算法,IPFast 對出貨的 IP 庫進行了技術層面的專項篩選清洗,這些 IP 將可以在您的業務中具有更優秀的表現。
我們目前提供四種代理方案:靜態住宅代理,靜態機房代理,動態住宅代理,廣播代理。
理論上都沒有限制。IPFast 不會對使用並發做限制。但是一條線路的帶寬是有限的,連接太多設備有可能會造成網絡不穩定,我們建議一機一 IP 一設備。
為了防止 IP 濫用,IPFast 的靜態產品目前並不提供任何免費測試服務。動態住宅線路,在用戶註冊後,可以聯繫客服領取免費流量包進行測試。
靜態數據中心 IP(IDC)由數據中心分配,適用於處理大量數據,IP 信息標記為機房 IP。靜態住宅 IP(ISP)由本地網絡服務商分配,連接到真實設備,穩定性高,IP 信息標記為非主機商的機構或家庭 IP,具有更完善的真人屬性。
我們接受支付寶、微信、銀聯、PayPal 等多種支付方式。
由於靜態住宅線路的稀缺性和特殊性,代理線路/端口在正式購買之後,不支持退換。
我們的收款賬戶為對公賬戶,如果您用對公賬戶向我們付款,支持開企業抬頭發票。如果您用私人帳戶向我們付款,支持開個人抬頭發票。開票詳情請諮詢客服。
我們不協助任何客戶進行境外環境的搭建。並且已基於國家法律法規,屏蔽了所有國內 IP 直連。
海外 IP 需要在境外環境上使用,如已經在境外環境仍連接不上,可以聯繫官方客服協助處理。
養號涉及環節和細節非常多,我們無法對此類情況進行任何承諾。
可以。你可以在登錄網站後選擇【我的 IP】勾選線路一鍵續費。
直播建議用直播專線,普通線路(如靜態 IP)帶寬雖高,但穩定性沒有直播專線好,普通線路不保證直播質量,如有直播需求最好選擇直播專線。