如何在Node-red中抓取网站

时间:2019-04-15 10:51:41

标签: web-scraping node-red

我需要在Node-red中抓取一个网站,但是我不确定该怎么做。

我知道如何在Google Spreadsheets中抓取网站,但是我不知道如何对node-red中的html节点执行相同操作。

这就是我在Google Spreadsheets中使用的:

=index(importxml("https://www.website.dom";"//h2[@class='item-title']");1)

1 个答案:

答案 0 :(得分:2)

您可以使用HTTP Request节点来获取页面的内容,然后使用HTML节点来提取您感兴趣的部分。

此食谱在此处包含示例食谱:https://cookbook.nodered.org/http/simple-get-request