# WhatsApp group link scraper for business communities

**Use case:** 

Search GroupWhat for public business WhatsApp groups and export invite links, descriptions, categories, countries, languages, and tags.

## Input

```json
{
  "searchQueries": [
    "business"
  ],
  "startUrls": [
    {
      "url": "https://groupwhat.com/category/business"
    }
  ],
  "maxItems": 25,
  "includeImages": true
}
```

## Output

```json
{
  "name": {
    "label": "Group",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "inviteUrl": {
    "label": "WhatsApp invite",
    "format": "link"
  },
  "listingUrl": {
    "label": "GroupWhat listing",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "memberCount": {
    "label": "Members",
    "format": "number"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GroupWhat WhatsApp Groups Scraper](https://apify.com/automation-lab/groupwhat-whatsapp-groups-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/groupwhat-whatsapp-groups-scraper) to learn more, explore other use cases, and run it yourself.