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.
✓ No credit card required · ✓ 2,000 free requests · ✓ Free credit refills
Coming soon: AI Infocontexts
Shortest relevant excerpt from each page for your query — less tokens, more signal. Perfect for RAG and AI agents.
Reserve beta accessRelevant 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
When your balance drops below 500, add another 2,000 credits for free — unlimited refills while the promotion is active.
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
for multilingual web retrieval
Router
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.
Simple API,
powerful results
A single POST request returns structured search results with titles, URLs, and snippets. Works with any language or framework.
curl -X POST 'https://search-router.com/api/search' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"query": "latest AI research",
"num_results": 5
}'
{
"success": true,
"results": [
{
"title": "Advances in Neural Architecture Search",
"url": "https://example.com/article",
"domain": "example.com",
"snippet": "A comprehensive overview of recent breakthroughs..."
}
],
"total_results": 5,
"response_time_ms": 420
}
Frequently asked questions
What is Search Router?
How much does it cost?
What search types are available?
What is MCP support?
How fast are the responses?
Do I need a credit card to start?
Can I use it for AI / LLM applications?
How do I get more requests?
Contact Sales
Need a custom plan, higher limits, or have partnership inquiries?
Get in touch with our sales team.
You're on the list!
We'll notify you as soon as Infocontexts beta is ready. Stay tuned.