我想从蒸汽市场获得这个价格,但如果我尝试以这种方式获得
name = "P250 | Red Rock (Battle-Scarred)"
html = requests.get("https://steamcommunity.com/market/listings/730/"+name).text
soup = BeautifulSoup(html,"html5lib")
Run Code Online (Sandbox Code Playgroud)
我只得到 None 值。另一方面,我可以使用 Selenium,但它对我来说非常慢(一个请求近 3 秒)。如何得到这个号码?