fetch_creator_images
Download creator media from Douyin, Weibo, or Bilibili by handle, UID, nickname, or profile URL; narrow results by media type or content theme.
Instructions
Download creator media from Douyin, Weibo or Bilibili, NOT a post ID. Douyin accepts an exact account handle/UID/sec_uid via creator_id, an exact nickname via creator_name, or a full profile URL via profile_url. If a Douyin handle or nickname cannot be found, retry with the complete https://www.douyin.com/user/ profile URL because it is more stable. Weibo and Bilibili accept numeric UID or full profile URL. media_type=images downloads image galleries, media_type=videos downloads original video files, and media_type=all returns both. By default this is fast account-only retrieval with no semantic or visual filtering. To keep only a content theme, provide content_query; the service classifies coarse objects such as person, clothing, landscape, scene, architecture and body regions, then applies include/exclude/required rules. Use filter_mode=optional to fall back when the local model is unavailable, or required to fail closed. Downloads are bounded by max_posts and max_images. Repeat with resume=true and the same options to continue pending media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | recent | |
| since | No | ||
| until | No | ||
| cursor | No | ||
| resume | No | ||
| download | No | ||
| platform | Yes | ||
| max_posts | No | ||
| min_width | No | ||
| safe_mode | No | ||
| creator_id | No | ||
| max_images | No | ||
| media_type | No | images | |
| min_height | No | ||
| output_dir | No | ||
| filter_mode | No | off | |
| profile_url | No | ||
| creator_name | No | ||
| quality_mode | No | fast | |
| content_query | No | ||
| max_concurrency | No | ||
| include_video_covers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||