Tiktok Mention Scraper
Pricing
from $25.00 / 1,000 results
Go to Apify Store
Tiktok Mention Scraper
Scrape TikTok videos that mention specific usernames (@mentions) without cookies. Extracts video metadata (views, likes, comments, shares), author info, music metadata, and more. Features anti-bot detection, residential proxy support, and human-like browsing behavior.
Pricing
from $25.00 / 1,000 results
Rating
5.0
(3)
Developer

Crawler Bros
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape TikTok videos that mention specific usernames (@mentions). Find videos where @username appears in the caption.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
usernames | array | Yes | - | List of TikTok usernames to search for mentions. You can include or omit the @ symbol. |
resultsPerUsername | integer | No | 50 | Maximum number of videos to extract per username (1-500). |
Example Input
{"usernames": ["nike", "adidas"],"resultsPerUsername": 50}
Minimal Input
{"usernames": ["tiktok"]}
Output
Each video in the output dataset contains:
| Field | Type | Description |
|---|---|---|
id | string | Unique TikTok video ID |
text | string | Video caption/description |
createTimeISO | string | Video creation timestamp (ISO 8601) |
webVideoUrl | string | Direct URL to the TikTok video |
playCount | integer | Number of views |
diggCount | integer | Number of likes |
commentCount | integer | Number of comments |
shareCount | integer | Number of shares |
collectCount | integer | Number of saves/bookmarks |
authorMeta.name | string | Author's username |
authorMeta.nickName | string | Author's display name |
authorMeta.verified | boolean | Whether author is verified |
authorMeta.signature | string | Author's bio |
authorMeta.avatar | string | Author's avatar URL |
musicMeta.musicName | string | Music track name |
musicMeta.musicAuthor | string | Music artist |
videoMeta.duration | integer | Video duration in seconds |
mentions | array | All @mentions found in the caption |
hashtags | array | All #hashtags found in the caption |
searchedUsername | string | The username that was searched for |
isAd | boolean | Whether the video is an advertisement |
scrapedAt | string | Timestamp when the data was scraped |
Example Output
{"id": "7599948408773725471","text": "The NikeSKIMS Spring '26 Collection, featuring @LISA, arrives February 5.","createTimeISO": "2026-01-27T08:01:40Z","webVideoUrl": "https://www.tiktok.com/@nike/video/7599948408773725471","playCount": 5700000,"diggCount": 1000000,"commentCount": 10200,"shareCount": 65800,"collectCount": 79800,"authorMeta": {"name": "nike","nickName": "Nike","verified": true,"signature": "Just Do It.","avatar": "https://..."},"musicMeta": {"musicName": "original sound","musicAuthor": "Nike"},"videoMeta": {"duration": 60},"mentions": ["LISA"],"hashtags": [],"searchedUsername": "nike","isAd": true,"scrapedAt": "2026-02-02T06:56:06.121370Z"}