Douyin Scraper ✅ Xingtu Influencer Analytics avatar

Douyin Scraper ✅ Xingtu Influencer Analytics

Pricing

from $2.40 / 1,000 video search results

Go to Apify Store
Douyin Scraper ✅ Xingtu Influencer Analytics

Douyin Scraper ✅ Xingtu Influencer Analytics

Scrape Douyin (抖音) by keyword or URL: video search with likes, comments and shares; full profiles; single video detail; comments; danmaku; real-time trends; plus Xingtu influencer analytics and creator advertising rate cards. No cookies, no login. Pay only for results returned.

Pricing

from $2.40 / 1,000 video search results

Rating

0.0

(0)

Developer

Atomus APIs

Atomus APIs

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

a day ago

Last modified

Share

The Douyin Scraper extracts public data from Douyin (抖音), China's version of TikTok, by keyword or URL, with no cookies and no login. Get video search results, profiles, video details, comments, danmaku (bullet comments), and real-time trends, plus Xingtu (星图) influencer analytics and creator advertising rate cards. You pay only for results returned.

Most Douyin scrapers only download videos. This one is built for research, marketing, and influencer discovery, and it is the affordable way to pull the same Xingtu creator data that brands use to plan Douyin sponsorship campaigns.

What does this Douyin Scraper do?

Pick a mode, paste your inputs, and get clean structured JSON. Each mode is billed separately, only on results returned.

ModeWhat you getInput
Keyword searchVideos matching a keyword, with author and engagement statskeywords
Video detailFull metadata and stats for a single videovideo URL / ID
User profileFollower, following, likes counts, bio, handleprofile URL / sec_user_id
User's postsA creator's recent videos with full statsprofile URL / sec_user_id
Video commentsComments with likes, replies, and authorvideo URL / ID
Danmaku (弹幕)On-screen bullet comments with timestampsvideo URL / ID
TrendsReal-time hot-search words and the hot-video billboardnone
Xingtu creator searchDiscover creators by keyword, with metrics and a rate-card price previewkeywords
Xingtu creator analyticsCreator core metrics, audience and fan portraits, growth trendcreator handle (抖音号)
Xingtu rate cardCreator advertising prices by video lengthcreator handle (抖音号)

What data can you extract from Douyin?

  • Videos: video ID, description, create time, share URL, cover, duration, a free mp4 download URL, and full engagement stats (likes/diggs, comments, collects, shares, plays, recommends), plus author (nickname, handle, sec_user_id).
  • Profiles: nickname, unique_id (抖音号), sec_user_id, signature, follower/following counts, video count, total likes.
  • Comments: text, like count, reply count, author, create time.
  • Danmaku: text and the on-screen timestamp (offset) of each bullet comment.
  • Trends: ranked hot-search words with hot value and view count, and the hot-video billboard (play/like/fan counts).
  • Xingtu analytics: creator core metrics, average plays, category, city, audience and fan distribution, and daily follower-growth trend.
  • Xingtu rate card: advertising price per video-duration tier (e.g. 1-20s, 21-60s, 60s+), in RMB, with the original and current price.

How do I scrape Douyin?

  1. Open the actor and pick a mode under 🎯 What to scrape.
  2. Fill the input that mode needs: keywords for search, video URLs for detail/comments/danmaku, profile URLs for profiles, or a creator handle (抖音号) for the two Xingtu modes.
  3. Set Max results for the paginated modes (search, comments, danmaku, trends).
  4. Click Start. Results stream into the dataset as they are found.
  5. Download the results from the Storage tab, or fetch them via the Apify API.

Input

FieldUsed byDescription
searchTypeallThe mode to run.
keywordssearch, creator-searchOne or more search terms, e.g. 美食, 旅行.
videoUrlsvideo-detail, comments, danmakuDouyin video URLs, share links, or bare numeric IDs.
userUrlsprofile, user-postsDouyin profile URLs or bare sec_user_id values.
creatorHandlesxingtu-analytics, rate-cardDouyin handles (抖音号 / unique_id), e.g. XiaoZhenlla.
maxItemssearch, user-posts, comments, danmaku, trends, creator-searchMax results per keyword/target (default 20).
sortType, publishTime, duration, contentTypesearchOptional free filters.

