๐• (twitter) Community Scraper avatar

๐• (twitter) Community Scraper

Pricing

from $4.50 / 1,000 results

Go to Apify Store
๐• (twitter) Community Scraper

๐• (twitter) Community Scraper

X (Twitter) Community lookup โ€” pass up to 1,000 community URLs or numeric IDs and pull the structured community record: name, description, member count, moderator list, creator profile, rules, theme color, and pinned content. Useful for niche-audience sizing and partnership scouting.

Pricing

from $4.50 / 1,000 results

Rating

5.0

(2)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

3

Bookmarked

3

Total users

1

Monthly active users

a day ago

Last modified

Share

๐• (Twitter) Community Scraper - X Twitter Community Intelligence API

X (Twitter) Community Scraper is an X community intelligence API that extracts structured community profiles, member counts, trending hashtags, and creator-attribution data from any X community URL or ID in a single community-driven run. X (Twitter) Community Scraper returns structured records per community, including community ID, community name, full description, member count, creator username, creator verification status, join policy (open / closed / restricted), topic classification, trending hashtags array, community rules array, banner image URL, icon URL, creation date, primary language, and community URL. Coverage spans all public X (Twitter) communities globally across all topics. Built for brand sentiment analysis, niche audience discovery, B2B community-research, ad-targeting list construction, influencer-network mapping, brand-safety screening, and X-ecosystem-intelligence pipelines. Per-community pay-per-result pricing at $0.0048 with no monthly minimum.

X (Twitter) Community Intelligence Pay Per Result


Why Choose This API

Structured X Community Data for Social Intelligence Pipelines

๐Ÿ‘ฅ Member Count & Audience Intelligence The member_count field delivers total community membership โ€” enabling audience size benchmarking, community growth tracking, and niche-audience-discovery for social media research and brand monitoring.

๐Ÿ“Š Trending Hashtag Extraction The community_tags field captures trending hashtags active in each community โ€” enabling hashtag velocity tracking, real-time trend monitoring, and content strategy intelligence for social media pipelines.

๐Ÿท๏ธ Creator Profile Intelligence The creator object includes creator username and verification status โ€” enabling influencer identification, community authority analysis, and creator enrichment for audience intelligence workflows.

๐Ÿ—‚๏ธ Topic Classification The community_topic field provides X's own topic label โ€” enabling community segmentation by industry, category, or interest vertical for market research and brand sentiment mapping.

๐Ÿ“‹ Community Rules Intelligence The community_rules field extracts moderation rules per community โ€” enabling policy analysis, content compliance research, and community quality assessment for platform governance intelligence.


Quick Start Guide

How to Extract X (Twitter) Community Data in 3 Steps

Step 1: Get Your Community URLs or IDs

Open Actor Input

