# Extract X (Twitter) comments without login or cookies

**Use case:** 

A ready-to-use task to scrape real-time comments, replies, and threads from X posts. No Twitter account, login, or complex cookie setup required.

## Input

```json
{
  "tweetUrl": "2071184354756477041",
  "sentimentAnalysis": false,
  "rankingMode": "Recency",
  "maxItems": 10
}
```

## Output

```json
{
  "conversationId": {
    "label": "ConversationId",
    "format": "text"
  },
  "commentId": {
    "label": "ID",
    "format": "text"
  },
  "userId": {
    "label": "UserId",
    "format": "text"
  },
  "isBlueVerified": {
    "label": "IsBlueVerified",
    "format": "text"
  },
  "twitterName": {
    "label": "Twitter Name",
    "format": "text"
  },
  "twitterUsername": {
    "label": "Twitter Username",
    "format": "text"
  },
  "replyContent": {
    "label": "Reply Content",
    "format": "text"
  },
  "viewCount": {
    "label": "View count"
  },
  "retweetCount": {
    "label": "Retweet Count",
    "format": "number"
  },
  "replyCount": {
    "label": "Reply Count",
    "format": "number"
  },
  "tone": {
    "label": "TEXT",
    "format": "text"
  },
  "sentiment": {
    "label": "TEXT",
    "format": "text"
  },
  "likeCount": {
    "label": "Like Count",
    "format": "number"
  },
  "inReplytoscreenName": {
    "label": "In Reply To Screen Name",
    "format": "text"
  },
  "quoteCount": {
    "label": "Quote Count",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "bookmarkCount": {
    "label": "Bookmark Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter(X) Comment Scraper:No cookies required](https://apify.com/fastcrawler/twitter-x-comment-scraper-no-cookies-required) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/twitter-x-comment-scraper-no-cookies-required) to learn more, explore other use cases, and run it yourself.