All tools
tiktok · catalog · contentsolari:readWorks with any signed-in SOLARI account.

solari catalog tiktok content search

Use this to search TikTok captions and video transcripts.

MCP tool
solari_catalog_tiktok_content_search
CLI
solari catalog tiktok content search
Access
solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
Required plan
Free
Credit
0

Overview

Keyword search over tracked TikTok posts in KR, JP, US, and TW, covering about the last six months.

When to use itWhen you want TikTok posts about a topic, or about what is said on screen.

What comes backPosts ranked by relevance, with matching text highlighted.

Parameters

querystringrequired
Words to search for.
regionenumoptional
KR, JP, US, or TW.default "KR"ValuesKRJPUSTW
limitintegeroptional
How many posts per page.≥ 1
offsetintegeroptional
How many posts to skip.default 0≥ 0
sincestringoptional
Only posts on or after this UTC date (YYYY-MM-DD).pattern ^\d{4}-\d{2}-\d{2}$
untilstringoptional
Only posts on or before this UTC date (YYYY-MM-DD).pattern ^\d{4}-\d{2}-\d{2}$

Response

Response

query / regionstring
The query and region applied.
totalinteger
Total matches. Exact up to 10,000, then saturates.
took_msinteger
Search time.
itemsobject[]
Hits, score descending.

items[]

post_id / video_id / urlstring
Post identifiers and public link.
account_id / usernamestring
Authoring account.
captionstring
Caption.
user_biostring
Author bio.
transcription_textstring | null
Speech transcript — part of the searched text.
transcription_languagestring | null
Transcript language code.
post_typestring
video or carousel.
posted_attimestamp
Published at (UTC).
duration_secondsinteger
Video length.
play_count / like_count / comment_count / share_count / collect_countinteger
Engagement.
follower_countinteger
Author follower count.
is_adboolean
TikTok's own ad flag.
cover_urlstring
Cover image.
scorenumber
Relevance score.
highlightobject
Matched fragments per field.

Example

Request

$ solari catalog tiktok content search query="올리브영 세일" limit=3

Response · Long strings and repeated array entries are trimmed for readability.

{
  "query": "올리브영 세일",
  "region": "KR",
  "total": 4041,
  "took_ms": 29,
  "items": [
    {
      "post_id": "01a05c46-9a08-7e92-a40e-b1a039103118",
      "video_id": "7679484556189207815",
      "url": "https://www.tiktok.com/@flos_bonita/video/7679484556189207815",
      "account_id": "0196cb39-87a7-7be3-ac4a-4a80b7818a90",
      "username": "flos_bonita",
      "caption": "태닝한 산리오 키링이라니…☀️🥹💗 푸드올로지 X 산리오 콜라보 실물 너무 귀엽잖아!! 헬로키티·쿠로미·한교동·마이멜로디까지🎀 제품마다 다른 키링이라 산리오 덕후들 취향 제대로 저격💘 올영 세일 시작했으니 얼른 구경해봐요👀🛒 #푸드올로지 #태닝키티 #올리브영추천템 #올영세일",
      "user_bio": "화미 프로필 링크",
      "transcription_text": "살리오 덕후라면 절대 그냥 넘길 수 없는 영상 오늘부터 시작인 올리브영 세일과 함께 푸드올로지와 살리오 콜라보 나왔어요 이번 콜라보는 젤리 폼 앰플 젤리 3 종으로 피디아렌 앰플 젤리 글루타치원 씨 앰플 젤리 히알루론산 앰플 젤리까지 제품마다 귀여운 살리오 굿즈도 함께 만나 볼 수 있는데 헬로키티 크로미 한교동부터 마이 멜로디까지 저는 역시 헬로키티 더 쿠답게 키티 키링으로 폼구 최애 캐릭터 …",
      "transcription_language": "ko",
      "post_type": "video",
      "posted_at": "2026-08-29T16:02:22Z",
      "duration_seconds": 37,
      "play_count": 955,
      "like_count": 26,
      "comment_count": 0,
      "share_count": 0,
      "collect_count": 5,
      "follower_count": 1345,
      "is_ad": true,
      "cover_url": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-p-0037/oEu4VAolaEBAAYjMAjBtiyCIAABiPp9TOCAME~tplv-tiktokx-origin.image?dr=10395&x-expires=1788426000&x-signature=FAP0C10M1M1gEwD4YMB03pYd0YA%3D&t=4d5b0474&ps=13740610&sh …",
      "score": 53.787056,
      "highlight": {
        "caption": [
          "헬로키티·쿠로미·한교동·마이멜로디까지🎀 제품마다 다른 키링이라 산리오 덕후들 취향 제대로 저격💘 올<mark>영</mark> <mark>세일</mark> 시작했으니 얼른 구경해봐요👀🛒 #푸드올로지 #태닝키티 #올리브영추천템 #올영세일"
        ],
        "user_bio": [],
        "transcription_text": [
          "살리오 덕후라면 절대 그냥 넘길 수 없는 영상 오늘부터 시작인 <mark>올리브</mark><mark>영</mark> <mark>세일</mark>과 함께 푸드올로지와 살리오 콜라보 나왔어요 이번 콜라보는 젤리 폼 앰플 젤리 3 종으로 피디아렌 앰플 젤리 글루타치원 씨 앰플 젤리 히알루론산 앰플 젤리까지 제품마다 귀여운 살리오 굿즈도 함께",
          "… 1 more"
        ]
      }
    },
    "… 2 more"
  ]
}

As an MCP call

{
  "name": "solari_catalog_tiktok_content_search",
  "arguments": {
    "query": "올리브영 세일",
    "limit": 3
  }
}

Notes

  • offset tops out at 9,800. Narrow the date range to go deeper.
  • total counts up to 10,000, then stops.

Machine-readable: /docs/tools/catalog-tiktok-content-search.md