Search code examples
shopifyshopify-app

Shopify: How to collect statistics about listed applications I Shopify Store?


I would like to collect statistics about listed apps in Shopify Store, like number of listed apps, number of reviews for an app, installations, average rate, app category and so on without any private information about stores which have installed the application. I find several blogs which managed to collect such info but unfortunately they are without open code. Is there any way to reach such info through API or something?

UPD

I have found ready-made solution on github https://github.com/usernam3/shopify-app-store-scraper


Solution

  • You can use any open source web scraper to deal with that. Simply scrape the Shopify App store, and build your stats.

    You need no API. Just scripting of your own device. Pretty basic stuff.