# solari catalog tiktok account profile

> TikTok 계정의 프로필과 최근 포스트예요.

- **CLI**: `solari catalog tiktok account profile`
- **MCP 도구**: `solari_catalog_tiktok_account_profile`
- **권한**: `solari:read` — 로그인한 SOLARI 계정이면 쓸 수 있어요.
- **Required plan**: Free
- **Credit**: 0

TikTok 계정의 프로필과 최근 포스트 미리보기를 보여 줘요.

**언제 쓰나** — 틱톡 계정 전체 그림이 필요할 때 사용해요.

**무엇이 나오나** — 프로필, 최근 포스트, 그리고 추적 중인지예요.

## 파라미터

- `account_id` (string, 선택, uuid, pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$) — TikTok account_id 또는 username을 넣어요.
- `username` (string, 선택, ≤ 64 chars) — TikTok 사용자명. account_id가 있으면 무시돼요

## 응답

### `Response`

- `account_id` (uuid) — TikTok account_id예요
- `username / nickname / bio` (string) — 사용자명, 표시 이름, Bio예요
- `bio_links` (string[]) — Bio에 있는 링크예요
- `follower_count / following_count` (integer) — 팔로워 수와 팔로잉 수예요
- `heart_count` (integer) — 계정 전체의 누적 좋아요예요
- `video_count` (integer) — 올린 영상 수예요
- `is_verified / is_private` (boolean) — 인증과 비공개 여부예요
- `is_commerce_user / commerce_user_category` (boolean · string) — 커머스 여부와 카테고리예요
- `region / language` (string | null) — 국가 코드와 언어 코드예요
- `avatar_url / profile_url` (string) — 프로필 사진과 공개 프로필 링크예요
- `tracked` (boolean) — 정기 수집 대상인지예요
- `sync_status` (string) — 수집 상태예요
- `synced_at` (timestamp) — 마지막 수집 시각이에요
- `recent_posts` (object[]) — 최근 포스트 미리보기예요
- `fetched_on_demand` (boolean) — 이번에 처음 가져온 계정이면 true예요.

### `recent_posts[]`

- `post_id` (uuid) — TikTok 포스트 id예요. Instagram 것과는 서로 바꿔 쓸 수 없어요
- `video_id` (string) — TikTok URL에 있는 공개 숫자 id예요
- `url` (string) — 공개 링크예요
- `account_id` (uuid) — 작성자 account_id
- `username` (string) — 작성자 사용자명
- `post_type` (string) — video 또는 carousel
- `posted_at` (timestamp) — 게시 시각 (UTC)
- `caption` (string) — 캡션
- `duration_seconds` (integer) — 영상 길이
- `width / height` (integer) — 해상도
- `play_count` (integer) — 재생 수
- `like_count` (integer) — 좋아요
- `comment_count` (integer) — 댓글 수
- `share_count` (integer) — 공유 수
- `collect_count` (integer) — 저장 수
- `is_ad` (boolean) — TikTok 광고 표시예요
- `is_pinned` (boolean) — 프로필에 고정되어 있는지예요
- `aigc_label_type` (string | null) — AI 콘텐츠 라벨이에요. TikTok이 붙인 경우에만 와요
- `original_language_code` (string | null) — 원본 언어예요
- `cover_url` (string) — 커버 이미지 URL
- `video_url` (string) — 영상 파일 URL
- `images` (string[]) — 캐러셀 장이에요. 영상이면 비어 있어요
- `hashtags` (string[]) — 캡션에 있는 해시태그예요
- `mentions` (string[]) — 캡션에서 멘션된 사용자명이에요
- `transcript` (string | null) — 말한 대본이에요. include_transcript=true일 때만 와요

## 예시

```console
$ solari catalog tiktok account profile username=innisfree_official
```

_읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요._

```json
{
  "account_id": "019b2137-f76e-7b33-9437-26044fa7b1ed",
  "username": "innisfree_official",
  "nickname": "Innisfreeofficial",
  "bio": "NATURE MEETS KOREAN SKIN SCIENCE",
  "bio_links": [
    "https://linktr.ee/innisfree_official"
  ],
  "follower_count": 143900,
  "following_count": 14,
  "heart_count": 2200000,
  "video_count": 767,
  "is_verified": true,
  "is_private": false,
  "is_commerce_user": true,
  "commerce_user_category": "Beauty",
  "region": "KR",
  "language": null,
  "avatar_url": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-avt-0068/3f8e48dc4a284a8ead37e93175ebdb86~tplv-tiktokx-cropcenter:720:720.jpeg?dr=10399&refresh_token=04b90255&x-expires=1788541200&x-signature=Gd3gJu4HyBZPCr%2FqEevyDs6 …",
  "profile_url": "https://www.tiktok.com/@innisfree_official",
  "sync_status": "OK",
  "tracked": true,
  "synced_at": "2026-09-02T17:16:05.835000Z",
  "recent_posts": [
    {
      "post_id": "01a0631e-f0df-7e9d-a09b-d84bc31d3834",
      "video_id": "7680375687139642645",
      "url": "https://www.tiktok.com/@innisfree_official/video/7680375687139642645",
      "account_id": "019b2137-f76e-7b33-9437-26044fa7b1ed",
      "username": "innisfree_official",
      "post_type": "video",
      "posted_at": "2026-09-02T12:00:00Z",
      "caption": "Deeply hydrated skin—NO OFF HOURS. 💚  wherever the day takes MINGYU—his hydration stays SUPERCHARGED ⚡️ Green Tea Ceramide Milk: Lightweight milky toner that won't clog your pores  Green Tea Ceramide Mist: Touch-free, fa …",
      "duration_seconds": 23,
      "width": 1080,
      "height": 1920,
      "play_count": 493,
      "like_count": 37,
      "comment_count": 2,
      "share_count": 0,
      "collect_count": 3,
      "is_ad": false,
      "is_pinned": false,
      "aigc_label_type": null,
      "original_language_code": null,
      "cover_url": "https://smr-images-a.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/cover.jpg",
      "video_url": "https://smr-images-a.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/origin.mp4",
      "images": [],
      "hashtags": [],
      "mentions": [],
      "transcript": null
    },
    "… 5 more"
  ],
  "fetched_on_demand": false
}
```

## MCP 호출로 쓰면

```json
{
  "name": "solari_catalog_tiktok_account_profile",
  "arguments": {
    "username": "innisfree_official"
  }
}
```

## 주의사항

- 아직 수집되지 않은 사용자명이면 첫 요청에서 바로 가져와요(약 10–40초). 수집이 끝나기 전에는 최근 포스트만 있어요.
- 그다음에 not-found가 나면 TikTok에 없는 사용자명이에요.

## 관련 도구

- [`solari_catalog_tiktok_account_posts`](https://solari.sh/docs/tools/catalog-tiktok-account-posts.md?lang=ko)
- [`solari_catalog_tiktok_account_search`](https://solari.sh/docs/tools/catalog-tiktok-account-search.md?lang=ko)
- [`solari_catalog_instagram_account_profile`](https://solari.sh/docs/tools/catalog-instagram-account-profile.md?lang=ko)
