有没有办法识别Airbnb等网站上的特定节点?

时间:2019-04-19 00:14:01

标签: r

我目前正在学习如何使用R创建刮板。我已经能够抓取一些相关的文本,但是当尝试从airbnb列表中抓取房价时,我就没有运气。有没有一种方法可以识别节点呢?

我目前在airbnb列表中突出显示房价,并查看其来源。在使用列表的标题和位置执行此操作时,我会成功,但是在使用消息源尝试获取房费时,我没有运气。

<span class="_doc79r">$57</span>
##above is what I believe where it is located

##below is the code I'm using to try and get the room rate
airbnb_wvpg %>%
  html_node("._doc79r") %>%
  html_text()

我希望输出给我房费,在我的情况下是57美元,但实际输出是:[1] NA

0 个答案:

没有答案