Fetch real-time data from 100+ websites,No development or maintenance required.
Over 100 million real residential IPs from genuine users across 190+ countries.
SCRAPING SOLUTIONS
Get accurate and in real-time results sourced from Google, Bing, and more.
With 120+ prebuilt and custom scrapers ready for any use case.
No blocks, no CAPTCHAs—unlock websites seamlessly at scale.
Execute scripts in stealth browsers with full rendering and automation
PROXY INFRASTRUCTURE
Over 100 million real residential IPs from genuine users across 190+ countries.
Reliable mobile data extraction, powered by real 4G/5G mobile IPs.
For time-sensitive tasks, utilize residential IPs with unlimited bandwidth.
Fast and cost-efficient IPs optimized for large-scale scraping.
SCRAPING SOLUTIONS
PROXY INFRASTRUCTURE
DATA FEEDS
Full details on all features, parameters, and integrations, with code samples in every major language.
LEARNING HUB
ALL LOCATIONS Proxy Locations
TOOLS
RESELLER
Get up to 50%
Contact sales:partner@thordata.com
Products $/GB
Fetch real-time data from 100+ websites,No development or maintenance required.
Get real-time results from search engines. Only pay for successful responses.
Execute scripts in stealth browsers with full rendering and automation.
Bid farewell to CAPTCHAs and anti-scraping, scrape public sites effortlessly.
Dataset Marketplace Pre-collected data from 100+ domains.
Over 100 million real residential IPs from genuine users across 190+ countries.
Reliable mobile data extraction, powered by real 4G/5G mobile IPs.
For time-sensitive tasks, utilize residential IPs with unlimited bandwidth.
Fast and cost-efficient IPs optimized for large-scale scraping.
Data for AI $/GB
Pricing $0/GB
Docs $/GB
Full details on all features, parameters, and integrations, with code samples in every major language.
Resource $/GB
EN $/GB
产品 $/GB
AI数据 $/GB
定价 $0/GB
产品文档 $/GB
资源 $/GB
简体中文 $/GB
SERP data is a volume business. An agency tracking 50 clients, 100 keywords each, daily, across 5 locations burns 750,000 SERP requests per month before ad-hoc audits are counted. At typical enterprise rates, that data alone can cost more than the analyst reviewing it. This article runs the real numbers on Thordata and Oxylabs, and explains when each is the right choice.
Search rank data looks cheap until you multiply it by everything an agency actually promises.
Ask an SEO account manager how many rank checks they run, and you’ll hear a small number: “About a hundred keywords per client.” Ask their data pipeline, and you’ll hear a much bigger one. Here’s how a mid-size agency’s request volume actually compounds:
| Factor | Typical value | Running total |
|---|---|---|
| Clients under retainer | 50 | 50 |
| Tracked keywords per client | 100 | 5,000 keywords |
| Locations per keyword (national + 4 cities) | 5 | 25,000 results per day |
| Devices (desktop + mobile) | 2 | 50,000 requests per day |
| Ad-hoc audits, competitor checks, alerts | +50% | ~75,000 requests per day |
That’s 2.25 million SERP requests per month for a 50-client agency — and agencies don’t run one clean request per keyword. Anti-bot systems force retries, CAPTCHAs force re-requests, and location accuracy requires fresh sessions. Real-world inflation of 20–40% on top of the theoretical count is normal.
The uncomfortable conclusion: SERP data cost scales directly with client count, and it scales against your margin.
Some agencies try to escape API pricing by scraping Google directly through residential proxies. For a while, it looks cheaper. Then three costs surface:
This is why the SERP API category exists, and why the right question isn’t “proxy or API” but “which API, at what unit economics.”
Both Thordata and Oxylabs are credible, established SERP data providers. The difference shows up in pricing structure and what each organization is optimized for. Here are the published numbers:
| Dimension | Thordata | Oxylabs |
|---|---|---|
| SERP API entry price | ~$0.70 per 1,000 responses at volume ($1.20 at low volume) | Sold via tiered plans; Web Scraper API from $49/month |
| Residential proxy floor | $0.65/GB at 5,000 GB | $2.50/GB at Corporate tier (1 TB for $2,500/month) |
| Residential proxy entry | $2.00/GB at 1 GB | $6.00/GB at Starter tier (5 GB for $30/month) |
| Free trial | Free trial credits for SERP API and Web Scraper API | Free trial available via sales |
| Coverage | 190+ countries, Google/Bing real-time | 195 countries, extensive search engine coverage |
| Purchasing model | Self-serve, volume slider from 1 GB | Tiered plans, enterprise sales motion |
Running our 50-client agency through both models tells the story. At 2.25 million SERP requests per month, Thordata’s SERP API at its volume rate lands the raw data cost around $1,575–$2,700/month depending on where you sit on the volume curve. An equivalent residential-traffic approach through Oxylabs’ published tiers — the Corporate bucket of 1 TB at $2,500/month — assumes you’re also using that traffic for other things, because raw SERP HTML is heavy. Per-GB pricing punishes SERP work specifically: the same keyword check that costs one API response costs a full HTML page download on a proxy.
To be clear about where Oxylabs wins: if your agency is part of a larger organization that needs a signed enterprise agreement, a formal SLA, named support contacts, and SOC 2 paperwork, Oxylabs’ enterprise motion is built for exactly that, and its network (175M+ IPs) is one of the largest in the industry. That’s a legitimate reason to pay enterprise rates. Oxylabs is a strong product that many large teams rely on.
Where Thordata wins for agencies: transparent self-serve pricing, a per-response model that matches how agencies actually consume SERP data, and a published volume slider that starts at 1 GB with no sales conversation required. For a 15–100 person agency with technical staff that doesn’t need an enterprise agreement, the unit economics are hard to argue with.
Thordata’s SERP API returns structured results — organic listings, featured snippets, ads, and related questions — without you parsing any HTML:
from thordata import Thordata
client = Thordata(api_key="YOUR_API_KEY")
def check_rank(keyword: str, domain: str, location: str, device: str = "desktop"):
result = client.serp(
query=keyword,
search_engine="google",
location=location, # country, state, or city level
device=device,
output_format="json",
)
for item in result.organic:
if domain in item.get("url", ""):
return {"keyword": keyword, "location": location,
"device": device, "position": item["position"]}
return {"keyword": keyword, "location": location,
"device": device, "position": None}
# One client, one keyword, five locations
for loc in ["United States", "New York, NY", "Chicago, IL",
"Austin, TX", "Seattle, WA"]:
print(check_rank("crm for law firms", "example-crm.com", loc))
Because the API handles CAPTCHA solving and geo-targeting internally, the response you get is the response you pay for. Agencies that want the collection layer fully managed — scheduled crawls, historical snapshots, alerting — can go one step further with the SERP monitoring solution, which packages continuous SERP data crawling into a monitoring workflow rather than just an API.
Beyond picking the provider, how you structure collection matters as much as the unit price:
These tactics cut the 2.25 million requests down by 40–60% at most agencies — and when the remaining volume is billed per structured response through a cost-transparent SERP monitoring service, the data line item stops being the scariest number in your P&L.
SERP data cost is a structural expense that grows with every new client. The agencies that scale profitably treat it like infrastructure: they know their cost per client per month to the cent, they use per-response pricing instead of per-GB pricing for HTML-heavy work, and they reserve premium enterprise contracts for when they actually need one.
Start by measuring: take your current keyword count × locations × devices × refresh frequency, and price it against both models above. If your volume looks like the agency in this article, running that calculation with Thordata’s SERP monitoring pricing — with the free trial credits first — will take an afternoon and might fund next quarter’s hiring plan.
Looking for
Top-Tier Residential Proxies?
您在寻找顶级高质量的住宅代理吗?
Decodo vs. Thordata:開發者視角的抓取 API 正面對決(不吹不黑)
Decodo(前身 Smartproxy)與 Thordat ...
Xyla Huxley
2026-09-02
從每 GB 8 美元到 0.65 美元:一次爬蟲基礎設施遷移的完整攻略
遷移爬蟲基礎設施不是技術專案——它是一門掛著程式碼的會計學。 ...
Xyla Huxley
2026-09-02
文字很便宜,影片才是金礦:多模態團隊為何正在重造資料供應鏈
過去兩年,每個多模態 AI 團隊都撞上同一堵牆。
Xyla Huxley
2026-09-02
一家 SEO 代理商的誠實算術:50 個客戶 × 每日排名 × 5 個地區,SERP 資料的真實成本
SERP 資料是一門「量」的生意。一家追蹤 50 個客戶、每 ...
Xyla Huxley
2026-09-02
黑色星期五當天,你的價格監控管線掛掉了——如何打造打不斷的資料流
大多數電商價格監控管線的失靈,不是因為程式碼寫得差,而是因為 ...
Xyla Huxley
2026-09-02
How to Choose Stable Mobile Proxies?
As cross-border market researc ...
Xyla Huxley
2026-09-01
Decodo vs. Thordata: A Developer’s Side-by-Side Look at Scraping APIs (No Marketing Fluff)
Both Decodo (formerly Smartproxy) and Thordata sell scr […]
Unknown
2026-09-01
From $8/GB to $0.65/GB: What Switching Your Scraping Infrastructure Actually Involves
Migrating scraping infrastruct ...
Xyla Huxley
2026-09-01
Text Is Cheap, Video Is Gold: Why Multimodal Teams Are Rewiring Their Data Supply Chains
Every multimodal AI team hit t ...
Xyla Huxley
2026-09-01