# Cryptocurrency WhatsApp Group Links

**Use case:** 

Access fresh WhatsApp group invites specifically related to crypto topics. Find and join discussions about the latest in cryptocurrency.

## Input

```json
{
  "keywords": [
    "crypto"
  ],
  "country": "US",
  "maxGroups": 100
}
```

## Output

```json
{
  "name": {
    "label": "Group name",
    "format": "string"
  },
  "invite_url": {
    "label": "Invite URL",
    "format": "string"
  },
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "search_date": {
    "label": "Search date",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "invite_link_type": {
    "label": "Invite link type",
    "format": "string"
  },
  "image_is_default": {
    "label": "Default image",
    "format": "boolean"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [WhatsApp Group Link Search](https://apify.com/lofomachines/whatsapp-group-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lofomachines/whatsapp-group-search) to learn more, explore other use cases, and run it yourself.