R-使用rvest和rselenium抓取Google评论

时间:2019-07-25 23:03:47

标签: r web-scraping rvest rselenium

我正在尝试从某些超市的页面上从Google评论(星级,评论,日期等)中抓取数据。

我试图改编一个我在网上找到的代码,但是在使其工作时遇到了问题。 R为我提供了一些错误(有时是rsDrivers,有时当前正在使用Selenium的端口)。

有人遇到过相同的问题: 谢谢!

firebase.auth().signInWithPopup(new firebase.auth.FacebookAuthProvider())
  .then((userCredential) => {
    // Additional user info from IdP.
    // This object includes email, first_name, granted_scopes, id, last_name, picture, etc.
    console.log(userCredential.additionalUserInfo.profile);
  })
  .catch((error) => {
    console.log(error);
  });

期望在数据框中包含我尝试抓取的数据。

wdman :: selenium中的错误(端口=端口,详细=详细,版本=版本,:   硒服务器信号端口= 4567已在使用中。

0 个答案:

没有答案