Creators Lookalike API — Find Similar Creators: AI大規模言語モデル

Find creators similar to a reference creator on Instagram, TikTok, or YouTube from a single MuAPI endpoint. Find creators similar to a reference creator on Instagram, TikTok, or YouTube.

Interactive model controls

Find creators similar to a reference creator on Instagram, TikTok, or YouTube.

📝

概要

このモデルについて

Creators Lookalike finds creators similar to a given reference creator on Instagram, TikTok, or YouTube — for expanding a shortlist from a known-good reference creator.

1Expand a creator shortlist from a known-good reference creator
2Find alternative creators similar to one who already performed well
3Discover new candidates in the same content/audience niche as a reference creator
💰

料金と価値

コスト分析

muapiapp開始価格: $0.40 照会1回あたり, up to 20 results (reserved; settled down to actual cost)

Reference-based lookalike creator search with a normalized, structured JSON response.

** 競合サービスの料金は類似のモデル構成および利用ティアに基づいて算出された推定値です。

⚙️

技術詳細

設定スキーマ

PlatformEnum(3個の選択肢)

Platform to look up lookalike creators on.

デフォルト値-
Reference Handlestring

Handle/username of the reference creator to find lookalikes of.

デフォルト値-
Limitinteger

Maximum number of lookalike creators to return.

デフォルト値-
📖

実装ガイド

開発者ドキュメント

How to Use Creators Lookalike

  1. Provide platform and reference_handle: the platform (instagram, tiktok, or youtube) and the reference creator's handle/username.
  2. Optionally provide a limit: maximum number of lookalike creators to return (up to 20).
  3. Read the result: similar creator profiles.
curl -X POST https://api.muapi.ai/api/v1/creators-lookalike \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "platform": "instagram",
    "reference_handle": "examplecreator"
  }'

よくある質問

FAQ

How many lookalike creators can I get back?

Up to 20 per request, controlled by the limit parameter.

What if no lookalikes are found?

The request fails with a no-match error and is not charged; double-check the reference handle and platform.