{
  "x402Version": 2,
  "id": 5894,
  "slug": "5894",
  "resource": "https://402utils.com/v1/rss-to-json",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 10,
            "url": "https://blog.cloudflare.com/rss/"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "items": [
              {
                "link": "https://blog.cloudflare.com/a-post/",
                "publishedAt": "2026-07-01T10:00:00.000Z",
                "title": "A post"
              }
            ],
            "link": "https://blog.cloudflare.com/",
            "title": "The Cloudflare Blog"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "description": "Query string only.",
                "properties": {
                  "limit": {
                    "default": 50,
                    "description": "Max items.",
                    "maximum": 200,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "url": {
                    "description": "Public http(s) feed URL (required).",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "description": {
                    "type": "string"
                  },
                  "items": {
                    "items": {
                      "properties": {
                        "author": {
                          "type": "string"
                        },
                        "link": {
                          "type": "string"
                        },
                        "publishedAt": {
                          "format": "date-time",
                          "type": "string"
                        },
                        "summary": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "title",
                        "link"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "link": {
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  }
                },
                "required": [
                  "title",
                  "link",
                  "items"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "402utils.com",
  "lastUpdated": "2026-09-05T01:14:26.76Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-05T01:14:25.357Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "402utils.com",
    "manifest_name": "402utils.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}