Douyin Hashtag Scraper
Under maintenancePricing
from $2.00 / 1,000 results
Douyin Hashtag Scraper
Under maintenanceFetch 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
scraperType | Returns |
|---|---|
hashtagDetail (default) | Name, total view count, and creator count for the hashtag itself. One row. |
hashtagVideos | Every public video filed under the hashtag, paginated. |
Input
| Field | Use it for |
|---|---|
hashtag_id | The hashtag's (challenge) ID, as returned by hashtag search. Required for both modes. |
sort_type | hashtagVideos only: 0 Most relevant (default), 1 Most liked, 2 Most recent. |
maxItems | Caps hashtagVideos. Default 100. Set 0 for no limit. |
{"scraperType": "hashtagDetail","hashtag_id": "1684082100470791"}
Output
| Field | Mode | Contents |
|---|---|---|
cha_name | Both | Hashtag name |
view_count | hashtagDetail | Total times content under the tag has been viewed |
user_count | hashtagDetail | Distinct creators who have posted under the tag |
aweme_id, desc, create_time, statistics, author, share_url, cha_list | hashtagVideos | Each video filed under the tag |
source_hashtag_id | Both | The 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.
Related Actors
| Actor | Purpose |
|---|---|
| Douyin Search Scraper | No hashtag_id yet? Its searchHashtags mode finds tags by keyword |
| Douyin Video Scraper | Full detail on any aweme_id this Actor returns |
| Douyin Video Search Scraper | Search videos by keyword rather than by an existing tag |
Support
Questions, bugs, or feature requests: contact@toolzerhub.com
Browse the rest: apify.com/toolzerhub