𝕏(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
5.0
(1)
Developer
TrueFetch
Maintained by CommunityActor stats
2
Bookmarked
3
Total users
1
Monthly active users
7 days 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 Listing
- Glassdoor Job Listing
- Glints Company Profile
- Glints Job Listing
- Indeed Job Listing
- JobStreet Company Profile
- JobStreet Job Listing
- LinkedIn Job Listing
- StepStone Company Profile
- StepStone Job Listing
Shopping & Deals
- Amazon Product Listing
- Amazon Store Profile
- Argos Product Listing
- ASOS Product Listing
- eBay Listing
- eBay Seller Profile
- Flipkart Product Listing
- John Lewis Product Listing
- Lidl Product Listing
- Magalu Product Listing
- MediaMarkt Product Listing
- Mercado Livre Product Listing
- Nykaa Product Listing
- OTTO Product Listing
- Target Product Listing
- TradeIndia Product Listing
- TradeIndia Supplier Profile
- Walmart Product Listing
Vehicles
- AutoTrader Car Listing
- AutoTrader Dealer Profile
- Cars.com Car Listing
- Cars.com Dealer Profile
- Webmotors Car Listing
Real Estate
- MagicBricks Builder Profile
- MagicBricks Property Listing
- US Property Listing
- Zillow Property Listing
Local Business & Food
- BBB Business Profile
- BBB Review
- Google Maps Business Listing
- Reclame Aqui Company Profile
- Zomato Restaurant Menu
- Zomato Restaurant Listing
Classifieds
Social Media
- LinkedIn Company Profile
- LinkedIn Person Profile
- Instagram Explore Post Post
- Instagram Profile Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community Member
- 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 Video Transcript
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Profile Video
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Listing
- 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