使用我們靈活的代理服務,您可以輕鬆無阻地採集數據。我們提供超過1亿个纯净且經過验证的IP池,成功率高達99.7%。
動態住宅代理-GB
海量IP資源池,選擇高級套餐享更多功能和折扣。
按GB付費
輪換/粘性會話
賬密+白名單驗證
API轉售支持
起於
$0.55/GB靜態住宅代理
提供原生和ISP的IP資源,定期新增IP段。
無限制流量
穩定長效
私人獨享
批量折扣
起於
$-/IP/天
不限量代理
自選帶寬,定製解決方案,全天候客服支持。
不限流量
無限並發會話
隨機分配國家
覆蓋200+地區
起於
$-/小時SOCKS5代理
按天數付費,每天可使用固定的IP個數。
每日固定IP限額
SOCKS5每日更新
24小時內可重復使用
隨機分配國家
起於
$-/15天

#include "stdafx.h"
#include "curl/curl.h"
#pragma comment(lib, "libcurl.lib")
static size_t write_buff_data(char *buffer, size_t size, size_t nitems, void *outstream)
{
memcpy(outstream, buffer, nitems * size);
return nitems * size;
}
int GetUrlHTTP(char *url, char *buff)
{
CURL *curl;
CURLcode res;
curl = curl_easy_init();
if (curl)
{
// api http
curl_easy_setopt(curl, CURLOPT_PROXY, "http://156.229.21.94:1000");
curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)buff);
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_buff_data);
curl_easy_setopt(curl, CURLOPT_URL, url);
curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 10L);
curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 50L);
curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, 2000000L);
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
if (res == CURLE_OK)
{
return res;
}
else
{
printf("%d", res);
}
}
return res;
}
int GetUrlSocks5(char *url, char *buff)
{
CURL *curl;
CURLcode res;
curl = curl_easy_init();
if (curl)
{
// api socks5
curl_easy_setopt(curl, CURLOPT_PROXY, "socks5://156.229.21.94:1000");
curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)buff);
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_buff_data);
curl_easy_setopt(curl, CURLOPT_URL, url);
curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 10L);
curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 50L);
curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, 2000000L);
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
if (res == CURLE_OK)
{
return res;
}
else
{
printf("%d", res);
}
}
return res;
}
int main()
{
char *buff = (char *)malloc(1024 * 1024);
memset(buff, 0, 1024 * 1024);
GetUrlHTTP("http://ipinfo.io/json", buff);
printf("response: %s", buff);
memset(buff, 0, 1024 * 1024);
GetUrlSocks5("http://ipinfo.io/json", buff);
printf("response: %s", buff);
free(buff);
Sleep(10 * 1000);
return 0;
}




我們的優質代理服務成爲客戶的首選。

我使用711proxy來測試我的網站在不同地理位置的性能。價格吸引了我,但我認爲它的功能和可靠性還不錯,因爲它提供了廣泛的代理選擇和可靠的連接。

Orlando
網站性能工程師
代理速度符合我的預期,保證了爬行任務的順利進行,完全可以無縫集成我的工作流程。

Erick
數據分析師
他們的產品文檔清晰而簡潔,因此我可以快速入門並配置代理。這節省了我很多時間。

Alex
軟件開發工程師
711Proxy爲我提供了一個API接口來自動化我的抓取工作流。這大大提高了我的工作效率。

Bethany Ratke
自動化工程師
客服團隊反應迅速,很有幫助,提供了非常專業的支持,解決了我在使用過程中的問題。

Lara Withnell
數字營銷分析師
711Proxy有一個非常大的代理池,這爲我提供了豐富的IP選擇,提高了抓取效率。

Acker
數據採集專家