InputPOST /api/v1/x402/feed-discover
{
"url": "https://example.com/blog"
}
Web and API intelligence · data
Find RSS, Atom, and JSON feeds so agents can subscribe instead of scrape (x402)
One-command purchase
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"}'
{
"url": "https://example.com/blog"
}
{
"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