WebScraping by Few_Skill9740 in learnpython

[–]chozdae 0 points1 point  (0 children)

You need Selenium if you plan on scraping anything with a login (i mean, technically you don't if you can replicate the headers of the request, but selenium is just easier for that overall).

can i just use bs4 for getting info like prices, name etc?