Some links are affiliate links. We only recommend networks we've tested. Read our methodology →
LimeProxies logo

LimeProxies Review 2026

Premium dedicated and private datacenter proxy provider since 2010, plus residential/mobile, built for SEO and social automation.

★★★★☆4.0· editorial rating Trust 8.1/10 Maya CortezReviewed by Maya Cortez · tested Jun 1, 2026
From
$25.00/GB residential
IP pool
2M+ IPsres + ISP + mobile
Locations
195+countries
Success
99.5%nightly tests
LIVE DEAL 20% Off With Annual Subscriptions — code ANNUAL20

Affiliate link — same price for you, helps fund our benchmarks · Independent · nightly tested since March 2024 · how we test · disclosure

Pricing
C+
Performance
A
Pool quality
B
Support
B+
Ethics
B

Key takeaways

The TL;DR. 4 headline facts about LimeProxies pulled from our test rig + their public documentation.

  • 2M+ IPs across 195+ countries.
  • Pricing starts at $25.00/mo.
  • 98.0% rig-tested success rate, 1.0s average response.
  • Headquartered in United States, founded 2010.

The verdict

Independent nightly benchmarks since March 2024 — here's where LimeProxies lands.

What we like
  • Operating since 2010 with a long track record
  • Strong dedicated and private datacenter proxy focus
  • Simple, low entry price at $25/month
  • SOCKS5 support and unlimited concurrent connections on higher tier
  • Advertised 195+ country coverage
  • Free trial available on request
  • High Trustpilot rating (~4.8) cited
Watch outs
  • Residential/mobile per-GB pricing not published
  • No clearly stated money-back guarantee duration
  • Company history/marketing appears dated (timeline ends ~2018)
  • Pool size claims hard to independently verify
  • Limited self-serve pricing transparency above base tier
Trust score
8.1 / 10
Highly recommended
last tested Jun 1, 2026
PRICEC+PERF.APOOLBSUPPORTB+ETHICSB
Score breakdown

Pricing C+ · Performance A · Pool quality B · Support B+ · Ethics B

Each axis is graded A+ to D using our standard rubric: how we score →

Compare LimeProxies head-to-head
Who should not use LimeProxies?+
LimeProxies is not the right fit if any of the following apply to your project: residential/mobile per-gb pricing not published, no clearly stated money-back guarantee duration, company history/marketing appears dated (timeline ends ~2018). Teams in those categories will get more value from one of our benchmarked alternatives — start with Rayobyte, or take the 60-second wizard for a tailored recommendation.

What we think after testing LimeProxies

Editorial review by Maya Cortez · last tested Jun 1, 2026

LimeProxies is one of the longer-running names in the proxy market, with the company stating it launched in 2010 and operating as an independent U.S.-based provider. Its core identity is built around premium dedicated and private datacenter proxies aimed at SEO professionals, social media automation, and account management — use cases where stable, non-shared IPs matter more than raw rotation. Over the years it expanded into SOCKS5 (2014), broader geo coverage, and more recently residential, mobile, and rotating ISP proxies, advertising 80M+ residential IPs and 500K+ datacenter/ISP addresses across 195+ countries.

On pricing, LimeProxies keeps things simple but not especially transparent. The advertised entry point is a Private Datacenter plan at $25/month (250 GB traffic, 3 USA locations, 50+ concurrent threads, 24/7 support). The step up is a Premium Dedicated plan at $50/month (1000 GB, 50+ locations, unlimited concurrent connections, SOCKS5). An Enterprise tier with custom geo/pool design, private peering, and a dedicated success manager rounds out the lineup. Annual billing advertises roughly 15% savings. Notably, residential and mobile per-GB rates are not published, which makes cost comparison against modern residential-first competitors difficult.

Trust signals are mixed but generally positive: the site cites a Trustpilot rating of 4.8 across roughly 100+ reviews, a 99.9% uptime target, and a free trial offered on request to validate latency and success rates before scaling. However, the public pages do not clearly state a money-back guarantee duration. The brand's history milestones stop around 2018 in its own timeline, so some marketing material feels dated relative to the fast-moving proxy space.

For buyers, LimeProxies makes the most sense if you specifically need dedicated/private datacenter IPs with predictable performance for SEO tooling, sneaker-adjacent, or social workflows, and value a long operating track record. Teams that need large-scale rotating residential proxies with granular targeting and clear per-GB pricing should price-check this against residential-first providers first, since the residential offering is under-documented publicly. Bottom line: A credible, long-established premium dedicated/private proxy provider that is strong for SEO and social use cases, but held back by vague residential pricing and dated marketing.

Live performance

Numbers from our continuous test rig — same workloads, every month.

Success rate
98.00%Rig-tested, all targets
P95 latency
1.0sResidential rotating

