Discord Public Server Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Discord Public Server Scraper
Scrape public Discord server listings from Disboard.org (the largest public Discord directory). Extracts server name, description, invite link, member count, and tags.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
An Apify actor that discovers public Discord servers using:
- Discord Discovery Search API — search by keyword (no authentication required)
- Discord Invites API — look up specific servers by invite code
Features
- Search public Discord servers by keyword via the official Discovery API
- Look up specific servers by invite code or invite URL
- Extracts server ID, name, description, member count, online count, categories, keywords, features, icon, and banner
- No Telegram API key or proxy required — uses public Discord endpoints
Input
| Field | Type | Description |
|---|---|---|
query | string | Search keyword (e.g. "gaming", "programming", "music") |
inviteCodes | array | List of Discord invite codes or URLs to look up |
maxItems | integer | Maximum number of servers (max 500) |
Output Fields
| Field | Description |
|---|---|
guildId | Discord server ID |
name | Server display name |
description | Server description |
memberCount | Total member count |
onlineMemberCount | Currently online members |
premiumSubscriptions | Boost/subscription count |
primaryCategory | Primary discovery category |
categories | All discovery categories |
keywords | Discovery keywords |
features | Server feature flags |
vanityCode | Vanity invite code (if set) |
inviteUrl | Discord invite link |
icon | Server icon URL |
banner | Server banner URL |
Example
{"query": "programming","maxItems": 50}
Or with invite codes:
{"inviteCodes": ["minecraft", "python", "https://discord.gg/rust"]}