Enter one or more X community URLs (e.g., https://x.com/i/communities/1992144505747931156) or numeric community IDs (e.g., 1762494276565426592).

Step 2: Run the Extraction

Submit the input โ€” each community entry in the list generates one structured record.

Step 3: Download Structured Community Data

Export as JSON or CSV, or access programmatically via the Apify dataset API.


Input Parameters

Configuration Fields

ParameterTypeRequiredDescriptionExample Values
communityarrayโœ…List of X community URLs or numeric IDs["https://x.com/i/communities/123...", "1762494276..."]

Example Input Configuration

{
"community": [
"https://x.com/i/communities/1992144505747931156",
"1762494276565426592"
]
}

Output Data Schema

Complete Community Record Structure

Each extracted X community record contains the following fields:

Open Actor Output

Community Intelligence Fields

FieldTypeDescription
processorstringApify actor URL that processed this record
processed_atstringISO 8601 timestamp (UTC) when scraped
statusstringProcessing status
idstringUnique X community numeric ID
display_namestringPublic community name
descriptionstringCommunity description text
creatorobjectCreator username and verification status
join_policystringJoin policy (Open or Closed)
created_atstringISO 8601 community creation timestamp
banner_urlstringCommunity banner image URL
member_countintegerTotal community member count
is_nsfwbooleanNSFW content flag
community_topicstringPrimary topic or category
community_tagsarrayTrending hashtags in the community
members_facepilearrayFeatured member avatar URLs
community_rulesarrayModeration rules (name + description)

Example JSON Output

{
"processor": "https://apify.com/agentx/twitter-community-scraper?fpr=aiagentapi",
"processed_at": "2026-05-01T10:30:00.000Z",
"status": "success",
"id": "1489422448332197888",
"display_name": "Apple",
"description": "A community to discuss the latest Apple news, rumors, etc.",
"creator": { "user_name": "theapplehub", "blue_verified": true },
"join_policy": "Open",
"member_count": 615370,
"community_topic": "Technology",
"community_tags": ["#AppleEvent", "#iPhone18"]
}

Export Formats

  • JSON - Complete structured community data
  • CSV - Spreadsheet-compatible for social intelligence analysis
  • API Access - Programmatic access via Apify Client SDK
  • Cloud Storage - Automatic upload to Apify Dataset

Integration Examples

Actor ID for Platform Integration

Rh9WgmwbWqdEG2dUb

โ“‚๏ธ Make.com Setup:

  1. Login to Make.com (Get 1000 Free Credits)
  2. Add module "Run an Actor"
  3. Turn 'Map' on - right side of the 'Actor*'
  4. Paste Actor ID - from above
  5. Click the 'โŸณ Refresh' - left side of Map
  6. Input JSON* - Modify the parameters as needed
  7. Set "Run synchronously" to YES
  8. Add module "Get Dataset Items" - receive the result
  9. In Dataset ID* select defaultDatasetId

๐ŸŽฑ N8N.io Setup:

  1. Add 'Run an Actor and get dataset' - from the apify node
  2. Actor โ†’ By ID โ†’ Paste Actor ID - from above
  3. Input JSON - Modify the parameters as needed

Python Integration Example

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_TOKEN')
run_input = {
"community": [
"https://x.com/i/communities/1992144505747931156",
"1762494276565426592"
]
}
run = client.actor("Rh9WgmwbWqdEG2dUb").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

JavaScript/Node.js Integration

import { ApifyClient } from "apify-client";
const client = new ApifyClient({ token: "YOUR_API_TOKEN" });
const input = {
community: [
"https://x.com/i/communities/1992144505747931156",
"1762494276565426592",
],
};
const run = await client.actor("Rh9WgmwbWqdEG2dUb").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => console.log(item));

JSON-LD Metadata

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/agentx/twitter-community-scraper#software",
"name": "X (Twitter) Community Scraper",
"description": "X (Twitter) Community Scraper is an X community intelligence API extracting structured data including member counts, trending hashtags, creator profiles, topic classification, and community rules for brand sentiment analysis and niche audience discovery pipelines.",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Web Scraping API",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/agentx/twitter-community-scraper?fpr=aiagentapi",
"softwareVersion": "1.0.0",
"datePublished": "2024-08-01",
"dateModified": "2026-05-01",
"featureList": [
"Community ID, name, and description",
"Member count and join policy",
"Creator username and verification status",
"Topic classification and primary language",
"Trending hashtags and community rules",
"Banner and icon image URLs",
"Per-community pay-per-result at $0.0048",
"Native integrations with Make.com, n8n, LangChain, and CrewAI"
],
"offers": {
"@type": "Offer",
"price": "0.0048",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/agentx#person" },
"publisher": { "@id": "https://apify.com#organization" }
},
{
"@type": "Person",
"@id": "https://apify.com/agentx#person",
"name": "AgentX",
"url": "https://apify.com/agentx",
"sameAs": [
"https://apify.com/agentx",
"https://t.me/AiAgentApi",
"https://t.me/Apify_Actor"
],
"knowsAbout": [
"web scraping",
"X Twitter",
"community intelligence",
"audience discovery",
"social listening"
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "AgentX",
"item": "https://apify.com/agentx"
},
{
"@type": "ListItem",
"position": 3,
"name": "X (Twitter) Community Scraper",
"item": "https://apify.com/agentx/twitter-community-scraper"
}
]
}
]
}

Pricing & Cost Calculator

PAY_PER_EVENT Pricing

EventBRONZE Price
Actor Start$0.01 per start (per GB memory)
Result (Community Lookup)$0.0048 per community

