Feed API:是否存在可以轻松读取 feed 的 API

发布于 2024-10-14 17:56:50 字数 210 浏览 4 评论 0原文

假设我有 10 个提要 URL。

如果我想阅读它们,我需要发出 10 个请求,并且需要解析每个响应。有时提要没有明确定义,当我的解析器解析它们时,我可能会收到错误。

是否有任何 API 可以通过向提要发出请求来读取提要,然后通过响应或 JSON 给我结果?

这意味着发出 1 个请求而不是 10 个,无需解析结果并减少处理。他们有 API 可以做到这一点吗?

Suppose I have 10 feed URLs.

If I want to read them, I need to make 10 requests and I need to parse every response. Sometimes the feed is not well-defined, I may get an error when my parser parses them.

Are there any APIs to read the feed by making a request to them and then give me a result through response or JSON?

That would mean making 1 request instead of 10, no need to parse the result and make less processing. Are their any APIs to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二智少女 2024-10-21 17:56:50

是的,有:http://superfeedr.com/
我们确实对数据进行标准化、处理轮询或找到实时获取该内容的最佳方法。最后,我们以您想要的格式(Atom 或 JSON)将该内容推送给您。

Yes, there is : http://superfeedr.com/
We do normalize the data, deal with the polling or find the best way to get that content in realtime. Finally, we push that content to you, in the format that you want (Atom or JSON).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文