Skip to main content
GET
/
v1
/
tiktok
/
hashtags
/
{name}
Get Hashtag Detail
curl --request GET \
  --url https://scrapebadger.com/v1/tiktok/hashtags/{name} \
  --header 'x-api-key: <api-key>'
{
  "hashtag": {
    "id": "229207",
    "title": "fyp",
    "description": "Videos on the For You feed.",
    "cover": "https://p16-sign.tiktokcdn-us.com/hashtag.jpeg",
    "video_count": 12000000,
    "view_count": 55000000000000,
    "is_commerce": false,
    "url": "https://www.tiktok.com/tag/fyp"
  },
  "region": "US"
}
Each request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required

The hashtag text, without the leading '#'.

Query Parameters

region
string
default:US

Content region (ISO 3166-1 alpha-2). Routes the request through a proxy and signer for that locale.

Response

200 - application/json

Hashtag detail

hashtag
object
required

A hashtag/challenge detail.

region
string
required