
Shopify AppStore Apps and Reviews Scraper
Pricing
$10.00/month + usage

Shopify AppStore Apps and Reviews Scraper
A powerful Apify Actor designed to extract comprehensive data from the Shopify App Store. This scraper can discover all available apps, collect detailed application information, and extract user reviews from any Shopify app, making it perfect for market research, and competitor analysis.
5.0 (2)
Pricing
$10.00/month + usage
0
1
1
Last modified
2 days ago
A powerful Apify Actor designed to extract comprehensive data from the Shopify App Store. This scraper can discover all available apps, collect detailed application information, and extract user reviews from any Shopify app, making it perfect for market research, competitor analysis, and app performance monitoring.
Use Cases
- Complete App Store Discovery: Get a comprehensive list of all available Shopify apps for market analysis
- Market Research: Analyze competitors' app features, pricing, and user feedback
- App Performance Monitoring: Track your own app's reviews and ratings over time
- Pricing Analysis: Compare pricing strategies across similar apps
- Feature Comparison: Understand what features successful apps offer
- Review Sentiment Analysis: Process user reviews for insights and trends
- Developer Research: Identify top app developers and their portfolios
- Data Pipeline Creation: Use listing mode to discover apps, then batch process them for detailed analysis
Features
- Triple Scraping Modes: Discover all app URLs, extract detailed app information, or collect user reviews with simple configuration
- Bulk Processing: Process multiple Shopify app URLs in a single run
- Automatic Pagination: Seamlessly handle multi-page review scraping
- Rich Data Extraction: Capture comprehensive app metadata and detailed review information
- Proxy Support: Built-in proxy rotation for reliable scraping
- TypeScript Support: Fully typed for better development experience
Data Types
Listing Mode
Discovers and extracts all available Shopify app URLs from the app store including:
- Complete app URL catalog
- App handles/identifiers
- Total app count
- Filtered results (excludes non-app pages)
App Information Mode
Extracts comprehensive application details including:
- Basic app information (title, description, logo, rating)
- Developer information (name, address)
- Pricing plans and features
- Supported languages
- App categories
- Launch date
- And much more...
Review Mode
Captures detailed user review data including:
- Reviewer information and location
- Review content and ratings
- Usage duration
- Review timestamps
- Pagination metadata
Input Parameters
type
(Required)
Specifies the type of data to scrape.
Options:
"listing"
- Discover and extract all Shopify app URLs from the app store"app"
- Extract detailed app information"review"
- Extract user reviews and ratings
Default: "app"
appUrls
(Array, Required for app/review modes)
List of Shopify app URLs to scrape. Each URL should point to a valid Shopify app page.
Note: This parameter is not needed when type
is set to "listing"
, as the scraper will automatically discover all app URLs from the Shopify App Store sitemap.
Example:
[{"url": "https://apps.shopify.com/judgeme"},{"url": "https://apps.shopify.com/tiktok"}]
maxReviewPageNumber
(Number, Optional)
Maximum number of review pages to scrape when using review mode. Controls the depth of review extraction.
Default: 5
Range: 1-100 (recommended)
Output Data
Listing Output
When type
is set to "listing"
, the scraper returns a comprehensive list of all Shopify app URLs:
[{"url": "https://apps.shopify.com/judgeme","handle": "judgeme"},{"url": "https://apps.shopify.com/klaviyo-email-marketing","handle": "klaviyo-email-marketing"},{"url": "https://apps.shopify.com/mailchimp","handle": "mailchimp"},{"url": "https://apps.shopify.com/tiktok","handle": "tiktok"},{"url": "https://apps.shopify.com/smile-loyalty-rewards","handle": "smile-loyalty-rewards"}]
Listing Field Descriptions:
total
: Total number of apps discovered in the Shopify App Storeurls
: Array of app objects, each containing:url
: Complete URL to the app's page on Shopify App Storehandle
: Unique identifier/slug for the app (extracted from URL)
App Information Output
When type
is set to "app"
, the scraper returns comprehensive app data:
{"url": "https://apps.shopify.com/judgeme","title": "Judge.me Product Reviews App","description": "Show real experiences with unlimited product reviews, store reviews, ratings, and testimonials...","logo": "https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/icon/CIfp9fWd34sDEAE=.png","rating": "5.0","developer": {"name": "Judge.me","address": "C/O Buckworths 2nd Floor, 1-3 Worship Street, London, ENG, EC2A 2AB, GB"},"languages": ["English","Spanish","French","Italian","Portuguese (Brazil)","and German"],"categories": ["Product reviews","SEO"],"pricing": "Free plan available","pricings": [{"planName": "Forever Free","planPrice": "0","planDescription": ["Unlimited reviews and review requests","Unlimited photo & video reviews","Reviews widget & star ratings badge","Reviews carousel and UGC media grid","Drive more traffic w/ SEO rich snippets","Official trust badge and medals","Shop App reviews and ratings syndication","Reviews importer and AliExpress sync"]},{"planName": "Awesome","planPrice": "15","planDescription": ["All Forever Free features","100+ integrations (Klaviyo,Gorgias, etc)","Advanced display (snippets, Q&A, etc)","Advanced collection (A/B tests, etc)","Full widget and email customization","Push reviews to Google Shopping","Social media push and Meta syndication","All reviews page, AI replies, etc"]}],"launchedDate": "2015-06-25T00:00:00+08:00"}
Field Descriptions:
url
: Original app URL that was scrapedtitle
: Official app name as displayed on the storedescription
: Complete app description including features and benefitslogo
: Direct URL to the app's logo imagerating
: Average user rating (1-5 scale)developer
: Object containing developer name and business addresslanguages
: Array of supported languages for the appcategories
: App store categories the app belongs topricing
: General pricing information summarypricings
: Detailed array of all available pricing plans with featureslaunchedDate
: ISO timestamp of when the app was first launched
Review Output
When type
is set to "review"
, the scraper returns detailed review data:
[{"reviewer": "Pack Ship Mail Supplies","review_created_date": "2025-07-16T00:00:00+08:00","reviewer_location": "United States","rating": 5,"reviewer_latest_used_date": "Over 1 year using the app","review_content": "Excellent support experience! The team was quick, helpful, and went above and beyond to solve layout and integration issues on my product pages. Special thanks to Faissal for the clear communication and hands-on help.What should other merchants know about this app? Judge.me is a reliable and flexible review app with powerful customization options. Even if your store has unique templates or third-party sections, their support team will help you make it work seamlessly. Highly recommended for stores that want control over how and where reviews are displayed."},{"reviewer": "KEYWAY","review_created_date": "2025-07-14T00:00:00+08:00","reviewer_location": "Canada","rating": 5,"reviewer_latest_used_date": "Almost 9 years using the app","review_content": "We've had a great experience with Judge.Me. There are a few things that we needed help setting up, but support has been great and responsive! Lot's of widget to adapt to your theme setup and easy to modify if you need customization. Recommended!"}]
Review Field Descriptions:
reviewer
: Name or business name of the person who left the reviewreview_created_date
: ISO timestamp of when the review was postedreviewer_location
: Geographic location of the reviewer (country/region)rating
: Individual review rating (1-5 scale)reviewer_latest_used_date
: How long the reviewer has been using the appreview_content
: Complete text content of the review
🛠️ Usage Examples
Example 1: Discover All App URLs
{"type": "listing"}
Note: No appUrls
parameter needed for listing mode. This will automatically discover all apps in the Shopify App Store.
Example 2: Scrape App Information
{"appUrls": [{"url": "https://apps.shopify.com/judgeme"},{"url": "https://apps.shopify.com/klaviyo-email-marketing"}],"type": "app"}
Example 3: Scrape Reviews with Pagination
{"appUrls": [{"url": "https://apps.shopify.com/judgeme"}],"type": "review","maxReviewPageNumber": 10}
Example 4: Bulk App Analysis
{"appUrls": [{"url": "https://apps.shopify.com/mailchimp"},{"url": "https://apps.shopify.com/oberlo"},{"url": "https://apps.shopify.com/product-reviews"},{"url": "https://apps.shopify.com/smile-loyalty-rewards"}],"type": "app"}
Example 5: Complete Data Pipeline
Step 1 - Discover all apps:
{"type": "listing"}
Step 2 - Use the discovered URLs to get detailed app information:
{"appUrls": [{"url": "https://apps.shopify.com/judgeme"},{"url": "https://apps.shopify.com/klaviyo-email-marketing"},"...all other URLs from step 1..."],"type": "app"}