DELXCOMMERCE Live contract

Web and API intelligence · data

Delx Feed Discover

Find RSS, Atom, and JSON feeds so agents can subscribe instead of scrape (x402)

x402datarssatomfeed

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/feed-discover -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com/blog"}'
InputPOST /api/v1/x402/feed-discover
{
  "url": "https://example.com/blog"
}
Delivered resultapplication/json
{
  "tool_name": "util_feed_discover",
  "result": {
    "feed_count": 1,
    "feeds": [
      {
        "url": "https://example.com/feed.xml",
        "type": "application/rss+xml",
        "title": "Example Feed"
      }
    ],
    "manifest_url": "https://example.com/site.webmanifest"
  }
}

Machine-readable evidence

Inspect before paying.