How Many Proxies Do I Need?
How many proxies you need depends on the use case. For scraping with rotating residential proxies you scale bandwidth, not IP count. For sneakers and ticketing, plan roughly one IP per task. For multi-accounting, use one dedicated IP per account.
- proxy sizing
- capacity planning
- bandwidth

Table of contents
This question has two completely different answers depending on whether you are buying *identities* or *throughput*. Accounts need identities and the count is fixed. Scraping needs throughput and the count falls out of a calculation. Mixing the two up is why people either massively overspend or get throttled on day one.
Web scraping
With rotating residential proxies you do not count individual IPs — the pool rotates automatically across a large address space. Instead you size by bandwidth. But you still need to know how many *concurrent exits* your job implies, because that determines whether the pool can support it at all.
The concurrency formula
Concurrent exits ≈ (requests per hour) ÷ (safe requests per IP per hour)
You find the denominator experimentally: send requests through one exit at increasing rates until the success rate degrades, then take about half of that figure. If a target tolerates 300 per hour per IP and you need 60,000 per hour, you need roughly 200 exits working at once. A rotating pool provides that without you renting 200 addresses; a static setup would not.
The bandwidth estimate
Separately, work out what you will transfer. Fetch twenty representative pages, measure the average response size, and multiply.
| Job | Pages/month | Avg size | Transfer | Cost at €1.20/GB |
|---|---|---|---|---|
| Small monitoring | 20,000 | 150 KB | ~3 GB | ~€3.60 |
| Mid-size collection | 200,000 | 250 KB | ~50 GB | ~€60 |
| Image-heavy catalogue | 200,000 | 1.2 MB | ~240 GB | ~€288 |
| Same, images blocked | 200,000 | 260 KB | ~52 GB | ~€62 |
The last two rows are the same job. Blocking images, fonts and media in the fetcher is the difference between €288 and €62 a month, and it takes a few lines of configuration. Do that before you shop for a cheaper per-GB rate.
Multi-accounting
Use one dedicated IP per account — a static ISP proxy — so accounts stay isolated. The number of proxies equals the number of accounts you run. This one is not a heuristic you can tune: sharing an address across accounts recreates exactly the linkage the setup exists to prevent, as covered in the multi-accounting guide.
At €1.80 per IP, twenty accounts is €36 a month. Weighed against the cost of losing twenty warmed accounts at once, this is the cheapest insurance in the stack.
Sneakers & ticketing
Plan roughly one IP per checkout task or queue position. If you run 50 tasks, aim for around 50 ISP IPs, or enough residential bandwidth to support 50 concurrent sessions. The ratio holds because the tasks run *simultaneously* — sharing an address across two tasks means two entries from one household at the same instant, which is a straightforward filter for the site to apply.
For sneaker drops latency matters as much as count, so ISP is usually the right type. For ticketing queues, where you may sit waiting for a long time, count matters more than raw speed.
Quick reference
| Use case | How to size | Type |
|---|---|---|
| Web scraping | By bandwidth, rotating pool | Residential |
| Sneakers / ticketing | ~1 IP per task | ISP |
| Multi-accounting | 1 dedicated IP per account | ISP |
| Monitoring | A few sticky IPs per target | Residential or ISP |
| Internal testing | 2–5 IPs total | Datacenter |
Start smaller than you think
Residential bandwidth does not expire and ISP proxies rent by the day, so scaling up costs nothing but scaling down is free too.
Sizing mistakes that cost money
- 1Buying bandwidth before measuring page weight. Your estimate will be wrong by a factor of five in either direction.
- 2Renting static IPs for a rotating workload. Ten IPs is ten identities, and the rate limit will find you.
- 3Sharing account IPs to economise. The saving is a few euros; the exposure is the whole portfolio.
- 4Sizing for peak instead of average. Buy for the normal month and top up for the spike — bandwidth carries over.
- 5Ignoring retries in the estimate. A 15% failure rate is 15% more bandwidth than your page count suggests.
When unsure, start smaller and scale up — residential bandwidth never expires, so you only pay for what you use.
Frequently asked questions
How many proxies do I need for sneaker botting?
Roughly one IP per checkout task. For 50 tasks, plan around 50 ISP IPs or enough residential bandwidth for 50 concurrent sessions.
How many proxies for web scraping?
With rotating residential proxies you scale by bandwidth, not IP count — the pool rotates automatically. Estimate GB based on pages and page size, and separately check that your requests-per-hour divided by the target's safe per-IP rate is a concurrency the pool can support.
How many proxies per account?
One dedicated IP per account is best practice, so a ban on one account doesn't affect the others.
How do I estimate how much bandwidth I need?
Fetch twenty representative pages, take the average response size, and multiply by your monthly page count. Add 15–20% for retries. Then check whether blocking images and fonts in your fetcher brings the average down — on most sites it cuts the total by more than half.
Can I use fewer proxies and just go slower?
For scraping, yes — fewer exits at a lower rate takes longer but works. For accounts and simultaneous drop tasks, no, because those need distinct identities existing at the same moment rather than throughput spread over time.
What happens if I buy too much bandwidth?
Nothing is lost. Residential bandwidth at seamless does not expire, so unused data stays on the account until you use it rather than being voided at the end of a billing cycle.
The seamless team runs residential, ISP and datacenter proxy infrastructure and writes these guides from day-to-day operational experience.
Ready to try seamless proxies?
Residential, ISP and datacenter proxies with no data expiry.
Browse PlansKeep reading
How to Choose the Best Proxies for Web Scraping
Which proxy type to use, how to size your pool, how rotation and geo-targeting work, and the response-quality checks that catch silent failures.
Buyer GuidesBest Proxies for Sneaker Bots in 2026
ISP versus residential per site type, how many IPs a task count really needs, a pre-drop checklist and the mistakes that cost checkouts.
GuidesHow to Manage Multiple Accounts Without Bans
The setup that keeps accounts from being linked: one IP per account, isolated fingerprints, a realistic warm-up schedule and disciplined operational hygiene.
