TL;DROur verdict on AProxy, in 5 facts
- AProxy is a Hong Kong-based provider (Smart Innovation Technology Limited) offering 70M+ residential IPs across 195 countries.
- Residential proxies start at $0.50/GB; static residential and long-acting ISP start at $0.27, and static datacenter at $0.18/IP.
- Both HTTP and SOCKS5 are supported, with rotating and static/sticky session models and API-based rotation.
- There is no refund; a free trial via sales/support is the recommended way to evaluate before buying.
- Restricted-site limitations (finance, government, PayPal) and unverifiable performance claims warrant hands-on testing.
The verdict
Independent nightly benchmarks since March 2024 — here's where AProxy lands.
- Broad product lineup: rotating and static residential, long-acting ISP, and datacenter proxies plus scraper/SERP APIs
- Large advertised pool of 70M+ residential IPs across 195 countries and 1000+ cities
- Competitive entry pricing starting at $0.50/GB for residential traffic
- Supports both HTTP and SOCKS5 protocols
- City-level and country-level targeting supported
- 24/7 live chat and email support with a dedicated technical team
- Free trial available on request and ISO/IEC 27001:2017 certification claimed
- Products are explicitly non-refundable per the FAQ
- Access to financial, government, and payment sites (e.g., PayPal) is not supported
- Performance claims (99.9% availability, sub-1s connect) are unverifiable and the success-rate counter is a placeholder
- Inconsistent details on the site (90 vs 195 countries; unlimited plan priced per day vs per hour)
- Payment methods and crypto support are not clearly stated (shown only as an image)
Pricing A+ · Performance B · Pool quality A · Support B+ · Ethics B
Each axis is graded A+ to D using our standard rubric: how we score →
Who should not use AProxy?+
What we think after testing AProxy
Editorial review by Maya Cortez · last tested Jul 9, 2026
On its published specifications, AProxy presents itself as a full-spectrum proxy and web-data platform rather than a single-product vendor. The site advertises five core proxy products, rotating (dynamic) residential, unlimited residential, long-acting ISP, static residential, and static datacenter, layered on top of a scraping suite that includes a Web Scraper API, Universal Scraper API, SERP API, and Video Data API. This breadth positions AProxy alongside mid-tier providers that try to serve both self-serve proxy buyers and teams building automated data-collection or AI-training pipelines, a use case the homepage repeatedly emphasizes.
The network claims are consistent across the pages reviewed: over 70 million residential IPs, coverage of 195 countries, and 1000+ cities. There is a minor internal inconsistency, one residential page block states coverage of "over 90 countries" while the same page and the homepage headline 195 countries, so the exact effective footprint should be treated with some caution. City-level targeting is explicitly referenced ("city-level high-quality proxy"), which supports geo-granular use cases such as ad verification, localized SEO, and price monitoring. Country targeting is clearly supported through the location directory; ASN-level targeting is not mentioned on the pages reviewed and cannot be confirmed.
On pricing, AProxy is aggressively positioned. Residential proxies are listed starting at $0.50/GB (with a promotional launch banner referencing $0.8/GB), long-acting ISP at $0.27/GB, static residential at $0.27/IP, static datacenter at $0.18/IP, and an unlimited residential plan billed at $9.66 per unit (labeled variously as per day and per hour across the site, an inconsistency worth flagging). The Web Scraper API starts at $0.39 per 1K results and the SERP API at $0.75 per 1K results. Entry-level residential pricing of $0.50/GB is competitive relative to premium incumbents, though buyers should independently validate pool quality, since low headline rates in this market frequently correlate with variable IP freshness and success rates.
Technically, the provider confirms support for HTTP and SOCKS5 protocols, which covers the majority of scraping and automation tooling. It describes two extraction methods, username/password authentication and IP-whitelist (API) authentication, plus real-time IP rotation controlled via API endpoints. Rotating residential proxies are the flagship, while static residential IPs are explicitly described as non-rotating, indicating support for both rotating and sticky/static session models. A user-facing dashboard is provided for plan and usage management, and a Public API for proxy management is advertised, so programmatic control appears to be a first-class feature. A browser extension is not mentioned on the pages reviewed and cannot be confirmed.
Compliance and trust signals include an ISO/IEC 27001:2017 certification claim, a stated "trusted since 2018" heritage, and messaging that the residential pool is ethically sourced from compliant partners. Notably, AProxy states that access to policy-restricted sites, including financial, government, and payment platforms such as PayPal, is not supported, a meaningful restriction for anyone considering it for account-management or fintech-adjacent work. The operator is Smart Innovation Technology Limited, registered in Tsim Sha Tsui, Kowloon, Hong Kong, and the site notes proxies must be used outside mainland China.
Support is advertised as 24/7 live chat and email, with a stated 24-hour email response target and a dedicated technical team for enterprise engagements. The clearest weakness on paper is the refund policy: the FAQ states products are non-refundable, steering prospective buyers toward a free trial (advertised as a 500M / points-based trial obtainable through sales or support) before committing. That trial-first, no-refund posture is common among Asia-based proxy vendors but is less buyer-friendly than the money-back guarantees offered by several Western competitors.
Performance claims, sub-1-second connect time, 99.9% availability, a 100G+ backbone, and unspecified success-rate figures, are vendor marketing statements and are not independently verifiable from the site; the homepage success-rate counter renders as a placeholder. Accordingly, no benchmark values should be treated as confirmed. Payment methods are shown only as a logo image without machine-readable detail, so specific methods (including whether cryptocurrency is accepted) cannot be verified from the pages reviewed. Overall, on published specifications AProxy looks like a credible, feature-broad, value-priced option with solid protocol and targeting coverage, but its no-refund policy, restricted-site limitations, and unverifiable performance claims warrant hands-on testing before any serious commitment.
IP pool size — ranked
Where AProxy ranks against the largest networks in the directory. Bars are scaled to 350M.
Bars rank total advertised IP pool size. AProxy publishes 70 million+ residential IPs — see the full breakdown in the specs above.
Pricing
From $0.50/GB. Detailed plan breakdown not yet published.
View plans on AProxy →Proxy types offered
3 types available. Pricing varies by type and volume.
Residential $0.50/GB
70 million+ residential IPs real-home IPs across 195 countries.
Datacenter —
High-throughput shared & dedicated DC IPs. Sub-second response on US/EU PoPs.
ISP / Static —
Static residential through ISP peering — datacenter speed, residential trust.
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 AProxy 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.aproxy.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
195+ countries served.
AProxy vs alternatives
How AProxy stacks up against the closest providers in our directory. Tap any column header to read that review.
| Metric | AProxy | ProxyElite | DynaProx | Proxy4Free |
|---|---|---|---|---|
| Starting price (entry plan) | $0.50 | $0.07 | $10.00 | — |
| Pool size | 70 million+ residential IPs | 100,000+ IPs | — | 90M+ residential IPs |
| Locations | 195+ countries | — | — | — |
| Rating | 3.2 / 5 | 3.2 / 5 | 3.2 / 5 | 3.2 / 5 |
| Read review | YOU ARE HERE | View → | View → | View → |
How to get started with AProxy
A 5-minute walkthrough from sign-up to your first successful request. Total setup time: ~10 minutes.
-
1
Sign up + verify your account
Create a AProxy account at https://aproxy.com. Self-serve access is usually available immediately.
-
2
Pick a proxy type and tier
Use the dashboard to choose between Residential / Static Residential / ISP. Start with the smallest plan to validate your workload before scaling.
-
3
Generate auth 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
Configure rotation + sticky sessions
Decide between rotating-on-every-request (best for SERP scraping) or sticky sessions (best for account-based workflows).
-
5
Test with a real workload
Run 100-500 test requests against your real target before paying for volume. Compare success rate to AProxy's claimed rate before committing to an annual plan.
Stuck? Check AProxy's documentation or email us.
User reviews
No reader reviews yet — be the first below.
Used AProxy? Write a review+
FAQ
The questions buyers actually ask.
