scrumball-openapi
  1. tiktok
scrumball-openapi
  • Scrumball-API
  • Code-状态码
  • tiktok
    • 用户信息
      GET
    • 用户视频
      GET
    • 相似用户推荐
      GET
  • instagram
    • 用户信息
      GET
    • 用户贴文
      GET
    • 相似用户推荐
      GET
  • youtube
    • 用户信息
      GET
    • 用户视频
      GET
    • 相似用户推荐
      GET
  • 受众画像(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
    • 用户信息
      GET
    • 用户视频
      GET
    • 视频详情
      GET
    • 视频徽标数据
      GET
    • 视频聊天消息
      GET
    • 视频下载URL
      GET
    • 搜索类别
      POST
    • 搜索频道
      POST
    • 搜索直播
      POST
    • 监控用户直播
      POST
    • 获取监控任务列表
      GET
    • 获取监控直播列表
      GET
    • 获取直播观众人数变化
      GET
  1. tiktok

用户视频

GET
/api/v1/tiktok/user/videos

请求参数

Authorization
or
Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.scdata.cc/api/v1/tiktok/user/videos?unique_id=nike&publish_at_start=2025-01-01&publish_at_end=2025-01-31&video_id=7437208265911455006&is_paid=1&page&page_size' \
--header 'Authorization: '

返回响应

🟢200成功示例
application/json
成功示例
Body

示例
{
    "success": true,
    "code": 200,
    "message": "请求成功",
    "data": {
        "items": [
            {
                "video_id": "7508413737670413614",
                "description": "Things you might experience on Fly Vini Airlines with captain @Vini Jr.: speed, samba and smiles. #NikeFootball ",
                "video_url": "https://www.tiktok.com/@nike/video/7508413737670413614",
                "cover_url": "https://img.scrumball.cn/tiktok/FuaboiN2W8mT6WnSCI9Qs1Ywo9LE?imageView2/2/w/300",
                "duration_second": 32,
                "tags": [
                    "nikefootball"
                ],
                "publish_at": "2025-05-26 00:00:39",
                "view_count": 188037,
                "share_count": 293,
                "like_count": 8058,
                "comment_count": 162,
                "like_rate": "0.04",
                "view_follower_rate": "0.03",
                "engagement_rate": "4.53",
                "video_author_nickname": "Nike",
                "video_author_unique_id": "nike",
                "video_author_url": "https://www.tiktok.com/@nike",
                "video_author_follower_count": 7393587,
                "last_update_at": "2025-06-06 15:43:28"
            }
        ],
        "total": 704,
        "page": 1,
        "page_size": 1,
        "total_pages": 704
    }
}
🟠422无法处理的实体
上一页
用户信息
下一页
相似用户推荐
Built with