Creators Lookalike API — Find Similar Creators: AI Large Language Models

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.

📝

Genel Bakış

Bu model hakkında

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
💰

Fiyatlandırma ve Değer

Maliyet analizi

muapiappFrom $0.40 per lookup, up to 20 results (reserved; settled down to actual cost)

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

** Rakip fiyatları, benzer model mimarileri ve kullanım katmanları temel alınarak tahmin edilmiştir.

⚙️

Teknik Detaylar

Yapılandırma şeması

platformNumaralandırma (3 seçenekler)

Platform to look up lookalike creators on.

Varsayılan Değer-
Reference Handlestring

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

Varsayılan Değer-
limitinteger

Maximum number of lookalike creators to return.

Varsayılan Değer-
📖

Uygulama Kılavuzu

Geliştirici belgeleri

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"
  }'

Sık Sorulan Sorular

Sık sorulanlar

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.