Referral Program
HomeUse CasesSneaker Bots & Retail Automation
Sneaker Bots

Cop limited drops. Every time.

Nike, Adidas, and Supreme use Akamai and Cloudflare to stop bots. ISP and residential proxies have the trust score to get through.

Why proxies solve this

Retail sites use bot protection that checks IP reputation, ASN type, and request patterns. Datacenter IPs are known and immediately flagged. ISP proxies combine datacenter speed with residential trust scores - the combination most bot protection systems cannot reliably detect.

The problems you hit without proxies

Bot protection on checkout

Nike's Akamai and Supreme's Cloudflare check ASN type. ISP proxies hosted in residential ASNs pass these checks. Datacenter IPs from AWS or Google fail immediately.

Latency on limited drops

A 100ms latency difference can cost a cop on high-demand releases. Choose proxy servers geographically close to the retailer's servers.

IP bans after failed attempts

Failed checkout attempts burn IPs. Use fresh IPs for each task. Avoid reusing IPs that hit checkout errors.

Site-specific bot detection

Each retailer uses different detection layers. Test your bot and proxy combination on a specific site before a live drop.

How SotaProxy handles it

ISP proxies for speed + residential trust. Static IPs for consistent session. US, UK, and EU locations for major retailer checkouts. Low-latency routing for time-critical drops.

Setup in 4 steps

1

Match proxy location to retailer

Use US proxies for Nike US, UK proxies for JD Sports, EU proxies for Footsite EU. Latency matters on limited releases.

2

Use static IPs

ISP proxies give static IPs. Assign one IP per bot task. Do not rotate mid-task - it breaks sessions.

3

Configure your bot

Most sneaker bots have a proxy list import. Format: host:port:user:pass. Import and assign tasks.

4

Test before drop day

Test proxy performance on the site 24 hours before the drop. Verify checkout flow completes end-to-end.

What a drop day costs

Sneaker releases are short, concurrent and latency-sensitive. Fifty tasks is a typical setup for one release:

50 ISP addresses at the 50+ tier of $1.95, held for the month
$97.50
The same 50 tasks on residential, roughly 5 GB across a drop day
about $5 per drop
Datacenter addresses on a major retailer
blocked before the queue opens
Mobile modems, one per task
$288 a day for 50 tasks

The split most operators land on: ISP addresses for the tasks that must complete a checkout, because a static address with low latency finishes the form, and residential for breadth when a site rewards having many distinct addresses in the queue rather than a fast one.

One session per task, held through checkout

A checkout that changes address halfway through is a checkout that fails. Give each task its own session id and a lifetime longer than the queue:

Python: a stable address per task

def task_proxy(task_id, country="US", city=None):
    login = f"login_c_{country}"
    if city:
        login += f"_city_{city}"
    login += f"_s_{task_id}_ttl_1h"
    return f"http://{login}:password@proxy.sotaproxy.com:10000"

# 50 tasks, 50 separate addresses, each stable for the whole release
tasks = [task_proxy(i) for i in range(1, 51)]
  • Pin the region for regional releases. A release limited to the US west coast is not reachable from an address in Frankfurt, whatever the site says.
  • One hour of sticky covers queue plus checkout on most releases. Fifteen minutes does not, and the session will die inside the payment step.
  • Buy the addresses before the release, not on the morning of it. Stock in a specific country runs out, and drop days are when everyone discovers that.
  • Test the full flow the day before on one task. A configuration that reaches the product page is not the same as one that completes payment.

What loses the checkout

Sharing addresses between tasks

Retailers cancel orders that share an address, sometimes days later, and the money sits in limbo meanwhile.

Rotating mid-checkout

Cart and payment session live on the address. Change it and the order dies at the last step.

Datacenter addresses

Major retailers block hosting ranges at the edge. You will not even see the queue.

Buying capacity on drop morning

Specific country stock is finite. Plan the fleet a day ahead and verify it works.

Frequently asked questions

ISP or residential proxies for sneaker bots?

ISP proxies are faster (datacenter hardware) with better trust (residential ASN). They outperform pure residential for speed-sensitive checkouts.

Which sneaker bot works best with SotaProxy?

SotaProxy works with any bot that supports HTTP/HTTPS proxies: Wrath, Cyber, Balko, NSB, Sole AIO. Configure the proxy endpoint in your bot's proxy list.

How many proxies do I need per task?

One proxy per task is the minimum. Most botters use 2–3x the number of tasks for rotation on failed attempts.

Ready to start?

Create an account, top up, and get proxy credentials in minutes. No sales call. No monthly minimum.

Create account