{
  "x402Version": 2,
  "id": 4295,
  "slug": "4295",
  "resource": "https://agentreader.dev/feed",
  "description": "Parse any RSS, Atom or RDF feed into normalized JSON: feed title, description and up to 100 items with title, link, publish date, author, summary and categories. Ideal for agents monitoring news sources, blogs and changelogs.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "6000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "url": "https://blog.cloudflare.com/rss/"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "description": "Updates from Cloudflare",
            "format": "rss",
            "itemCount": 20,
            "items": [
              {
                "author": "Jane Doe",
                "categories": [
                  "Product News"
                ],
                "link": "https://blog.cloudflare.com/example",
                "published": "Mon, 03 Aug 2026 12:00:00 GMT",
                "summary": "Post summary...",
                "title": "Example post"
              }
            ],
            "siteLink": "https://blog.cloudflare.com/",
            "title": "The Cloudflare Blog",
            "url": "https://blog.cloudflare.com/rss/"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "url": {
                    "description": "Absolute http(s) URL of the RSS/Atom feed",
                    "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": "agentreader.dev",
  "lastUpdated": "2026-09-01T02:32:35.986Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T02:32:35.829Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agentreader.dev",
    "manifest_name": "agentreader.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}