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.
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.