𝕏(twitter) Community Profile avatar

𝕏(twitter) Community Profile

Pricing

from $2.70 / 1,000 results

Go to Apify Store
𝕏(twitter) Community Profile

𝕏(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

TrueFetch

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

0

Monthly active users

13 hours ago

Last modified

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 $0.005 per Community Members, Rules & Topics Telegram Support Telegram Group

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

  1. Open the Actor β€” go to X Community Profile on Apify and click Try for free.
  2. Configure inputs β€” provide a list of X community IDs or full community URLs.
  3. 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

ParameterTypeRequiredDefaultDescriptionExample
communityarray 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.

FieldTypeAlways present?DescriptionExample
idstringoptionalX community ID.1234567890123456789
display_namestringoptionalCommunity display name.AI Builders
descriptionstringoptionalCommunity description.A community for AI builders and researchers.
creatorobjectoptionalCreator info: user_name, blue_verified, verified.{"user_name": "elonmusk", ...}
join_policystringoptionalCommunity join policy.Open
created_atstringoptionalISO 8601 creation timestamp.2023-03-15T12:00:00+00:00
banner_urlstringoptionalCommunity banner image URL.https://pbs.twimg.com/...
member_countnumberoptionalCurrent member count.45200
is_nsfwbooleanoptionalWhether the community is NSFW.false
community_topicstringoptionalPrimary community topic.Technology
community_tagsarrayoptionalTrending hashtags in the community.["#AI", "#MachineLearning"]
members_facepilearrayoptionalProfile image URLs of visible members.["https://pbs.twimg.com/..."]
community_rulesarrayoptionalCommunity 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

FactValue
Pricing modelPay-per-result (event: result)
Per-community price$0.005 per community = $5 per 1,000
Max communities per run1,000
Min communities per run1
Free-tier monthly allowance$5 Apify credits β‰ˆ ~1,000 free community lookups / month
Output fields per community13
Login / cookies requiredNo β€” works without an X account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

βš–οΈ Compared with alternatives

CapabilityX Community ProfileManual browsingX API (paid)
Structured community profiles (member count, rules)βœ…βŒβœ… (paid tier only)
Bulk lookup (up to 1,000 communities)βœ…manualvaries
Pay-per-result pricing$0.005/communityN/Amonthly subscription
Setup time to first result< 60 secondsminutesAPI 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

  1. Missing community field. This field is required β€” provide at least one community ID or URL.
  2. Not a list. community must be an array of strings, not a single string.
  3. More than 1,000 items. Maximum per run is 1,000 communities.
  4. Invalid community ID. The Actor accepts numeric IDs or full x.com/i/communities/... URLs.

πŸ› οΈ Troubleshooting

ProblemLikely causeFix
Missing 'community' fieldcommunity key not in input.Add "community": ["..."] to your input JSON.
'community' must be a listcommunity provided as a string.Wrap the ID in a list: ["1234567890"].
'community' cannot be more than 1000More than 1,000 IDs provided.Split into multiple runs of 1,000 IDs each.
No valid community ids foundAll provided IDs/URLs were malformed.Use numeric IDs or full https://x.com/i/communities/... URLs.
Empty result for a communityCommunity 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-items for blocking calls, runs for 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

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


πŸ“ž Support, changelog, last updated

Support

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