TikTok Hashtag Scraper - Scrape Videos by Tag
Pricing
from $3.50 / 1,000 results
TikTok Hashtag Scraper - Scrape Videos by Tag
Scrape TikTok by hashtag or keyword, no API key. Export TikTok video data to CSV/JSON with views, likes, sound & author. A TikTok unofficial API.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
a day ago
Last modified
Categories
Share
TikTok Hashtag Scraper - Scrape Videos by Tag or Keyword
Scrape TikTok videos in bulk by hashtag or keyword and turn any tag into a rich video dataset. This TikTok hashtag scraper and keyword video crawler collects every matching post with complete engagement metrics, sounds, hashtags and author details — no login, no cookies, no API key.
Feed it #booktok, morning routine or any mix of tags and keywords, then sort the output by most views, most likes or most recent to surface exactly the videos you need.
What you get
Each TikTok video is saved as one row with full metadata:
- videoId and url — the direct link to the video.
- description — the full caption text.
- postedAt and durationSec — post date and clip length.
- playCount (views), likeCount, commentCount, shareCount, saveCount — complete engagement metrics, overflow-safe even in the millions.
- hashtags — every hashtag on the video.
- music — the sound's
id,titleandauthor. - coverUrl, width, height — cover image and dimensions.
- author —
username,nickname,verifiedflag and followerCount. - foundForTerm — which hashtag or keyword surfaced this video.
- scrapedAt — capture timestamp.
Export to CSV, JSON, Excel or HTML, or pull the data through the Apify API and webhooks.
Use cases
- Trend research — see which videos, sounds and formats are winning a hashtag.
- Content & competitor analysis — benchmark the top-performing posts in your niche.
- Dataset building — assemble labelled TikTok datasets for analytics or ML.
- Creator scouting — spot rising authors riding a hashtag before they blow up.
- Ad & creative inspiration — study the hooks and CTAs that convert in your space.
How to use
- Add terms — hashtags or keywords (the leading
#is optional). Add several to pull thousands of videos in one run. - Set maxVideosPerTerm to control how deep each term goes.
- Choose sortBy:
relevance,views,likesorrecent. - (Optional) Set a minViews floor and toggle onlyVerifiedAuthors to cut noise; set a global maxResults cap.
- Click Start and export.
Example input
{"terms": ["#booktok", "book recommendations", "#readingtips"],"maxVideosPerTerm": 200,"sortBy": "views","minViews": 50000}
Example output
{"videoId": "7600000000000000000","url": "https://www.tiktok.com/@rose_0708/video/7600000000000000000","description": "my fav reads this month 📚 #booktok","postedAt": "2026-02-20T09:12:00.000Z","durationSec": 22,"width": 576,"height": 1024,"coverUrl": "https://p16-sign.tiktokcdn.com/...","playCount": 11100000,"likeCount": 2100000,"commentCount": 8400,"shareCount": 30200,"saveCount": 410000,"hashtags": ["booktok", "book", "fyp"],"music": { "id": "72...", "title": "original sound", "author": "rose" },"author": { "username": "rose_0708", "nickname": "rose", "verified": false, "followerCount": 2859 },"foundForTerm": "booktok","scrapedAt": "2026-06-03T18:00:00.000Z"}
FAQ
Does this need a TikTok login or API key?
No. The actor reads only public video data through residential proxies — no account, no cookies, no API key, and zero ban risk.
Should I use a hashtag or a keyword?
Both work, and you can mix them. Drop the # or keep it — the actor handles either. Keywords cast a wider net; hashtags are more precise.
How do I get the top-performing videos?
Set sortBy to views (or likes) and add a minViews floor to keep only the high performers.
How many videos can I pull?
Thousands. Add more terms and raise maxVideosPerTerm. Results are de-duplicated automatically across terms, so a video matching two tags is saved once.
Is this a TikTok unofficial API or API alternative?
Yes. It works as a no-API-key TikTok scraper and unofficial API alternative — feed it hashtags or keywords and pull structured video data without TikTok's official API or developer access.
How do I export TikTok hashtag data to CSV or JSON?
Run the scraper, then download the dataset as CSV, JSON, Excel or HTML, or pull it through the Apify API and webhooks. Every video row carries views, likes, sound and author fields ready for analysis.
Can I scrape TikTok by keyword without login?
Yes. The actor scrapes TikTok by hashtag or keyword with no login, no cookies and no API key, returning the same engagement-rich video dataset either way.
Pairs well with
- TikTok Sound & Music Video Scraper — drill into the sounds powering a trend.
- TikTok Creator Lead Finder — turn the authors into outreach leads.
Responsible use. This actor collects publicly available video data only. You are responsible for complying with TikTok's Terms and all applicable laws.
Changelog
2026-06-07
- Docs: added coverage for TikTok unofficial API alternative, exporting TikTok hashtag data to CSV/JSON, and scraping TikTok by keyword without login.
2026-06-05
- Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
- Stability & performance hardening; fresh rebuild.
2026-06-04
- Verified live & refreshed build — reliability/maintenance pass.