Scrape public Shopify App Store app listings for market research, competitor monitoring, app discovery, and ecommerce SaaS lead generation. The Actor outputs app names, handles, URLs, descriptions, developer metadata, pricing summaries, ratings, categories, features, languages, integrations, and related apps.
Example inputs
Scrape one known app
Use this recipe when you already know the Shopify App Store handle.
Input recipes
{
"handles": ["klaviyo-email-marketing"],
"maxItems": 1,
"includeRelatedApps": false
}
Use startUrls for exact app pages, handles for known Shopify App Store handles, or categoryUrls to discover apps from category pages.
Output
Each dataset item represents one Shopify App Store app listing with structured app metadata, rating fields, category arrays, feature arrays, and related app cards when available.
Cost expectations
Use a small maxItems while testing. Larger category crawls may make more Shopify App Store requests because related app discovery can expand the queue.
API usage
Call the Actor through the Apify API with a JSON input containing handles, startUrls, or categoryUrls. After the run succeeds, read structured Shopify App Store listing records from the default dataset.
Shopify competitor intelligence workflow
Use this Actor as the market-mapping layer of a Shopify app or ecommerce competitor study:
- Run Shopify App Store Scraper from known handles or category URLs to compare app positioning, pricing summaries, ratings, categories, features, languages, integrations, developers, and related apps.
- Send the selected app handles to Shopify App Reviews Scraper to analyze merchant complaints, praise, usage context, and developer replies.
- Run Shopify Products Scraper across public competitor storefronts to compare catalogs, prices, variants, availability, vendors, tags, and images.
- Export each dataset to a spreadsheet or warehouse, or connect the Actors through Apify MCP Server for analysis with an AI assistant.
These datasets are complementary rather than automatically joined. App handles connect listing and review research; storefront domains and product records cover merchant-side assortment research. Validate AI-generated themes against the underlying records.
Support
Open an Apify issue with your run ID and input if you need help.