tiktok · fetchsolari:read로그인한 SOLARI 계정이면 쓸 수 있어요.
solari fetch tiktok posts
Collect one TikTok account's posts into the catalog.
- MCP 도구
- solari_fetch_tiktok_posts
- CLI
- solari fetch tiktok posts
- 권한
- solari:read로그인한 SOLARI 계정이면 쓸 수 있어요.로그인한 SOLARI 계정이면 쓸 수 있어요.
- Required plan
- Free
- Credit
- 0
개요
Collect posts for one TikTok account into the SOLARI catalog by exact username. This is not a post listing. If the handle is already stored, nothing is scraped.
언제 쓰나 — When catalog posts does not know an exact handle you already have.
무엇이 나오나 — Whether it was ingested, how many posts came back, and the catalog command to read them.
파라미터
- usernamestring필수
- TikTok username.≤ 64 chars
응답
Response
- ingestedboolean
- true if this call collected it live.
- already_trackedboolean
- true if it was already in the catalog.
- fetched_on_demandboolean
- Same as ingested.
- foundboolean
- false if the handle could not be collected.
- account_iduuid
- The ingested account.
- usernamestring
- Resolved handle.
- totalinteger
- Posts available so far.
- notestring
- What to expect next.
- nextstring
- Catalog command to read the result.
예시
요청
$ solari fetch tiktok posts username=innisfree_official응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.
{
"ingested": false,
"already_tracked": true,
"fetched_on_demand": false,
"found": true,
"account_id": "01a0631e-f0df-7e9d-a09b-d84bc31d3834",
"username": "innisfree_official",
"total": 12,
"note": "Already in the SOLARI catalog. Nothing was scraped.",
"next": "solari catalog tiktok account posts username=innisfree_official"
}MCP 호출로 쓰면
{
"name": "solari_fetch_tiktok_posts",
"arguments": {
"username": "innisfree_official"
}
}주의사항
- Do not use this to list stored posts. Use catalog tiktok account posts for that.
- A first-time ingest can take 10 to 40 seconds. Only recent posts exist until the crawl finishes.
관련 도구
- solari_fetch_tiktok_accountIngest one TikTok handle into the catalog.
- solari_catalog_tiktok_account_postsTikTok 계정이 올린 포스트예요.
- solari_catalog_tiktok_account_search틱톡 사용자명이나 이름으로 TikTok 사용자를 찾아요. account_id를 확보하는 데 사용할 수 있어요.
기계가 읽는 형식: /docs/tools/fetch-tiktok-posts.md