从任意订阅源 URL 解析 RSS 2.0、Atom 1.0 和 JSON Feed。返回每个条目的标题、作者、链接、发布日期、内容、摘要、类目、附件和内嵌图片。按日期范围或类目过滤。为监控而生:按小时调度以喂入新闻聚合器、告警管道或内容数据库。适用于新闻监控、播客索引、博客追踪和品牌提及告警。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~rss-feed-reader/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "feedUrls": [ "https://techcrunch.com/feed/", "https://feeds.feedburner.com/feedburner/Techcrunch", "https://www.theverge.com/rss/index.xml", "https://hnrss.org/frontpage", "https://example-podcast.com/rss" ], "maxAgeDays": 7, "extractFullContent": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/rss-feed-reader
| 字段 | 类型 | 示例 |
|---|---|---|
| feed_url | string | https://techcrunch.com/feed/ |
| feed_title | string | TechCrunch |
| total_items | integer | 42 |
| item_title | string | Acme 完成 5000 万美元 B 轮 |
| author | string | 记者姓名 |
| published_at | string | 2026-06-13T08:42:00Z |
| link | string | https://techcrunch.com/2026/06/13/acme-series-b/ |
| content_html | string | Acme 这家领先的... |
| categories | array | ["startups","funding"] |
| featured_image | string | https://techcrunch.com/images/acme.jpg |