Real-Time Web Search API (x402 Pay-Per-Query) is a paid API for AI agents from api-production-17e1.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15, last successful call 2026-07-21).
Returns ranked organic search results (title, link, snippet) from a multi-engine metasearch (Bing, Brave, DuckDuckGo, Wikipedia, Mojeek) for a given query, paid per-call in USDC via x402.
Real-time web search API for AI agents. Returns ranked organic results (title, link, snippet) as JSON from a resilient multi-engine metasearch (Bing, Brave, DuckDuckGo, Wikipedia, Mojeek). Pay-per-query in USDC via x402 — no signup, no API key, no rate limits. Built for agent grounding, research, RAG, fact-checking, and fresh real-world information.
A JSON array of ranked organic search results, each containing a title, URL/link, and text snippet, aggregated from multiple search engines including Bing, Brave, DuckDuckGo, Wikipedia, and Mojeek.
GEThttps://api-production-17e1.up.railway.app/searchChoose this endpoint when an AI agent needs live, real-world web search results without registering for an API key or managing rate limits. It is ideal for RAG pipelines, agent grounding, fact-checking, and retrieving fresh information not available in a model's training data. The pay-per-query x402 micropayment model makes it suitable for agents that need occasional or burst search access without subscription overhead. Prefer this over static knowledge retrieval when recency and multi-engine diversity matter.
{
"q": "artificial intelligence",
"limit": 5
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"count": 5,
"query": "artificial intelligence",
"engine": "searxng",
"results": [
{
"url": "https://en.wikipedia.org/wiki/Artificial_intelligence",
"title": "Artificial intelligence - Wikipedia",
"engines": [
"bing"
],
"page_age": null,
"description": "Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision …"
},
{
"url": "https://www.britannica.com/technology/artificial-intelligence",
"title": "Artificial intelligence (AI) | Definition, Examples, Types ...",
"engines": [
"bing"
],
"page_age": null,
"description": "1 day ago · What is artificial intelligence? Artificial intelligence is the ability of a computer or computer-controlled robot to perform tasks that are commonly associated with the intellectual processes …"
},
{
"url": "https://www.coursera.org/articles/what-is-artificial-intelligence?msockid=04da013c23506f4b277e164a22046eb9",
"title": "What Is Artificial Intelligence? Definition, Uses, and Types",
"engines": [
"bing"
],
"page_age": null,
"description": "Mar 14, 2026 · What is artificial intelligence? Artificial intelligence (AI) is the theory and development of computer systems capable of performing tasks that historically required human intelligence, such as …"
},
{
"url": "https://www.sciencenewstoday.org/how-artificial-intelligence-works-a-beginners-guide",
"title": "How Artificial Intelligence Works: A Beginner’s Guide",
"engines": [
"bing"
],
"page_age": null,
"description": "Apr 27, 2025 · Artificial intelligence, often abbreviated as AI, is not a single invention. It is a vast collection of ideas and techniques designed to help machines perform tasks that typically require …"
},
{
"url": "https://www.ibm.com/think/topics/artificial-intelligence",
"title": "What is artificial intelligence (AI)? - IBM",
"engines": [
"bing"
],
"page_age": null,
"description": "Artificial intelligence (AI) is technology that enables computers and machines to simulate human learning, comprehension, problem solving, decision-making, creativity and autonomy."
}
]
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"