x_post
Retrieve detailed data from any X post: engagement metrics (views, retweets, likes, bookmarks), full content, timestamp, and complete author profile. Requires numeric tweet ID.
Instructions
Extracts detailed data for any X (Twitter) post, including engagement metrics (views, retweets, quotes, likes, bookmarks), full post content, timestamp, and complete author profile information. [Credits: 5 API credits per successful request] Notes: tweetId is the numeric status ID segment from the tweet permalink. Returns: { tweet_id, post_url, tweet, created_at, views, retweets, quotes, likes, bookmarks, profile_name, profile_handle, profile_url, profile_picture, description, location, followers_count, following_count, likes_count, statuses_count, is_blue_verified }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweetId | Yes | The numeric tweet ID of the X post to scrape. Found in the post URL, e.g. for `twitter.com/i/web/status/1655608985058267139`, the ID is `1655608985058267139`. |