π(twitter) Community Profile
Pricing
from $2.70 / 1,000 results
π(twitter) Community Profile
Look up X (Twitter) Communities β creator name, member count, trending topics, top posts, description, and 13 structured fields. Bulk lookup by community ID. $5 per 1,000.
Pricing
from $2.70 / 1,000 results
Rating
0.0
(0)
Developer
TrueFetch
Actor stats
1
Bookmarked
3
Total users
0
Monthly active users
12 hours ago
Last modified
Categories
Share
Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.
X Community Profile β X Community Scraper: Members, Rules & Topics
Provide a list of X (Twitter) community IDs or URLs and extract full community profiles β with member count, description, join policy, creator, rules, topic, tags, and banner β in clean structured JSON.
TL;DR (40-word answer): X Community Profile is a no-login Apify Actor that looks up X community profiles at $0.005 per community, returning member count, description, creator, join policy, community rules, topic, trending tags, and banner URL for up to 1,000 communities per run. Last verified 2026-05-02.
What it is NOT: X Community Profile is not a community post scraper (use Reddit or X search Actors for posts), not a member list extractor, and not a real-time activity feed β it returns public community profile metadata.
X Community Profile is an Apify Actor that looks up X community profiles by ID or URL, returning member count, description, rules, topic, and creator info. Maintained by TrueFetch on the Apify Store.
π·οΈ Why choose X Community Profile
X Community Profile is best for social media researchers, community managers, and AI agents who need structured X community profile data without X API access.
- π₯ Full community profiles β member count, description, join policy, creator, rules, topic, trending hashtags, and banner URL.
- π¦ Bulk lookup β provide up to 1,000 community IDs or URLs per run.
- β‘ Pay-per-result pricing β $0.005 per community. Free Apify plan includes $5/month credits β 1,000 free community lookups.
π Quick Start β run in 3 steps
Run in Apify Console
- Open the Actor β go to X Community Profile on Apify and click Try for free.
- Configure inputs β provide a list of X community IDs or full community URLs.
- Click Start β the Actor returns full community profile data in the dataset.
Run via Apify API
curl -X POST "https://api.apify.com/v2/acts/TrueFetch~x-community-profile/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"community": ["1234567890123456789", "https://x.com/i/communities/9876543210987654321"]}'
Run via MCP (for AI agents)
X Community Profile is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/x-community-profile and pass the same JSON input as above.
βοΈ Input parameters
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
community | array of strings | β | β | List of X community IDs or full community URLs to look up (1β1,000 items). | ["1234567890", "https://x.com/i/communities/..."] |
{"community": ["1234567890123456789","https://x.com/i/communities/9876543210987654321"]}
π¦ Output dataset
Each run writes one record per community to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
id | string | optional | X community ID. | 1234567890123456789 |
display_name | string | optional | Community display name. | AI Builders |
description | string | optional | Community description. | A community for AI builders and researchers. |
creator | object | optional | Creator info: user_name, blue_verified, verified. | {"user_name": "elonmusk", ...} |
join_policy | string | optional | Community join policy. | Open |
created_at | string | optional | ISO 8601 creation timestamp. | 2023-03-15T12:00:00+00:00 |
banner_url | string | optional | Community banner image URL. | https://pbs.twimg.com/... |
member_count | number | optional | Current member count. | 45200 |
is_nsfw | boolean | optional | Whether the community is NSFW. | false |
community_topic | string | optional | Primary community topic. | Technology |
community_tags | array | optional | Trending hashtags in the community. | ["#AI", "#MachineLearning"] |
members_facepile | array | optional | Profile image URLs of visible members. | ["https://pbs.twimg.com/..."] |
community_rules | array | optional | Community rules: [{"name": "...", "description": "..."}]. | [{"name": "Be respectful", ...}] |
Sample output
{"id": "1234567890123456789","display_name": "AI Builders","description": "A community for AI builders and researchers.","member_count": 45200,"join_policy": "Open","community_topic": "Technology","community_tags": ["#AI", "#MachineLearning"],"creator": { "user_name": "aibuilder", "blue_verified": true }}
π‘ Use cases
For social media researchers mapping X communities in a niche
- Problem: a researcher wants to compare member counts and topics across 50 X communities in the AI space.
- How X Community Profile solves it: provide a list of 50 community IDs and get full profiles in one run.
- Outcome: complete community metadata at $0.25 for 50 communities.
For community managers auditing competitor communities
- Problem: a community manager wants to track member growth and rules changes for competitor communities.
- How X Community Profile solves it: schedule a weekly run with the same community IDs.
- Outcome: automated community tracking at $0.005/community.
For AI agents answering questions about X communities
- Problem: an LLM agent needs structured X community data to answer a user's question.
- How X Community Profile solves it: call the Actor over the Apify MCP Server with community IDs.
- Outcome: real-time community profiles grounded in AI assistants.
π° Pricing, limits, and performance
| Fact | Value |
|---|---|
| Pricing model | Pay-per-result (event: result) |
| Per-community price | $0.005 per community = $5 per 1,000 |
| Max communities per run | 1,000 |
| Min communities per run | 1 |
| Free-tier monthly allowance | $5 Apify credits β ~1,000 free community lookups / month |
| Output fields per community | 13 |
| Login / cookies required | No β works without an X account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API |
βοΈ Compared with alternatives
| Capability | X Community Profile | Manual browsing | X API (paid) |
|---|---|---|---|
| Structured community profiles (member count, rules) | β | β | β (paid tier only) |
| Bulk lookup (up to 1,000 communities) | β | manual | varies |
| Pay-per-result pricing | $0.005/community | N/A | monthly subscription |
| Setup time to first result | < 60 seconds | minutes | API key setup needed |
Verdict. X Community Profile is ideal for social media researchers and AI agents who need structured X community data without an X API subscription.
β οΈ Common mistakes to avoid
- Missing
communityfield. This field is required β provide at least one community ID or URL. - Not a list.
communitymust be an array of strings, not a single string. - More than 1,000 items. Maximum per run is 1,000 communities.
- Invalid community ID. The Actor accepts numeric IDs or full
x.com/i/communities/...URLs.
π οΈ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Missing 'community' field | community key not in input. | Add "community": ["..."] to your input JSON. |
'community' must be a list | community provided as a string. | Wrap the ID in a list: ["1234567890"]. |
'community' cannot be more than 1000 | More than 1,000 IDs provided. | Split into multiple runs of 1,000 IDs each. |
No valid community ids found | All provided IDs/URLs were malformed. | Use numeric IDs or full https://x.com/i/communities/... URLs. |
| Empty result for a community | Community may be private or deleted. | Verify the community exists and is publicly accessible on X. |
β FAQ
What data does X Community Profile return?
Member count, description, join policy, creator info (username, verification), community rules, topic, trending hashtags, and banner URL β one record per community.
How much does X Community Profile cost?
$0.005 per community. The Apify Free plan includes $5/month credits β 1,000 free community lookups.
Does X Community Profile require an X API key?
No β the Actor works without any X API credentials or login.
Can I look up multiple X communities in one run?
Yes β provide a list of community IDs or URLs as input and the Actor processes them all in a single run.
π Integrations
X Community Profile plugs straight into the Apify ecosystem:
- Schedules β run weekly to track community growth and rule changes (docs).
- Webhooks β POST community profile data to your system on
ACTOR.RUN.SUCCEEDED(docs). - Apify API β
run-sync-get-dataset-itemsfor blocking calls,runsfor async (docs). - MCP Server β call the Actor from Claude, ChatGPT, or Cursor agents (docs).
- No-code β Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.
π§± Sister Actors from TrueFetch
Jobs
- Best Job Search
- Glassdoor Job Search
- Glints Company Finder
- Glints Job Finder
- Indeed Job Search
- JobStreet Company Finder
- JobStreet Job Finder
- LinkedIn Job Search
- StepStone Company Finder
- StepStone Job Finder
Shopping & Deals
- Amazon Deals Scraper
- Amazon Store Finder
- Argos Deals Scraper
- ASOS Fashion Scraper
- eBay Deals Scraper
- eBay Seller Finder
- Flipkart Deals Scraper
- John Lewis Deals Scraper
- Lidl Deals Scraper
- Magalu Deals Scraper
- MediaMarkt Deals Scraper
- Mercado Livre Deals Scraper
- Nykaa Beauty Scraper
- OTTO Deals Scraper
- Target Deals Scraper
- TradeIndia Product Finder
- TradeIndia Supplier Finder
- Walmart Deals Scraper
Vehicles
- AutoTrader Car Finder
- AutoTrader Dealer Finder
- Cars.com Car Finder
- Cars.com Dealer Finder
- Webmotors Car Finder
Real Estate
Local Business & Food
- BBB Business Finder
- BBB Review Checker
- Google Business Profile
- Reclame Aqui Company Finder
- Zomato Menu Checker
- Zomato Restaurant Finder
Classifieds
Social Media
- Find Any Company On LinkedIn
- Find Anyone On LinkedIn
- Instagram Explore
- Instagram Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community User
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram To Text
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Video Lookup
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Scraper
- YouTube Video Downloader
Content & Articles
π Support, changelog, last updated
Support
- π¬ Telegram Group: t.me/Apify_Actor
- π§ Direct support: t.me/AiAgentApi
- π Actor page & docs: apify.com/TrueFetch/x-community-profile
Maintained by TrueFetch on the Apify Store.
Cost of doing nothing: manually browsing X communities and recording member counts takes hours. X Community Profile delivers structured community profiles at $0.005/community via API. β Try it free with $5 of Apify credits.
Changelog
- 2026-05-02 β README rewritten for SEO + GEO; documented all inputs, output structure, pricing, troubleshooting, and FAQ.
- 2026-03 β Added bulk lookup support (up to 1,000 communities per run).
- 2026-02 β Initial release: X community profile lookup Actor.
{"@context": "https://schema.org","@graph": [{"@type": "SoftwareApplication","@id": "https://apify.com/TrueFetch/x-community-profile#software","name": "X Community Profile","description": "Apify Actor that looks up X (Twitter) community profiles at $0.005 per community, returning member count, description, creator, join policy, rules, topic, and banner URL.","applicationCategory": "BusinessApplication","operatingSystem": "Web, Cloud","url": "https://apify.com/TrueFetch/x-community-profile","offers": {"@type": "Offer","price": "0.005","priceCurrency": "USD","availability": "https://schema.org/InStock"},"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }},{"@type": "Organization","@id": "https://apify.com/TrueFetch#publisher","name": "TrueFetch","url": "https://apify.com/TrueFetch","sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]},{"@type": "FAQPage","mainEntity": [{"@type": "Question","name": "What data does X Community Profile return?","acceptedAnswer": {"@type": "Answer","text": "Member count, description, join policy, creator info (username, verification), community rules, topic, trending hashtags, and banner URL β one record per community."}},{"@type": "Question","name": "How much does X Community Profile cost?","acceptedAnswer": {"@type": "Answer","text": "$0.005 per community. The Apify Free plan includes $5/month credits β enough for 1,000 free community lookups."}},{"@type": "Question","name": "Does X Community Profile require an X API key?","acceptedAnswer": {"@type": "Answer","text": "No β the Actor works without any X API credentials or login."}}]},{"@type": "BreadcrumbList","itemListElement": [{"@type": "ListItem","position": 1,"name": "Apify","item": "https://apify.com"},{"@type": "ListItem","position": 2,"name": "Social Media","item": "https://apify.com/store?category=SOCIAL_MEDIA"},{"@type": "ListItem","position": 3,"name": "X Community Profile","item": "https://apify.com/TrueFetch/x-community-profile"}]}]}
Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch Β· π¬ Telegram Group Β· π§ Support