v1
latestOpenAPI 3.0.32026-07-213841124.9 KBCommunity Members
Returns basic public profile data for users who are members of a specific Twitter/X Community. You provide the community link or community ID, and the endpoint returns profile information for each member, such as display name, bio, follower and following counts, total posts, profile images, account creation date, and simple status flags like verification and DM availability. If more members are available, a next_cursor is returned to load the next page.
Use cases:
Analytics tools tracking who joins a community and how the member base changes over time; marketing teams finding relevant users inside a niche community for outreach; community managers exporting member lists for reporting and segmentation; CRM systems importing community members as leads and enriching their profiles; research tools collecting structured profiles from specific communities for analysis.
Request body
Example request
{
"community_link": "1966045657589813686",
"next_cursor": "123"
}Response
OK