{
"page": 1,
"page_size": 20,
"query": "string",
"categorys": [
0
],
"locations": [
"string"
],
"follower_count_min": 0,
"follower_count_max": 0,
"create_at_start": "2019-08-24T14:15:22.123Z",
"create_at_end": "2019-08-24T14:15:22.123Z",
"avg_engagement_rate_min": 0,
"avg_engagement_rate_max": 0,
"avg_comment_count_min": 0,
"avg_comment_count_max": 0,
"avg_like_count_min": 0,
"avg_like_count_max": 0,
"avg_play_count_min": 0,
"avg_play_count_max": 0,
"engagement_rate_min": 0,
"engagement_rate_max": 0,
"comment_count_min": 0,
"comment_count_max": 0,
"like_count_min": 0,
"like_count_max": 0,
"play_count_min": 0,
"play_count_max": 0,
"gender": 0,
"recent_month_publish_count_min": 0,
"recent_month_publish_count_max": 0,
"has_email": 0,
"languages": [
"string"
],
"creative_form": 0,
"unique_author": 0,
"channel_id": "string",
"video_type": 0,
"duration_min": 0,
"duration_max": 0,
"sort_by": "string"
}curl --location --request POST 'https://openapi.scdata.cc/api/v1/search/youtube/video' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"page_size": 20,
"query": "string",
"categorys": [
0
],
"locations": [
"string"
],
"follower_count_min": 0,
"follower_count_max": 0,
"create_at_start": "2019-08-24T14:15:22.123Z",
"create_at_end": "2019-08-24T14:15:22.123Z",
"avg_engagement_rate_min": 0,
"avg_engagement_rate_max": 0,
"avg_comment_count_min": 0,
"avg_comment_count_max": 0,
"avg_like_count_min": 0,
"avg_like_count_max": 0,
"avg_play_count_min": 0,
"avg_play_count_max": 0,
"engagement_rate_min": 0,
"engagement_rate_max": 0,
"comment_count_min": 0,
"comment_count_max": 0,
"like_count_min": 0,
"like_count_max": 0,
"play_count_min": 0,
"play_count_max": 0,
"gender": 0,
"recent_month_publish_count_min": 0,
"recent_month_publish_count_max": 0,
"has_email": 0,
"languages": [
"string"
],
"creative_form": 0,
"unique_author": 0,
"channel_id": "string",
"video_type": 0,
"duration_min": 0,
"duration_max": 0,
"sort_by": "string"
}'{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"items": [
{
"video_id": "string",
"title": "string",
"description": "string",
"cover_url": "string",
"create_at": "2019-08-24T14:15:22.123Z",
"duration": "string",
"video_url": "string",
"channel_title": "string",
"channel_id": "string",
"channel_avatar": "string",
"channel_follower_count": 0,
"video_type": "string",
"category_id": 0,
"like_count": 0,
"comment_count": 0,
"play_count": 0,
"engagement_rate": "string",
"channel": {
"channel_id": "string",
"title": "string",
"avatar": "string",
"country": "string",
"gender": "string",
"follower_count": 0,
"avg_engagement_rate": "string",
"avg_play_count": "string",
"video_count": 0,
"evaluation_min": "string",
"evaluation_max": "string"
}
}
],
"total": 0,
"page": 0,
"page_size": 0,
"total_pages": 0
}
}