tidyverse / rvest

Simple web scraping for R
https://rvest.tidyverse.org
Other
1.49k stars 341 forks source link

Help with agecheck #329

Closed giuliogcantone closed 1 year ago

giuliogcantone commented 3 years ago

Hello, I'd like to scrape a url like this:

https://store.steampowered.com/224960/

The page requires an agecheck. What happens is that the scraper is redirected to:

https://store.steampowered.com/agecheck/app/224960/

instead than

https://store.steampowered.com/app/224960/

Can rvest handle the agecheck and access to the page html?

Thank You.

hadley commented 1 year ago

Possibly, via the session object.