Google Workspace Marketplace Reviews Scraper avatar

Google Workspace Marketplace Reviews Scraper

Under maintenance

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Google Workspace Marketplace Reviews Scraper

Google Workspace Marketplace Reviews Scraper

Under maintenance

Scrape user reviews for any Google Workspace Marketplace app by App ID. Extracts reviewer name, rating, review text, date, helpful count, and more

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

Scrape user reviews for any app on the Google Workspace Marketplace — no API key, no login, no proxy required.

Provide a numeric App ID and get back reviewer names, star ratings, review text, dates, and helpful counts. Filter by minimum rating and sort by recency or helpfulness.


What You Can Scrape

FieldDescriptionExample
reviewIdUnique review identifier06060438314121439815
appIdNumeric app identifier992310177365
appNameName of the appTimer + AI Proctor Limiter for Forms
appUrlLink to the app's Marketplace listinghttps://workspace.google.com/...
reviewerNameName of the reviewerJohn Doe
ratingStar rating (1–5 integer)5
reviewTextFull review textGreat tool for online exams!
reviewDateDate the review was posted2026-04-21
helpfulCountNumber of helpful votes3
scrapedAtISO timestamp of when the record was scraped2026-05-20T10:00:00+00:00

Input Options

FieldTypeRequiredDefaultDescription
appIdstringYes539341275670Numeric App ID from the Marketplace URL
maxItemsintegerNo100Maximum reviews to collect (1–500)
minRatingintegerNoOnly return reviews at this star rating or above (1–5)
sortByselectNoMostRelevantSort order for reviews

sortBy Options

ValueDescription
MostRelevantGoogle's default ranking
NewestMost recently posted reviews first
HighestRated5-star reviews first
LowestRated1-star reviews first

How to Find the App ID

The App ID is the numeric portion at the end of a Marketplace app URL:

https://workspace.google.com/marketplace/app/autocrat/539341275670
^^^^^^^^^^^^^
This is the App ID

Example Output

{
"reviewId": "06060438314121439815",
"appId": "992310177365",
"appName": "Timer + AI Proctor Limiter for Forms | Quilgo",
"appUrl": "https://workspace.google.com/marketplace/app/timer_+_ai.../992310177365",
"reviewerName": "SUDHANSHU VERMA",
"rating": 5,
"reviewText": "Good",
"reviewDate": "2026-04-21",
"helpfulCount": 1,
"recordType": "workspace_review",
"scrapedAt": "2026-05-20T10:00:00.000000+00:00"
}

FAQ

Does this require a Google account? No. Reviews on the Google Workspace Marketplace are publicly visible without any login.

How many reviews can I collect per run? The Google Workspace Marketplace serves approximately 10 reviews per initial page load. The actor collects these reviews from the embedded page data. Set maxItems to control how many are returned (up to 500, though the actual yield depends on the app).

Can I filter by star rating? Yes. Use minRating to only return reviews at or above a specific star count. For example, minRating: 4 returns only 4-star and 5-star reviews.

What does helpfulCount represent? The number of other users who marked the review as helpful.

Why might reviewText be short (e.g. just "Good")? Many Workspace Marketplace reviewers leave very brief ratings. This is real data — the scraper faithfully captures what's on the page.

What is the sortBy field? Controls the order reviews are returned. Newest gives you the most recent reviews, HighestRated/LowestRated let you target extreme ratings. MostRelevant uses Google's default ranking algorithm.

Can I get app metadata (name, rating, description)? Use the companion actor Google Workspace Marketplace Scraper to get full app details.

Why might some fields be absent? The actor uses an omit-empty policy: fields with no value (e.g. a review with 0 helpful votes) are omitted rather than set to null or zero.