# Scrape Google Workspace Business Tools

**Use case:** 

Collect listings from the Google Workspace Marketplace Business Tools category with install and review metadata.

## Input

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

## Output

```json
{
  "name": {
    "label": "App name",
    "format": "text"
  },
  "marketplaceUrl": {
    "label": "Marketplace URL",
    "format": "link"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Reviews",
    "format": "number"
  },
  "installsText": {
    "label": "Installs",
    "format": "text"
  },
  "installs": {
    "label": "Install count",
    "format": "number"
  },
  "categoryNames": {
    "label": "Categories",
    "format": "array"
  },
  "shortDescription": {
    "label": "Short description",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "developerWebsite": {
    "label": "Developer website",
    "format": "link"
  },
  "privacyPolicyUrl": {
    "label": "Privacy policy",
    "format": "link"
  },
  "supportUrl": {
    "label": "Support URL",
    "format": "link"
  },
  "lastUpdated": {
    "label": "Last updated",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Workspace Marketplace Scraper](https://apify.com/automation-lab/google-workspace-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/google-workspace-marketplace-scraper) to learn more, explore other use cases, and run it yourself.