Google Workspace Marketplace Scraper avatar

Google Workspace Marketplace Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Google Workspace Marketplace Scraper

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

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldDescriptionExample
appIdNumeric app identifier7081045131
nameApp display nameLucidchart
developerPublisher / developer nameLucid Software
shortDescriptionOne-line app summaryCollaborate on diagrams...
descriptionFull app descriptionOverview: Lucid offers...
ratingAverage star rating (0–5)4.1
reviewCountTotal number of ratings9892
pricingModelPricing tierFree, Freemium, or Paid
categoriesApp categories["Productivity", "Utilities"]
worksWithGoogle products this app integrates with["Google Docs", "Google Drive"]
lastUpdatedDate of most recent listing update2025-02-10
appUrlDirect link to the app's Marketplace listinghttps://workspace.google.com/...
iconUrlApp icon image (hosted by Google)https://lh3.googleusercontent.com/...
scrapedAtISO timestamp of when the record was scraped2026-05-20T10:00:00+00:00

Input Options

FieldTypeRequiredDefaultDescription
modeselectYessearchsearch, byCategory, or byAppId
searchQuerystringFor searchmail mergeKeyword to search for
categoryselectFor byCategoryCategory path to browse
appIdsarrayFor byAppIdNumeric app IDs to fetch
maxItemsintegerNo50Maximum records to emit (1–200)
languageselectNoenLanguage 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, recommended
  • business-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.