Supported video references: a full URL (https://www.douyin.com/video/7628908247805725986), a share link, or a bare numeric aweme ID. Supported profile references: a profile URL (https://www.douyin.com/user/MS4w...) or a bare sec_user_id.

Output

One record per result, tagged with its searchType. Example (keyword search):

{
"searchType": "search",
"keyword": "美食",
"awemeId": "7628908247805725986",
"url": "https://www.douyin.com/video/7628908247805725986",
"desc": "五星级酒店桌桌必点的美食!",
"createTime": 1730000000,
"downloadUrl": "https://v3-search.douyinvod.com/...mp4",
"stats": { "diggCount": 1201980, "commentCount": 50077, "collectCount": 131748, "shareCount": 1169447, "playCount": 0, "recommendCount": 33295 },
"author": { "secUid": "MS4w...", "uid": "2507361040475383", "nickname": "小珍来咯", "uniqueId": "XiaoZhenlla" }
}

Xingtu rate card (one record per creator, prices in RMB):

{
"searchType": "rate-card",
"handle": "XiaoZhenlla",
"kolId": "7265712290765209612",
"priceTiers": [
{ "desc": "1-20s视频", "priceRmb": 1500, "originPriceRmb": 1500, "settlementDesc": "固定价格", "videoType": 1 },
{ "desc": "21-60s视频", "priceRmb": 1500 },
{ "desc": "60s以上视频", "priceRmb": 1800 }
]
}

Output fields reference

FieldModesMeaning
searchTypeallThe mode that produced the row.
awemeId, url, desc, createTime, shareUrlsearch, video-detailVideo identity.
downloadUrlsearch, video-detailFree mp4 download URL (Douyin CDN; can expire).
stats.*search, video-detaildiggCount, commentCount, collectCount, shareCount, playCount, recommendCount.
author.*search, video-detail, user-postssecUid, uid, nickname, uniqueId, avatarUrl, signature, verified, followerCount, awemeCount, totalFavorited — read free from the embedded author (partial: search carries the follower count, video-detail carries the post/like totals). For the complete, consistent author use the profile mode.
music.*search, video-detail, user-postsTrack intelligence: id, title, author, isOriginal, playUrl.
hashtags[], mentions[]search, video-detail, user-postsCaption hashtags + @mentions.
videoTags[]search, video-detail, user-postsServer content taxonomy (3 levels: id, name, level).
region, city, pinnedsearch, video-detail, user-postsGeo tags + pinned-post flag.
nickname, uniqueId, followerCount, followingCount, awemeCount, totalFavorited, signatureprofileProfile stats.
avatarUrl, verified, verifyReason, ipLocation, gender, province, mplatformFollowersprofileIdentity, verification badge, geo, cross-platform followers.
text, diggCount, replyCount, usercommentsComment content.
text, offsetTimeMsdanmakuBullet comment + on-screen time.
word, hotValue, viewCount, ranktrends (hot-search)Trending words.
title, playCount, likeCount, fansCount, ranktrends (hot-video)Billboard videos.
follower, avgPlay, city, categoryId, fansDistribution, dailyFansxingtu-analyticsCreator analytics.
uniqueId, secUid, isStar, eCommerceEnable, lowestPrice, grade, tagsxingtu-analyticsJoin keys back to the public profile + commercial-fit signals.
(video fields)user-postsSame shape as search rows: awemeId, stats, author, music, hashtags, videoTags, downloadUrl.
starId, nickname, follower, starIndex, priceRmb.*creator-searchCreator metrics + rate-card price preview.
expectedPlay, playOverRate30d, fansIncrement30d, ecomGmv30dRange, ecomScore, linkStarIndex, linkConvertIndexcreator-searchFull analytics block — the same numbers xingtu-analytics returns, delivered inline.
priceTiers[]rate-cardAdvertising prices by video-duration tier (RMB).

How much does it cost to scrape Douyin?

Billing is pay per result, per mode. A failed or empty lookup is free. Gold and higher Apify plans get 20% off.

ModePrice
Keyword search$0.003 / video
Video detail$0.004 / video
User profile$0.004 / profile
User's posts$0.003 / post
Video comments$0.002 / comment
Danmaku$0.002 / danmaku
Trends$0.002 / row
Xingtu creator search$0.01 / creator
Xingtu creator analytics$0.04 / creator
Xingtu rate card$0.08 / creator

Search and comments bill per row returned; profile, video detail, analytics, and rate card bill per target. Pulling one creator's full rate card costs $0.08; a typical influencer shortlist of 10 creators costs under $1.

Buy only what you need — the cheap modes already carry a lot. Xingtu creator search ($0.01) already returns each creator's core analytics (expected plays, engagement, e-commerce GMV range, performance indices) and a 3-tier video price preview. So you only need the pricier modes for the extra depth they add: creator analytics ($0.04) adds average plays, category, fan distribution and the daily-follower trend (two extra lookups); the rate card ($0.08) adds every advertising format beyond the 3 preview tiers — collection tasks, co-creation, downloads — plus settlement terms and list-vs-actual pricing. If the creator-search fields are enough, you do not need to buy those.

Xingtu (星图) influencer analytics: the differentiator

Xingtu is Douyin's official influencer-marketing platform. Its creator analytics and rate cards are the data brands use to size and price sponsorships, and this actor is the affordable way to pull it as structured data. Use it to build influencer shortlists, benchmark creator prices, and analyze audience fit, without a Xingtu enterprise account.

Use it with AI agents and MCP

This actor runs as a tool for AI agents through the Apify MCP server, so an assistant like Claude or ChatGPT can search Douyin, pull a creator's rate card, or analyze trends on your behalf. Point your MCP client at the Apify MCP server and call douyin-scraper like any other tool.

Use cases

  • Influencer discovery and pricing: find creators by keyword, then pull their Xingtu analytics and rate cards to shortlist and budget.
  • Competitor and content research: track a competitor's videos, engagement, and audience.
  • Trend monitoring: watch hot-search words and the hot-video billboard for content ideas.
  • Audience analysis: read fan and audience distribution for any Xingtu creator.
This Douyin ScraperCookie-based toolsOfficial Douyin API
Login / cookiesNot requiredRequired (and they expire)Enterprise approval
Xingtu analytics + rate cardsYesRarelyNo public access
SetupPaste a keyword or URLExtract and refresh cookiesBusiness onboarding
BillingPay per resultSubscriptionContract

Platform notes

  • Douyin data is Chinese-language; text fields are returned as-is (e.g. desc, nickname).
  • Xingtu modes take a Douyin handle (抖音号); the actor resolves it to the Xingtu creator ID automatically.
  • Every video result includes a free mp4 download URL from Douyin's CDN. The link can expire and may need a browser User-Agent when fetched; the actor returns the URL, it does not re-host the file.

FAQ

Do I need a Douyin account or cookies? No. Just run the actor.

How do I find a creator's handle? It is the 抖音号 (unique_id) on their profile, e.g. XiaoZhenlla.

What is Xingtu (星图)? Douyin's official influencer-marketing platform. Its creator analytics and rate cards are what brands use to plan sponsorships.

Is there an official Douyin API? There is no open public API for this data; official access requires enterprise onboarding. This actor reads public Douyin data without it.

Can I download videos? Yes. Every video result (search and video detail) includes a free mp4 download URL. The link is a Douyin CDN URL that can expire and may need a browser User-Agent to fetch; the actor returns the URL, it does not re-host the file.

Is it legal to scrape Douyin? The actor collects publicly available data. You are responsible for how you use it and for complying with applicable laws and Douyin's terms.

Disclaimer

This actor collects only publicly available data from Douyin. It is not affiliated with, endorsed by, or connected to Douyin or ByteDance. Use it in compliance with applicable laws, regulations, and Douyin's terms of service. You are responsible for how you use the data you collect.


抖音采集器 ✅ 星图达人分析

抖音采集器按关键词或链接采集抖音公开数据,无需 Cookie、无需登录。获取视频搜索、主页、视频详情、评论、弹幕、实时热榜,以及星图(星图)达人分析与广告报价。只为返回的结果付费。

多数抖音采集器只下载视频。本采集器面向研究、营销与达人发现,是获取品牌方规划抖音达人投放所用星图数据最实惠的方式。

这个抖音采集器能做什么?

选择模式、粘贴输入,即可获得干净的结构化 JSON。每个模式单独计费,只对返回的结果收费。

模式内容输入
关键词搜索匹配关键词的视频(含作者与互动数据)keywords
视频详情单个视频完整元数据与统计视频链接 / ID
用户主页粉丝/关注/获赞、简介、抖音号主页链接 / sec_user_id
用户作品达人最近发布的视频(含完整数据)主页链接 / sec_user_id
视频评论评论(含点赞、回复、作者)视频链接 / ID
弹幕带时间戳的屏幕弹幕视频链接 / ID
热榜实时热搜词 + 热门视频榜
星图达人搜索按关键词发现达人(含指标与报价预览)关键词
星图达人分析达人核心指标、受众与粉丝画像、涨粉趋势抖音号
星图达人报价达人按视频时长的广告报价抖音号

能从抖音提取哪些数据?

视频(ID、描述、互动数据、作者、免费 mp4 下载链接)、主页(粉丝/关注/获赞、抖音号)、评论、弹幕(含时间戳)、热榜(热搜词/热门视频)、星图达人分析(核心指标、受众与粉丝画像、涨粉趋势)、星图报价(按时长分档的广告价格,人民币)。

如何采集抖音?

  1. 选择模式。2. 填写该模式所需输入(关键词/视频链接/主页链接/抖音号)。3. 设置最大结果数(分页模式)。4. 点击开始。5. 在 Storage 下载结果,或用 Apify API 获取。

计费说明

按结果计费,失败或空结果免费,Gold 及以上套餐 8 折。

模式价格
关键词搜索$0.003 / 视频
视频详情$0.004 / 视频
用户主页$0.004 / 主页
视频评论$0.002 / 评论
弹幕$0.002 / 弹幕
热榜$0.002 / 条
星图达人搜索$0.01 / 达人
星图达人分析$0.04 / 达人
星图达人报价$0.08 / 达人

按需购买——便宜的模式已包含大量数据。 星图达人搜索($0.01)已返回每位达人的核心分析指标(预期播放、互动率、电商 GMV 区间、各项指数)以及三档视频报价预览。仅当需要更深数据时才购买更贵的模式:达人分析($0.04)额外提供平均播放、分类、粉丝画像分布与每日涨粉趋势(两次额外调用);达人报价($0.08)额外提供三档预览之外的全部广告形式(合集任务、共创、下载)及结算方式与刊例/实际价。若达人搜索的字段已够用,则无需购买这两项。

星图达人分析:核心差异

星图是抖音官方达人营销平台,其达人分析与报价是品牌方规划合作的依据。本采集器让你无需星图企业账号即可以结构化数据获取这些信息,用于达人筛选、报价对比与受众分析。

常见问题

需要账号或 Cookie 吗? 不需要。 在哪找达人抖音号? 主页上的抖音号(unique_id),如 XiaoZhenlla有官方 API 吗? 无开放公共 API;官方需企业接入。本采集器读取公开数据。 支持视频下载吗? 支持。每条视频结果都附带免费 mp4 下载链接(抖音 CDN,可能过期、抓取时可能需要浏览器 UA;仅返回链接,不转存文件)。 采集抖音合法吗? 仅采集公开数据;请遵守适用法律与抖音条款,并对使用方式负责。

免责声明

本采集器仅采集抖音公开数据,与抖音/字节跳动无任何关联。请在遵守适用法律法规及抖音服务条款的前提下使用,使用方式由你自行负责。