
Twitter Communities Latest Posts Scraper
Pricing
$4.99 / 1,000 results
Go to Store

Twitter Communities Latest Posts Scraper
Fetch the latest posts from Twitter communities by keyword, with auto-pagination and detailed post info. Supports up to your specified maxResults.
5.0 (1)
Pricing
$4.99 / 1,000 results
1
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
4 days ago
🐦 Twitter Communities Latest Posts Scraper
This actor allows you to fetch the latest posts from Twitter communities based on a search keyword or phrase. It uses the latest Twitter API interface and supports automatic pagination to collect up to the number of posts you specify.
Features
- Fetches the latest posts from Twitter communities by keyword.
- Supports automatic pagination to retrieve large lists.
- Allows you to specify the maximum number of results (
maxResults
). - Returns detailed information for each post.
Input
- query (string, required): The keyword or phrase to search for in Twitter communities.
- maxResults (integer, optional): Maximum number of community posts to fetch. Default is 20.
Output
The output is an array of post objects, each containing:
tweet_id
screen_name
favorites
created_at
text
lang
source
quotes
replies
retweets
views
entities
user_info
media
community_id
author_id
Example Input
{"query": "AI","maxResults": 20}
Example Output
[{"type": "tweet","tweet_id": "1925617920345882795","screen_name": "kia15678620","bookmarks": 0,"favorites": 24,"created_at": "Thu May 22 18:21:03 +0000 2025","text": "Hyperbolic Labs is revolutionizing AI with decentralized, verifiable compute. Access affordable GPU power, monetize idle hardware, and deploy AI models in seconds. \nJoin the AI Rainforest and build the future of open access AI. #Web3 #AI #Hyperbolic @hyperbolic_labs https://t.co/uRnOALnsPx","lang": "en","source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","conversation_id": "1925617920345882795","possibly_sensitive": false,"edit_tweet_ids": null,"geo": null,"limited_actions": null,"in_reply_to_user_id": null,"in_reply_to": null,"quoted_from": null,"community_id": "1729387268199330128","author_id": "1369771085596680196","quotes": 0,"replies": 13,"retweets": 1,"views": "158","entities": {"hashtags": [{"indices": [231,236],"text": "Web3"},{"indices": [237,240],"text": "AI"},{"indices": [241,252],"text": "Hyperbolic"}],"media": [{"display_url": "pic.x.com/uRnOALnsPx","expanded_url": "https://x.com/kia15678620/status/1925617920345882795/photo/1","id_str": "1925617916344410112","indices": [270,293],"media_key": "3_1925617916344410112","media_url_https": "https://pbs.twimg.com/media/GrkrSuTWIAAgAL9.jpg","type": "photo","url": "https://t.co/uRnOALnsPx","ext_media_availability": {"status": "Available"},"features": {"large": {"faces": [{"x": 413,"y": 183,"h": 49,"w": 49},{"x": 622,"y": 82,"h": 51,"w": 51}]},"medium": {"faces": [{"x": 413,"y": 183,"h": 49,"w": 49},{"x": 622,"y": 82,"h": 51,"w": 51}]},"small": {"faces": [{"x": 274,"y": 121,"h": 32,"w": 32},{"x": 413,"y": 54,"h": 33,"w": 33}]},"orig": {"faces": [{"x": 413,"y": 183,"h": 49,"w": 49},{"x": 622,"y": 82,"h": 51,"w": 51}]}},"sizes": {"large": {"h": 1024,"w": 1024,"resize": "fit"},"medium": {"h": 1024,"w": 1024,"resize": "fit"},"small": {"h": 680,"w": 680,"resize": "fit"},"thumb": {"h": 150,"w": 150,"resize": "crop"}},"original_info": {"height": 1024,"width": 1024,"focus_rects": [{"x": 0,"y": 98,"w": 1024,"h": 573},{"x": 0,"y": 0,"w": 1024,"h": 1024},{"x": 63,"y": 0,"w": 898,"h": 1024},{"x": 256,"y": 0,"w": 512,"h": 1024},{"x": 0,"y": 0,"w": 1024,"h": 1024}]},"media_results": {"result": {"media_key": "3_1925617916344410112"}}}],"symbols": [],"timestamps": [],"urls": [],"user_mentions": [{"id_str": "1648404171090018307","name": "Hyperbolic","screen_name": "hyperbolic_labs","indices": [253,269]}]},"user_info": {"id": "1369771085596680196","screen_name": "kia15678620","verified": false,"protected": null,"pinned_tweet_id": null,"name": "kia (Ø,G)","withheld": [],"description": "#byebyebirdie Left to Phaver","entities": {"description": {"urls": []},"url": {"urls": [{"display_url": "debank.com/profile/0x6fa5…","expanded_url": "https://debank.com/profile/0x6fa588130201d0b23ca5844d3bce68472420eaa2","url": "https://t.co/CfmXOZ9O0e","indices": [0,23]}]}},"location": "","followers_count": 356,"favourites_count": 2921,"profile_image_url": null,"friends_count": 583,"created_at": "Wed Mar 10 22:04:22 +0000 2021"},"media": {"photo": [{"media_url_https": "https://pbs.twimg.com/media/GrkrSuTWIAAgAL9.jpg","id": "1925617916344410112"}]},"scrapedAt": "2025-05-30T03:17:38.588Z"},...]
Notes
- The actor will stop fetching once it reaches the specified
maxResults
or there are no more posts to fetch. - Make sure your search query complies with Twitter's search policies.