Answer the question
In order to leave comments, you need to log in
I can't get the value when parsing the site?
here is the code
import requests
import lxml
from bs4 import BeautifulSoup
url="https://steamcommunity.com/market/listings/730/Snakebite%20Case"
responce=requests.get(url).text
soup=BeautifulSoup(responce,"lxml")
block=soup.find('div',id='market_commodity_buyrequests')
block2=block.find('span',class_='market_commodity_orders_header_promote')
print(block2)
input()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question