curl -x USER:PASS@gw.proxy.cc:4512 https://api.ip.cc/
Proxy dân dụng tĩnh (ISP) với tốc độ cao và băng thông không giới hạn.


90 triệu+
Nhóm địa chỉ IP
190+
vị trí thành phố
Không giới hạn
phiên đồng thời
99.5%
tỷ lệ thành công

Proxy dân cư tĩnh có nguồn gốc từ proxy trung tâm dữ liệu, do đó chúng cũng nhanh như các proxy tương ứng.
Bắt đầu ngay bây giờTrải nghiệm quyền truy cập không hạn chế với mạng Proxy dân cư của chúng tôi, trải rộng trên 190 quốc gia.
Bắt đầu ngay bây giờ
Proxy dân cư hoặc proxy ISP tĩnh là IP được cung cấp bởi Nhà cung cấp dịch vụ Internet (ISP).




Xác thực đơn giản
Xác thực nhanh chóng các lệnh gọi API với danh sách trắng người dùng/pass hoặc IP

Xác thực đơn giản
Xác thực nhanh chóng các lệnh gọi API với danh sách trắng người dùng/pass hoặc IP

Xác thực đơn giản
Xác thực nhanh chóng các lệnh gọi API với danh sách trắng người dùng/pass hoặc IP
import requests
username = "USER"
password = "PASS"
proxy = "gw.proxy.cc:4512"
proxies = {
'http': f'http://{username}:{password}@{proxy}',
'https': f'http://{username}:{password}@{proxy}'
}
response = requests.request(
'GET',
'https://api.ip.cc/',
proxies=proxies,
)
print(response.text)
import fetch from 'node-fetch';
import createHttpsProxyAgent from 'https-proxy-agent'
const username = 'USER';
const password = 'PASS';
const proxy = 'gw.proxy.cc:4512'
const agent = createHttpsProxyAgent(
f'http://${username}:${password}@${proxy}'
);
const response = await fetch('https://api.ip.cc/', {
method: 'get',
agent: agent,
});
console.log(await response.text());
<?php
$username = 'USER';
$password = 'PASS';
$proxy = 'gw.proxy.cc:4512';
$query = curl_init('https://api.ip.cc/');
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;
?>
package main
import (
"fmt"
"io/ioutil"
"net/http"
"net/url"
)
func main() {
const username = "USER"
const password = "PASS"
const proxy = "gw.proxy.cc:4512"
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://api.ip.cc/",
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 = "gw.proxy.cc";
int proxyPort = 4512;
HttpHost entry = new HttpHost(proxyHost, proxyPort);
String query = Executor.newInstance()
.auth(entry, username, password)
.execute(Request.Get("https://api.ip.cc/")
.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 = "gw.proxy.cc:4512";
var client = new WebClient();
client.Proxy = new WebProxy(proxy);
client.Proxy.Credentials = new NetworkCredential(username, password);
Console.WriteLine(client.DownloadString("https://api.ip.cc/"));
}
}
curl -x USER:PASS@gw.proxy.cc:4512 https://api.ip.cc/
require 'uri'
require 'net/http'
uri = URI.parse('https://api.ip.cc/')
proxy = Net::HTTP::Proxy('gw.proxy.cc', 4512, USER, PASS)
req = Net::HTTP::Get.new(uri.path)
result = proxy.start(uri.host,uri.port) do |http|
http.request(req)
end
puts result.body
Bao gồm tài chính, du lịch, truyền thông xã hội, an ninh mạng, công nghệ quảng cáo, mua hàng thương mại điện tử, dư luận trực tuyến, v.v.










Market-leading proxy pool of 90M+ for full scraping freedom
- Avg. 99.5% success rates
- Avg. 0.6s response time
- Automatic proxy rotation
- HTTP/HTTPS/SOCKS5 protocols

Validity period

Traffic

Popular regions

Concurrent sessions

Free geo-targeting

HTTP(S)/SOCKS5

24/7 support

ADVANCED

10GB
Unlimited
US, GB, DE, FR, BR, CA




5T Traffic

10GB
Unlimited
US, GB, DE, FR, BR, CA




10T Traffic

10GB
Unlimited
US, GB, DE, FR, BR, CA




Custom +
Custom

Custom
Unlimited
US, GB, DE, FR, BR, CA



- Avg. 99.5% success rates
- Avg. 0.6s response time
- Automatic proxy rotation
- HTTP/HTTPS/SOCKS5 protocols

Validity period

Traffic

Popular regions

Concurrent sessions

Free geo-targeting

HTTP(S)/SOCKS5

24/7 support

TRIAL PLAN

10GB
Unlimited
US, GB, DE, FR, BR, CA




STARTER

10GB
Unlimited
US, GB, DE, FR, BR, CA




BUSINESS

10GB
Unlimited
US, GB, DE, FR, BR, CA




PROFICIENT

10GB
Unlimited
US, GB, DE, FR, BR, CA



Enterprise
Elite data services for top-tier business requirements
We accept these payment methods:


Over 90M residential IPs, best-in-class technology and the ability to target any country, city, carrier & ASN make our premium proxy services a top choice for developers.

Adherence to GDPR and CCPA, with a dedicated Privacy Center for user empowerment.

Proactive abuse prevention through global partnerships and multiple reporting channels
PROXY.CC is audited and certified by industry leading Third Party standards.


United States
1,442,486 IPS
United Kingdom
453,927 IPS
Germany
2,358,742 IPS
Italy
2,369,311 IPS
France
917,784 IPS
Australia
599,327 IPS
Canada
291,456 IPS
Spain
625,760 IPS
Russia
2,952,775 IPS
Japan
480,893 IPS
Brazil
7,701,422 IPS
India
3,804,424 IPS











Rotating Residential Proxies are provided by Internet Service Providers (ISPs), not data centres. Each residential IP is a Rotating IP for a selectable country and city, which helps users with precise geolocation and information access efficiently and securely. PROXY.CC provides real residential IPs with a high connection success rate of around 95%.
Rotating Residential Proxies provide unlimited bandwidth, with the amount of traffic depending on the package purchased by the user. Its IP address is flexible and can be assigned to a specific region, making it suitable for users who need to change their IP frequently in a specific region.
Our Rotating Residential Proxies support flexible IP rotation options, you can set the frequency of IP rotation as often as you need, for example, every 5 minutes, every 15 minutes or per request.
Yes, you can select the residential proxy for the desired country from the user authentication and pass or APT extraction in the country below the Get Proxy panel to suit your needs.
Rotating Residential Proxies effectively avoids IP blocking and anti-crawler mechanisms by constantly changing IP addresses, increasing the success rate of data crawling tasks. High anonymity and flexible geo-location features make it particularly effective in large-scale data crawling, advertisement verification and market analysis.