Unnamed service
GET 402utils.com/v1/rss-to-json
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Fetch an RSS 2.0 or Atom feed and return clean JSON: feed title, link and description, plus items with title, link, ISO-8601 publishedAt, summary and author. Handles both formats and normalises the dates. The caller-supplied URL is SSRF-checked; the fetch is capped at 2 MB and 8 s.
Resource: 402utils.com/v1/rss-to-json
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291
Payment methods: — · Last validation: 2026-09-14 16:45:01.348+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Public http(s) feed URL (required)."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1,
"description": "Max items."
}
},
"description": "Query string only."
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"title",
"link",
"items"
],
"properties": {
"link": {
"type": "string"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"title",
"link"
],
"properties": {
"link": {
"type": "string"
},
"title": {
"type": "string"
},
"author": {
"type": "string"
},
"summary": {
"type": "string"
},
"publishedAt": {
"type": "string",
"format": "date-time"
}
}
}
},
"title": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "2000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.