TikTok Brand Monitoring & Mention Tracker
Pricing
from $3.50 / 1,000 results
TikTok Brand Monitoring & Mention Tracker
TikTok brand mention scraper, no login. Scrape TikTok videos by keyword, get engagement stats, export to CSV/JSON. A TikTok API alternative.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Track every TikTok video that mentions your brand, product, campaign or any keyword. This TikTok mention tracker and social-listening tool turns a list of terms into a continuously updated feed of matching videos with full engagement metrics — no login, no cookies, no API key.
Point it at your brand, your competitors and your campaign hashtags, run it on a daily schedule, and watch your share-of-voice on TikTok build up over time.
What you get
Each TikTok video that matches one of your keywords is saved as one clean row, with the real fields you need for social listening:
- videoId and url — the direct link to the TikTok video.
- description — the full caption text where your brand was mentioned.
- postedAt — the post date (ISO timestamp) for freshness tracking.
- playCount (views), likeCount, commentCount, shareCount, saveCount — complete engagement metrics, overflow-safe even in the millions.
- hashtags — every hashtag used on the video.
- music — the sound's
id,titleandauthor. - author — the creator's
username,nicknameandverifiedbadge. - durationSec and isAd — clip length and an organic-vs-promoted flag.
- matchedKeyword — which of your tracked terms this video came from.
- scrapedAt — when the row was captured.
Export everything to CSV, JSON, Excel or HTML, or stream it through the Apify API and webhooks into your own dashboard.
Use cases
- Brand monitoring & social listening — catch organic mentions, UGC and customer reactions you'd never find scrolling by hand.
- Competitor intelligence — track rivals' branded content and how much reach it pulls.
- Campaign & hashtag measurement — quantify the views and engagement a launch generates.
- Influencer & UGC discovery — surface creators who are already talking about you.
- PR & trend alerts — spot a spike early, before it becomes a crisis or an opportunity.
How to use
- Add your keywords — brand names, product names, campaigns, competitors or
#hashtags. Each term runs its own TikTok search. - Set maxVideosPerKeyword to control depth per term.
- (Optional) Set maxAgeDays to keep only fresh posts — set it to
1for daily monitoring runs. - (Optional) Toggle includeAds and set a global maxResults cap.
- Click Start, or open Schedules in the Apify Console and point a daily run at this actor to build a hands-off mention feed.
Example input
{"keywords": ["stanley cup", "stanley tumbler", "#stanleycup"],"maxVideosPerKeyword": 150,"maxAgeDays": 7,"includeAds": true}
Example output
{"videoId": "7613053792145296662","url": "https://www.tiktok.com/@lexi_15167/video/7613053792145296662","description": "good Stanley colors for u 💚 #stanley #stanleycup","postedAt": "2026-03-01T12:30:19.000Z","durationSec": 15,"isAd": false,"playCount": 1500000,"likeCount": 16400,"commentCount": 770,"shareCount": 10300,"saveCount": 13300,"hashtags": ["stanley", "stanleycup", "fyp"],"music": { "id": "76084...", "title": "original sound", "author": "Way Of House" },"author": { "username": "lexi_15167", "nickname": "Lexi", "verified": false },"matchedKeyword": "stanley cup","scrapedAt": "2026-06-03T18:00:00.000Z"}
FAQ
Does this need a TikTok login or API key?
No. The actor only reads publicly available video data through residential proxies — no account, no cookies, no API key, and zero ban risk to any TikTok account.
How is this different from a plain hashtag scraper?
It's built for ongoing monitoring. You get date filtering (maxAgeDays), an ad-vs-organic flag, and a matchedKeyword field on every row so you can track multiple brands or competitors in one scheduled job and split the results cleanly.
Can I track several brands or competitors at once?
Yes. Add them all to keywords; each result is tagged with the matchedKeyword it came from, so you can measure share-of-voice across brands by comparing mention counts, views and engagement.
How do I keep only fresh mentions?
Set maxAgeDays to 1 (or 7) and schedule a daily run. Each run appends only the newest matching videos to your dataset.
Is this a TikTok API alternative?
Yes. TikTok has no public mention-monitoring API, so this works as a TikTok API alternative — it reads public video data by keyword and returns structured rows, no API key required.
Can I scrape TikTok without an API key or login?
Yes. The actor scrapes TikTok videos by keyword without any login, cookies or API key, using residential proxies, so there's zero ban risk to a TikTok account.
How do I export TikTok video data to CSV or JSON?
Every matching video is saved as one row. Use the Export button to download the dataset as CSV, JSON, Excel or HTML, or pull it through the Apify API.
Pairs well with
- TikTok Hashtag & Keyword Video Scraper — deeper, higher-volume video pulls.
- TikTok Creator Lead Finder — turn the authors mentioning you 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 API alternative use, scraping TikTok without an API key or login, and exporting TikTok video data to CSV/JSON.
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.