我想试着用r做天猫评论的爬取,但是就是得不到结果?求问大神看看哪里错了?

我想试着用r做天猫评论的爬取,但是就是得不到结果?求问大神看看哪里错了
site<-"https://rate.tmall.com/list_detail_rate.htm?itemId=575864782677&spuId=1038237949&sellerId=2261312144&order=3&currentPage=1&append=1&content=1&tagId=&posi=&picture=0&groupId=&ua=098"
webpage<-read_html(site,encoding="utf-8")
date1<-html_nodes(webpage,'.tm-rate-date')
date<-html_text(date1)
print(date1)

天猫有反爬机制,需要添加浏览器请求头headers

这里有反爬虫的机制,你需要模拟浏览器请求才能找到爬到相关的资源,如果你想知道,我可以把相关资料发给你。具体可加我好友326943276