Key takeaways
The TL;DR. 4 headline facts about Thordata pulled from our test rig + their public documentation.
- ▸10M+ IPs across 150+ countries.
- ▸Pricing starts at $100.00/mo.
- ▸98.5% rig-tested success rate, 0.9s average response.
- ▸Headquartered in USA, founded 2022.
The verdict
Independent nightly benchmarks since March 2024 — here's where Thordata lands.
- 98.5% success rate
- 10M+ IPs IP pool
- 150+ countries
- Full API access
- 24/7 support
- Premium pricing
- No browser extension
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 →
Who should not use Thordata?+
What we think after testing Thordata
Auto-composed from our test rig data + structured profile · last refreshed May 31, 2026
Thordata is a residential and datacenter proxies provider operating from their USA headquarters (founded 2022). Enterprise-grade proxy solutions. In our directory, Thordata sits in the mid-tier — capable but not the standout choice for every workload.
On the infrastructure side, the network advertises 10M+ IPs, 150+ countries. Our nightly test rig recorded a 98.5% success rate, 0.9s average response time against the standard target panel (Google SERP, Amazon, Cloudflare-fronted retailers, social platforms). The single-product focus keeps the dashboard simple but limits flexibility for teams whose workloads change shape over time.
Pricing starts at $100.00/GB, which sits at the premium end of the category. Volume buyers should expect to negotiate — every provider in this category quotes higher rates on the public site than what enterprises actually pay. Compliance documentation is thin on the public site — confirm in writing before any contract that requires SOC 2 or DPA assurances.
Live performance
Numbers from our continuous test rig — same workloads, every month.
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 Thordata ranks against the largest networks in the directory. Bars are scaled to 226M.
Bars rank total advertised IP pool size. Thordata publishes 10M+ IPs — see the full breakdown in the specs above.
Pricing
From $100.00/GB. Detailed plan breakdown not yet published.
View plans on Thordata →Features & integrations
What's included out of the box.
SDK, API & integrations
Languages, endpoints and tooling shipped out of the box.
Code examples
Drop-in snippets to start using Thordata 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.thordata.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.
Support & account
How they pick up the phone — and who answers.
Company & resources
Who builds and operates this product.
Key markets covered
150+ countries served.
Thordata vs alternatives
How Thordata stacks up against the closest providers in our directory. Tap any column header to read that review.
| Metric | Thordata | DataImpulse | Shifter | Proxy-Cheap |
|---|---|---|---|---|
| Starting price (per GB) | $100.00 | $1.00 | $99.98 | $1.99 |
| Pool size | 10M+ IPs | 90M+ IPs | 50M+ IPs | 6M+ IPs |
| Locations | 150+ countries | — | — | — |
| Rating | 3.9 / 5 | 3.9 / 5 | 3.9 / 5 | 3.9 / 5 |
| Read review | YOU ARE HERE | View → | View → | View → |
How to get started with Thordata
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 Thordata account at https://affiliate.thordata.com/0w51dfjgd67l. Self-serve access is usually available immediately.
-
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
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 Thordata's claimed rate before committing to an annual plan.
Stuck? Check Thordata's documentation or email us.
User reviews
No reader reviews yet — be the first below.
Used Thordata? Write a review+
FAQ
The questions buyers actually ask.
