简体   繁体   中英

python requests library not getting the HTML from playstore website?

I am trying to access the HTML content from the playstore using the requests library of python. But due to its AJAX calls I am not able to get the correct content. Anyone please help me out on this.

This is an extremely common question. You can't work with pages that use AJAX using just requests - you need to use Selenium. Good Luck!

https://selenium-python.readthedocs.io/getting-started.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM