Google Workspace Marketplace Review Tracker avatar

Google Workspace Marketplace Review Tracker

Under maintenance

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Google Workspace Marketplace Review Tracker

Google Workspace Marketplace Review Tracker

Under maintenance

Track and monitor reviews for any Google Workspace Marketplace app. Filter by date, rating, and sort order, ideal for daily sentiment monitoring and competitor analysis.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Monitor and track user reviews for any Google Workspace Marketplace app. Provide an App ID and get back reviewer names, star ratings, review text, dates, and helpful counts — ideal for daily sentiment monitoring, competitor analysis, and reputation tracking.


What data you get

FieldTypeDescription
reviewIdstringUnique review identifier
appIdstringNumeric App ID
appNamestringApp display name
appUrlstringDirect URL to the app listing
reviewerNamestringDisplay name of the reviewer
ratingintegerStar rating (1–5)
reviewTextstringFull text of the review
reviewDatestringISO-8601 date when the review was posted (YYYY-MM-DD)
helpfulCountintegerNumber of users who marked the review as helpful
recordTypestringAlways workspace_review
scrapedAtstringISO-8601 UTC timestamp of when this record was scraped

Input options

FieldTypeRequiredDefaultDescription
appIdstringYesNumeric App ID from the Marketplace URL
maxItemsintegerNo50Max reviews to return (1–500)
sinceDatestringNoOnly return reviews on or after this date (YYYY-MM-DD)
minRatingintegerNoMinimum star rating (1–5). Leave blank for all
sortByselectNoNewestSort order: Newest, MostRelevant, HighestRated, LowestRated

How to find the App ID

The App ID is the numeric part at the end of a Google Workspace Marketplace URL:

https://workspace.google.com/marketplace/app/mailmeteor_mail_merge_for_gmail/1008170693301
This is the App ID

Example output record

{
"reviewId": "06060438314121439815",
"appId": "1008170693301",
"appName": "Mailmeteor - Mail merge for Gmail",
"appUrl": "https://workspace.google.com/marketplace/app/mailmeteor_mail_merge_for_gmail/1008170693301",
"reviewerName": "Alice Reviewer",
"rating": 5,
"reviewText": "Excellent tool for sending personalized emails at scale. Works perfectly with Gmail.",
"reviewDate": "2026-04-19",
"helpfulCount": 12,
"recordType": "workspace_review",
"scrapedAt": "2026-05-20T10:00:00+00:00"
}

Use cases

  • Reputation monitoring — run daily on your own app to catch new negative reviews quickly.
  • Competitor analysis — track what users say about competing apps over time.
  • Sentiment trending — collect reviews with sinceDate set to last month and analyze sentiment shifts.
  • Review alerting — use minRating: 1 with sortBy: Newest to catch only critical 1-star reviews.
  • Product research — harvest user pain points from competitor reviews to inform your roadmap.

FAQ

How do I find the App ID for any Workspace Marketplace app? Navigate to the app listing and copy the numeric ID from the URL. Example: for the URL ...app/mailmeteor_mail_merge_for_gmail/1008170693301, the App ID is 1008170693301.

Does it require a Google account or API key? No. The scraper uses the public marketplace website and requires no authentication or credentials.

How many reviews can I collect? Up to 500 per run. Most popular apps have thousands of reviews.

What is sinceDate used for? Set sinceDate to 2025-01-01 to only collect reviews posted on or after January 1, 2025. Combine with sortBy: Newest to collect only recent reviews for incremental tracking.

What does helpfulCount represent? The number of other users who clicked "Helpful" on that review. Reviews with 0 helpful votes will not have this field.

Why are some reviews missing reviewText? A small number of reviews consist only of a star rating with no written text. The reviewText field is omitted for those.

What sort orders are available?

  • Newest — most recent reviews first (best for daily monitoring)
  • MostRelevant — Google's relevance ranking
  • HighestRated — 5-star reviews first
  • LowestRated — 1-star reviews first (useful for finding complaints)