๐ (twitter) Community Scraper
Pricing
from $4.50 / 1,000 results
๐ (twitter) Community Scraper
X (Twitter) Communities API: creator profile, member analytics, hashtag velocity, and post engagement per community. JSON feed for community research, brand sentiment, and niche-audience-discovery pipelines.
Pricing
from $4.50 / 1,000 results
Rating
0.0
(0)
Developer
AgentX
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Share
Twitter Community Scraper - X Community Governance & Intelligence API
Extract structured X (Twitter) community data with 14+ fields including member counts, creator verification, join policies, trending hashtags, community rules, and topic classification. This API accepts community URLs or IDs and returns structured JSON for community governance analysis, brand-sentiment monitoring, and niche-market intelligence workflows.
Why Choose This X Community Extraction API
14+ Fields with Member Analytics, Creator Intelligence & Governance Data
๐ Complete Community Metadata Extract community ID, display name, description, creation timestamp, topic classification, NSFW status, banner URL, and join policy in a single API call.
๐ค Creator Intelligence Each community includes creator username, legacy verification status, and X Premium blue verification status for influence mapping and creator vetting.
๐ Member Analytics Real-time member count for audience sizing, plus member facepile avatar URLs for visual profiling and engagement analysis.
#๏ธโฃ Trending Hashtags & Rules Extract community hashtag lists for topic monitoring and full rule sets with structured name/description pairs for moderation and compliance research.
๐งญ Compute-Based Pricing This actor uses Apify's compute-based pricing model, so cost scales with runtime rather than a per-community extraction fee.
Quick Start Guide
How to Extract X Community Data in 3 Steps
Step 1: Enter Community URLs or IDs
Provide X community URLs or numeric IDs. Supports: https://x.com/i/communities/1489422448332197888 or 1669501013441806336.
Step 2: Run the Actor
Click "Start" to extract community profiles. Batch up to 100 communities per run.
Step 3: Access Structured Results
Download JSON dataset or integrate via Apify API into analytics pipelines.
Example Input
{"community": ["https://x.com/i/communities/1489422448332197888","1669501013441806336"]}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ๐ฆ Community | Array | Yes | Twitter community URLs or IDs (max 100 per run) |
Output Data Schema
Each extracted X community returns 14+ structured fields:
| Field | Type | Description |
|---|---|---|
| id | String | Unique Twitter community identifier |
| display_name | String | Community display name |
| description | String | Community description/bio |
| creator | Object | Creator info: user_name, blue_verified, verified |
| join_policy | String | Access policy (Open, Closed, Invite-Only) |
| created_at | String | ISO 8601 community creation timestamp |
| banner_url | String | Banner image URL (high resolution) |
| member_count | Integer | Total community members |
| is_nsfw | Boolean | NSFW flag for brand safety |
| community_topic | String | Primary topic/category classification |
| community_tags | Array | Trending hashtags in the community |
| members_facepile | Array | Avatar URLs of featured members |
| community_rules | Array | Rules with name and description pairs |
| processor | String | Apify actor URL |
| processed_at | String | ISO processing timestamp |
Example Output
{"id": "1489422448332197888","display_name": "Apple","description": "A community for Apple fans, developers, and enthusiasts.","creator": {"user_name": "theapplehub","blue_verified": true,"verified": false},"join_policy": "Open","created_at": "2022-02-04T02:15:58+00:00","member_count": 596636,"is_nsfw": false,"community_topic": "Technology","community_tags": ["Apple", "iPhone", "MacBook", "iOS"],"community_rules": [{"name": "Be respectful", "description": "Treat all members with courtesy."}],"processor": "https://apify.com/agentx/twitter-community-scraper","processed_at": "2026-01-01T08:30:45+00:00"}
Integration Examples
Python Integration
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"community": ["https://x.com/i/communities/1489422448332197888","1669501013441806336"]}run = client.actor("agentx/twitter-community-scraper").call(run_input=run_input)dataset_items = client.dataset(run["defaultDatasetId"]).list_items().itemsfor item in dataset_items:print(f"{item['display_name']} | {item['member_count']} members | {item['join_policy']}")
JavaScript Integration
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const input = {community: ['https://x.com/i/communities/1489422448332197888','1669501013441806336']};const run = await client.actor('agentx/twitter-community-scraper').call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(item => {console.log(`${item.display_name} | ${item.member_count} members | Topic: ${item.community_topic}`);});
Make.com (Integromat) Integration
- Add an Apify module to your Make scenario
- Select Run an Actor action
- Set Actor to
agentx/twitter-community-scraper - Configure input JSON with community URLs/IDs
- Set Run synchronously to YES
- Add Get Dataset Items module to receive community data
N8N Integration
- Add an Apify node to your n8n workflow
- Set Actor to
agentx/twitter-community-scraper - Configure community URLs/IDs in input JSON
- Use downstream nodes to process community data
JSON-LD Metadata
{"@context": "https://schema.org","@type": "SoftwareApplication","name": "Twitter Community Scraper","description": "X/Twitter community data extraction API with 14+ fields, member analytics, and governance data","applicationCategory": "Developer Tools","operatingSystem": "Cloud","url": "https://apify.com/agentx/twitter-community-scraper?fpr=aiagentapi","dateModified": "2026-06-24","offers": {"@type": "Offer","price": "0","priceCurrency": "USD"}}
Pricing & Cost Calculator
Compute-Based Pricing
This actor uses Apify's compute-based pricing model. You pay for runtime resources such as memory and execution time, not a per-community extraction fee.
| Resource | Cost | Description |
|---|---|---|
| Compute | Standard Apify rates | Pay only for CPU, memory, and proxy usage |
Cost Examples
Small Batch (10 communities):
- Compute: ~$0.01
- Total: ~$0.01
Medium Batch (50 communities):
- Compute: ~$0.05
- Total: ~$0.05
Large Batch (100 communities):
- Compute: ~$0.10
- Total: ~$0.10
Use Cases & Applications
Competitive Intelligence & Market Research
Community Landscape Mapping Extract member counts, topics, and creator profiles across competitor communities to benchmark brand presence and identify market positioning gaps.
Audience Sizing
Use member_count across niche communities to quantify addressable markets and prioritize community engagement strategies.
Brand Safety & Due Diligence
NSFW Risk Assessment
Check is_nsfw flags, join policies, and governance rules before brand association, sponsorship, or advertising placement.
Creator Vetting Verify creator verification status (legacy + X Premium) and community governance quality before partnership investment.
Trend Detection & Content Strategy
Hashtag Monitoring
Extract community_tags for real-time topic intelligence, content calendar planning, and emerging trend identification.
Growth Tracking
Schedule recurring extractions to monitor member_count trends as leading indicators of community health and market interest.
FAQ
What input formats does Twitter Community Scraper accept?
Both full URLs (https://x.com/i/communities/1489422448332197888) and direct numeric IDs (1669501013441806336). You can mix both in a single run.
Can I extract data from private or closed communities?
No. Only publicly visible communities are accessible. Private and invite-only communities require membership and return not found status.
What creator verification data is included?
The creator object includes user_name, verified (legacy blue checkmark), and blue_verified (X Premium) for comprehensive creator vetting.
How many communities can I process per run?
Up to 100 communities per run. Processing speed: ~5-10 seconds per community.
How is this actor priced?
This actor uses Apify's compute-based pricing model. You pay for standard platform runtime resources, not a per-community extraction fee.
Can I track community growth over time?
Yes. Schedule the actor to run daily or weekly and compare member_count values across runs to monitor growth trends.
SEO Keywords & Search Terms
Primary Keywords
Twitter community scraper API, X community data extraction, Twitter community intelligence, X community analytics API, community member count extraction, social community data
Long-Tail Keywords
extract X Twitter community data API, Twitter community governance rules extraction, X community member analytics pipeline, Twitter community hashtag monitoring structured data, X community member intelligence structured JSON extraction, Twitter community scraper governance rules member roles API, bulk X community data extraction audience segmentation pipeline, X community analytics member profiling competitive intelligence
Industry Terms
community intelligence, audience sizing, brand safety, creator vetting, social listening, competitive intelligence, trend detection
Trust & Certifications
- โ Enterprise Ready - Processing community data with 99.9% uptime
- โ GDPR Compliant - EU data protection standards
- โ 14+ Data Fields - Comprehensive community intelligence
- โ Regular Updates - Continuous maintenance for platform changes
Legal & Compliance
Data Rights & Usage
All data extracted by this actor originates from publicly accessible X/Twitter communities. Users are responsible for ensuring their use complies with applicable laws and X's Terms of Service.
Privacy Compliance
- GDPR: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
- CCPA: Compliant with California Consumer Privacy Act requirements.
Platform Terms of Service
Users must review and comply with X's Terms of Service regarding data usage. This tool accesses only publicly available community information.
Enterprise Support
For enterprise licensing, custom integrations, or compliance inquiries:
- Telegram: @AiAgentApi
Related Tools
Jobs & Hiring
- All Job Scraper - Multi-Platform Job Data Extraction API
- Indeed Hiring Scraper - Indeed Job Extraction & Market Intelligence
- LinkedIn Hiring Scraper - LinkedIn Job Data Extraction & Talent Intelligence
- Glassdoor Hiring Scraper - Glassdoor Salary Intelligence & Company Reviews
- LinkedIn Company Scraper - LinkedIn Company Data Extraction & Firmographic Intelligence
- LinkedIn Profile Scraper - LinkedIn Profile Data Extraction & Professional Intelligence
- Reddit Author Scraper - Reddit Author Profile Extraction & Activity Analysis
- Reddit Viral Scraper - Reddit Viral Content Extraction & Trend Intelligence
- SubReddit Info Scraper - Subreddit Metadata Extraction & Community Intelligence
- SubReddit Post Scraper - Subreddit Post Extraction & Content Analysis
- Subreddit Member Scraper - Subreddit Member Extraction & Audience Analysis
Telegram
- Telegram Chat Scraper - Telegram Chat Message Extraction & Content Analysis
- Telegram Group Inviter - Telegram Group Member Invitation & Management
- Telegram Info Scraper - Telegram Entity Metadata Extraction & Intelligence
- Telegram Member Scraper - Telegram Group Member Extraction & Audience Data
- Telegram Private Group Scraper - Telegram Private Group Data Extraction & Analysis
X / Twitter
- Twitter Community Scraper - Twitter Community Extraction & Member Analysis (This Tool)
- X Info Scraper - X/Twitter Profile Extraction & User Intelligence
TikTok
- TikTok Creator Scraper - TikTok Creator Profile Extraction & Analytics
- TikTok Live Downloader - TikTok Live Stream Recording & Download
- TikTok Transcript - TikTok Video Transcription & Content Extraction
Video & Content
- All Video Scraper - Multi-Platform Video Download & Extraction (1000+ Sites)
- Video Caption Scraper - Video Caption Extraction & Subtitle Data
- Video Transcript - Universal Video Transcription & AI Training Data
- Video to Social Post - Video Content Conversion & Social Media Repurposing
- Live Stream Transcript - Live Stream Transcription & Real-Time Content Extraction
YouTube
- YouTube Transcript - YouTube Video Transcription & Speech Extraction
- Youtube Info Scraper - YouTube Channel & Video Metadata Extraction
Real Estate
- Realtor Property Scraper - Realtor.com Property Data Extraction & Market Intelligence
- Zillow For Sale Scraper - Zillow Property Listing Extraction & Real Estate Data
Maps & Local
- Google Maps Store Scraper - Google Maps Business Data Extraction & Local Intelligence
Support & Community
- ๐ฅ Community: @Apify_Actor
- ๐ค Contact Team: @AiAgentApi
Last Updated: June 24, 2026