{
  "x402Version": 2,
  "id": 4941,
  "slug": "4941",
  "resource": "https://x402.donnyautomation.com/feed",
  "description": "RSS, Atom or RDF feed to clean JSON. Returns feed (title, link, description, updated) and items[] with title, real destination link, id, author, categories and the date both verbatim and ISO 8601, plus each summary twice: feed HTML and plain text. An unparseable date is null, never invented. Requires ?url=; optional ?limit=1..100 (default 20). Errors: 400 missing_url, 403 blocked_private, 422 not_xml|malformed_xml|not_a_feed. For one article body use /markdown.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2740651e046c59aB2A6510401140643292d3a96F",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "url": "https://hnrss.org/frontpage"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "feed": {
              "description": "Hacker News RSS",
              "link": "https://news.ycombinator.com/",
              "title": "Hacker News: Front Page",
              "updated": "2026-08-03T19:39:15.000Z"
            },
            "format": "rss",
            "items": [
              {
                "categories": [],
                "link": "https://example.com/post",
                "published": "2026-08-03T18:32:06.000Z",
                "summaryText": "Article URL: …",
                "title": "ZX Spectrum System Tour: Sound"
              }
            ],
            "totalItems": 30,
            "truncated": true,
            "ts": "2026-08-03T00:00:00.000Z",
            "url": "https://hnrss.org/frontpage"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "description": "Maximum items, 1..100 (default 20). totalItems reports how many the feed actually held.",
                    "type": "string"
                  },
                  "url": {
                    "description": "Public http(s) URL of an RSS 2.0, Atom or RDF feed. Private and internal hosts are refused. Fetch cap 8 MB.",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.donnyautomation.com",
  "lastUpdated": "2026-08-30T07:40:10.718Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T07:40:10.525Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.donnyautomation.com",
    "manifest_name": "x402.donnyautomation.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"
  }
}