weibo/web-v2/user-posts
Get the list of posts published by specified user, support pagination and multiple data detail levels.
Input
Idle
Example output — click Run to generate your own
API README
Get Weibo user posts
Purpose:
- Get the list of posts published by specified user, support pagination and multiple data detail levels. Parameters:
- uid: User ID (required)
- page: Page number, starts from 1 (default 1)
- feature: Data feature value (default 0)
- 0: Return 10 basic posts
- 1: Return 20 extended posts
- 2: Return 20 image-related posts
- 3: Return 20 complete posts
- since_id: Pagination identifier for next page Return:
- Post list data, including post content, images, videos, etc.
- Contains since_id field for pagination Note:
- feature=0 has best performance, feature=3 has most complete data
[Example]
uid = "7277477906" page = 1 feature = 0
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

