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.

📝

Tổng quan

Về mô hình này

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
💰

Giá cả & Giá trị

Phân tích chi phí

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.

** Giá của đối thủ cạnh tranh được ước tính dựa trên kiến ​​trúc mô hình và cấp độ sử dụng tương tự.

⚙️

Chi tiết kỹ thuật

Lược đồ cấu hình

platformEnum (tùy chọn 3)

Platform to look up lookalike creators on.

Giá trị mặc định-
Reference Handlestring

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

Giá trị mặc định-
limitinteger

Maximum number of lookalike creators to return.

Giá trị mặc định-
📖

Hướng dẫn thực hiện

Tài liệu dành cho nhà phát triển

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

Câu hỏi thường gặp

Thường xuyên hỏi

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.