• Proxy Endpoints

    HTTP / SOCKS5

  • Proxy Network

    500 K+ Residential IPs

  • Locations

    20+ Countries

  • Uptime

    99.5%

Pure and stable static residential proxy IP network

Our static residential IPs originate from multiple leading global ISPs, encompassing over 500,000 authentic residential IP addresses worldwide. Tailor your package selection to precisely match your operational requirements, delivering industry-leading standards with high purity, rapid performance, and steadfast reliability—guaranteed without disconnections or interruptions.

  • Static residential IPs from carriers worldwide
  • Rapid static residential IPs
  • Unlimited bandwidth, unlimited traffic

Easily Integrate Our Solution into Your Project

We ensure that our product is easily integrated into your scraping infrastructure. With multiple language support and ready-to-use code examples, you can start your web scraping project quickly and easily.

Go
Java
PHP
Python
package main

import (
	"fmt"
	"io/ioutil"
	"log"
	"net/http"
	"net/url"
	"time"
)

func simpleTest() {
  proxyAddr := "socks5://usertest-id3433-0-US-N:ur87d@vp6.endpoint.pw:9135/"
  
  targetURL := "http://ip234.in/ip.json"
  
  proxy, err := url.Parse(proxyAddr)
  if err != nil {
  	log.Fatal(err)
  }
  netTransport := &http.Transport{
	Proxy:http.ProxyURL(proxy),
	MaxIdleConnsPerHost:10,
	ResponseHeaderTimeout: time.Second * time.Duration(10),
  }
  httpClient := &http.Client{
	Timeout: time.Second * 30,
	Transport: netTransport,
  }
  
  res, err := httpClient.Get(targetURL)
  if err != nil {
	log.Println(err)
	return
  }
  defer res.Body.Close()
  if res.StatusCode != http.StatusOK {
  	log.Println(err)
  	return
  }
  c, _ := ioutil.ReadAll(res.Body)
  fmt.Println(string(c))
}

func proxyGet(targeturl string, proxy_server string,proxy_port int, 
proxy_user string, proxy_pass string, ptype string) string {
	proxyAddr := ""
	if proxy_user != "" {
		proxyAddr = fmt.Sprintf("
	} else {
		proxyAddr = fmt.Sprintf("
	}

	proxy, err := url.Parse(proxyAddr)
	if err != nil {
		fmt.Println("err channel:", proxy_server, proxy_user, proxy_pass)
		fmt.Println(err)
		return ""
	}
	netTransport := &http.Transport{
		Proxy:http.ProxyURL(proxy),
		MaxIdleConnsPerHost: -1,
		ResponseHeaderTimeout: time.Second * time.Duration(10),
	}
	httpClient := &http.Client{
		Timeout:time.Second * 20,
		Transport: netTransport,
	}

	var res *http.Response

	res, err = httpClient.Get(targeturl)

	if err != nil {
		fmt.Println("err proxy:", proxy_server, proxy_user, proxy_pass)
		fmt.Println(err)
		return ""
	}
	defer res.Body.Close()
	if res.StatusCode != http.StatusOK {
		fmt.Println("err proxy:", proxy_server, proxy_user, proxy_pass)
		fmt.Println(err)
		return ""
	}

	c, _ := ioutil.ReadAll(res.Body)
	fmt.Println("proxy:", proxy_server, proxy_user, proxy_pass)
	fmt.Println(string(c))
	return string(c)
}
Why Use Our Residential IP?
  • 90 M+ Residential IPs for Sale

    We offer a highly stable residential proxy IP pool.

  • Zero CAPTCHA

    Optimize business resources as no captcha is required.

  • Zero IP Blocking

    No more wasting time on IP blocking. Purchase residential IPs and focus on insights.

  • Session Control

    Residential proxy sales offer flexible and adjustable session control features to meet your needs.

  • Unlimited Concurrent Sessions

    No limits on concurrent sessions. Purchase residential IPs and send unlimited concurrent sessions.

  • Global Coverage

    Purchase residential IPs from 190+ locations worldwide and provide country, city, and state-level geolocation services.

Plans

Static residential proxies are a fast, highly reliable alternative to standard residential proxies. Upgrade to static residential—unblock access with a purchase today.

  • Average success rate of 99.5%
  • Average response time of 0.6s
  • HTTP / SOCKS5 protocols
!
Note: Due to policy reasons, the service is not available in the Mainland of China.

We accept these payment methods:

Top Residential Proxy Locations

Control Your Data Usage

With IpStar dashboard, you can easily manage your proxy usage. Believe your web scraping project will never be interrupted.

  • Track detailed proxy usage statistics
  • Create and manage sub-users
  • Manage proxy subscriptions
  • Whitelist "Induce Multi-functional"
  • Free Targets

    Our residential proxy network covers 190+ countries and provides country, city, state, zip code, coordinates, and ASN targets.

  • Unlimited Concurrent Sessions

    On IpStar, we do not limit concurrent sessions, so you can easily expand your web scraping project as needed.

  • No IP Block or CAPTCHA

    Use high-quality residential proxies that successfully scrape any public data that can be blocked by various captchas.

Frequently Asked Questions
What is a static residential proxy?

A static residential proxy is a real IP address assigned by a local Internet Service Provider (ISP). Static residential proxies are highly secure, and are generally more reliable.

How to check if the IP is static residential proxy?

Different proxy websites have different detection libraries. The detection results of IpStar are based on ipinfo.io. IpStar does not recognize the detection results of Chinese websites.

Where can you get your static residential IP after purchasing it?

Please refer to the Help Center, which contains detailed usage and integration instructions. If you have any questions, pleasefeel free to contact us via email:[email protected] or the official website Online Support

Are there any data usage limits for each package?

Rotating Residential Package: Based on your purchase needs, there are no data usage limits within the validity period of the data you’ve purchased. Unlimited Residential Package: There are no data usage limits during the validity period of your purchased package. Static Residential Package: You purchase based on the required duration, and the plan includes data usage fees with no data usage limits.

What protocols are supported?

We support both HTTP and SOCKS5 protocols to meet your needs as much as possible.