-
Google Play刮板Python的灵感源于
资源介绍
Google Play抓取工具
Google-Play-Scraper提供了API,可轻松抓取适用于Python的Google Play商店,而无需任何外部依赖!
相关项目
Node.js抓取器从Google Play获取数据
我已经对该库的API设计进行了很多介绍。
安装
pip install google-play-scraper
用法
可以在下面描述的lang和country参数中包括的国家和语言代码分别取决于和标准。 因此,我们建议使用ISO数据库库,例如 。
应用程式详细资料
from google_play_scraper import app
result = app (
'com.nianticlabs.pokemongo' ,
lang = 'en' , # defaults to 'en'
country = 'us' # default