Discord Member Scraper avatar
Discord Member Scraper

Pricing

$14.00/month + usage

Go to Apify Store
Discord Member Scraper

Discord Member Scraper

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.

Pricing

$14.00/month + usage

Rating

0.0

(0)

Developer

Harvest Edge

Harvest Edge

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

23 days ago

Last modified

Share

๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐Ÿšœ

๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ๐ŸŒฝ

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": ""
}