mguideng / gdscrapeR

:package: R package to easily web scrape Glassdoor company reviews. Write up of demo:
https://mguideng.github.io/2019-02-27-scrape-glassdoor-gdscrapeR/
22 stars 8 forks source link

StartingError after get_reviews() Command #4

Open pandit9 opened 4 years ago

pandit9 commented 4 years ago

Hello, After I type the get_reviews() command I get the following message;

Number of web pages to scrape: StartingError in 1:maxResults : argument of length 0

I would be really grateful if anyone could let me know how to proceed from this message as I am new to R. Thank you so much!

weisisheng commented 4 years ago

Same here.

XiaoxuanMa commented 4 years ago

Same

subhroisback commented 4 years ago

Same here...

tylerlittlefield commented 4 years ago

I needed to scrape reviews recently, so I made a workflow for it here: https://github.com/tyluRp/glassdoor-scraper

Note, just like this repo, the methods I use to scrape things might change as the HTML changes. For now, it seems to be working fairly well.