# Discord Message — Full Export

**Use case:** 

Scrape the full discord message dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract discord message for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "action": "Scrape Messages",
  "limit": 50,
  "cursorType": "after",
  "maxThreadsPerForum": 25
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "string"
  },
  "channel_id": {
    "label": "Channel Id",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  }
}
```

## About this Actor

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