# Rebuild a Full Twitter Reply Conversation

**Use case:** 

Rebuild a complete Twitter reply conversation. Export direct and nested X comments with root IDs, parent IDs, and thread depth.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://x.com/OpenAI/status/2082577277246972300"
    }
  ],
  "tweetIds": [
    "2082577277246972300"
  ],
  "usernames": [
    "OpenAI",
    "@apify"
  ],
  "collectionStrategy": "auto",
  "scope": "all",
  "maxDepth": 8,
  "sort": "relevance",
  "includeOriginalPost": false,
  "maxItems": 200,
  "maxPagesPerTarget": 10,
  "dedupeAcrossTargets": true,
  "excludeOriginalAuthor": false,
  "verifiedOnly": false,
  "blueVerifiedOnly": false,
  "hasMediaOnly": false,
  "outputMode": "full",
  "outputPreset": "flat",
  "fieldStyle": "source",
  "includeTargetMetadata": true,
  "useSearch": false,
  "includeOriginalTweet": false,
  "includeRaw": false
}
```

## Output

```json
{
  "rootTweetId": {
    "label": "Conversation Root ID",
    "format": "string"
  },
  "parentReplyId": {
    "label": "Parent Reply ID",
    "format": "string"
  },
  "depth": {
    "label": "Reply Depth",
    "format": "integer"
  },
  "id": {
    "label": "Reply ID",
    "format": "string"
  },
  "authorUsername": {
    "label": "Author Username",
    "format": "string"
  },
  "text": {
    "label": "Reply Text",
    "format": "string"
  },
  "createdAt": {
    "label": "Created At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [X (Twitter) Reply Scraper | $0.15/1K Replies | Pay-Per Result](https://apify.com/xquik/x-reply-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xquik/x-reply-scraper) to learn more, explore other use cases, and run it yourself.