DELXCOMMERCE Live contract

Web and API intelligence · knowledge

Open Knowledge for Agents

Search bounded English Wikipedia metadata for $0.001 USDC through the public Wikimedia API. Returns attributed page links and short snippets only—not general web search, arbitrary URLs, or article bodies.

x402knowledgewikipediawikimediaresearchopen-datametadata

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/open-knowledge-search -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"query":"agentic commerce","max_records":3}'
InputPOST /api/v1/x402/open-knowledge-search
{
  "query": "agentic commerce",
  "max_records": 3
}
Delivered resultapplication/json
{
  "tool_name": "search_open_knowledge",
  "result": {
    "schema": "delx/open-knowledge-search/v1",
    "scope": "open_knowledge",
    "language": "en",
    "query": "agentic commerce",
    "max_records": 3,
    "count": 1,
    "results": [
      {
        "title": "Example topic",
        "url": "https://en.wikipedia.org/wiki/Example_topic",
        "snippet": "A short attributed search snippet.",
        "pageid": 123
      }
    ],
    "provider": "Wikimedia/Wikipedia",
    "provider_url": "https://www.wikipedia.org/",
    "license_url": "https://creativecommons.org/licenses/by-sa/4.0/",
    "attribution": "Search metadata supplied by Wikimedia/Wikipedia; snippets remain under the applicable page licenses. Preserve attribution and the license link.",
    "cache": "miss"
  }
}

Machine-readable evidence

Inspect before paying.