Sign Out
loading1
Message Center

One click Read
loading1

Important Notice

Close

Learn more

922 S5 Proxy Latest News

Notifications

Your Messages

loading1
  • Proxy Setup
  • Statistics

Residential Proxies

GB MB

--

GB

Expiration Date :--

Recharge Exchange

The traffic has expired and the balance has been frozen. Please go torecharge to unblock it.

Set Balance Reminder

When the balance is less than the set value, an email will be automatically sent.
GB
  • GB
  • MB

Redeem CDKey

Exchange

How to set up Residential Proxies

Your IP:

--

Add to whitelist

.CSV
Download
IP Type Country / Region City Time Limit Remark Operate

No Data

Total IP Address: 0

*Only supports use in non-Chinese mainland environments.

Test Commands

IP whitelist

Hostname:port

    Generate

    Hostname:port
    Also known as IP: Port

    Copy all

    Quick start

    • Parameter Describe
    • Country Filter the country where the required IP is located
    • State Screen the state or province where the required IP is located
    • City Filter the city where the required IP is located
    • Hostname:port Host name and port, assigned by default
    • Username Assigned by default according to the user's login account
    • Password By default, a password composed of letters and numbers is generated, which supports user modification

    Example:

    • C/C++
    • Go
    • Node.js
    • Php
    • JAVA
    • Python
    Example:
                    
    #include iostream
    #include stdio.h
    #include string
    #include Windows.h
    #include "curl/curl.h"
    
    #pragma comment(lib, "libcurl.lib")
    using namespace std;
    
    static size_t write_buff_data(char* buffer, size_t size, size_t nitems, void* outstream)
    {//Copy the received data to the cache
    memcpy(outstream, buffer, nitems * size);
    return nitems * size;
    }
    /*
    Use HTTP proxy
    */
    int GetUrlHTTP(char* url, char* buff)
    {
    CURL* curl;
    CURLcode res;
    curl = curl_easy_init();
    if (curl)
    {
        curl_easy_setopt(curl, CURLOPT_PROXY, "http://ip:port");//Set HTTP proxy address
        curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, "User name: password");//Proxy username password
        curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void*)buff);//Set Read-Write Cache
        curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_buff_data);//Set Callback Function
        curl_easy_setopt(curl, CURLOPT_URL, url);//Set URL address
        curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 10L);//Sets a long integer to control how many seconds CURLOPT_LOW_SPEED_LIMIT bytes are passed
        curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 50L);//Set a long integer to control how many bytes are transferred
        curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, 2000000L);//Maximum download speed
    
        res = curl_easy_perform(curl);
        curl_easy_cleanup(curl);
        if (res == CURLE_OK) {
            return res;
        }
        else {
            printf("error code:%d\n", res);
            MessageBox(NULL, TEXT("Get IP Error"), TEXT("assistant"), MB_ICONINFORMATION | MB_YESNO);
        }
    }
    return res;
                    
                   
    Statistics
    Package type
    ISP Proxy
    • ISP Proxy
    • Residential Proxies
    Select a period
    Filter websites
    Filter
    Units
    GB
    • GB
    • MB
    Refresh real-time data
    Download report

    Add to whitelist

    Edit IP whitelist

    IP address

    Country / Region

    Global

      City

      Random

        Rotation

        Sticky IP

        • Sticky IP
        • Randomize IP

        (1-120min)

        Remark

        Clear

        Save

        Delete this IP, you will no longer be able to proxy directly via this IP.

        Cancel

        Delete