Read public replies for a referenced X post.
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.
| Parameter | Format | Example | Required |
|---|---|---|---|
url | string | https://x.com/user/status/123 | Yes |
| Field | Type | Description |
|---|---|---|
replyCount | number | Total number of public replies fetched |
topReplyAuthor | string | The author of the most-engaged reply |
latestReplyAt | string | Timestamp of the most recent reply |
url: "https://x.com/user/status/123"
# 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
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
| OAuth required | No |
| Managed auth | Included, no API key needed |
| Bring your own key (BYOK) | Not supported in v1 |
| Audit logged | Every request is logged with input, result, cost, and timestamps |
| Training acknowledgment | Not required |
Admins can restrict this connector via blacklist or whitelist in the admin panel.
Check the sentiment and volume of replies after posting a launch tweet.
Identify active repliers who might be interested in your product.
The connector returns the most recent batch of public replies. The exact count depends on post activity and the current fetch window.
Not in v1. The connector returns all recent public replies for the given post.
Read and summarize a public X or Twitter post with a compact Markdown result.
Read public X article pages with normalized title, author, and excerpt output.
Run advanced X search queries and normalize the top matching public posts.