Get full metadata for any Twitter Community — name, description, member count, rules, categories, and administrator information.
Average response time: 75ms
const response = await fetch(
'https://scrapebadger.com/v1/twitter/communities/1234567890',
{ headers: { 'x-api-key': 'YOUR_API_KEY' } }
);
const community = await response.json();
console.log(community.data.name, community.data.member_count);{
"data": {
"id": "1234567890",
"name": "Web Developers",
"description": "A community for web developers to share knowledge",
"member_count": 15000,
"created_at": "2023-06-15T00:00:00Z"
}
}/v1/twitter/communities/{community_id}| Parameter | Type | Required | Description |
|---|---|---|---|
community_id | string | Required | The numeric community ID |
Manage Twitter communities by tracking member activity, top contributors, discussion themes, and community health metrics.
Profile your audience by analyzing follower demographics, interests, activity patterns, and engagement behavior.
Analyze consumer conversations, product feedback, and market trends to inform product development and go-to-market strategies.
Collect large-scale Twitter datasets for computational social science, NLP research, political analysis, and network studies.
Track competitor accounts, engagement rates, and content strategies to benchmark performance and identify opportunities.
Monitor brand mentions, keywords, and conversations across Twitter in real time to understand public sentiment and emerging topics.
Twitter Communities are groups where people with shared interests can discuss specific topics. They function like forums within Twitter.
No. Only public community metadata is accessible through the API.
Community IDs appear in the URL when viewing a community on Twitter (e.g., twitter.com/i/communities/1234567890).
Yes. The response includes community rules, categories, and moderation information when available.
Sign up for free and get 1,000 API credits instantly. No credit card required.