Riley Craig x402 Agent Store — Wikipedia Search is a paid API for AI agents from x402-agent-store.rileycraig14.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Search Wikipedia and return article titles, snippets, and URLs for a given topic query, paid per-call in USDC via x402
Keyless fact-grounding: search Wikipedia for any topic and get the matching article titles with extract snippets and canonical URLs — the cheap knowledge read agents make to ground answers and reduce hallucination. Free upstream (Wikimedia API).
A JSON object containing the original query string, a count of results returned, and an array of Wikipedia article results each with a title, URL, and text snippet. Default returns up to 3 results; up to 10 can be requested.
GEThttps://x402-agent-store.rileycraig14.workers.dev/web/wikipediaUse this endpoint when an AI agent needs quick encyclopedic background information, factual summaries, or source URLs from Wikipedia without setting up API keys or accounts. Ideal for agents that need to enrich responses with reference knowledge on-the-fly and can pay micro-amounts per call in USDC via x402. Prefer over direct Wikipedia API calls when operating in an x402-enabled payment environment.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"count": 3,
"query": "Ethereum",
"results": [
{
"url": "https://en.wikipedia.org/wiki/Ethereum",
"title": "Ethereum",
"snippet": "Ethereum is a decentralized blockchain..."
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
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"