Douyin Hashtag Scraper avatar

Douyin Hashtag Scraper

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Douyin Hashtag Scraper

Douyin Hashtag Scraper

Under maintenance

Fetch a Douyin hashtag's stats by hashtag_id -- total views and how many creators have posted with it -- or collect every public video filed under it, sorted by relevance, likes, or recency. Video rows return the caption, stats, author, and share link. Track a Douyin tag as it trends.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fetch a Douyin hashtag's own stats by hashtag_id — total views and how many creators have posted under it — or collect every public video filed under it, sorted by relevance, likes, or recency. Pick a mode with scraperType.

Modes

scraperTypeReturns
hashtagDetail (default)Name, total view count, and creator count for the hashtag itself. One row.
hashtagVideosEvery public video filed under the hashtag, paginated.

Input

FieldUse it for
hashtag_idThe hashtag's (challenge) ID, as returned by hashtag search. Required for both modes.
sort_typehashtagVideos only: 0 Most relevant (default), 1 Most liked, 2 Most recent.
maxItemsCaps hashtagVideos. Default 100. Set 0 for no limit.
{
"scraperType": "hashtagDetail",
"hashtag_id": "1684082100470791"
}

Output

FieldModeContents
cha_nameBothHashtag name
view_counthashtagDetailTotal times content under the tag has been viewed
user_counthashtagDetailDistinct creators who have posted under the tag
aweme_id, desc, create_time, statistics, author, share_url, cha_listhashtagVideosEach video filed under the tag
source_hashtag_idBothThe hashtag this row was collected from
{
"cha_name": "并发编程",
"view_count": 4418607,
"user_count": 1135,
"source_hashtag_id": "1684082100470791"
}

view_count and user_count are the two numbers worth checking before anything else on a tag — total reach and how many distinct creators are actually posting under it, both in one request via hashtagDetail.

Questions

Why do a couple of the same videos show up if I re-run hashtagVideos? Douyin's own ranking under a hashtag shifts between requests, so sequential pages can overlap by a video or two. The Actor already drops repeats by aweme_id, so what lands in the dataset is the deduplicated set, not raw overlapping pages.

Can I sort hashtagVideos by view count? No — sort_type only offers relevance, likes, or recency. Sort on statistics after the run for anything else.

ActorPurpose
Douyin Search ScraperNo hashtag_id yet? Its searchHashtags mode finds tags by keyword
Douyin Video ScraperFull detail on any aweme_id this Actor returns
Douyin Video Search ScraperSearch videos by keyword rather than by an existing tag

Support

Questions, bugs, or feature requests: contact@toolzerhub.com

Browse the rest: apify.com/toolzerhub