Skip to content

MOHED1224/Crawl-App-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Crawl-App-Store

App Store Crawler script using python

This script uses app_store_scraper repository. You can install it from here or you can run pip install app-store-scraper in the command line.

Also using BueatifulSoup to extract some extra information then store all the data in pandas dataframe.

NOTE: All the outputs of this library functions are JSON.

This code takes a list of apps names from a CSV file, search app store to find them and return some details. Of course you can change what details you want to see, since the output is JSON code, it's very easy to handle with it.

Repository for crawling Google Play