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 takes a lightweight in-process route; MCP takes a service route—both share the same API key and data source, and can be switched or combined at any time.
Use it directly in code (best to start)—Wrap Thordata SERP as a LangChain Tool inside the agent process; import and it works.
Typical use: personal projects, demo validation, local and experimental environments.
View integration docsServe data as a service (best to scale)—Search runs on the Thordata MCP Server and connects to LangChain through an adapter, fully decoupling tools from agents.
Typical use: production deployment, multi-agent systems, cross-team sharing.
View integration docsThree steps from API token to a working, real-time-search-capable LangChain agent.
Create a Thordata account for a free API token, no credit card.
Use the SDK to wrap a Tool for custom development; choose MCP to connect existing systems or multi-agent workflows.
The agent decides when to search and returns structured data ready to use.
import os
os.environ["THORDATA_API_KEY"] = "your-api-key"
from langchain_thordata import ThorDataSearchTool
from langchain_openai import ChatOpenAI
# 1. Initialize the search tool
tool = ThorDataSearchTool()
# 2. Bind it to your model. The agent decides when to run live web search
llm = ChatOpenAI(model="gpt-4o-mini", temperature=0)
model_with_tools = llm.bind_tools([tool])
# 3. Ask a question. The model triggers real-time search when needed
response = model_with_tools.invoke("Search for coffee")
print(response)1{2"engine": "google",3"query": "coffee",4"taskId": "65f2a1b8c9d0e4f7a1b2",5"result": {6 "organic": [7 {8 "link": "https://en.wikipedia.org/wiki/Coffee",9 "display_link": "en.wikipedia.org",10 "title": "Coffee",11 "description": "Coffee is a beverage brewed from roasted beans."12 },13 {14 "link": "https://www.britannica.com/topic/coffee",15 "display_link": "britannica.com",16 "title": "Coffee | Origin, Types, Uses, History, & Facts",17 "description": "Coffee, beverage brewed from the roasted seeds of the fruit."18 }19 ],20 "people_also_ask": [21 {22 "question": "How is coffee made?",23 "answers": "Coffee is brewed from roasted coffee beans."24 }25 ]26}


A capability set designed for LangChain agents—retrieval, targeting, output, and scale in one.
Live Google, Bing, and DuckDuckGo results, so agent answers are always based on the current web.
Fetch by country, city, language, and device—see what your target-market users see.
Stable fields, consumed directly by agents with no cleaning.
100M+ rotating residential IPs, JavaScript rendering, and CAPTCHA handling, all covered by the platform.
Tune pagination, search type, domain, and device to scope data precisely.
From prototype to enterprise on the same key, no rebuild, transparent pay-as-you-go.
See how Thordata helps developers and teams build AI apps with real-time search.
Let the agent retrieve and answer with the latest web information, always current.
Automatically gather and merge multi-source information to support research and competitive analysis.
Give accurate answers from the latest data—prices, rankings, product launches.
Draft articles, summaries, and research reports from live web information.
The integration adds an advanced abstraction layer built for AI agents: automatic tool calls, task orchestration, and seamless fit into agent workflows, with less manual request handling. You can still call the API directly for full control over request structure and custom pipelines.
Choose the SDK for fast prototyping and single-agent apps—in-process, zero deployment, low latency. Choose MCP for production and multi-agent systems—a standalone service that scales, is shared across agents, and versioned independently.
190+ country geo-targeting, fully managed proxies and CAPTCHA, structured JSON / Markdown output, transparent pricing from $0.70 per 1K, and 500 free responses on signup—test first, pay later.
Google, Bing, and DuckDuckGo, with geo-targeting across 190+ countries and cities, plus multilingual and desktop / mobile device parameters.
Sign up for 500 free SERP responses over 7 days, no credit card. Beyond that, pay as you go from $0.70 per 1K, with no upfront cost.

Start with the Thordata SERP API for free and add real-time search to your LangChain agents.