# How to Scrape Public Replies to a Viral Serenity Tweet

**Use case:** 

Use TwexAPI's recommended replies/page endpoint to save Serenity tweet replies page bU page, then analyze repeated questions, pushback, cited evidence, and high

## Input

```json
{
  "conversationIds": [
    "2074494514061017508"
  ],
  "queryType": "Latest",
  "maxItems": 30
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "text": {
    "label": "Text"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Reply Scraper | $0.2/1K Tweets | Pay-Per Result ｜ 2025](https://apify.com/fastcrawler/twitter-reply-scraper-0-2-1k-tweets-pay-per-result-2025) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/twitter-reply-scraper-0-2-1k-tweets-pay-per-result-2025) to learn more, explore other use cases, and run it yourself.