search_videos
Find Douyin videos by keyword, with filters for search type, sorting, publish time, and pagination to precisely locate relevant content.
Instructions
Search for Douyin videos by keyword.
Args: keyword: Search keyword offset: Pagination offset (default 0) count: Number of results per page (default 10, max 20) search_channel: Search type - "general", "video", "user", or "live" sort_type: Sort order - 0 (general), 1 (most liked), 2 (latest) publish_time: Time filter - 0 (unlimited), 1 (1 day), 7 (1 week), 180 (6 months)
Returns: dict containing search results with video list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| keyword | Yes | ||
| sort_type | No | ||
| publish_time | No | ||
| search_channel | No | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||