# Gaming Discord Server

**Use case:** 

Scrape Gaming discord server with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract discord server for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "category": "gaming",
  "sources": [
    "discord.com"
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "server_name": {
    "label": "Server Name",
    "format": "string"
  },
  "member_count": {
    "label": "Member Count",
    "format": "integer"
  },
  "category_tags": {
    "label": "Category Tags",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "invite_url": {
    "label": "Invite Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Discord Server Directory Scraper](https://apify.com/jungle_synthesizer/discord-server-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/discord-server-directory-scraper) to learn more, explore other use cases, and run it yourself.