weibo/web-v2/user-original-posts
Get original posts published by specified user (excluding reposts).
Input
Idle
Example output — click Run to generate your own
API README
Get Weibo user original posts
Purpose:
- Get original posts published by specified user (excluding reposts). Parameters:
- uid: User ID (required)
- page: Page number, starts from 1 (default 1)
- since_id: Pagination identifier (first page must get from fetch_user_posts) Return:
- Original post list, including content, images, videos, interaction data Note:
- Difference from fetch_user_posts: this API only returns original posts, excludes reposts
- since_id must be obtained from fetch_user_posts first, required for first page, not needed for subsequent pages
[Example]
uid = "7277477906" page = 1 since_id = "4924526881242703" # from fetch_user_posts response
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

