Last answered:

22 Apr 2020

Posted on:

21 Apr 2020

0

Resolved: Steam Exercise Help

Hi I was just tying the steam scraping exercise and I got stuck at extracting all the headers tags on the page. Can you please help me with this.    For extracting the data of the top seller games, I used the following code:   top_seller_data = soup.find_all('div', {'id': 'tab_content_TopSellers'})   I am stuck after this. I don't know how to proceed. 
1 answers ( 0 marked as helpful)
Instructor
Posted on:

22 Apr 2020

1
Hi Srajan, Extracting all headers is nothing more than writing "soup.find_all('h2')" Best, Nikola, 365 Team

Submit an answer