Google Workspace Marketplace Scraper
Pricing
from $3.00 / 1,000 results
Google Workspace Marketplace Scraper
Scrape Google Workspace Marketplace, search apps by keyword, browse by category, or fetch full details for specific app IDs. Extracts app name, developer, rating, reviews, pricing, categories, Works With products, icon, and more.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(7)
Developer
Crawler Bros
Maintained by CommunityActor stats
7
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract data from the Google Workspace Marketplace — no API key, no authentication, no proxy required.
Search for apps by keyword, browse entire categories, or fetch full details for specific app IDs. Every record includes the app's name, developer, star rating, review count, pricing model, supported Google products, categories, last updated date, and icon URL.
What You Can Scrape
| Field | Description | Example |
|---|---|---|
appId | Numeric app identifier | 7081045131 |
name | App display name | Lucidchart |
developer | Publisher / developer name | Lucid Software |
shortDescription | One-line app summary | Collaborate on diagrams... |
description | Full app description | Overview: Lucid offers... |
rating | Average star rating (0–5) | 4.1 |
reviewCount | Total number of ratings | 9892 |
pricingModel | Pricing tier | Free, Freemium, or Paid |
categories | App categories | ["Productivity", "Utilities"] |
worksWith | Google products this app integrates with | ["Google Docs", "Google Drive"] |
lastUpdated | Date of most recent listing update | 2025-02-10 |
appUrl | Direct link to the app's Marketplace listing | https://workspace.google.com/... |
iconUrl | App icon image (hosted by Google) | https://lh3.googleusercontent.com/... |
scrapedAt | ISO timestamp of when the record was scraped | 2026-05-20T10:00:00+00:00 |
Input Options
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
mode | select | Yes | search | search, byCategory, or byAppId |
searchQuery | string | For search | mail merge | Keyword to search for |
category | select | For byCategory | — | Category path to browse |
appIds | array | For byAppId | — | Numeric app IDs to fetch |
maxItems | integer | No | 50 | Maximum records to emit (1–200) |
language | select | No | en | Language for results |
Modes
search — Search the full marketplace by keyword. Returns up to 100 results per search (the marketplace's natural limit), enriched with full detail data.
byCategory — Browse a specific category. Available categories include:
popular-apps,top-rated,featured-partner-apps,recommendedbusiness-tools(and subcategories:accounting-and-finance,sales-and-crm, etc.)productivity(and subcategories:creative-tools,task-management, etc.)education(and subcategories:academic-resources,teacher-and-admin-tools)communication,utilities,enterprise-apps
byAppId — Fetch full details for one or more specific apps by their numeric ID (visible in the Marketplace URL).
Example Output
{"appId": "7081045131","name": "Lucidchart","developer": "Lucid Software","shortDescription": "Collaborate on diagrams, such as flowcharts, wireframes, ERDs, and more.","description": "Overview:\nLucid offers the only visual collaboration suite...","rating": 4.1,"reviewCount": 9892,"pricingModel": "Freemium","categories": ["Productivity"],"worksWith": ["Google Chat", "Google Docs", "Google Sheets", "Google Slides", "Google Drive", "Google Calendar"],"lastUpdated": "2025-02-10","appUrl": "https://workspace.google.com/marketplace/app/lucidchart/7081045131","iconUrl": "https://lh3.googleusercontent.com/fUX8mArmtyBwpBRudZv3bRAUi3gosJABYbM9l-6aBiAbMGOKyvXZ1g","recordType": "workspace_app","scrapedAt": "2026-05-20T10:00:00.000000+00:00"}
FAQ
Does this require a Google account or API key? No. Google Workspace Marketplace is publicly accessible. This scraper works without any authentication, cookies, or proxy.
How many apps can I scrape per run?
Search and category pages return up to 100 apps. Use maxItems to control how many are emitted. The byAppId mode has no practical limit.
What does "Freemium" mean in the pricing field?
Apps labeled "Free of charge with paid features" or "Free of charge trial" are classified as Freemium. Apps available at no cost at all are Free. Apps requiring payment to use are Paid.
What is the worksWith field?
This lists which Google products the app integrates with — for example: Google Drive, Gmail, Google Sheets, Google Slides, Google Docs, Google Calendar, Google Forms, Google Chat. These come directly from the official listing.
What is the categories field?
The official Marketplace categories the app belongs to — e.g. Productivity, Education, Communication, Utilities, Business tools.
Can I get reviews for each app? Reviews are scraped by a companion actor: Google Workspace Marketplace Reviews Scraper.
Why might some fields be absent on some records? The actor follows an omit-empty policy: if a field has no value for a given app (e.g. no reviews yet, unlisted pricing), it is omitted from the record rather than set to null.
Are icon URLs publicly accessible?
Yes. Icon URLs are hosted at lh3.googleusercontent.com and are publicly accessible without authentication.