使用node.js和puppeteer从具有挑战性的来源进行Web抓取

时间:2020-09-21 13:49:17

标签: node.js puppeteer

我想上网查询跳舞中心的时间表。目前,除了开课时间和上课时间之外,我几乎拥有所有必需的信息,而且我不知道如何获取此数据:

enter image description here

定向链接:https://loftodance.pl/grafik

我使用node.js + puppeteer。有什么想法吗?

1 个答案:

答案 0 :(得分:0)

使用Chrome开发工具。检查元素。

在“开发工具”>“复制”>“复制XPath”中右键单击元素

然后使用操纵up的page.$x()

page.$x("//*[@id="scroll-hours-1-1"]/div[5]");