Tiktok Hashtag Scraper avatar
Tiktok Hashtag Scraper

Pricing

$1.50 / 1,000 results

Go to Apify Store
Tiktok Hashtag Scraper

Tiktok Hashtag Scraper

Developed by

Socia Vault

Socia Vault

Maintained by Community

Search TikTok videos by hashtags. Find trending content, viral videos, and discover popular posts using specific hashtags. Perfect for content research, trend analysis, and competitor monitoring.

0.0 (0)

Pricing

$1.50 / 1,000 results

1

3

2

Last modified

16 days ago

This Apify actor searches TikTok videos by hashtags using the SociaVault API.

Features

  • Search TikTok videos by hashtags
  • Support for multiple hashtags
  • Configurable video limit (up to 800 per hashtag)
  • Returns individual video objects with hashtag context
  • Optimized for Apify's per-result pricing model

Input

{
"hashtags": ["funny", "viral"],
"maxVideos": 10
}

Parameters

  • hashtags (required): Array of hashtags to search for (without # symbol)
  • maxVideos (optional): Maximum number of videos per hashtag (default: 20, max: 800)

Output

Each video is returned as a separate result with the hashtag attached:

{
"hashtag": "funny",
"aweme_id": "7404689987549056286",
"desc": "being the middle sibling is so entertaining...",
"author": {
"unique_id": "r.rxyalty",
"nickname": "Rosieee💋"
},
"statistics": {
"play_count": 18066783,
"digg_count": 3605108,
"comment_count": 8624
},
"video": {
"duration": 46580,
"play_addr": {...}
},
"create_time": 1724038751,
"url": "https://www.tiktok.com/@r.rxyalty/video/7404689987549056286"
}

Limits

  • Maximum 800 videos per hashtag (TikTok API limitation)
  • Rate limiting applied between requests
  • API costs based on number of results returned

Built with ❤️ by SociaVault