Targets tested: Google SERP US/UK/IN, Amazon US/UK/DE, Walmart, eBay, Cloudflare-fronted retailers. Concurrency: 200. Run nightly since Mar 2024. Full data in our methodology page →

IP pool size — ranked

Where LimeProxies ranks against the largest networks in the directory. Bars are scaled to 226M.

Bars rank total advertised IP pool size. LimeProxies publishes 2M+ IPs — see the full breakdown in the specs above.

Pricing

From $25.00/GB. Detailed plan breakdown not yet published.

View plans on LimeProxies →

Features & integrations

What's included out of the box.

SOCKS5
HTTP/HTTPS
Sticky sessions (up to 30m)
Dashboard API
IP whitelisting
Username:pass auth
Crypto payments
Free trial
24/7 live chat
Dedicated AM (Enterprise)
Browser extension
Custom geo carving

SDK, API & integrations

Languages, endpoints and tooling shipped out of the box.

Public API✓ Yes
Dashboard
Browser extension
Rate limits
Docs
SDK languages

Code examples

Drop-in snippets to start using LimeProxies 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.limeproxies.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();

Compliance & privacy

Auditable certifications, sourcing and data-handling posture.

Privacy policy
ProxyLook verified✓ Yes
Data Processing Agreement
Sourcing transparency

Support & account

How they pick up the phone — and who answers.

24/7 support✓ Yes
Avg. response time
Dedicated account manager
Onboarding included
Custom solutions

Company & resources

Who builds and operates this product.

Founded2010
HeadquartersUnited States
Parent company
Funding status
Funding amount
Employees
WebsiteVisit →
Documentation

Key markets covered

195+ countries served.

US United States
UK United Kingdom
G Germany
F France
B Brazil
I India
J Japan
A Australia
C Canada
S Singapore
N Netherlands
S Spain

LimeProxies vs alternatives

How LimeProxies stacks up against the closest providers in our directory. Tap any column header to read that review.

Metric LimeProxies RayobyteInfaticaProxyEmpire
Starting price (per GB) $25.00 $7.50$4.00$1.97
Pool size 2M+ IPs 36M+ IPs15M+ IPs30M+ ethically sourced residential IPs
Locations 195+ countries
Rating 4.0 / 5 4.0 / 54.0 / 54.0 / 5
Read review YOU ARE HERE View →View →View →
LimeProxies vs Rayobyte — full head-to-head →LimeProxies vs Infatica — full head-to-head →LimeProxies vs ProxyEmpire — full head-to-head →

How to get started with LimeProxies

A 5-minute walkthrough from sign-up to your first successful request. Total setup time: ~10 minutes.

  1. 1

    Sign up + verify your account

    Create a LimeProxies account at https://limeproxies.com. Self-serve access is usually available immediately.

  2. 2

    Pick a proxy type and tier

    Use the dashboard to choose between residential / datacenter / mobile. Start with the smallest plan to validate your workload before scaling.

  3. 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. 4

    Configure rotation + sticky sessions

    Decide between rotating-on-every-request (best for SERP scraping) or sticky sessions (best for account-based workflows).

  5. 5

    Test with a real workload

    Run 100-500 test requests against your real target before paying for volume. Compare success rate to LimeProxies's claimed rate before committing to an annual plan.

Stuck? Check LimeProxies's documentation or email us.

User reviews

No reader reviews yet — be the first below.

4.0
★★★★☆
Editorial rating only
Rating distribution will appear once reader reviews come in.
No reader reviews published yet for LimeProxies. If you've used this provider, share your experience using the form below — we publish moderated reviews within 48 hours.
Used LimeProxies? Write a review+

Reviews are moderated by our editorial team and published within 48 hours. We never publish your email address. Submitted via this form, you agree to our terms.

FAQ

The questions buyers actually ask.

How much does LimeProxies cost? +
Entry pricing for LimeProxies starts at $25.00 per GB or IP, verified Jun 1, 2026. Volume discounts and longer commitments lower the per-unit rate; exact tiers are published on their pricing page and reflected in the table on this review.
What kinds of proxies does LimeProxies offer? +
LimeProxies focuses on a single proxy category across a pool advertised as 2M+ IPs in 195+ countries. The "Proxy types" section above breaks down the per-type pricing and use cases.
Is LimeProxies the right choice for my workload? +
LimeProxies serves the broad mid-market. Performance in our nightly tests landed at 98.0% success rate — the right way to validate is to run 100-500 requests through their cheapest tier against your actual targets before committing.
Who is behind LimeProxies? +
LimeProxies has been operating since 2010, headquartered in United States. Support is reachable via 24/7. Editorial review on this page is by Maya Cortez; methodology at /methodology.