VOOZH about

URL: https://apify.com/fetch_cat/shopify-app-store-scraper/api/python

โ‡ฑ Shopify App Store Scraper | Apps, Pricing & Ratings API in Python ยท Apify


Pricing

from $0.07 / 1,000 result extracteds

Go to Apify Store

Shopify App Store Scraper

Scrape public Shopify App Store app listings with pricing, ratings, review counts, developers, categories, features, integrations, languages, icons, and related apps.

Pricing

from $0.07 / 1,000 result extracteds

Rating

0.0

(0)

Developer

๐Ÿ‘ Hanna Nosova

Hanna Nosova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

You might also like

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

261

1.0

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 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 Tracker โ€” Ratings, Pricing & Developer Data

actorpilot/shopify-app-store-tracker

Scrape apps.shopify.com for Shopify app listings by keyword or category. Extract ratings, review counts, pricing models, developer names, taglines, and descriptions for competitor research, market analysis, partner prospecting, and App Store tracking.

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

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.

App Store Ratings Scraper

maximedupre/app-store-ratings-scraper

Get live Google Play and Apple App Store ratings, review counts, prices, categories, developers, icons, screenshots, and app metadata. Paste app URLs or IDs for a quick first run.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

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.

Shopify App Store Scraper โ€” Apps, Reviews & Developer Leads

scrapesage/shopify-app-store-scraper

Scrape the Shopify App Store: app listings, pricing plans, ratings, ratings histogram, reviews, Built for Shopify badges, categories, languages & developer contact leads. Search by keyword, category, developer or URL. No login. Monitoring mode. Export JSON, CSV, Excel.

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.

You can access the Shopify App Store Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"startUrls":[
10{"url":"https://apps.shopify.com/judgeme"},
11{"url":"https://apps.shopify.com/klaviyo-email-marketing"},
12],
13"handles":["judgeme"],
14"categoryUrls":[{"url":"https://apps.shopify.com/categories/marketing-and-conversion-social-trust-product-reviews"}],
15"maxItems":10,
16"includeRelatedApps":True,
17}
18
19# Run the Actor and wait for it to finish
20run = client.actor("fetch_cat/shopify-app-store-scraper").call(run_input=run_input)
21
22# Fetch and print Actor results from the run's dataset (if there are any)
23print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
24for item in client.dataset(run["defaultDatasetId"]).iterate_items():
25print(item)
26
27# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Shopify App Store Scraper | Apps, Pricing & Ratings API in Python

The Apify API client for Python is the official library that allows you to use Shopify App Store Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Shopify App Store Scraper API in JavaScript

Shopify App Store Scraper API through CLI

Shopify App Store Scraper OpenAPI definition

Shopify App Store Scraper API