X(Twitter) Community Members Scraper avatar

X(Twitter) Community Members Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
X(Twitter) Community Members Scraper

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

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldRequiredWhat it means
Community ID (communityId)YesWhich Community’s member list to export.
Maximum results (maxResults)NoUpper limit on how many member rows to save (default 100).

Output

  • One row per member (until your cap).
  • Identity: __typename (User), internal id, numeric rest_id, and community_role (e.g. Member or other roles when shown).
  • Profile: core.name, core.screen_name, avatar.image_url, plus empty label placeholders such as affiliates_highlighted_label / identity_profile_labels_highlighted_label when 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, and legacy snippets such as follow_request_sent.
  • Export metadata: communityId repeats the Community you asked for; scrapedAt is 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.