X / Twitter Comments Scraper avatar

X / Twitter Comments Scraper

Pricing

from $1.61 / 1,000 comments

Go to Apify Store
X / Twitter Comments Scraper

X / Twitter Comments Scraper

Scrape comments and replies from any X (Twitter) posts. Get comment text, author details, likes, replies, views, and timestamps - with full pagination support. No API keys required, fast and ready to scale.

Pricing

from $1.61 / 1,000 comments

Rating

5.0

(1)

Developer

Clappi

Clappi

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

3

Monthly active users

19 hours ago

Last modified

Share

X (Twitter) Comment Scraper

Scrape comments and replies from public X (Twitter) posts. Get comment text, author details, likes, replies, views, and timestamps with full pagination support.

Input

FieldTypeDescription
postUrlsarrayX post URLs to scrape comments from
maxCommentsPerPostintegerMax comments per post (default: 30)

Supported URL formats

  • https://x.com/username/status/ID
  • https://twitter.com/username/status/ID
  • https://x.com/i/status/ID

Example Input

{
"postUrls": [
"https://x.com/IntCyberDigest/status/2051790347370373289",
"https://x.com/X/status/2043383260927918213",
"https://x.com/NatGeo/status/2052010494282682723"
],
"maxCommentsPerPost": 30
}

Output

Each comment returns a JSON object:

{
"post_url": "https://x.com/username/status/1234567890",
"post_id": "1234567890",
"comment_id": "9876543210",
"text": "Comment text here...",
"created_at": "Mon May 05 10:00:00 +0000 2026",
"likes": 42,
"retweets": 5,
"replies": 3,
"quotes": 1,
"views": 1200,
"author_id": "123456789",
"author_username": "username",
"author_name": "Display Name",
"author_followers": 5000,
"author_verified": false
}

Output fields

FieldDescription
post_urlSource post URL
post_idSource post ID
comment_idComment ID
textFull comment text
created_atComment timestamp
likesLike count
retweetsRetweet count
repliesReply count
quotesQuote count
viewsView count
author_usernameAuthor handle
author_nameAuthor display name
author_followersAuthor follower count
author_verifiedX Premium (blue checkmark)

Use Cases

  • Sentiment Analysis — Understand audience reactions to posts
  • Community Research — Analyse who engages with content
  • Competitor Monitoring — Track engagement on competitor posts
  • Influencer Vetting — Assess comment quality and authenticity