来自 Yahoo Pipes Feed 的 YQL XPath

发布于 2024-12-23 12:50:00 字数 256 浏览 1 评论 0原文

我遇到这种情况,我需要从网页获取一些数据,并且我正在尝试使用 Yahoo Pipes 来抓取它以制作快速原型。我用“Fetch Page”划分数据,然后向“Loop”添加 YQL 查询,这样我就可以浏览“Fetch Page”模块中的每个结果并提取我需要的数据,同时保留来自“Fetch Page”的分组页面”模块。

当我向 YQL 查询添加请求 URL 的 XPath 时,YQL 查询始终会发送错误。

所以我的问题是,是否可以让 XPath 处理来自循环的提要?

I have this situation where I need to get some data from a webpage and I'm trying to scrape it with Yahoo Pipes to make a rapid prototype. I divided the data with "Fetch Page", then I added a YQL query to a "Loop" so I can browse each result from the "Fetch Page" module and extract the data I need while keeping the grouping that came from the "Fetch Page" module.

The YQL query always sends an error when I add XPath to it asking for a URL.

So my question is that if it is possible to get XPath to work with the feed coming from the loop?

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

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

发布评论

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

评论(1

ゝ偶尔ゞ 2024-12-30 12:50:01

使用存储在您的域中的 CSV 文件从获取页面模块粘贴分组。在 Yahoo Pipes 中使用循环查询 CSV 文件以获取数据:

select * from html where url in (select col0 from csv where url="http://abdefg/foo.csv") and xpath="//title"

Use a CSV file stored on your domain to paste the grouping from the fetch page module. Query the CSV file using in a loop in Yahoo Pipes to get the data:

select * from html where url in (select col0 from csv where url="http://abdefg/foo.csv") and xpath="//title"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文