VOOZH about

URL: https://apify.com/pamitvn/shopify-app-store-actor

โ‡ฑ Shopify App Store Scraper ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Shopify App Store Scraper

Crawl the Shopify App Store to extract app details, search rankings, category rankings, and autocomplete suggestions. Uses PlaywrightCrawler for JavaScript-heavy pages.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ PAM

PAM

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

1

Monthly active users

7 days ago

Last modified

Share

Shopify App Store Crawler

An Apify Actor that crawls the Shopify App Store to extract app details, search rankings, category rankings, and autocomplete suggestions.

Features

  • App Details: Extract comprehensive metadata from individual app pages including pricing, reviews, developer info, features, and more
  • Search Rankings: Track app rankings for specific search keywords
  • Category Rankings: Monitor app positions within category pages
  • Autocomplete Suggestions: Capture search autocomplete suggestions for keywords

Input

The Actor accepts the following input parameters:

ParameterTypeDescription
appHandlesstring[]App handles to crawl (e.g., ["omnisend", "klaviyo"])
searchKeywordsstring[]Keywords for search ranking extraction
autoCompleteKeywordsstring[]Keywords for autocomplete suggestions
categoryUrlsstring[]Category slugs (e.g., ["store-management/inventory-management"])
trackAppsForRankingstring[]Filter ranking results to specific apps (optional)
startUrlsobject[]Direct URLs to crawl (labels auto-detected)
maxConcurrencyintegerMax parallel requests (default: 3)
maxRequestsPerCrawlintegerLimit total requests (0 = unlimited)
proxyConfigurationobjectProxy settings

Example Input

{
"appHandles":["omnisend","klaviyo","mailchimp"],
"searchKeywords":["email marketing","sms marketing"],
"autoCompleteKeywords":["email","marketing"],
"categoryUrls":["store-management/inventory-management"],
"trackAppsForRanking":["omnisend"],
"maxConcurrency":3
}

Output

Results are stored in the default dataset with a type field to distinguish between output types:

App Details (type: "app")

{
"type":"app",
"scrapedAt":"2024-01-15T10:30:00Z",
"appName":"Omnisend Email Marketing & SMS",
"appHandle":"omnisend",
"url":"https://apps.shopify.com/omnisend",
"rating":4.7,
"reviewCount":5432,
"builtForShopify":true,
"description":"...",
"pricing":[...],
"developer":{...},
"features":[...],
"reviews":[...]
}

Search Ranking (type: "search_ranking")

{
"type":"search_ranking",
"scrapedAt":"2024-01-15T10:31:00Z",
"appHandle":"omnisend",
"rankType":"search",
"rankValue":"email marketing",
"rank":3,
"results":[
{"appName":"Klaviyo","appHandle":"klaviyo","rank":1},
{"appName":"Mailchimp","appHandle":"mailchimp","rank":2},
{"appName":"Omnisend","appHandle":"omnisend","rank":3}
]
}

Category Ranking (type: "category_ranking")

{
"type":"category_ranking",
"scrapedAt":"2024-01-15T10:32:00Z",
"appHandle":"omnisend",
"rankType":"category",
"rankValue":"store-management/inventory-management",
"rank":5,
"results":[...]
}

Autocomplete (type: "autocomplete")

{
"type":"autocomplete",
"scrapedAt":"2024-01-15T10:33:00Z",
"keyword":"email",
"results":[
{"name":"email marketing","target":"https://apps.shopify.com/search?q=email+marketing"},
{"name":"email popup","target":"https://apps.shopify.com/search?q=email+popup"}
]
}

Local Development

Prerequisites

  • Node.js 18+
  • pnpm

Setup

# Install dependencies
pnpminstall
# Run in development mode
pnpm start
# Or use Apify CLI
apify run

Build

# Compile TypeScript
pnpm run build
# Lint code
pnpm run lint
# Format code
pnpm run format

Deploy to Apify

Option 1: Link Git Repository

  1. Go to Actor creation page
  2. Click Link Git Repository
  3. Connect your repository

Option 2: Push from Local

# Login to Apify
apify login
# Deploy Actor
apify push

Rate Limiting

The crawler is configured with conservative rate limiting to avoid being blocked:

  • Max concurrency: 3 parallel requests
  • Same domain delay: 2 seconds between requests
  • Max requests per minute: 30
  • Automatic retry with backoff on 429 errors

Tech Stack

Resources

License

ISC

You might also like

Shopify App Store Scraper

powerai/shopify-app-store-scraper

Scrape applications from the Shopify App Store by providing a search URL, with automatic pagination and comprehensive app information extraction.

Shopify App Store Scraper

jungle_synthesizer/shopify-app-store-scraper-2

Scrape apps from the Shopify App Store with pricing, ratings, developer info, and user reviews

๐Ÿ‘ User avatar

BowTiedRaccoon

257

1.0

Shopify Product Details

getdataforme/shopify-product-details

Scrape detailed app info from the Shopify App Store. Get app names, ratings, features, pricing, developer links, and screenshots for any app page. Perfect for market research, app directories, and competitor analysis.

11

1.0

Shopify App Store Intelligence

trovevault/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.

Shopify App Store Scraper

getdataforme/shopify-app-store-scraper

Quickly extract Shopify app metadata by keyword search. Scrape app names, links, ratings, reviews, pricing, icons, and Shopify certification from search results. Great for eCommerce market research and app discovery.

19

Shopify App Store Scraper โ€” Details & Reviews

freshactors/shopify-app-store-scraper

Reliable, always-fresh Shopify App Store data: app details, app reviews, and catalog discovery. Monitored daily. By FreshActors.

Shopify App Store Scraper

gio21/shopify-app-store-scraper

Search the Shopify App Store by keyword and extract every app result: name, rating, review count, pricing label, tagline, icon, and Built for Shopify badge.

Apple App Store

canadesk/apple-app-store-ppe

Extract app details, reviews, search results, and privacy information from the App Store.

๐Ÿ‘ User avatar

Canadesk Support

25