Twitter/X Communities Posts Search avatar

Twitter/X Communities Posts Search

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Twitter/X Communities Posts Search

Twitter/X Communities Posts Search

Search and extract posts from public Twitter/X Communities by keyword. Get tweets with full engagement metrics (likes, views, retweets), media, and author details. No login needed!

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

๐Ÿ‘ฅ Twitter/X Communities Posts Search Scraper โ€“ Find & Extract Community Tweets

Search, discover, and extract posts from any public Twitter/X Communities using keywords. Retrieve community tweets with full engagement metrics (likes, retweets, replies, views, bookmarks), comprehensive author metadata, media content (photos and videos), and community identifiers. Supports sorting by Top and Latest posts, with automated pagination. Perfect for social listening, market research, brand sentiment analysis, competitive intelligence, and content aggregation!

๐Ÿ“‹ Table of Contents

๐Ÿš€ Features

Comprehensive Community Search Scraper

  • Keyword Search โ€“ Find posts across various Twitter/X Communities by typing any keyword (e.g., 'anime', 'crypto', 'AI').
  • Top & Latest Sorting โ€“ Retrieve either the most popular (Top) community posts or the newest (Latest) ones first.
  • Detailed Author Metadata โ€“ Extract author display names, user IDs, screen names, avatar URLs, verified status, follower/friend count, biography, location, and account creation dates.
  • Engagement Statistics โ€“ Monitor views/impressions, likes, retweets, replies, quote counts, and bookmarks.
  • Rich Media Support โ€“ Retrieve detailed media assets (photos and videos) with helper counts (has_photo, has_video, photo_count, video_count).
  • Contextual Details โ€“ Includes conversation ID, reply-to user IDs, possibly sensitive flags, and community IDs.

Reliable Scraping Architecture

  • Pagination Support โ€“ Automatically navigates cursor-based page feeds using maxPages configuration (up to 20 pages).
  • No Account Required โ€“ Run the scraper without logging into your personal X account or managing complex cookie sessions.

๐ŸŽฏ Use Cases

Use CaseDescriptionBenefits
Niche Trend MonitoringSearch keywords like AI, web3, crypto, or anime across communitiesIdentify emerging trends, hot topics, and popular opinions within dedicated interest groups
Brand & Sentiment TrackingSearch brand names or competitor keywordsTrack brand mentions, user complaints, or positive feedback directly within specific communities
Influencer/Creator DiscoveryIdentify active users posting high-engagement content in specific community nichesDiscover top creators and partners for targeted marketing campaigns
Content Curation & AggregationExtract posts matching specific interests to build custom feeds, databases, or newslettersAutomate content sourcing from highly focused groups

โšก Quick Start

1๏ธโƒฃ Basic Search (Top Posts)

{
"query": "anime",
"searchType": "top",
"maxPages": 2
}
{
"query": "machine learning",
"searchType": "latest",
"maxPages": 5
}

๐Ÿ“Š Input Parameters

Configuration Options

ParameterTypeRequiredDescriptionDefault
queryStringYesEnter a search keyword to find community posts. Examples: 'anime', 'crypto trading', 'machine learning'.
searchTypeStringNoChoose search sorting: top (returns most popular/relevant community posts) or latest (returns newest community posts first).top
maxPagesIntegerNoMax pages of community posts results to retrieve (1 page = 1 API call). Range: 1 to 20.1

๐Ÿ“ค Output Format

Community Post Tweet Result Example

