Discord Member Scraper avatar
Discord Member Scraper

Pricing

$14.00/month + usage

Go to Apify Store
Discord Member Scraper

Discord Member Scraper

Developed by

Harvest Edge

Harvest Edge

Maintained by Community

Easily scrape Discord server members with the Discord Member Scraper, designed for developers and data analysts. Extract detailed member profiles from a specified Discord guild (server), including usernames, IDs, nicknames, join dates, roles, avatars, and more.

0.0 (0)

Pricing

$14.00/month + usage

0

1

1

Last modified

2 days ago

🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🚜

🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽🌽

Harvest Edge / Discord Member Scraper
🌱🌱🌱🌱🌱🌱🌱🌱🌱🌱🌱🌱🌱🌱🌱🌱

πŸŒ½πŸŒ½πŸŒ½πŸŒ½πŸ†πŸŒ½πŸŒ½πŸŒ½πŸŒ½πŸšœπŸŒ±πŸŒ±πŸŒ±πŸŒ±πŸŒ±πŸŒ±

Harvest Edge makes business information available to everyone!


🌾 Overview

Easily scrape Discord server members with the Discord Member Scraper, a powerful Apify actor designed for developers and data analysts.
This actor extracts detailed member profiles from a specified Discord guild (server), including usernames, IDs, nicknames, join dates, roles, avatars, and more.
Ideal for data analytics, community insights, or moderation tools.

⚠️ Important: This actor uses the Discord API and requires a valid Discord account token.
Ensure that your usage complies with Discord’s Terms of Service.


πŸ”‘ How to Get Your Token

  1. Open Discord in your browser and log into your account.
    Navigate to: https://discord.com/channels/@me
  2. Press F12 to open Developer Tools.
  3. Go to the Network tab.
  4. Refresh the page if needed, and find a request to @me (you can filter for Fetch/XHR requests).
  5. Click it and scroll to Request Headers.
  6. Locate the field named Authorization β€” the value is your Discord token.
  7. Copy it carefully and keep it private.

🌻 Features

  • Fetches all available members from a specified Discord guild.
  • Extracts detailed profile information including:
    • Username, discriminator, nickname, roles, join date, premium info, and more.
  • Outputs structured member data to an Apify dataset.
  • Includes logging and rate limit protection.
  • Built for smooth integration with other Harvest Edge data tools.

βš™οΈ Performance

MetricApproximate Value
Execution Time~1–3 minutes for medium-sized servers (depends on member count)
Rate Limit Safety0.1-second delay per user to reduce Discord API strain
Resource UsageOptimized for low compute unit consumption

🧩 Input

The Actor accepts the following input parameters via the Apify platform:

KeyTypeDescriptionDefaultRequired
guild_idStringThe ID of the Discord guild (server) to scrape members from.-βœ… Yes
tokenStringYour Discord user or bot token for authentication. Ensure compliance with Discord’s Terms of Service.-βœ… Yes

πŸ’‘ You can find your guild ID by enabling Developer Mode in Discord β†’ right-click the server name β†’ β€œCopy ID”.


πŸ“€ Output

The Actor outputs a dataset in JSON format with the following fields for each member:

FieldDescription
user_idUnique Discord user ID.
usernameThe user’s username.
discriminatorThe user’s 4-digit discriminator tag.
global_nameThe global display name, if set.
avatar_urlURL to the user’s avatar.
nicknameServer-specific nickname, if any.
joined_atThe timestamp of when the member joined the guild.
rolesA semicolon-separated list of the member’s roles.
premium_sinceTimestamp of Nitro boosting (if applicable).
premium_guild_sinceTimestamp of guild-specific premium status (if any).
accent_colorUser’s profile accent color.
banner_urlURL to the user’s banner image (if available).
bioUser’s profile bio (if available).
public_flagsInteger flags representing public user badges.
badgesA semicolon-separated list of user badges.

🧾 Example Output

{
"user_id": "123456789012345678",
"username": "example_user",
"discriminator": "0420",
"global_name": "Example",
"avatar_url": "https://cdn.discordapp.com/avatars/123456789012345678/abcdef1234567890.png",
"nickname": "ExUser",
"joined_at": "2025-10-08T14:30:00",
"roles": "Moderator (987654321098765432); Member (876543210987654321)",
"premium_since": null,
"premium_guild_since": null,
"accent_color": "#FF8800",
"banner_url": "",
"bio": "Just here to help.",
"public_flags": "0",
"badges": ""
}