Read and summarize a public X or Twitter post with a compact Markdown result.
Reading X/Twitter posts programmatically requires the official API with rate limits, OAuth tokens, and JSON parsing. This connector takes a single post URL and returns the author, post date, and a structured summary — formatted as Markdown, ready for your agent workflow.
| Parameter | Format | Example | Required |
|---|---|---|---|
url | string | https://x.com/verabornyakov/status/1234567890 | Yes |
| Field | Type | Description |
|---|---|---|
author | string | The handle and display name of the post author |
postedAt | string | When the post was published (ISO 8601) |
summary | string | A structured summary of the post content |
url: "https://x.com/verabornyakov/status/1234567890"
# X Post Read - Author: @verabornyakov - Posted: 2026-03-08T14:22:00Z - Summary: The author discusses three underrated SEO strategies for SaaS companies: programmatic content clusters, internal link optimization, and leveraging changelog pages for organic traffic.
The post is a thread starter about SaaS SEO tactics. The summary captures the main points without needing to visit X directly.
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.
Feed the post URL and get a structured summary you can paste into a newsletter.
Automate daily reads of key posts from competitor accounts.
Read multiple posts and compile talking points for a blog article.
No. Only publicly visible posts are supported.
No. It reads a single post. For replies, use the X Post Replies Read connector.
Standard X/Twitter post URLs: https://x.com/user/status/123 or https://twitter.com/user/status/123.
High-volume usage can hit temporary throttling. Vernclaw retries when possible and otherwise returns an error.
Read public replies for a referenced X post.
Read public X article pages with normalized title, author, and excerpt output.
Run advanced X search queries and normalize the top matching public posts.