Shopify App Reviews avatar
Shopify App Reviews

Pricing

Pay per event

Go to Apify Store
Shopify App Reviews

Shopify App Reviews

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Shopify App Reviews Actor efficiently scrapes user reviews from Shopify App Store listings. Provide app URLs, proxy settings, and review limit; the Actor returns structured JSON with review ID, headline, comments, rating, timestamp, nickname, and location. Ideal for sentiment & market analysis.

0.0 (0)

Pricing

Pay per event

0

2

2

Last modified

2 days ago

Shopify App Reviews Actor

Introduction

The Shopify App Reviews Actor scrapes user reviews from Shopify App Store listings. Provide one or more app URLs, set your desired review limit and proxy options, and receive structured JSON containing each review’s key details.


Input Parameters

ParameterTypeRequiredDescription
itemLimitintegerYesMaximum number of reviews to retrieve per app URL.
proxyConfigurationobjectYesProxy settings to avoid IP blocks and ensure reliable scraping.
└─ useApifyProxybooleanYesWhether to route requests through Apify Proxy.
└─ apifyProxyGroupsstring[]NoList of Apify Proxy groups to use (e.g., ["RESIDENTIAL"]).
urlsstring[]YesArray of Shopify App Store URLs to scrape reviews from.

Example Input

{
"itemLimit": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"urls": [
"https://apps.shopify.com/mailchimp?ot=6dd0cb80-f948-429b-ac61-7c99a8dcbfe9&surface_detail=homepage-ads"
]
}

Features

  • Review Limit Control: Fetch up to itemLimit reviews per app.
  • Apify Proxy Integration: Built‑in proxy support for uninterrupted scraping.
  • Multi‑App Processing: Handle multiple Shopify App URLs in a single run.
  • Structured JSON Output: Clean, consistent fields for each review.
  • Robust Error Handling: Automatic retries on network or parsing failures.

Output

The Actor returns a JSON array where each element represents one review:

[
{
"url": "https://apps.shopify.com/mailchimp?…",
"review_id": 123456789,
"headline": "Great integration!",
"comments": "This app made syncing our store with Mailchimp seamless.",
"rating": 5,
"created_date": 1746813993678,
"nickname": "StoreOwner123",
"location": "New York, USA"
},
{
"url": "https://apps.shopify.com/mailchimp?…",
"review_id": 123456790,
"headline": "Easy to use",
"comments": "Setup was quick and support was very responsive.",
"rating": 4,
"created_date": 1746746299147,
"nickname": "JaneD",
"location": "London, UK"
}
]

Possible Use Cases

  • Sentiment Analysis on user feedback for product improvements.
  • Competitor Benchmarking to compare app ratings across categories.
  • Market Research to discover top‑rated features and pain points.
  • Customer Support Automation by flagging low‑rated reviews for follow‑up.
  • Data Aggregation for dashboards, reports, or machine‑learning pipelines.

Support

For bug reports or custom needs, contact: 📧 support@getdataforme.com Or use our contact form: https://getdataforme.com/contact/