This Apify actor scrapes comments from a given tweet and collects detailed information such as user profiles, engagement metrics and media content. It includes data such as username, number of followers, tweet content, number of likes and retweets. Media types and durations are also included.
This Apify actor is designed to scrape comments from a specific tweet.
This actor provides comprehensive data collection capabilities from Twitter comments. It scrapes comments from a specific tweet and extracts detailed information including user profiles, engagement metrics, and media content. The collected data encompasses user details such as username, follower counts, and verification status, along with tweet-specific information including content, timestamps, and engagement statistics. For media-rich tweets, it captures various media types including images, videos, and GIFs, along with their associated metadata. The actor offers flexible comment sorting options, allowing users to sort comments by relevance, newest, or most liked to better suit their data collection needs.
The scraper is designed to handle Twitter's modern interface and can collect data such as:
You can use the Cookie Editor extension to obtain Twitter cookie information. Follow these steps:
Note: You can validate with a tool like JSONLint to make sure your JSON input is correct.
Note: If you encounter errors or if 0 comments are processed, ensure that your account is functioning normally and log in again to obtain new cookies to use as input.
The scraped comments are saved to the Apify dataset. The output data includes:
user.name
: Usernameuser.screen_name
: User taguser.followers_count
: Number of followersuser.following_count
: Number of followinguser.profile_image
: Profile image URLuser.is_blue_verified
: Twitter Blue verification statustext
: Tweet contentreply_to_username
: Username being replied tofavorite_count
: Number of likesreply_count
: Number of repliesretweet_count
: Number of retweetsquote_count
: Number of quotesbookmark_count
: Number of bookmarksviews_count
: Number of viewscreated_at
: Creation timestamplang
: Tweet languagesource
: Tweet sourcemedia
: Media content (images, videos, GIFs)
type
: Media typethumb_url
: Thumbnail URLurl
: Media URLvideo_url
: Video URL (if applicable)duration_ms
: Video duration (if applicable)1{ 2 "user": { 3 "name": "Baboon Forest Entertainment", 4 "screen_name": "BaboonForestEnt", 5 "followers_count": 27494, 6 "following_count": 4377, 7 "profile_image": "https://pbs.twimg.com/profile_images/1524636589703401472/b9s9kNcE_normal.jpg", 8 "verified": false, 9 "is_blue_verified": true 10 }, 11 "text": "@elonmusk @realDonaldTrump 📢HUUUGEE NEWS !!🔉 SOUND ON 🔉\n\nMillions day! 🔉 Sound ON! 🔉 https://t.co/5wh38S1YVs", 12 "reply_to_username": "elonmusk", 13 "favorite_count": 2156, 14 "reply_count": 43, 15 "retweet_count": 305, 16 "quote_count": 0, 17 "bookmark_count": 1, 18 "views_count": "3835", 19 "created_at": "Fri Nov 01 16:21:51 +0000 2024", 20 "lang": "en", 21 "source": "Twitter Web App", 22 "media": [ 23 { 24 "type": "video", 25 "thumb_url": "https://pbs.twimg.com/ext_tw_video_thumb/1852385552315592705/pu/img/kgy8ADvi8YeEV46U.jpg", 26 "url": "https://x.com/BaboonForestEnt/status/1852385575937986709/video/1", 27 "video_url": "https://video.twimg.com/ext_tw_video/1852385552315592705/pu/vid/avc1/1280x720/KSshZIvP3JZ6EjZv.mp4?tag=12", 28 "duration_ms": 25900 29 } 30 ] 31}
This example output shows the structure of a single comment. The actual output will be a list of similar objects for all scraped comments.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!