Twitter Community Timeline Scraper avatar
Twitter Community Timeline Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Twitter Community Timeline Scraper

Twitter Community Timeline Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Fetch posts from any Twitter community timeline, 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

Last modified

8 hours ago

🐦 Twitter Community Timeline Scraper

This actor allows you to fetch the timeline (posts) from a specific Twitter community. It uses the latest Twitter API interface and supports automatic pagination to collect up to the number of posts you specify.

Features

  • Fetches posts from a specific Twitter community.
  • Supports automatic pagination to retrieve large lists.
  • Allows you to specify the maximum number of results (maxResults).
  • Returns detailed information for each post.

Input

  • community_id (string, required): The ID of the Twitter community whose timeline you want to fetch.
  • maxResults (integer, optional): Maximum number of posts to fetch. Default is 19.

Output

The output is an array of post objects, each containing:

  • tweet_id
  • bookmarks
  • created_at
  • favorites
  • text
  • lang
  • source
  • views
  • quotes
  • replies
  • retweets
  • media
  • author

Example Input

{
"community_id": "1783990533192651232",
"maxResults": 1000
}

Example Output

[
{
"tweet_id": "1927917168554831910",
"bookmarks": null,
"created_at": "Thu May 29 02:37:26 +0000 2025",
"favorites": 419,
"text": "just do it (mug it)!!!!!!! https://t.co/pvoJjGVLJQ",
"lang": "en",
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"views": "15531",
"screen_name": "dony_morph",
"quotes": 0,
"replies": 9,
"retweets": 23,
"media": {
"photo": [
{
"media_url_https": "https://pbs.twimg.com/media/GsFWcjwWcAAJuU7.jpg",
"id": "1927917164125646848"
},
{
"media_url_https": "https://pbs.twimg.com/media/GsFWcf9XAAA12xR.jpg",
"id": "1927917163106467840"
}
]
},
"author": {
"rest_id": "1636667643754336256",
"name": "Dony",
"screen_name": "dony_morph",
"avatar": null,
"blue_verified": false
},
"scrapedAt": "2025-05-30T03:53:08.374Z"
},
...
]

Notes

  • The actor will stop fetching once it reaches the specified maxResults or there are no more posts to fetch.
  • Make sure the community is public and accessible.