# Discord Public Stickers And Emoji Asset — Full Export

**Use case:** 

Scrape the full discord public stickers and emoji asset dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract discord public stickers and emoji asset for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "sticker_packs",
  "maxItems": 200
}
```

## Output

```json
{
  "asset_type": {
    "label": "Asset Type",
    "format": "string"
  },
  "guild_id": {
    "label": "Guild Id",
    "format": "string"
  },
  "guild_name": {
    "label": "Guild Name",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "animated": {
    "label": "Animated",
    "format": "boolean"
  },
  "sticker_pack_name": {
    "label": "Sticker Pack Name",
    "format": "string"
  },
  "asset_url": {
    "label": "Asset Url",
    "format": "string"
  }
}
```

## About this Actor

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