X(Twitter) Community Members Scraper
Pricing
from $4.99 / 1,000 results
X(Twitter) Community Members Scraper
Export who belongs to an X Community—handles, roles, avatars, and follow hints in structured rows.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
PowerAI
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
X Community Members Scraper
See who is in an X (Twitter) Community—members (and moderators when shown) with display names, handles, avatars, and role labels. Each row is one person, ready for moderation reviews, onboarding, or research.
Who it’s for
- Community managers checking membership at a glance.
- Moderators who need a list to compare against internal rules.
- Researchers & analysts studying participation in a named space.
What you can do with it
- Pull many members in one run until you reach the limit you set or there are no more to load.
- Know which community each row belongs to via
communityId(the id you entered), plus a timestamp on every row.
How it works (in plain terms)
You enter the Community’s numeric id (the same id you see in the Community’s URL or settings-style flows). The tool loads members in successive batches until your maximum is reached or the member list ends. You do not need to manage paging yourself.
Input
| Field | Required | What it means |
|---|---|---|
Community ID (communityId) | Yes | Which Community’s member list to export. |
Maximum results (maxResults) | No | Upper limit on how many member rows to save (default 100). |
Output
- One row per member (until your cap).
- Identity:
__typename(User), internalid, numericrest_id, andcommunity_role(e.g. Member or other roles when shown). - Profile:
core.name,core.screen_name,avatar.image_url, plus empty label placeholders such asaffiliates_highlighted_label/identity_profile_labels_highlighted_labelwhen present. - Trust & badges:
is_blue_verified,verification.verified, and Super Follow flags when returned. - Relationship to you (viewer context):
relationship_perspectives(blocking, following, followed_by),privacy.protected, andlegacysnippets such asfollow_request_sent. - Export metadata:
communityIdrepeats the Community you asked for;scrapedAtis when that row was saved.
Some accounts may include more or fewer nested fields than the example.
Sample output (one dataset row)
{"__typename": "User","affiliates_highlighted_label": {},"avatar": {"image_url": "https://pbs.twimg.com/profile_images/1601458071821131776/UNHauEIt_normal.jpg"},"community_role": "Member","core": {"name": "ManXMachineAI","screen_name": "manxmachineai"},"id": "VXNlcjoxNjAxMzAyNjYyNzMyOTI2OTc2","identity_profile_labels_highlighted_label": {},"is_blue_verified": false,"legacy": {"follow_request_sent": false},"privacy": {"protected": false},"relationship_perspectives": {"blocking": false,"followed_by": false,"following": false},"rest_id": "1601302662732926976","super_follow_eligible": false,"super_followed_by": false,"super_following": false,"verification": {"verified": false},"communityId": "1601841656147345410","scrapedAt": "2026-03-25T09:05:52.060Z"}
Good to know
- The Community id must be correct; private or restricted spaces may return few or no rows.
- Respect X’s rules and applicable laws when using exported data.