Creators Profile API — Creator Stats & Contacts: AI Large Language Models

Fetch one creator's profile, contacts, and stats on Instagram, TikTok, or YouTube from a single MuAPI endpoint. Fetch one creator's profile, contacts, and stats on Instagram, TikTok, or YouTube.

Interactive model controls

Fetch one creator's profile, contacts, and stats on Instagram, TikTok, or YouTube.

📝

نظرة عامة

حول هذا النموذج

Creators Profile fetches one known creator's profile, contact details, and stats on Instagram, TikTok, or YouTube — for validating a candidate creator ahead of an influencer campaign.

1Validate a candidate creator's follower count and stats before outreach
2Fetch a known creator's public contact details for campaign coordination
3Confirm a creator's platform presence as part of a shortlist review
💰

التسعير والقيمة

تحليل التكلفة

muapiappFrom $1.50 per lookup (reserved; settled down to actual cost)

Creator profile, contacts, and stats with a normalized, structured JSON response.

** يتم تقدير أسعار المنافسين بناءً على بنيات النماذج ومستويات الاستخدام المماثلة.

⚙️

التفاصيل الفنية

مخطط التكوين

منصةالتعداد (3 خيارات)

Platform to look up the creator on.

القيمة الافتراضية-
Handlestring

Creator's handle/username on the given platform.

القيمة الافتراضية-
📖

دليل التنفيذ

وثائق المطور

How to Use Creators Profile

  1. Provide platform and handle: the creator's platform (instagram, tiktok, or youtube) and their handle/username.
  2. Read the result: the creator's profile, contacts, and stats.
curl -X POST https://api.muapi.ai/api/v1/creators-profile \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "platform": "instagram",
    "handle": "examplecreator"
  }'

الأسئلة الشائعة

كثيرا ما يطلب

Which platforms are supported?

Instagram, TikTok, and YouTube.

What if no profile is found?

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