Is There an API to Get Shopify App Store App Data?

Hi everyone! :waving_hand:

I’m working on a project where I need to retrieve detailed data from public Shopify App Store listings (for example:
https://apps.shopify.com/partners/partner-name).

I’m looking for any API or official way to programmatically get this app data — such as:

  • App name & description

  • Ratings and reviews

  • Developer/partner info

My goals:
:white_check_mark: Fetch app listing data automatically
:white_check_mark: Use it in a dashboard / analytics tool
:white_check_mark: Not rely on manual copy-paste

:red_question_mark: Question

Is there any official Shopify API (REST or GraphQL) that allows us to fetch app store listing data like the public pages show?

If not:

  • Has anyone built a reliable solution?

  • Are there best practices to collect this data (without violating terms of service)?

Thanks in advance! :folded_hands:

Hi @binay

What you’re looking for won’t be possible using the Shopify API, it sounds like what you’ll want to use is a service like SASI:

Hi @Liam-Shopify thanks for the suggestion!

Just to clarify, what I’m really asking is whether Shopify provides any official API (REST or GraphQL) that allows us to:

  • Fetch all apps by a specific partner (like apps.shopify.com/partners/partner-name)

  • Get app listing details (name, description, reviews number, ratings)

I’m trying to avoid scraping or third-party tools and stay fully within Shopify’s official APIs.

Does anyone know if this is possible via the Shopify Partner API or Admin/GraphQL APIs?