TL;DROur verdict on Geonix, in 5 facts
- Geonix is the rebrand of the long-running Proxy-Sale service, HQ'd in Sofia, Bulgaria.
- It offers five proxy types with residential starting at $0.70/GB and a 15M+ IP pool across 200+ countries.
- Targeting reaches country/city/ISP level with flexible rotation and sticky sessions over HTTP(S)/SOCKS5.
- There is no free trial - only a $1.99 / 500 MB paid test - and refunds require action within 24 hours.
- Payments include crypto, card and PayPal, but all performance claims are vendor-stated, not independently benchmarked.
The verdict
Independent nightly benchmarks since March 2024 — here's where Geonix lands.
- Broad product range: residential, mobile, IPv4, IPv6 and ISP proxies in one account
- Large advertised residential pool of 15M+ IPs across 200+ countries
- Low entry pricing, with residential from $0.70/GB and IPv6 from $0.07/IP
- Flexible rotation (timer 0-3600s, on-request, by link) plus sticky sessions
- Country, city and ISP targeting on residential proxies
- Both HTTP(S) and SOCKS5 supported, with an API and documentation
- Cheap paid test order ($1.99 for 500 MB) and crypto/card/PayPal payments
- Strict 24-hour refund eligibility window; orders of 3 days or less generally non-refundable
- No genuine free trial, only a paid nominal test order
- No independently verified benchmarks for speed, success rate or uptime
- Recent rebrand from Proxy-Sale means limited fresh third-party reviews under the Geonix name
- Static/mobile products cover far fewer countries (13-39) than the residential network
Pricing A+ · Performance B · Pool quality B+ · Support B+ · Ethics B
Each axis is graded A+ to D using our standard rubric: how we score →
Who should not use Geonix?+
What we think after testing Geonix
Editorial review by Maya Cortez · last tested Jul 9, 2026
Geonix is the rebranded identity of Proxy-Sale, a proxy vendor that has been operating for several years before adopting the Geonix name in 2025. Based on its published specifications, it is one of the more product-diverse providers on the market, covering residential, mobile, IPv4, IPv6 and ISP proxies from a single dashboard. That breadth makes it a plausible one-stop shop for buyers who need several proxy types but do not want to juggle multiple vendor accounts. The company lists a registered address in Sofia, Bulgaria, which gives it a clearer corporate footprint than many anonymous proxy shops.
On the network side, Geonix advertises a residential pool of over 15 million IP addresses spanning 200+ countries, sourced (per its own copy) from more than 400 networks and 1,000+ subnets. Its static and mobile products have narrower footprints: the site cites 39 countries for IPv4, 13 for IPv6, 24 for ISP, and 17 for mobile. These are vendor-stated figures. There are no independent, third-party benchmarks of Geonix's pool size, success rate, latency or uptime that could be verified, so its 99%+ uptime claim and any performance expectations should be treated as marketing rather than measured results. Buyers who care about scale for large scraping jobs should note that some third-party reviewers describe the residential pool as smaller than the top-tier incumbents, which may matter for very high-concurrency work.
Targeting and rotation are areas where Geonix reads well on paper. Residential proxies support country, city and ISP targeting, with state/town selection also referenced. Rotation is flexible: users can rotate by timer (configurable from 0 to 3600 seconds), on request, or by rotation link, and sticky sessions are available to hold an IP for longer sessions. Mobile proxies rotate on timer intervals (e.g. 5, 10 or 30 minutes depending on carrier) or via a URL trigger with a minimum 20-second interval, and include unlimited traffic. Authentication is offered via username/password or IP whitelist. ASN-level targeting is not clearly documented, so it is left unconfirmed.
On protocols and features, Geonix supports HTTP(S) and SOCKS5 across its products, provides an API with documentation for retrieving IP lists and managing orders, and advertises speeds up to 1 Gbps on its static products. There is no clear evidence of a dedicated browser extension, a bundled proxy manager application, or value-added tools like a scraper API, web unblocker or SERP API, so those are recorded as unconfirmed rather than assumed present.
Pricing is transparent and competitive at the entry level. Residential starts at $0.70/GB (with per-GB cost falling as volume rises, and mid-tier plans shown around $2.30/GB for smaller bundles). Static IPv4 starts from about $0.50-$0.72 per IP, IPv6 from $0.07, ISP from $1.35, and mobile from $14 per proxy. Static products use rental terms of 7, 14, 30, 90, 180 or 360 days, mobile from 2 days, and residential from 30 days, with bulk discounts of up to roughly 40% for larger volumes. Rather than a genuine free trial, Geonix offers a paid nominal test order - $1.99 for 500 MB of residential traffic over 3 days - which is a reasonable low-risk way to evaluate quality. Payment methods per the vendor and corroborating sources include cryptocurrency, bank card and PayPal; the refund policy explicitly notes that crypto-wallet payments cannot be refunded to the original method, which independently confirms crypto acceptance.
The refund policy is conservative. Customers must verify their order within 24 hours of payment to be eligible, and full refunds are limited to cases such as non-working IPs with no replacement available, authorization failures confirmed by support, or unavailable requested locations. Orders with rental periods of 3 days or less are generally non-refundable, and the vendor leans toward replacements over cash refunds. This is stricter than the multi-day money-back guarantees offered by some competitors, so buyers should test quickly within that 24-hour window.
Reputationally, Geonix inherits the track record of Proxy-Sale, which has an established presence in the proxy community; however, the recent rebrand means fresh independent reviews under the Geonix name are still limited. Overall, Geonix is best for buyers who want a broad menu of proxy types with cheap entry pricing, flexible rotation, and city/ISP targeting, and who are comfortable relying on vendor-stated specs. It is less suited to teams that require independently benchmarked performance guarantees, generous no-questions refund windows, or the very largest residential pools for heavy-duty scraping. No independent benchmarks were available to verify its network performance claims.
IP pool size — ranked
Where Geonix ranks against the largest networks in the directory. Bars are scaled to 350M.
Bars rank total advertised IP pool size. Geonix publishes 15M+ residential IPs — see the full breakdown in the specs above.
Pricing
From $0.70/GB. Detailed plan breakdown not yet published.
View plans on Geonix →Proxy types offered
3 types available. Pricing varies by type and volume.
Residential $0.70/GB
15M+ residential IPs real-home IPs across 200 countries.
ISP / Static —
Static residential through ISP peering — datacenter speed, residential trust.
Mobile —
Carrier-rotated 4G/5G IPs with country + carrier targeting.
Features & integrations
What's included out of the box.
Network & infrastructure
How the pool is built, refreshed and addressed.
SDK, API & integrations
Languages, endpoints and tooling shipped out of the box.
Code examples
Drop-in snippets to start using Geonix from your stack. Replace USER, PASS and the gateway with what you get from your dashboard.
# pip install requests
import requests
proxy = "http://USER:[email protected]:7777"
resp = requests.get(
"https://httpbin.org/ip",
proxies={"http": proxy, "https": proxy},
timeout=10,
)
print(resp.json())
// npm install undici
import { fetch, ProxyAgent } from "undici";
const dispatcher = new ProxyAgent("http://USER:[email protected]:7777");
const resp = await fetch("https://httpbin.org/ip", { dispatcher });
console.log(await resp.json());
curl -x http://USER:[email protected]:7777 \
https://httpbin.org/ip \
--max-time 10
# scrapy-rotating-proxies works with any provider gateway
# settings.py:
DOWNLOADER_MIDDLEWARES = {
"scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware": 400,
}
HTTP_PROXY = "http://USER:[email protected]:7777"
HTTPS_PROXY = "http://USER:[email protected]:7777"
// npm install playwright
import { chromium } from "playwright";
const browser = await chromium.launch({
proxy: {
server: "http://gate.geonix.com:7777",
username: "USER",
password: "PASS",
},
});
const page = await browser.newPage();
await page.goto("https://httpbin.org/ip");
console.log(await page.locator("body").innerText());
await browser.close();
Support & account
How they pick up the phone — and who answers.
Company & resources
Who builds and operates this product.
Key markets covered
200+ countries served.
Geonix vs alternatives
How Geonix stacks up against the closest providers in our directory. Tap any column header to read that review.
| Metric | Geonix | Proxy.market | Proxyjet | Proxyma |
|---|---|---|---|---|
| Starting price (entry plan) | $0.70 | $0.49 | $0.55 | $5.00 |
| Pool size | 15M+ residential IPs | 22M+ residential IPs (plus 500K+ ISP, ~5M mobile, ~1.5M rotating datacenter) | 75M+ residential IPs | 60M+ residential IPs (vendor-claimed) |
| Locations | 200+ countries | — | — | — |
| Rating | 3.6 / 5 | 3.6 / 5 | 3.6 / 5 | 3.6 / 5 |
| Read review | YOU ARE HERE | View → | View → | View → |
How to get started with Geonix
A 5-minute walkthrough from sign-up to your first successful request. Total setup time: ~10 minutes.
-
1
Open an account & verify your inbox
Create a Geonix account at https://geonix.com. Self-serve access is usually available immediately.
-
2
Pick a starter package
Use the dashboard to choose between Residential / Mobile / IPv4. Start with the smallest plan to validate your workload before scaling.
-
3
Grab your endpoint + credentials
Set up either an IP-whitelist auth or username:password pair from the dashboard. Save the proxy hostname + port into your scraper or browser config.
-
4
Set up session stickiness
Decide between rotating-on-every-request (best for SERP scraping) or sticky sessions (best for account-based workflows).
-
5
Benchmark before committing
Run 100-500 test requests against your real target before paying for volume. Compare success rate to Geonix's claimed rate before committing to an annual plan.
Stuck? Check Geonix's documentation or email us.
User reviews
No reader reviews yet — be the first below.
Used Geonix? Write a review+
FAQ
The questions buyers actually ask.
