1. search
scrumball-openapi
  • Scrumball-API
  • Code-状态码
  • tiktok
    • 用户信息
      GET
    • 用户视频
      GET
    • 合作品牌
      GET
    • 相似用户推荐
      GET
    • 用户top10 hashtag互动数据
      GET
  • instagram
    • 用户信息
      GET
    • 用户贴文
      GET
    • 合作品牌
      GET
    • 相似用户推荐
      GET
    • 用户top10 hashtag互动数据
      GET
  • youtube
    • 用户信息
      GET
    • 用户视频
      GET
    • 合作品牌
      GET
    • 相似用户推荐
      GET
    • 用户top10 hashtag互动数据
      GET
  • search
    • 搜索youtube用户
      POST
    • 搜索youtube视频
      POST
    • 搜索tiktok用户
      POST
    • 搜索tiktok视频
      POST
    • 搜索instagram用户
      POST
    • 搜索instagram帖文
      POST
  • 受众画像(audience)
    • YouTube
      • 地理位置(geography)
      • 语言(language)
      • 年龄(age)
      • 性别(gender)
      • 整体性别(gender overall)
      • 兴趣(interest)
      • 互动行为(interactive behavior)
      • 营销路径(brand opportunities)
      • 社交人格(content style)
      • 粉丝真实性(follower authenticity)
      • 评级等级(rating tier)
    • TikTok
      • 地理位置(geography)
      • 语言(language)
      • 年龄(age)
      • 性别(gender)
      • 整体性别(gender overall)
      • 兴趣(interest)
      • 互动行为(interactive behavior)
      • 营销路径(brand opportunities)
      • 设备占比(device)
      • 社交人格(content style)
      • 粉丝真实性(follower authenticity)
      • 评级等级(rating tier)
    • Instagram
      • 地理位置(geography)
      • 语言(language)
      • 年龄(age)
      • 性别(gender)
      • 整体性别(gender overall)
      • 兴趣(interest)
      • 互动行为(interactive behavior)
      • 营销路径(brand opportunities)
      • 设备占比(device)
      • 社交人格(content style)
      • 粉丝真实性(follower authenticity)
      • 评级等级(rating tier)
  • twitch
    • 用户信息
    • 用户视频
    • 视频详情
    • 视频徽标数据
    • 视频聊天消息
    • 视频下载URL
    • 搜索类别
    • 搜索频道
    • 搜索直播
    • 监控用户直播
    • 获取监控任务列表
    • 获取监控直播列表
    • 获取直播观众人数变化
  • 视频监测
    • 创建视频监测任务
    • 获取视频监测任务列表
    • 获取视频监测任务详情
    • 停止视频监测任务
    • 手动刷新视频监测数据
  • billing
    • 用量
  1. search

搜索tiktok视频

POST
/api/v1/search/tiktok/video

请求参数

Authorization
or
Header 参数

Body 参数application/json必填

示例
{
    "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,
    "author_unique_id": "string",
    "has_product": 0,
    "duration_min": 0,
    "duration_max": 0,
    "sort_by": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.scdata.cc/api/v1/search/tiktok/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,
    "author_unique_id": "string",
    "has_product": 0,
    "duration_min": 0,
    "duration_max": 0,
    "sort_by": "string"
}'

返回响应

🟢200成功
application/json
Successful Response
Body

示例
{
    "success": true,
    "code": 200,
    "message": "请求成功",
    "data": {
        "items": [
            {
                "video_id": "string",
                "description": "string",
                "create_at": "2019-08-24T14:15:22.123Z",
                "author_uid": "string",
                "author_unique_id": "string",
                "author_nickname": "string",
                "author_avatar": "string",
                "author_follower_count": 0,
                "language": "string",
                "region": "string",
                "cover_url": "string",
                "duration": "string",
                "share_count": 0,
                "like_count": 0,
                "comment_count": 0,
                "play_count": 0,
                "engagement_rate": "string",
                "author": {
                    "author_uid": "string",
                    "author_unique_id": "string",
                    "author_nickname": "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
    }
}
🟠422无法处理的实体
上一页
搜索tiktok用户
下一页
搜索instagram用户
Built with