Get accurate and in real-time results sourced from Google, Bing, and more.
Over 100 million real residential IPs from genuine users across 190+ countries.
SDK and MCP share the same Key and data sources — switch or run both as you go from prototype to production.
The Thordata SDK wraps into a LlamaIndex FunctionTool, running in the same process as your app.
Typical scenarios: developers, RAG applications, AI prototyping
View integration docsSearch runs on the Thordata MCP Server; LlamaIndex apps connect via adapter, decoupling tools from agents.
Typical scenarios: production systems, enterprise apps, multi-agent workflows
View integration docsFrom API Token to your first LlamaIndex app with real-time search — 3 steps.
Create a Thordata account for a free token. No credit card required.
Use the SDK for direct development; choose MCP for cross-app reusable search and service-based deployment.
Multi-engine structured results in place — retrieval augmentation and agent web access, ready to go.
import json, os
from llama_index.tools.thordata_serp import ThordataSerpToolSpec
api_key = os.environ["THORDATA_SERP_API_KEY"]
tool_spec = ThordataSerpToolSpec(api_key=api_key)
result = tool_spec.search(query="coffee", params={"num": 10})
print(json.loads(result)["data"]["result"]["organic"][0]["title"])1{2"ok": true,3"status": 200,4"engine": "google",5"data": {6 "engine": "google",7 "query": "coffee",8 "taskId": "65f2a1b8c9d0e4f7a1b2",9 "result": {10 "organic": [11 {12 "link": "https://en.wikipedia.org/wiki/Coffee",13 "display_link": "en.wikipedia.org",14 "title": "Coffee",15 "description": "Coffee is a beverage brewed from roasted beans."16 },17 {18 "link": "https://www.britannica.com/topic/coffee",19 "display_link": "britannica.com",20 "title": "Coffee | Origin, Types, Uses, History, & Facts",21 "description": "Coffee, beverage brewed from the roasted seeds of the fruit."22 }23 ],24 "people_also_ask": [25 {26 "question": "How is coffee made?",27 "answers": "Coffee is brewed from roasted coffee beans."28 }29 ]30 }31}32}
Real-time, reliable, structured search data for your LlamaIndex applications.
One API call to Google, Bing and DuckDuckGo; no per-engine integrations.
The latest web information beyond static knowledge bases, fed straight into the LlamaIndex retrieval layer.
Clean JSON / Markdown instead of raw pages; zero cleaning in the indexing pipeline.
Proxies, crawlers and search infrastructure fully managed; your team just builds the app.
Beyond basic web search — a developer-friendly SERP API for LlamaIndex applications.

Built for LlamaIndex developers — create AI applications with real-time search.
Get results from Google, Bing, DuckDuckGo and other search engines.
Supports LlamaIndex Tools, SDK, MCP and API access.
Provides results in JSON and HTML formats.
Supports multi-language search, region, pagination and search type configuration.
See how Thordata helps developers build smarter LlamaIndex applications.
Expand LlamaIndex knowledge systems with live web data; answers go beyond existing documents.
FunctionAgent / ReActAgent call search tools autonomously when external information is needed.
Drive research workflows with real-time search data; multi-source information auto-summarized.
Keyword research and content optimization powered by SERP data; topic choices backed by evidence.
Two ways: SDK embeds directly into your app process for fast development; MCP runs as an independent service reused across AI apps, for production and multi-agent architectures. Both share the same Key and data sources.
Yes. Real-time SERP results serve as a supplementary data source for the RAG retrieval layer, covering the latest web information beyond static documents — structured JSON enters the indexing pipeline with no cleaning.
Geotargeting across 190+ countries, fully managed proxies and CAPTCHAs, structured JSON / Markdown output, transparent pricing from $0.70 per 1,000 responses, and 500 free responses on sign-up.
Google, Bing and DuckDuckGo, with geotargeting across 190+ countries and cities, plus multi-language and desktop / mobile parameters.
500 free responses over 7 days on sign-up, no credit card; after that, pay-as-you-go from $0.70 per 1,000, no prepayment pressure.

Use Thordata for free now — add real-time search to your LlamaIndex applications.