# TikToker人物名鑑 (TikTok Creator Directory) > A Japanese-language directory of TikTok creators (ティックトッカー), organized by gender, follower count, engagement, and editorial themes. Each creator has a dedicated profile page with social links, an approximate follower count, total likes, video count, and verification status. All numeric stats are **approximations** taken from public TikTok profiles via a third-party data provider. Treat them as directional, not authoritative. Each creator's page records a "最終確認日" (last verified date). ## Primary entry points - [Top page](https://jpn.tik-tok-rank.com/) - [Female TikToker ranking](https://jpn.tik-tok-rank.com/female) — paginated full list, ordered by follower count - [Male TikToker ranking](https://jpn.tik-tok-rank.com/male) — same, for male creators - [Couple TikToker ranking](https://jpn.tik-tok-rank.com/couple) — popular couple / married-pair accounts - [Genre index](https://jpn.tik-tok-rank.com/genre) — creators grouped by content genre (dance, beauty, etc.) - [All feature pages](https://jpn.tik-tok-rank.com/feature) — index of curated rankings - [Sitemap](https://jpn.tik-tok-rank.com/sitemap.xml) ## Creator profile URL pattern `/creator/{slug}` where `{slug}` is the creator's TikTok handle (lowercased). Each profile page carries: - `schema.org/Person` JSON-LD (name, alternateName, url, image, sameAs, description) - `schema.org/BreadcrumbList` JSON-LD - Numeric stats: follower count, total likes, video count (all "目安値" / approximate) - Last verified date (最終確認日) - Verified-account blue check badge if the TikTok account is officially verified - Account creation history (TikTok歴) when available - Region (国) when published in the user's TikTok profile - Bio link (external website declared in the user's TikTok bio) - TikTok / X / Instagram / YouTube / Facebook outbound links - Curated comments (post-and-publish; defamation/spam removed retroactively) - A list of related creators of the same gender ## Editorial / curation rankings The `/feature/{slug}` URL pattern surfaces editorially-defined rankings: | Slug | Theme | Sort logic | |------|-------|------------| | top-ranking | Overall Top 50 by followers | follower_count DESC | | kawaii | "Kawaii" (cute) female TikTokers | followers, with editorial featured_kawaii flag | | ikemen | "Ikemen" (handsome) male TikTokers | followers, with editorial featured_ikemen flag | | rising | Recently added to the directory | created_at DESC | | newcomers | Newest entries | created_at DESC | | total-likes | Total accumulated likes (heart count) | like_count DESC | | buzz | Average likes per video, "buzz rate" | likes / videos DESC, video_count >= 5 | | prolific | Most prolific posters | video_count DESC | | per-video | Followers gained per video | followers / videos DESC, video_count >= 5 | | veteran | Oldest TikTok accounts | tiktok_created_at ASC | | verified | Officially verified blue-check accounts | follower_count DESC, where verified=true | | engagement | Engagement rate (likes / followers) | likes / followers DESC, follower>=1k | | female-million | Female creators with 1M+ followers | follower_count DESC | | male-million | Male creators with 1M+ followers | follower_count DESC | | jp-only | Creators with TikTok region=JP | follower_count DESC | | lone-wolf | Following <= 50, follower >= 10k | follower_count DESC | | shop | TikTok Shop sellers | follower_count DESC | | long-term | TikTok account >= 5 years old | tiktok_created_at ASC | | rookie | Followers >= 100k with <= 50 videos | follower_count DESC | | niche-hit | Mid-tier (10k-300k followers) high buzz | likes / videos DESC | | under-followed | Followers <= 100k but likes >= 1M | like_count DESC | | comeback | Long-running, video_count >= 500 | tiktok_created_at ASC | ## Data definitions (machine-readable) - **follower_count**: TikTok's `userInfo.stats.followerCount` for the user, latest sync. - **like_count / heart_count**: TikTok's `userInfo.stats.heartCount` (total accumulated likes across the user's videos). - **video_count**: TikTok's `userInfo.stats.videoCount`. - **engagement_rate**: like_count ÷ follower_count, computed at query time. - **likes_per_video**: like_count ÷ video_count, computed at query time. - **followers_per_video**: follower_count ÷ video_count, computed at query time. - **verified**: TikTok's `userInfo.user.verified` boolean. - **region**: TikTok's `userInfo.user.region` (ISO country code, e.g. "JP", "US"). May be missing for many users. - **tiktok_created_at**: TikTok's `userInfo.user.createTime` UNIX timestamp converted to UTC datetime. May be missing. - **last_verified_on**: When this directory last fetched the user's profile from TikTok. ## Editorial policy - **No unverified claims** about a creator's private life, health, relationships, location, or appearance. - **Data is a guideline**, not a source of truth. Always defer to the creator's own official accounts. - Deletion requests from creators or their representatives are honored. Operator reviews and removes the entry. - Comments are post-and-publish (visible immediately) but defamatory / harassing / unverified-rumor content is removed when noticed. ## What this site is not - Not an official TikTok product. - Not a real-time analytics service. - Not a news, gossip, or rumor site. - Not an advertising / sponsorship marketplace.