GET /v1/weibo/web_v2/fetch_user_recommend_timeline
Get user recommend timeline
stable · 2 credits per success
Get recommended timeline content from Weibo homepage, displaying personalized recommendations based on user interests.;refresh: Refresh type (0=normal refresh, 1=force refresh);group_id: Group ID (can be obtained through fetch_all_groups);containerid: Container ID (usually same as group_id);extparam: Extended parameters (default "discover|new_feed");max_id: Pagination cursor, pass "0" for first r…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| count | integer | query | no | 获取数量 | 10 |
| max_id | string | query | no | 最大ID | 0 |
| refresh | integer | query | no | 刷新类型,0=正常刷新,1=强制刷新 | 0 |
| extparam | string | query | no | 扩展参数 | discover|new_feed |
| group_id | string | query | no | 分组ID | 102803 |
| containerid | string | query | no | 容器ID | 102803 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.