Discord Member Scraper
Pricing
$14.00/month + usage
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
Actor stats
0
Bookmarked
7
Total users
2
Monthly active users
23 days ago
Last modified
Categories
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
- Open Discord in your browser and log into your account.
Navigate to: https://discord.com/channels/@me - Press F12 to open Developer Tools.
- Go to the Network tab.
- Refresh the page if needed, and find a request to @me (you can filter for Fetch/XHR requests).
- Click it and scroll to Request Headers.
- Locate the field named Authorization โ the value is your Discord token.
- 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
| Metric | Approximate Value |
|---|---|
| Execution Time | ~1โ3 minutes for medium-sized servers (depends on member count) |
| Rate Limit Safety | 0.1-second delay per user to reduce Discord API strain |
| Resource Usage | Optimized for low compute unit consumption |
๐งฉ Input
The Actor accepts the following input parameters via the Apify platform:
| Key | Type | Description | Default | Required |
|---|---|---|---|---|
guild_id | String | The ID of the Discord guild (server) to scrape members from. | - | โ Yes |
token | String | Your 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:
| Field | Description |
|---|---|
user_id | Unique Discord user ID. |
username | The userโs username. |
discriminator | The userโs 4-digit discriminator tag. |
global_name | The global display name, if set. |
avatar_url | URL to the userโs avatar. |
nickname | Server-specific nickname, if any. |
joined_at | The timestamp of when the member joined the guild. |
roles | A semicolon-separated list of the memberโs roles. |
premium_since | Timestamp of Nitro boosting (if applicable). |
premium_guild_since | Timestamp of guild-specific premium status (if any). |
accent_color | Userโs profile accent color. |
banner_url | URL to the userโs banner image (if available). |
bio | Userโs profile bio (if available). |
public_flags | Integer flags representing public user badges. |
badges | A 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": ""}