← 返回
数据分析 Key 中文

tiktok-scraper

Access live TikTok data via the CreatorCrawl API. Look up creator profiles, search videos, pull comments and transcripts, track trending hashtags, discover p...
通过 CreatorCrawl API 访问实时 TikTok 数据。查询创作者资料,搜索视频,提取评论和字幕,追踪热门话题标签,发现更多内容。
simonbalfe
数据分析 clawhub v1.0.0 1 版本 99865 Key: 需要
★ 0
Stars
📥 740
下载
💾 39
安装
1
版本
#latest

概述

CreatorCrawl TikTok Data

Access live TikTok data: creator profiles, video analytics, comments, transcripts, search, trending content, and songs. 19 endpoints, structured JSON responses, no scraping required.

Setup

Get a free API key at https://creatorcrawl.com (250 free credits, no card required). Set the CREATORCRAWL_API_KEY environment variable.

How to call the API

Use curl for all requests. Authenticate with the x-api-key header. Base URL: https://creatorcrawl.com.

curl -s -H "x-api-key: $CREATORCRAWL_API_KEY" \
  "https://creatorcrawl.com/api/tiktok/profile?handle=charlidamelio"

All responses are JSON. Errors return { "success": false, "error": "message" } with status 400 (bad params), 401 (unauthorized), 402 (no credits), or 502 (upstream).

Endpoints

Profiles

GET /api/tiktok/profile — Get a creator's profile, stats, and recent videos.

ParamRequiredDescription
------------------------------
handleyesTikTok handle (without @)

Returns: user info (id, uniqueId, nickname, signature, verified), stats (followerCount, followingCount, heartCount, videoCount), and recent videos.

GET /api/tiktok/profile/videos — Get a creator's videos with pagination and sorting.

ParamRequiredDescription
------------------------------
handleyesTikTok handle
sort_bynolatest or popular
max_cursornoPagination cursor from previous response
regionno2-letter country code

Returns: aweme_list with statistics (play_count, digg_count, comment_count, share_count), author info, music info. Paginate with max_cursor.

GET /api/tiktok/user/followers — Get a creator's followers (paginated).

ParamRequiredDescription
------------------------------
handleyes (or user_id)TikTok handle
user_idyes (or handle)User ID (faster)
min_timenoPagination cursor

GET /api/tiktok/user/following — Get accounts a creator follows.

ParamRequiredDescription
------------------------------
handleyesTikTok handle
min_timenoPagination cursor

GET /api/tiktok/user/live — Check if a creator is live streaming.

ParamRequiredDescription
------------------------------
handleyesTikTok handle

Videos

GET /api/tiktok/video — Get full video details.

ParamRequiredDescription
------------------------------
urlyesTikTok video URL
get_transcriptnotrue to include transcript
regionno2-letter country code

Returns: aweme_detail with statistics, author, music, video dimensions, hashtags, and optional transcript.

GET /api/tiktok/video/comments — Get video comments (paginated).

ParamRequiredDescription
------------------------------
urlyesTikTok video URL
cursornoPagination cursor

Returns: comments with text, digg_count, reply_comment_total, nested replies.

GET /api/tiktok/video/transcript — Get video transcript text.

ParamRequiredDescription
------------------------------
urlyesTikTok video URL
languageno2-letter language code (en, es, fr)
use_ai_as_fallbacknotrue for AI transcription (under 2 min videos)

Search

GET /api/tiktok/search/keyword — Search videos by keyword.

ParamRequiredDescription
------------------------------
queryyesSearch keyword
date_postednoyesterday, this-week, this-month, last-3-months, last-6-months, all-time
sort_bynorelevance, most-liked, date-posted
regionno2-letter country code
cursornoPagination cursor

GET /api/tiktok/search/hashtag — Search videos by hashtag.

ParamRequiredDescription
------------------------------
hashtagyesHashtag without #
regionno2-letter country code
cursornoPagination cursor

GET /api/tiktok/search/users — Search TikTok users.

ParamRequiredDescription
------------------------------
queryyesSearch query
cursornoPagination cursor

GET /api/tiktok/search/top — Top search results (videos + photo carousels).

ParamRequiredDescription
------------------------------
queryyesSearch keyword
publish_timenoyesterday, this-week, this-month, last-3-months, last-6-months, all-time
sort_bynorelevance, most-liked, date-posted
regionno2-letter country code
cursornoPagination cursor

Trending

GET /api/tiktok/get-trending-feed — Get trending feed for a region.

ParamRequiredDescription
------------------------------
regionyes2-letter country code (US, GB, FR, etc.)

GET /api/tiktok/videos/popular — Get popular videos across TikTok.

ParamRequiredDescription
------------------------------
periodno7 or 30 (days)
pagenoPage number
orderBynolike, hot, comment, repost
countryCodenoCountry code

GET /api/tiktok/creators/popular — Discover popular creators with filters.

ParamRequiredDescription
------------------------------
pagenoPage number
sortBynoengagement, follower, avg_views
followerCountno10K-100K, 100K-1M, 1M-10M, 10M+
creatorCountrynoCreator's country code
audienceCountrynoAudience country code

GET /api/tiktok/hashtags/popular — Get trending hashtags.

ParamRequiredDescription
------------------------------
periodno7, 30, or 120 (days)
pagenoPage number
countryCodenoCountry code
newOnBoardnoOnly newly trending
industrynoe.g. beauty-and-personal-care, food-and-beverage, tech-and-electronics

Songs

GET /api/tiktok/song — Get song details by clip ID.

ParamRequiredDescription
------------------------------
clipIdyesClip ID (not song ID)

GET /api/tiktok/song/videos — Get videos using a specific song.

ParamRequiredDescription
------------------------------
clipIdyesClip ID from song URL
cursornoPagination cursor

GET /api/tiktok/songs/popular — Get popular/surging songs (can take up to 30s).

ParamRequiredDescription
------------------------------
pagenoPage number
timePeriodno7, 30, or 130 (days)
rankTypenopopular or surging
newOnBoardnoNew to top 100
commercialMusicnoApproved for business use
countryCodenoCountry code

Pagination

Paginated endpoints return a cursor field (cursor, min_time, or max_cursor depending on the endpoint). Pass it back as a query param for the next page. Stop when the cursor is empty/null or no more items are returned.

Pricing

1 credit per API call. Free signup gives 250 credits. Paid packs: Starter ($29/5k credits), Pro ($99/20k credits), Scale ($299/100k credits). Credits never expire, no rate limits.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 19:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,611
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,000
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,175