Twitter Posts Scraper avatar

Twitter Posts Scraper

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Twitter Posts Scraper

Twitter Posts Scraper

Under maintenance

Extract Twitter posts with engagement metrics, author details, and media URLs from feeds, profiles, and hashtag pages. Powered by Twitter Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

29

Total users

7

Monthly active users

11 hours ago

Last modified

Share

This actor extracts Posts from Twitter. It works on home feeds, user profiles, and hashtag pages to collect post content and metadata. The scraper returns engagement metrics, author information, and media links for every post found on the page.

Want more from Twitter?

This actor covers Posts only. The full Twitter Scraper browser extension also includes Users, Trends with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Twitter Scraper extension

Data Fields

Field NameDescriptionExample
Post TextThe text content of the post"Hello world!"
Post DateTimestamp of publication"2023-10-27T10:00:00.000Z"
Post URLDirect link to the post"https://x.com/user/status/123"
Post LanguageBCP 47 language code"en"
Post ViewsNumber of views1500
Post LikesNumber of likes450
Post RepliesNumber of replies12
Post RepostsNumber of reposts85
Post QuotesNumber of quote tweets5
Post BookmarksNumber of bookmarks20
Is RetweetWhether the post is a retweetfalse
Author NameDisplay name of the author"John Doe"
Author UsernameHandle of the author"johndoe"
Author URLLink to author profile"https://x.com/johndoe"
Author DescriptionBio of the author"Software developer and tech enthusiast."
Author LocationStated location of author"San Francisco, CA"
Author FollowersCount of followers1200
Author FollowingCount of following300
Author Posts CountTotal posts by author5000
Author Join DateWhen the account was created"January 2012"
Author Is VerifiedVerification statustrue
Author Profile ImageURL to profile picture"https://pbs.twimg.com/profile_images/123/img.jpg"
Author Profile BannerURL to banner image"https://pbs.twimg.com/profile_banners/123/banner.jpg"
Author Media CountTotal media items uploaded450
All Media URLsArray of media links["https://pbs.twimg.com/media/abc.jpg"]
Media TypesTypes of media attached["photo"]
Has MediaIf post contains mediatrue
Media CountNumber of media items1
Is ReplyIf post is a replyfalse
Reply To UserUsername being replied tonull
Is Quote TweetIf post quotes anotherfalse
Is TranslatableIf translation is availabletrue
Is EditableIf post can be editedfalse
Edits RemainingNumber of edits left5

Input

  • urls: Array of URL strings. Works on x.com home feeds, profile pages, and hashtag search results.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://x.com/search?q=%23technology", "https://x.com/apify"],
"maxItems": 20
}

Example Output

[
{
"postText": "Check out our latest update!",
"postDate": "2023-10-27T10:00:00.000Z",
"postUrl": "https://x.com/apify/status/1717812345678901234",
"postLanguage": "en",
"postViews": 5000,
"postLikes": 120,
"postReplies": 10,
"postReposts": 45,
"postQuotes": 2,
"postBookmarks": 15,
"isRetweet": false,
"authorName": "Apify",
"authorUsername": "apify",
"authorUrl": "https://x.com/apify",
"authorDescription": "The web scraping and automation platform.",
"authorLocation": "Prague",
"authorFollowers": 15000,
"authorFollowing": 200,
"authorPostsCount": 3500,
"authorJoinDate": "March 2015",
"authorIsVerified": true,
"authorProfileImage": "https://pbs.twimg.com/profile_images/1/a.jpg",
"authorProfileBanner": "https://pbs.twimg.com/profile_banners/1/b.jpg",
"authorMediaCount": 800,
"allMediaUrls": ["https://pbs.twimg.com/media/X.jpg"],
"mediaTypes": ["photo"],
"hasMedia": true,
"mediaCount": 1,
"isReply": false,
"replyToUser": null,
"isQuoteTweet": false,
"isTranslatable": true,
"isEditable": false,
"editsRemaining": 5
},
{
"postText": "Web scraping is essential for AI.",
"postDate": "2023-10-27T11:00:00.000Z",
"postUrl": "https://x.com/dev_user/status/1717812345678901235",
"postLanguage": "en",
"postViews": 1200,
"postLikes": 30,
"postReplies": 2,
"postReposts": 5,
"postQuotes": 0,
"postBookmarks": 3,
"isRetweet": false,
"authorName": "Dev User",
"authorUsername": "dev_user",
"authorUrl": "https://x.com/dev_user",
"authorDescription": "Building things.",
"authorLocation": "New York",
"authorFollowers": 500,
"authorFollowing": 100,
"authorPostsCount": 120,
"authorJoinDate": "June 2020",
"authorIsVerified": false,
"authorProfileImage": "https://pbs.twimg.com/profile_images/2/c.jpg",
"authorProfileBanner": "https://pbs.twimg.com/profile_banners/2/d.jpg",
"authorMediaCount": 10,
"allMediaUrls": [],
"mediaTypes": [],
"hasMedia": false,
"mediaCount": 0,
"isReply": false,
"replyToUser": null,
"isQuoteTweet": false,
"isTranslatable": true,
"isEditable": false,
"editsRemaining": 5
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.