Shopify App Store Intelligence
Pricing
from $1.70 / 1,000 apps
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
Maintained by CommunityActor stats
1
Bookmarked
8
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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, andiconUrlratingandreviewCountpricingModel,lowestPaidPrice,hasFreeOrTrial, andplanCountbuiltForShopifylaunchDateandappAgeMonthscategoryRankandsourceCategory- 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
| Field | Description |
|---|---|
categories | One or more Shopify App Store category slugs. |
appUrls | Optional direct app URLs for a curated run. |
maxAppsPerCategory | Maximum apps extracted from each category. |
includeReviews | Also extract individual public reviews. This increases runtime. |
maxReviewsPerApp | Review limit per app when review extraction is enabled. |
datasetId | Optional existing dataset receiving a second copy of rows. |
runId | Optional 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.