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)
Hi Srajan,
Extracting all headers is nothing more than writing "soup.find_all('h2')"
Best,
Nikola, 365 Team