VOOZH about

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

⇱ Shopify App Store Scraper | Apps, Pricing & Ratings API Β· 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

5 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrls": [
< {
< "url": "https://apps.shopify.com/judgeme"
< },
< {
< "url": "https://apps.shopify.com/klaviyo-email-marketing"
< }
< ],
< "handles": [
< "judgeme"
< ],
< "categoryUrls": [
< {
< "url": "https://apps.shopify.com/categories/marketing-and-conversion-social-trust-product-reviews"
< }
< ],
< "maxItems": 10,
< "includeRelatedApps": true
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/fetch_cat~shopify-app-store-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Shopify App Store Scraper | Apps, Pricing & Ratings API

Below, you can find a list of relevant HTTP API endpoints for calling the Shopify App Store Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/fetch_cat~shopify-app-store-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/fetch_cat~shopify-app-store-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/fetch_cat~shopify-app-store-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Shopify App Store Scraper API programmatically via the Apify API.

You can choose from:

Shopify App Store Scraper API in Python

Shopify App Store Scraper API in JavaScript

Shopify App Store Scraper API through CLI

Shopify App Store Scraper OpenAPI definition

You can start Shopify App Store Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Shopify App Store Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Shopify App Store Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.