Shopify App Store Intelligence avatar

Shopify App Store Intelligence

Pricing

from $1.70 / 1,000 apps

Go to Apify Store
Shopify App Store Intelligence

Shopify App Store Intelligence

Extract structured data from every app on the Shopify App Store — ratings, pricing plans, highlights, languages, launch dates, and Built for Shopify status — by category or by direct URL.

Pricing

from $1.70 / 1,000 apps

Rating

1.0

(1)

Developer

Trove Vault

Trove Vault

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

1

Monthly active users

6 days ago

Last modified

Share

Collect structured public data from Shopify App Store categories or individual app URLs. The Actor is designed for app-market research, competitor tracking, category analysis, pricing comparison, and review intelligence.

What it returns

App rows can include:

  • appName, developer, appUrl, and iconUrl
  • rating and reviewCount
  • pricingModel, lowestPaidPrice, hasFreeOrTrial, and planCount
  • builtForShopify
  • launchDate and appAgeMonths
  • categoryRank and sourceCategory
  • public highlights, languages, pricing plans, and review data when enabled

Pricing is normalized only where the source exposes an unambiguous amount. Free trials, free plans, and paid plans remain separately labeled.

Input

FieldDescription
categoriesOne or more Shopify App Store category slugs.
appUrlsOptional direct app URLs for a curated run.
maxAppsPerCategoryMaximum apps extracted from each category.
includeReviewsAlso extract individual public reviews. This increases runtime.
maxReviewsPerAppReview limit per app when review extraction is enabled.
datasetIdOptional existing dataset receiving a second copy of rows.
runIdOptional workflow identifier for chained runs.
{
"categories": ["marketing-and-conversion-marketing-email-marketing"],
"maxAppsPerCategory": 3,
"includeReviews": false
}

Direct app input:

{
"categories": [],
"appUrls": ["https://apps.shopify.com/klaviyo-email-marketing"],
"includeReviews": false
}

Run with the Apify API

curl -X POST "https://api.apify.com/v2/acts/trovevault~shopify-app-store-intelligence/runs" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"categories":["marketing-and-conversion-marketing-email-marketing"],"maxAppsPerCategory":3,"includeReviews":false}'

Export results from the default dataset as JSON, CSV, Excel, XML, or HTML.

Notes

  • Ratings, review counts, pricing, badges, and rankings are snapshots and can change.
  • Category rank is scoped to the processed listing order, not a permanent global rank.
  • Review extraction is slower than app-only collection; keep scheduled defaults small.
  • Respect Shopify's terms and applicable law when using the data.