Google Workspace Marketplace Scraper avatar

Google Workspace Marketplace Scraper

Pricing

from $0.03 / 1,000 app listing saveds

Go to Apify Store
Google Workspace Marketplace Scraper

Google Workspace Marketplace Scraper

Extract Google Workspace Marketplace app listings with ratings, installs, developers, categories, descriptions, screenshots, and links.

Pricing

from $0.03 / 1,000 app listing saveds

Rating

0.0

(0)

Developer

Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract public Google Workspace Marketplace app listings for SaaS sales, partnerships, app-store SEO, competitive research, and market intelligence workflows.

What does Google Workspace Marketplace Scraper do?

Google Workspace Marketplace Scraper collects public app listing data from https://workspace.google.com/marketplace. It can scrape the marketplace home page, category pages, search results, and direct marketplace URLs.

The actor saves structured app records including names, descriptions, developers, ratings, review counts, install counts, categories, screenshots, support links, privacy links, and marketplace URLs.

Who is it for?

  • 🧭 SaaS sales teams building lead lists of Workspace add-on vendors.
  • 🤝 Partnership teams finding integration partners in CRM, productivity, education, and collaboration categories.
  • 📈 App-store SEO teams monitoring titles, descriptions, ratings, and install signals.
  • 🕵️ Competitive intelligence analysts tracking competitors across Google Workspace Marketplace categories.
  • 💼 Investors and market researchers mapping software segments around Google Workspace users.

Why use this actor?

Manual marketplace research is slow. Category pages contain many apps, and search pages are useful for niche discovery. This actor turns those pages into a clean dataset that can be exported, filtered, enriched, and scheduled.

Data you can extract

FieldDescription
appIdGoogle Marketplace app identifier
nameApp listing name
shortDescriptionShort listing summary
longDescriptionFull listing description when enabled
marketplaceUrlPublic Marketplace app URL
developerNameDeveloper or vendor name
developerWebsiteVendor website
developerContactPublic contact/address field when shown
ratingAverageAverage star rating
ratingCountReview/rating count
installsTextMarketplace install label such as 1M+
installsNumeric install count from the public payload
categoryNamesMarketplace categories
privacyPolicyUrlPrivacy policy URL
supportUrlSupport URL
screenshotUrlsScreenshot image URLs

How much does it cost to scrape Google Workspace Marketplace?

This actor uses pay-per-event pricing. A $0.005 start event is charged once per run, and each saved app listing is charged at the formula-derived benchmark price of about $0.000027 per app listing. You can keep costs low by using maxItems during testing and then raising it for production runs.

Quick start

  1. Open the actor on Apify.
  2. Add one or more Marketplace category URLs, search terms, or category slugs.
  3. Set maxItems to the number of app listings you need.
  4. Run the actor.
  5. Export the dataset as JSON, CSV, Excel, or connect it to your workflow.

Input options

Start URLs

Use startUrls for direct pages such as:

  • https://workspace.google.com/marketplace
  • https://workspace.google.com/marketplace/category/business-tools
  • https://workspace.google.com/marketplace/category/productivity
  • https://workspace.google.com/marketplace/search/CRM

Search terms

Use searchTerms to generate Marketplace search pages automatically. Examples:

  • CRM
  • project management
  • calendar booking
  • AI assistant

Category slugs

Use categorySlugs when you know the Marketplace category path. Examples:

  • business-tools
  • productivity
  • communication
  • education
  • utilities

Maximum apps

maxItems limits saved app records across all inputs. Use a small value such as 25 for tests and a larger value for production collection.

Long descriptions

includeLongDescription saves full app descriptions. Disable it if you only need compact rows.

Example input

{
"startUrls": [
{ "url": "https://workspace.google.com/marketplace/category/business-tools" }
],
"searchTerms": ["CRM"],
"categorySlugs": ["productivity"],
"maxItems": 50,
"includeLongDescription": true
}

Example output

{
"appId": "331162826608",
"name": "Atlassian",
"shortDescription": "Integrate Jira and Confluence with Google Workspace™ to quickly create, track, and update work.",
"marketplaceUrl": "https://workspace.google.com/marketplace/app/atlassian/331162826608",
"developerName": "Atlassian",
"ratingAverage": 3.58,
"ratingCount": 71,
"installsText": "1M+",
"installs": 1798514,
"categoryNames": ["Productivity"],
"privacyPolicyUrl": "https://www.atlassian.com/legal/privacy-policy",
"sourceUrl": "https://workspace.google.com/marketplace/category/productivity",
"scrapedAt": "2026-05-28T00:00:00.000Z"
}