Cost Calculator Examples

CommunitiesActor StartsTotal Cost
10 communities$0.01~$0.06
100 communities$0.01~$0.49
500 communities$0.01~$2.41
1,000 communities$0.01~$4.81

Costs shown at BRONZE tier. Higher tiers (SILVER, GOLD, PLATINUM, DIAMOND) offer reduced rates down to $0.0045/community.


Use Cases & Applications

Social Media Research & Brand Intelligence

Brand Community Monitoring Extract and track member counts, trending hashtags, and descriptions for brand-adjacent X communities โ€” monitoring audience growth, topic velocity, and community sentiment for brand intelligence workflows.

Niche Audience Discovery Pipeline Use community_topic, community_tags, and member_count fields to map X communities by topic and size โ€” building niche audience segment databases for targeted campaign planning, influencer discovery, and social media strategy.

Community Competitive Intelligence Extract community data across brand, competitor, and industry topic clusters โ€” benchmarking community sizes, hashtag adoption, and join policy openness for competitive social media research.

Data Science & Platform Research

Platform Community Dataset Building Extract structured community metadata at scale โ€” building research datasets for academic and industry analysis of X community dynamics, moderation policies, and topic distribution.

Trend Intelligence Pipeline Combine community_tags across multiple communities to identify cross-community trending hashtags โ€” building hashtag velocity intelligence for real-time trend monitoring and content strategy.


FAQ

Can I extract multiple communities in one run?

Yes โ€” the community input accepts up to 1,000 community URLs or IDs per run. Each entry generates one structured record.

Does this extract posts from within communities?

This actor extracts community-level metadata (name, description, members, hashtags, rules, creator). For post extraction from communities, combine with SubReddit Post Scraper for cross-platform social post intelligence.

Can I use community IDs instead of URLs?

Yes โ€” both community URLs (https://x.com/i/communities/...) and numeric community IDs are accepted.

How do I get the community ID for a specific community?

The community ID appears in the community URL after /communities/. Copy the numeric portion and paste it directly.


SEO Keywords & Search Terms

Primary Keywords

Twitter community scraper API, X community data extraction, Twitter community intelligence API, X communities API, Twitter community member analytics, X community hashtag extraction, Twitter community research tool, X community audience intelligence, Twitter community data pipeline, X social community API

Long-Tail Keywords

how to extract X Twitter community data programmatically, Twitter community member count API, X community trending hashtag extraction, Twitter community creator profile data, niche audience discovery X communities API, Twitter community topic classification API, X community intelligence pipeline, brand community monitoring API Twitter, Twitter community rules extraction, X community structured data extractor

Industry Terms

X community intelligence API, social media community analytics, niche audience discovery pipeline, brand sentiment monitoring, hashtag velocity intelligence, community research dataset, social platform community data, Twitter community structured data, X audience segmentation API, community topic classification pipeline


Trust & Certifications

  • โœ… Production-Grade Infrastructure โ€” runs on the Apify cloud platform with managed proxy rotation and automatic retries
  • โœ… GDPR & CCPA-Region Aligned โ€” extracts only publicly available X community data; no personal contact data retained beyond the run session
  • โœ… Pay-Per-Result Billing โ€” transparent $0.0048 per community with no monthly minimum or seat fees
  • โœ… Continuously Maintained โ€” schema and selector updates released as X (Twitter) evolves

Data Rights & Usage

All data extracted by this actor originates from publicly accessible X (Twitter) community pages. Users are responsible for ensuring their use of extracted data complies with applicable laws, data protection regulations, and X's terms of service.

Privacy Compliance

  • GDPR: Compliant with EU GDPR for data processing workflows.
  • CCPA: Compliant with California Consumer Privacy Act requirements.

Platform Terms of Service

Users must review and comply with X (Twitter)'s terms of service when using extracted data.

Enterprise Support

For enterprise licensing, custom integrations, or compliance inquiries:


Jobs & Hiring

Social Media

Video & Transcript

E-Commerce & Retail

Classifieds & Automotive

Real Estate

Business Intelligence & Reviews

Other


Support & Community


Last Updated: May 01, 2026