Skip to main content
GET
/
v1
/
scrape
/
tiktok
/
hashtags
/
popular
Popular Hashtags
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/tiktok/hashtags/popular \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "credits_remaining": 100,
  "list": [
    {
      "hashtag_id": "1601724235290629",
      "hashtag_name": "2026",
      "country_info": {
        "id": "US",
        "value": "United States",
        "label": "US"
      },
      "is_promoted": false,
      "trend": [
        {
          "time": 1767225600,
          "value": 0.28
        }
      ],
      "creators": [
        {
          "nick_name": "NFR Podcast",
          "avatar_url": "https://p16-sign-sg.tiktokcdn.com/..."
        }
      ],
      "publish_cnt": 1554523,
      "video_views": 3251352710,
      "rank": 1,
      "rank_diff": 0,
      "rank_diff_type": 2
    }
  ],
  "pagination": {
    "page": 1,
    "size": 20,
    "total": 100,
    "has_more": true
  }
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

period
enum<integer>

Time period in days (7, 30, or 120)

Available options:
7,
30,
120
Example:

7

page
integer

Page number

Example:

1

countryCode
enum<string>

Country code to get popular hashtags from

Available options:
AU,
BR,
CA,
EG,
FR,
DE,
ID,
IL,
IT,
JP,
MY,
PH,
RU,
SA,
SG,
KR,
ES,
TW,
TH,
TR,
AE,
GB,
US,
VN
Example:

"US"

newOnBoard
boolean

Show only newly trending hashtags

Example:

false

Response

Successful response

success
boolean
Example:

true

credits_remaining
integer
Example:

100

list
object[]
pagination
object