{
"tweet_id": "1800000000000000000",
"text": "Check out this amazing new library for building decentralized apps!",
"screen_name": "web3_dev",
"created_at": "Wed Jul 08 14:22:15 +0000 2026",
"favorites": 142,
"retweets": 35,
"replies": 8,
"quotes": 3,
"bookmarks": 21,
"views": "2850",
"lang": "en",
"source": "Twitter Web App",
"community_id": "1234567890123456789",
"conversation_id": "1800000000000000000",
"in_reply_to": null,
"in_reply_to_user_id": null,
"quoted_from": null,
"possibly_sensitive": false,
"author_id": "987654321",
"author_name": "Web3 Developer",
"author_username": "web3_dev",
"author_avatar": "https://pbs.twimg.com/profile_images/987654321/photo_400x400.jpg",
"author_verified": false,
"author_protected": false,
"author_followers": 1520,
"author_friends": 480,
"author_favourites": 3210,
"author_description": "Building the future of web3. Building tech & tools. Opinions are mine.",
"author_location": "San Francisco, CA",
"author_created_at": "Tue Jan 15 10:00:00 +0000 2019",
"media": {
"photo": [
{
"media_url_https": "https://pbs.twimg.com/media/xyz123abc_photo.jpg",
"type": "photo"
}
]
},
"has_photo": true,
"has_video": false,
"photo_count": 1,
"video_count": 0,
"query": "web3",
"search_type": "top",
"scraped_at": "2026-07-10T12:00:00.000Z"
}

๐Ÿ“ˆ Data Fields Explained

Complete Field Reference

FieldTypeDescription
tweet_idStringUnique status ID of the community tweet.
textStringPlain-text content of the tweet.
screen_nameStringUsername of the tweet author.
created_atStringOriginal post timestamp.
favoritesIntegerFavorite/like count.
retweetsIntegerRetweet count.
repliesIntegerDirect reply count.
quotesIntegerQuote tweet count.
bookmarksIntegerBookmark count.
viewsString/NumberImpression/views count.
langStringLanguage code of the tweet.
sourceStringApplication source used to post the tweet.
community_idStringThe unique ID of the community the tweet belongs to.
conversation_idStringThe thread/conversation ID the tweet is part of.
in_reply_toStringTweet ID of the parent tweet, if this is a reply.
in_reply_to_user_idStringUser ID of the author of the parent tweet, if this is a reply.
quoted_fromStringTweet ID of the quoted tweet, if this is a quote tweet.
possibly_sensitiveBooleanTrue if the tweet content is flagged as sensitive.
author_idStringUnique user ID of the tweet author.
author_nameStringDisplay name of the author.
author_usernameStringScreen name/username of the author.
author_avatarStringURL of the author's profile image.
author_verifiedBooleanVerification status of the author.
author_protectedBooleanTrue if the author's account is private/protected.
author_followersIntegerFollower count of the author.
author_friendsIntegerFriend/following count of the author.
author_favouritesIntegerNumber of posts the author has favorited/liked.
author_descriptionStringBiography/description of the author.
author_locationStringLocation specified in the author's profile.
author_created_atStringAccount creation date of the author.
mediaObjectDetailed nested object containing media photos, videos, etc.
has_photoBooleanTrue if the tweet has one or more photo attachments.
has_videoBooleanTrue if the tweet has one or more video attachments.
photo_countIntegerThe number of photos attached.
video_countIntegerThe number of videos attached.
queryStringThe search keyword used.
search_typeStringThe search type selected (top or latest).
scraped_atStringExtraction timestamp.

โ“ FAQ

Q: Do I need a Twitter/X API Key or Account to use this?

A: No! You do not need to log into any Twitter/X account.

Q: Can I search for multiple keywords at the same time?

A: Yes, you can run multiple actor instances, or search using boolean operators if supported by Twitter/X communities search. However, the query input field accepts a single text query per run.

Q: What is the difference between Top and Latest search types?

A: Top returns the most popular, high-engagement posts in communities matching your keyword, while Latest retrieves the newest, most recently posted tweets in real-time.

Q: Is there a page limit for extraction?

A: Yes, you can specify maxPages up to 20. Each page retrieves a list of community posts via cursor pagination.



๐Ÿท๏ธ Keywords & Tags

twitter communities search, x communities scraper, search twitter communities, extract x communities posts, twitter community posts exporter, scraping twitter communities, x.com community tweets, twitter marketing tool, apify twitter scraper, social listening twitter


๐Ÿš€ Get Started Now

  1. Click "Try for free" to run this actor in the Apify Console.
  2. Provide a search keyword in the query field.
  3. Choose the search type: Top or Latest.
  4. Configure maxPages for pagination control.
  5. Export your results in JSON, CSV, XML, or Excel!

โญ If this actor is useful to your workflow, please leave a star!


Built by Sachin Kumar Yadav using Apify Platform