What is a proxy provider?
A proxy provider is a commercial service that sells access to a pool of IP addresses — residential, datacenter, or mobile — that you route your outbound HTTP traffic through. Proxy Hopper connects to these IPs when making requests on your behalf. Proxy Hopper does not supply IPs itself. You bring your own provider subscription and point Proxy Hopper at the IPs they give you.What to look for in a provider
When choosing a provider, consider: IP type- Datacenter IPs — cheap and fast, but easily detected and blocked by sophisticated sites
- Residential IPs — real home internet connections, much harder to detect, higher cost
- Mobile IPs — carrier IP addresses, highest trust level, most expensive
- Does the API you’re scraping restrict by country? You’ll need IPs in the right region
- Many providers let you filter by country, city, or ISP
- Most providers use HTTP Basic auth (username + password)
- Some use IP whitelisting (no credentials needed, but you must register your server’s IP)
- Proxy Hopper supports both
- Per-GB — good if you make small, infrequent requests
- Per-IP/month — good for sustained, high-volume use
- Rotating vs static — rotating services assign a new IP on each connection; static let you reuse the same IP
- Proxy Hopper connects to providers over plain HTTP proxy protocol (it handles the HTTPS itself)
- Ensure your provider supports HTTP proxy (not SOCKS-only)
Getting IPs from a provider
The process varies by provider, but typically:- Sign up and choose a plan
- In the dashboard, select the region(s) you need
- Copy the list of proxy endpoints — usually
host:portpairs likeus-pr.example.com:8080 - Note the credentials (username and password)
proxy.example.com:8080) that internally rotates IPs on each connection. Others give you a list of individual static IPs. Proxy Hopper works with both — use a list of individual IPs if you want Proxy Hopper to control the rotation itself.
Configuring a provider in Proxy Hopper
regionTag is optional but recommended — it appears as a region label on all Prometheus metrics, letting you query performance by region.
For IP-whitelisted providers (no credentials):
Multiple providers
You can configure multiple providers and mix IPs from them into a single pool, or dedicate separate pools to each:Providers vs inline IPs
Proxy providers are optional. For simple setups you can list IPs directly in a target or IP pool without a provider block. Providers become useful when:- Multiple targets or pools share the same credentials
- You want per-region metrics via
regionTag - You want to randomly sample a subset of IPs from a larger provider list (via
ipRequests.count)