User Tweets
Tweets
User Tweets
Returns a paginated list of tweets posted by a specific user. Up to 20 tweets per page. Each tweet includes text, creation date, engagement metrics, view count, and nested data for replies, quotes, and retweets when available. Provide either link (profile URL) or user_id.
POST
User Tweets
Authorizations
Body
application/json
link or user id required, next_cursor optional
Pagination cursor from a previous response.
Example:
"ASDJKHFJWQE123Q"
Numeric Twitter/X user ID. Provide either link or user_id.
Example:
"123"
Full URL of the user's profile. Provide either link or user_id.
Example:
"https://twitter.com/username"
Twitter/X handle of the user. Provide either link or username.
Example:
"username"