Tips for best results

  • 🎯 Use category pages for broad market maps.
  • 🔎 Use search terms for niche discovery.
  • 📉 Keep maxItems low when testing a new query.
  • 🧹 Deduplicate by appId when combining multiple scheduled runs.
  • 📊 Track ratings and installs over time by scheduling repeat runs.

Common use cases

  • Build a list of Google Workspace add-on vendors.
  • Monitor category leaders and install-count changes.
  • Compare Marketplace descriptions for SEO research.
  • Find integration partners for a SaaS product.
  • Discover competitors in a specific Workspace workflow.
  • Feed app records into a CRM or enrichment pipeline.

Integrations

You can connect the dataset to:

  • Google Sheets for research dashboards.
  • Airtable for partnership pipelines.
  • HubSpot or Salesforce after exporting leads.
  • BI tools for market maps and category reports.
  • Webhooks for scheduled monitoring.

API usage

Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/google-workspace-marketplace-scraper').call({
categorySlugs: ['productivity'],
maxItems: 50,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 3));

Python

from apify_client import ApifyClient
import os
client = ApifyClient(os.environ['APIFY_TOKEN'])
run = client.actor('automation-lab/google-workspace-marketplace-scraper').call(run_input={
'searchTerms': ['CRM'],
'maxItems': 50,
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items[:3])

cURL

curl -X POST "https://api.apify.com/v2/acts/automation-lab~google-workspace-marketplace-scraper/runs?token=$APIFY_TOKEN" \
-H 'Content-Type: application/json' \
-d '{"categorySlugs":["business-tools"],"maxItems":50}'

MCP usage

Use this actor from Claude Desktop, Claude Code, or other MCP-compatible tools with the Apify MCP server.

Claude Code CLI setup:

claude mcp add apify-google-workspace-marketplace \
https://mcp.apify.com/?tools=automation-lab/google-workspace-marketplace-scraper

Claude Desktop JSON configuration:

{
"mcpServers": {
"apify-google-workspace-marketplace": {
"url": "https://mcp.apify.com/?tools=automation-lab/google-workspace-marketplace-scraper"
}
}
}

Example prompts:

  • "Scrape the Google Workspace Marketplace productivity category and summarize the top-rated apps."
  • "Find CRM-related Workspace add-ons with more than 100,000 installs."
  • "Compare descriptions of Google Workspace project management apps."

Scheduling

Schedule daily, weekly, or monthly runs to monitor category changes, rating changes, and new entrants. Store each run's dataset or export results to a warehouse for historical analysis.

Data quality notes

The actor reads public Marketplace payloads returned by Google. Some fields may be missing when the Marketplace listing does not expose them. Install counts can be both text labels and numeric values, depending on what Google provides.

Limitations

  • The MVP focuses on public app listings, not reviews.
  • It does not log in or collect private Workspace data.
  • Marketplace pagination can change; the actor extracts listings visible in the returned public page payload.
  • Category names are mapped from public menu metadata when available.

Legality and ethical use

This actor collects publicly available marketplace listing data. Always follow Apify terms, Google terms, and applicable laws. Do not use the output for spam or abusive outreach.

Troubleshooting

Why did I get fewer apps than requested?

The selected page may expose fewer public listings than your maxItems value, or duplicate apps may appear across multiple input sources and be saved only once.

Why are some category names empty?

The actor always saves numeric category IDs. Human-readable category names depend on category menu metadata being present in the fetched page.

Can I scrape reviews?

This actor is optimized for listings. Reviews are a separate entity type and should be handled by a dedicated review scraper or a future named dataset.

Explore related actors from automation-lab:

FAQ

Does this require a Google account?

No. The actor uses public Marketplace pages and does not require login.

Does it use a browser?

No. It is HTTP-only, which keeps runs lightweight and cost efficient.

Can I scrape multiple categories in one run?

Yes. Add multiple categorySlugs or category URLs and set maxItems high enough.

Can I export to CSV?

Yes. Apify datasets can be exported as CSV, JSON, Excel, XML, RSS, or HTML.

Can I run it from an API?

Yes. Use the Apify API examples above with automation-lab/google-workspace-marketplace-scraper.