TikTok Search Hashtag API

Hashtag detail plus related public posts

Resolve a TikTok hashtag and return its public detail payload together with a normalized related-post feed.

1 CreditCost
Hashtag + PostsOutput
CursorPagination

Quick Start

Get started with a simple API call.

const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/search-hashtag', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
  "hashtag": "diyet",
  "cursor": 0,
  "options": {
    "timeout": 30000
  }
})
});

const { data } = await response.json();
console.log(data.hashtag.title, data.posts.length);

Key Features

Everything you need for reliable tiktok search hashtag workflows.

Hashtag Metadata

Resolve title, cover, and public stat signals for a hashtag.

Related Posts Feed

Return normalized posts connected to the hashtag query.

Cursor Pagination

Continue through related content using pagination.cursor.

How It Works

Get started in minutes with our simple API.

1

Get Your API Key

Sign up for free and get your API key instantly. No credit card required.

2

Make Your First Request

Use our simple REST API with your favorite programming language.

3

Get Structured Data

Receive clean JSON responses ready to use in your application.

API Response

Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.

  • Consistent JSON structure
  • Detailed timing metrics
  • Credit usage tracking
  • Error handling built-in
Response
{
  "success": true,
  "data": {
    "hashtag": {
      "id": "315930120",
      "title": "diyet",
      "description": "Popular TikTok hashtag",
      "coverUrl": "https://p16-sign.tiktokcdn.com/...",
      "stats": {
        "videos": 82000,
        "views": 1480000000
      }
    },
    "posts": [
      {
        "id": "749201930444",
        "postUrl": "https://www.tiktok.com/@fitchef/video/749201930444",
        "description": "Low-calorie meal prep ideas.",
        "mediaType": "video"
      }
    ],
    "pagination": {
      "cursor": 12,
      "hasMore": true
    },
    "timing": {
      "total": 2840
    },
    "creditsUsed": 1,
    "creditsRemaining": 91
  }
}

Use Cases

Common applications for TikTok Search Hashtag.

Hashtag Tracking

Monitor how public content evolves around a tracked hashtag.

Trend Intelligence

Find top public post examples around a topic label.

Category Research

Combine hashtag stats with related posts in one request.

Frequently Asked Questions

Everything you need to know about the TikTok Search Hashtag API.

Both work. You can send diyet or #diyet.

Yes. data.posts returns normalized public posts related to the hashtag.

TikTok Search Hashtag uses 1 credit per request.

Start Using TikTok Search Hashtag API Today

Get 100 free credits to test the API. No credit card required.