Obtain your app ranking in realtime inside App Store and Mac App Store for every country
This repository contains two scripts, one for App Store (iosr.py) and the other one for Mac App Store (macr.py)
You can obtain command information by typing command listed below in your Terminal or Command Prompt:
python iosr.py --help
# or
python macr.py --help
To obtain a list with all possible values for all script parameters run this command in Terminal or Command Prompt:
python iosr.py
#or
python macr.py
If you have an error related to enums maybe you have to install enum34 module to obtain compatibility. Type this on your Terminal or Command Prompt
pip instal enum34
Mac and Linux user maybe have to prefix command with sudo
To obtain an application ranking inside the App Store you have to type this command in Terminal or Command Prompt
python iosr.py -appid 361309726 -stores top -category 6007 -platform iphone
This returns the ranking for Pages app (-appid 361309726)
in the Top 10 countries by revenue (-stores top)
inside the Productivity category (-category 6007)
for iPhone devices (-platform iphone)
Available stores sets are world
for all countries where Apple has an App Store available and top
for the ten countries with more revenues.
Platforms availables are iphone
for iPhone only devices, ipad
for iPad only devices and appleTV
for Apple TV only devices.
To figure out the code related to yout app category type python iosr.py
in your command line to get a list with all possible values.
Request Mac App Store rankings is similar to App Store Ranking procedure. Type this command in Terminal or Command Prompt
python macr.py -appid 424389933 -category 12020 -stores world
This returns the Final Cut Pro application (-appid 424389933)
ranking inside the Video category (-category 12020)
in all Mac App Store countries (-stores world)
Available stores sets are world
for all countries where Apple has a Mac App Store available and top
for the ten countries with more revenues.
To figure out the code related to yout app category type python macr.py
in your command line to get a list with all possible values.
Comments and suggestions are welcome. Find me on twitter at @fitomad