Google Play Crawler script using python.
This code is using library play_scraper. You can install it from here or you can run pip install play-scraper in the command line
This code takes a list of apps names from an Excel file, search google play to find them and return some details about them. Of course you change what details you want to see, since the output is JSON code so it's very easy to deal with it.