Configure any available plan and add-ons. Pay only for 48 hours.
Try proxiesAccess Grok on grok.com, in X, and through the xAI API from a stable address — a network proxy for your own accounts and keys, not a shared reverse proxy. Static datacenter IPs from $19/mo.
For two separate reasons, and they produce two different error messages worth learning to tell apart. The first is geography: xAI’s privacy policy states plainly that it infers your country-, state-, and city-level location from your IP, and it uses that inference to stage rollouts. The pattern repeats with each release — when Grok 4.5 shipped in July 2026, EU users found it blocked across every xAI surface including the API console, with access promised but undated. If you see a region or availability error, the service is judging where your address is. The second reason is security: xAI flags addresses that thousands of strangers share, because that’s what abuse looks like from their side. If you’re stuck in verification loops or “unusual activity” warnings on a commercial VPN, the service isn’t refusing your region — it’s refusing your address.
The distinction matters because the fixes are different. A reputation problem is solved directly by a dedicated address: you become the only person writing its history, and the flags that follow shared exits stop following you. A staged-rollout problem is more nuanced, and we’ll be honest about it: a US exit has restored access in every Grok restriction so far, but if xAI is holding a launch back from your region for regulatory reasons, routing around that is your call and your risk — and if the restriction sits on your account rather than your connection, no address will change it.
What makes Grok structurally different from its neighbors is that it lives on three surfaces with different owners. On grok.com and in the API you’re under xAI’s policies; inside X, Grok runs under X’s terms and X’s anti-fraud — the platform that pioneered aggressive multi-account detection. A dedicated address that all three surfaces share keeps your X Premium subscription, your xAI account, and your API keys on one coherent network identity instead of three conflicting stories. How that compares to ChatGPT’s country allowlist and Claude’s signup screening is mapped on our Proxies for AI Tools page.
Four infrastructure types — and the use cases each one fits best.
| Our pick for Grok Packagesdatacenter IPv4 |
Rotating | ISP | IPv6 | |
|---|---|---|---|---|
| IP source | Datacenter, IPv4 | Datacenterthe same 100,000+ IP pool | Consumer ISP networks | Datacenter |
| IP allocation | Static list | Full pool accessthe exit IP rotates on every request | Static list | Static list |
| List refreshes | Up to 3 per month, free | Not applicable | Up to 3 per month, free | Provider-dependent |
| Pricing model | Per-IP packageunlimited bandwidth | Credit-basedyou pay per request, not per IP | Per-IP packageunlimited bandwidth | Per-IP package |
| Website compatibility | ✓ ~100% | ✓ ~100% | ✓ ~100% | ✕ Limitedmany websites don't support IPv6 |
| Speed | Up to 500 Mbps | Up to 300 Mbps | Up to 500 Mbps | Datacenter-grade |
| Anti-fraud trust | Medium | MediumIP rotation helps | High | Low to medium |
| Price | $from $0.07 per IP/month | $$$from $49.00/month | $$from $0.22 per IP/month | $typically the lowest-cost option |
| Best for | Web scraping and automation at a predictable volume: your own IPs, unlimited bandwidth | API scraping that needs as many different IPs as possible without buying a fixed list | Social media, accounts, long sessions — wherever IP trust matters | Use cases where the target site is guaranteed to support IPv6 |
| Buy now | Rotating proxies | ISP proxies | We don't sell these: too many limitations for general-purpose work |
One address covers the browser side and api.x.ai calls — the xAI API is OpenAI-compatible, so the SDK takes a standard proxy setting. Copy the example for your stack, or paste it into your AI coding assistant to adapt.
# HTTP or HTTPS proxy curl -x http://login:password@IP:port https://example.com # SOCKS5 curl --socks5-hostname IP:port \ --proxy-user login:password \ https://example.com
import requests proxy = "http://login:password@IP:port" # your proxy from the Dashboard r = requests.get( "https://example.com", proxies={"http": proxy, "https": proxy}, ) print(r.status_code)
import { ProxyAgent } from "undici"; const dispatcher = new ProxyAgent("http://login:password@IP:port"); const res = await fetch("https://example.com", { dispatcher }); console.log(res.status);
$ch = curl_init("https://example.com"); curl_setopt($ch, CURLOPT_PROXY, "IP:port"); curl_setopt($ch, CURLOPT_PROXYUSERPWD, "login:password"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch);
Choose a standard format or create a custom one with any field order and delimiter your software requires.
See the FAQ for the ports used by each protocol.
You can automate purchases, renewals, whitelist changes, and proxy list exports. Create an API key in your Dashboard in a couple of clicks.
Claude, Cursor, and other agents buy proxies, renew plans, and export updated proxy lists through an access token you create in your Dashboard. See how it works.
Per-IP prices shown are for the largest package size. Get an exact quote in the calculator above.
| IP | Country | Port | Protocol | |
|---|---|---|---|---|
| 212.183.88.215 | AT | 80 | HTTP | |
| 47.243.92.199 | HK | 3128 | HTTP | |
| 212.183.88.153 | AT | 80 | HTTP | |
| 212.183.88.13 | AT | 80 | HTTP | |
| 203.95.199.159 | KH | 8080 | HTTP | |
| 154.92.9.3 | JP | 80 | HTTP | |
| 113.204.79.230 | CN | 9091 | HTTP | |
| 181.214.1.97 | AE | 80 | HTTP | |
| 219.93.101.63 | MY | 80 | HTTP | |
| 185.18.250.64 | CH | 80 | HTTP |
A few service metrics—and feedback from our customers.
I use proxies for online games. I have been using the service for many months and I am satisfied with the quality and efficiency. Proxies work as they should and there are practically no disconnects. I recommend it, you will not regret it!
Like the service! Responsive and fast support, affordable prices, convenient renewal panel and network selection. Just what I need!
If you need to buy proxies at an affordable price, this is the best choice. I became a client of the service half a year ago. The cost is adequate, technical support always tries to help, and most importantly, you can use proxies without a password and login!
I used the service for social networking. At first I bought it for a month, but now I will definitely renew it because the quality is really good! I am very glad that I finally found a really cool service!
Can't find your answer? Message us in live chat — real humans reply.
Yes — at the network level they're the same job. Set the address in the browser profile (or system settings) you use for both sites, and every request to X and to grok.com exits from it. There's no technical reason to buy two proxies for one person.
What's worth knowing is that the sameness ends above the network layer. Inside X, Grok runs under X's terms and X's moderation; on grok.com you're under xAI's. Your X account and xAI account are scored by different systems that happen to look at the same signal — your address — which is an argument for keeping it identical across both, not for splitting it. One stable IP means both risk systems see the same boring, consistent story.
One account, one static address — for a single person using Grok on the web, in X, and occasionally through the API, that's an ISP proxy at $33/mo, and it's the whole setup. It covers all three surfaces at once, and the consumer classification is what keeps X's and xAI's risk systems quiet.
Move up only when the structure of your use changes, not its volume: several isolated environments calling the xAI API deserve a datacenter package (an IP per project from $19/mo for the package); a team where each member runs their own X and xAI accounts needs an address per person, not a bigger shared one. The mistake to avoid is the opposite of overbuying — putting five colleagues behind one “premium” exit recreates exactly the shared-address pattern you're paying to escape.
Read the error, because Grok gives you two distinguishable kinds. A region or availability message means xAI judged your address's location — you're in a market where the model or feature hasn't launched. A verification loop, CAPTCHA wall, or “unusual activity” warning means it judged your address's reputation — typical when you arrive from an exit shared with thousands of strangers. The second is squarely a proxy problem with a clean fix: a dedicated address whose history is yours alone.
One diagnostic worth running before blaming the network: if errors persist across two or three different clean exits, the restriction is probably attached to your account, not your connection — new accounts in staged-rollout regions sometimes carry the region with them. In that case patience beats plumbing.
No, and the difference is worth two sentences of your attention. The “Grok reverse proxy” endpoints passed around in Discord servers are shared gateways running on someone else's API keys: your prompts transit an anonymous middleman, the keys are usually stolen or rate-shared against xAI's terms, and the endpoints die weekly. We sell the opposite arrangement — a network-layer Grok proxy: a dedicated IP address through which your browser sessions and your API keys reach xAI directly, with your own billing relationship and nothing reading your traffic in between.
If what you actually want is cheaper API access, the legitimate lever is xAI's own pricing — prepaid credits, plus their Data Sharing Program's free monthly usage where available — on your own key, through your own address.
A different proxy type may be a better fit for your use case. All products use the same Dashboard and support team.
An IP reserved exclusively for you, available from a single IP. Speeds of up to 500 Mbps per proxy.
Learn moreStatic ISP-registered residential IPs for use cases where network origin matters.
Learn morePay per request and access the full 100,000+ IP pool through a single gateway. Built for web scraping and API workloads.
Learn moreSOCKS5 with UDP support — for gaming, streaming, and VoIP.
Learn moreWe can sign a contract and provide all the documents your accounting team needs. Most business orders are activated within 24 hours of your request.