Social Readerssync3 creditsX repliesTwitter repliessocial listening

X Post Replies Read

Read public replies for a referenced X post.

What it does

Understanding the conversation around a post often matters more than the post itself. This connector fetches public replies for a given X post URL — returning reply count, top reply author, and latest reply timestamp as structured Markdown.

Inputs

ParameterFormatExampleRequired
urlstringhttps://x.com/user/status/123Yes

Outputs

FieldTypeDescription
replyCountnumberTotal number of public replies fetched
topReplyAuthorstringThe author of the most-engaged reply
latestReplyAtstringTimestamp of the most recent reply

Example output

Input

url: "https://x.com/user/status/123"

Output

# X Post Replies
- Original Post: https://x.com/user/status/123
- Reply Count: 24
- Top Reply Author: @seoexpert
- Latest Reply: 2026-03-09T08:15:00Z

What it means

The post received 24 public replies. The most-engaged reply came from @seoexpert, suggesting the topic resonated with the SEO community.

Last tested: 2026-03-10

How to install

Via CLI

$ vernclaw-cli invoke read.x.replies --url <value>

Via web

  1. Visit the connector catalog and find X Post Replies Read.
  2. Click Install connector and acknowledge any training requirements.
  3. Complete authorization if prompted.
  4. Use the connector from Chat or the CLI.

Auth and permissions

OAuth requiredNo
Managed authIncluded, no API key needed
Bring your own key (BYOK)Not supported in v1
Audit loggedEvery request is logged with input, result, cost, and timestamps
Training acknowledgmentNot required

Admins can restrict this connector via blacklist or whitelist in the admin panel.

Limits and edge cases

  • Only public replies are returned. Replies from protected accounts are excluded.
  • Very popular posts may have thousands of replies — only the most recent batch is fetched.
  • Deleted replies will not appear in results.

Common use cases

Gauge audience reaction to a product announcement

Check the sentiment and volume of replies after posting a launch tweet.

Find engaged commenters for outreach

Identify active repliers who might be interested in your product.

Frequently asked questions

How many replies are returned?

The connector returns the most recent batch of public replies. The exact count depends on post activity and the current fetch window.

Can I filter replies by keyword?

Not in v1. The connector returns all recent public replies for the given post.

Related connectors

Agent-friendly links