小编use*_*404的帖子

Steam“请求购买”价格

要求购买价格

我想从蒸汽市场获得这个价格,但如果我尝试以这种方式获得

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 秒)。如何得到这个号码?

python parsing beautifulsoup steam-web-api steam

1
推荐指数
1
解决办法
871
查看次数

标签 统计

beautifulsoup ×1

parsing ×1

python ×1

steam ×1

steam-web-api ×1