TikTok/Hashtag Videos

Hashtag Videos

GET
https://api.shofo.ai/tiktok/hashtag

Get videos for a specific hashtag. Great for campaign tracking and trend monitoring.

Pricing

Base cost: $0.0001 per post

  • + Comments: $0.0001/post
  • + Transcript: $0.0001/post (if available)
  • + Video file: $0.0001/post

Parameters

ParameterTypeRequiredDescription
hashtagstring
Optional
Hashtag to search (without #)
challenge_idstring
Optional
Challenge ID (alternative to hashtag)
countinteger
Required
Number of videos to retrieve
cursorstring
Optional
Pagination cursor from previous response

Note: Provide either hashtag (without #) or challenge_id. Using challenge_id is faster as it doesn't require a lookup.

Use Cases

  • Campaign tracking: Monitor branded hashtag performance and UGC
  • Trend analysis: Track hashtag popularity over time
  • Competitor research: Analyze content strategies around industry hashtags
  • Influencer discovery: Find top creators using specific hashtags

Response Format

{
  "success": true,
  "data": {
    "hashtag": {
      "name": "fyp",
      "challenge_id": "123456",
      "view_count": 50000000000,
      "video_count": 100000000
    },
    "videos": [
      {
        "video_id": "7123456789012345678",
        "author": "creator_username",
        "description": "My viral video #fyp #foryoupage",
        "play_count": 2500000,
        "like_count": 350000,
        "create_time": "2024-01-15T12:00:00Z"
      }
    ],
    "cursor": "1705320000000",
    "has_more": true
  },
  "cost": "$0.0010",
  "request_id": "req_abc123"
}

Popular Hashtags

#fyp
#foryoupage
#viral
#trending
#tiktokmademebuyit
#comedy
#dance
#music
#food
#fashion

Try It

GET
https://api.shofo.ai/tiktok/hashtag
$0.0001

Send a request to see the response