v1

latestOpenAPI 3.0.32026-07-213841124.9 KB
Tweets

User Tweets

Returns a list of tweets posted by a specific user. You provide the user’s profile link, and the endpoint returns tweet data such as text, post time, engagement counts, view count, and basic context like replies, quotes, and retweets (with nested tweet/user info when available).

With each request returning up to 20 tweets. If there are more results, you will also receive a next_cursor to load the next page.

Use cases:

SaaS dashboards showing a user’s latest posts; analytics tools collecting tweets for engagement tracking and content analysis; marketing teams reviewing a creator’s recent posts before outreach; moderation or compliance tools checking recent activity for specific keywords; developers building infinite scroll or batch processing using next_cursor.

post/user-tweets

Request body

linkstring
next_cursorstring
user_idstring

Example request

{
  "link": "https://twitter.com/username",
  "next_cursor": "ASDJKHFJWQE123Q",
  "user_id": "123"
}

Response

OK

next_cursorstring