Search Router — Web Search API for LLMs, AI Agents, and MCP Clients
Fast and scalable web search for AI products and workflows
Give your AI the power to search the web in real time. One API call, structured JSON results, sub-second speed.
Try API for free
View documentation
Contact sales
✓ No credit card required<br>·<br>✓ 2,000 free requests<br>·<br>✓ Free credit refills
New: Retrieved Context for LLM
Shortest relevant excerpt from each page for your query — less tokens, more signal. Perfect for RAG and AI agents.
Be one of the first to try — available now
Relevant content retrieval
Get the most useful content from web pages to feed your AI models — save tokens and improve output quality.
Sub-second latency
Responses in under 1 second, optimized for real-time AI workflows and production workloads.
MCP support
Native Model Context Protocol support — connect directly to Claude, ChatGPT, and other AI assistants.
Free to start
2,000 free credits on sign-up with automatic refills. No credit card required.
Try Search Router for Free
1 credit = 1 search request. No payments required during the promotion.
Starter plan
2000<br>free credits to start
When your balance drops below 500, add another 2,000 credits for free — unlimited refills while the promotion is active.
Get started for free
Get search results in three steps
Get started in under a minute
Sign up
One-click sign-in. No forms, no email verification. Get started instantly.
Copy your API key
Your API key is generated automatically. Copy it and the sample code snippet.
Make API calls
Send search queries, get structured JSON results. 1 credit per request.
Outstanding relevance<br>for multilingual web retrieval
Accuracy
0.909
Search<br>Router
0.908
You.com
0.903
Perplexity
0.890
0.861
Exa
0.826
Tavily
0.817
Bing
About this benchmark
This benchmark, created by OpenAI, evaluates the ability of language models to answer short, fact-seeking questions.
Methodology
Dataset : full set of questions from SimpleQA benchmark
Evaluation : GPT-OSS 120B as the judge model, grounded in the top 5 retrieved full texts
Scoring : accuracy
Playground
Try the Search API right here. Enter a query and see real results.
Free mode — 40 / 40 requests left
Sign in for unlimited
Search query
Search
Type:
Web<br>Images
Results:
10<br>20
Response: ms
Searching...
No results found
Show raw JSON
Simple API,<br>powerful results
A single POST request returns structured search results with titles, URLs, and snippets. Works with any language or framework.
JSON response with title, URL, domain, content, info_context
CORS enabled — call from browser or server
Up to 100 results per query
Real-time credits tracking
cURL example<br>Copy
curl -X POST 'https://search-router.com/api/search' \<br>-H 'X-API-Key: YOUR_API_KEY' \<br>-H 'Content-Type: application/json' \<br>-d '{<br>"query": "latest AI research",<br>"num_results": 5<br>}'
Response<br>"success": true,<br>"search_type": "web",<br>"credits_remaining": 1999,<br>"results": [<br>"title": "Advances in Neural Architecture Search",<br>"url": "https://example.com/article",<br>"domain": "example.com",<br>"content": "A comprehensive overview of recent breakthroughs...",<br>"info_context": "First relevant passage from the page.\nSecond passage with more context.\nNewline-separated passages selected as relevant to the query..."<br>],<br>"response_time_ms": 420
Frequently asked questions
What is Search Router?
Search Router is a REST API that gives you programmatic access to web search results. Send a query, get structured JSON with titles, URLs, snippets, and more. Works with any programming language.
How much does it cost?
You get 2,000 free requests on sign-up, and your balance is automatically refilled with 2,000 requests whenever it drops below 500 — unlimited refills during the promotion. For higher volumes, contact our sales team for custom pricing.
What search types are available?
We support web search and image search. You can also use Search Router as a tool in AI assistants via MCP (Model Context Protocol). Check our documentation for full details.
What is MCP support?
MCP (Model Context Protocol) lets AI assistants like Claude and ChatGPT use Search Router as a built-in search tool. Your AI can search the web in real time without leaving the conversation. Setup takes under a minute — see our docs for instructions.
How fast are the responses?
Typical response time is under 1 second. The API is optimized for low latency, making it suitable for real-time applications and production workloads.
Do I need a credit card to start?
No. Sign up for free, get your API key, and start making requests immediately. No credit card, no payment details — just create an account and go.
Can I use it for AI / LLM applications?
Absolutely. Search Router is ideal for RAG pipelines, AI grounding, fact-checking, and reducing hallucinations. Use the REST API or connect via MCP for seamless integration with AI assistants.
How do I get more...