Douyin Scraper [Only $3] Video, Profile & Comments Data avatar

Douyin Scraper [Only $3] Video, Profile & Comments Data

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Douyin Scraper [Only $3] Video, Profile & Comments Data

Douyin Scraper [Only $3] Video, Profile & Comments Data

[Only $3 per 1000 results] Scrape Douyin (抖音, China's TikTok) — no login, no browser. Extract full video detail (likes, shares, collects, comments, author, music, hashtags, download URLs), creator profiles, and comments. Clean unified JSON.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

10 days ago

Last modified

Share

Douyin Scraper — Video, Profile & Comments Data

Extract structured data from Douyin (抖音) — China's original TikTok, with ~750M daily users — without a login, browser, or manual cookies. Paste video or creator URLs and get back clean JSON: full video metrics, creator profiles, and comment threads.

Great for market research, influencer discovery, trend tracking, brand monitoring, and competitive analysis on the Chinese short-video market.

How the Douyin Scraper works


What it does

ModeInputYou get
🎬 Video detaila video URLFull post: likes, shares, collects, comment count, author, music, hashtags, cover, video & download URLs, dimensions
👤 Creator profilea user URLFollowers, following, total likes, video count, bio, verification, avatar, IP region
💬 Commentsa video URL + toggleComment text, likes, reply counts, commenter, IP region
🔎 Keyword searchkeywords (needs cookie)Videos matching a search term
📹 Creator's videosa user URL (needs cookie)A creator's full posted catalog

Videos, profiles, and comments work out of the box — no account needed. Keyword search and full creator catalogs require a logged-in cookie (see FAQ).


Input

FieldTypeDescription
startUrlsarrayDouyin video URLs, creator-profile URLs, short v.douyin.com links, or bare IDs. Video URLs → post detail; user URLs → profile.
includeCommentsbooleanFor each video URL, also scrape its comments.
maxCommentsintegerMax comments per video (default 50).
includeUserPostsbooleanFor each creator URL, also scrape their posted videos (requires douyinCookie).
maxUserPostsintegerMax videos per creator (default 30).
searchKeywordsarrayKeyword video search (requires douyinCookie).
maxResultsPerSearchintegerMax results per keyword (default 30).
douyinCookiestringOptional logged-in cookie to unlock search + creator catalogs.
maxItemsintegerGlobal cap on total results.
proxyConfigurationobjectOptional. A residential proxy is built in — leave this off unless you want to use your own.

Example input

{
"startUrls": [
{ "url": "https://www.douyin.com/video/7615930241370348219" },
{ "url": "https://www.douyin.com/user/MS4wLjABAAAAUT_tvNpyI5-tObkvU2xaaqyeDpek5UJXLG8mePjYxTQ" }
],
"includeComments": true,
"maxComments": 100,
"maxItems": 500
}

Output

Every row carries a type field (video, user, or comment) so you can filter mixed runs.

Video

{
"type": "video",
"awemeId": "7615930241370348219",
"url": "https://www.douyin.com/video/7615930241370348219",
"isImagePost": false,
"description": "夜宵简单吃个长沙滋啦冒油的炭烤牛肋排… #长沙美食",
"createTime": "2026-03-11T09:39:01.000Z",
"duration": 12600,
"hashtags": ["饭搭子", "深夜放毒", "寻味烟火气", "长沙美食"],
"likes": 139023,
"comments": 11025,
"shares": 598443,
"collects": 13776,
"authorName": "章章干嘛呢",
"authorSecUid": "MS4wLjABAAAAUT_tvNpyI5-tObkvU2xaaqyeDpek5UJXLG8mePjYxTQ",
"authorFollowers": 62679,
"coverUrl": "https://...",
"videoUrls": ["https://...", "..."],
"downloadUrls": ["https://...", "..."],
"width": 1080,
"height": 1920,
"musicTitle": "@章章干嘛呢创作的原声",
"shareUrl": "https://..."
}

Creator profile

{
"type": "user",
"secUid": "MS4wLjABAAAA...",
"nickname": "章章干嘛呢",
"uniqueId": "6346717",
"signature": "在我喜欢的状态里记录我喜欢的生活🤳 美食|看展|旅游",
"verified": false,
"followers": 49659,
"following": 304,
"totalLikes": 5130107,
"videoCount": 370,
"avatarUrl": "https://...",
"ipLocation": "湖南",
"url": "https://www.douyin.com/user/MS4wLjABAAAA..."
}

Comment

{
"type": "comment",
"awemeId": "7615930241370348219",
"commentId": "7615932448664650533",
"text": "已观,饿之,邀好友观之,共难受之。",
"createTime": "2026-03-11T09:47:36.000Z",
"likes": 2970,
"replyCount": 1161,
"ipLocation": "湖南",
"userName": "yuki小蛋堡🍔",
"userSecUid": "MS4wLjABAAAA...",
"userUrl": "https://www.douyin.com/user/MS4wLjABAAAA..."
}

Use cases

  • Influencer & KOL discovery — pull follower counts, engagement, and bios to build creator shortlists for the China market.
  • Trend & hashtag tracking — monitor how videos and topics accumulate likes, shares, and comments over time.
  • Brand & sentiment monitoring — collect comment threads on videos mentioning your brand or product.
  • Competitive analysis — benchmark competitors' creator accounts and content performance.
  • Content research — gather hashtags, music, and formats that perform in a niche.

FAQ

Do I need a Douyin account? No — videos, creator profiles, and comments work with no login. Only keyword search and pulling a creator's full video catalog need a cookie.

How do I get the cookie? Log in to douyin.com in your browser, open DevTools → Network, click any douyin.com request, and copy the full Cookie request header into the douyinCookie field.

Do I need to set up a proxy? No. A residential proxy is built in so the actor works out of the box. You can supply your own proxy if you prefer.

What time zone are the dates? All createTime values are ISO 8601 UTC.

Can I get the raw video / image files? The output includes direct videoUrls / downloadUrls / coverUrl / images links you can download from.


Support

Found a missing field or a URL format that isn't recognized? Open an issue on the actor's Issues tab with an example URL and it'll be added.