代理服務
抓取工具
從所有網站收集公開結構化數據
代理方案
住宅代理
來自真實ISP的2億+IP白名單。透過儀表板管理/獲取代理。
起始價格
$0.77/ GB
Socks5代理
190+地區超過2億真實IP
起始價格
$0.045/ IP
無限住宅代理
IP與流量無限使用,AI智能輪換住宅代理
起始價格
$67/ 天
輪換ISP代理
ABCProxy的輪換ISP代理保證長時間會話
起始價格
$0.4/ GB
靜態住宅代理
長期專用代理,非輪換住宅代理
起始價格
$4.5/月
數據中心代理
使用全球70萬+穩定、快速且強大的數據中心IP
起始價格
$4.5/月
移動代理
來自真實ISP的2億+IP白名單。透過儀表板管理/獲取代理。
起始價格
$1.2/ GB
English
繁體中文
Русский
Indonesia
Português
Español
بالعربية
Socks5代理
住宅代理
靜態住宅代理
數據中心代理
無限住宅代理
移動代理
Windows版下載
Android版下載
Mac版下載
Linux版下載
Linux無介面版下載
無限IP
與流量使用
無限
數據請求
輪換與
固定會話
彈性頻寬
與CPU選項
curl -x ***.abcproxy.com:4950 -U "customer-USER:PASS" ipinfo.io
<?php
$username = 'USER';
$password = 'PASS';
$proxy = '***.abcproxy.com:4950';
$query = curl_init('https://ipinfo.io/');
curl_setopt($query, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($query, CURLOPT_PROXY, "http://$proxy");
curl_setopt($query, CURLOPT_PROXYUSERPWD, "$username:$password");
$output = curl_exec($query);
curl_close($query);
if ($output)
echo $output;
?>
import fetch from 'node-fetch';
import createHttpsProxyAgent from 'https-proxy-agent'
const username = 'USER';
const password = 'PASS';
const proxy = '***.abcproxy.com:4950'
const agent = createHttpsProxyAgent(
`http://${username}:${password}@${proxy}`
);
const response = await fetch('https://ipinfo.io/', {
method: 'get',
agent: agent,
});
console.log(await response.text());
package main
import (
"fmt"
"io/ioutil"
"net/http"
"net/url"
)
func main() {
const username = "USER"
const password = "PASS"
const proxy = "***.abcproxy.com:4950"
proxyUrl, _ := url.Parse(
fmt.Sprintf(
"http://%s:%s@%s",
username,
password,
proxy,
),
)
client := &http.Client{
Transport: &http.Transport{
Proxy: http.ProxyURL(proxyUrl)}}
request, _ := http.NewRequest("GET",
"https://ipinfo.io/",
nil,
)
request.SetBasicAuth(username, password)
response, err := client.Do(request)
if err != nil {
fmt.Println(err)
return
}
responseText, _ := ioutil.ReadAll(response.Body)
fmt.Println(string(responseText))
}
package example;
import org.apache.http.HttpHost;
import org.apache.http.client.fluent.*;
public class Main {
public static void main(String[] args) throws Exception {
String username = "USER";
String password = "PASS";
String proxyHost = "***.abcproxy.com";
int proxyPort = 4950;
HttpHost entry = new HttpHost(proxyHost, proxyPort);
String query = Executor.newInstance()
.auth(entry, username, password)
.execute(Request.Get("https://ipinfo.io/")
.viaProxy(entry))
.returnContent().asString();
System.out.println(query);
}
}
using System;
using System.Net;
class Example
{
static void Main()
{
var username = "USER";
var password = "PASS";
var proxy = "***.abcproxy.com:4950";
var client = new WebClient();
client.Proxy = new WebProxy(proxy);
client.Proxy.Credentials = new NetworkCredential(username, password);
Console.WriteLine(
client.DownloadString("https://ipinfo.io/")
);
}
}
import requests
username = "USER"
password = "PASS"
proxy = "***.abcproxy.com:4950"
proxies = {
'http': f'http://{username}:{password}@{proxy}',
'https': f'http://{username}:{password}@{proxy}'
}
response = requests.request(
'GET',
'https://ipinfo.io/',
proxies=proxies,
)
print(response.text)
我們確保產品能簡單地整合到您的網路爬蟲架構中。支援端口提取、進程代理、API、帳號密碼驗證等多種方式,並提供多種語言的現成程式碼範例,讓您的網路爬蟲專案能快速簡單地啟動。
总金額≥$3000,
加密貨幣免處理費
$1000
$ 310
总金額≥$3000,
加密貨幣免處理費
$2000
$ 990
总金額≥$3000,
加密貨幣免處理費
$5000
$ 2530
总金額≥$3000,
加密貨幣免處理費
$8000
$ 4750
自定义
获取报价