GET /v1/tiktok/app/v3/fetch_user_follower_list
Get follower list of specified user
stable · 2 credits per success
Get follower list of specified user;user_id: User ID, this is a pure numeric version of the user ID (one of user_id and sec_user_id);sec_user_id: User sec_user_id, this is a mixed letter and number version ID (one of user_id and sec_user_id);count: Number, do not exceed 20, keep it fixed.;min_time: Minimum time for paging, use default value 0 for the first request, and use the min_time value retu…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| count | integer | query | no | 数量 | 20 |
| user_id | string | query | no | 用户ID | 7486586574684881927 |
| min_time | integer | query | no | 最小时间,用于翻页 | 0 |
| page_token | string | query | no | 翻页token | demo |
| sec_user_id | string | query | no | 用户sec_user_id | MS4wLjABAAAA0lKrE0cVLLZCnVil-n-YEZlOoik9oeO3zOYQ08dqOEOw2pRSXWJdcSFw7lZeZcSP |
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.