Creators Search API — Find Influencers & Creators: AI Large Language Models

Find creators/influencers by natural-language query and/or structured filters (platform, niche, country, followers, engagement) on Instagram, TikTok, or YouTube.

Interactive model controls

Find creators/influencers by natural-language query and/or structured filters (platform, niche, country, followers, engagement) on Instagram, TikTok, or YouTube.

📝

نظرة عامة

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

Creators Search finds creators/influencers by semantic natural-language query and/or structured filters (platform, niche, country, follower and engagement bounds), merging results across two complementary sources into one normalized response — for creator/influencer discovery, sourcing shortlists, and campaign research.

1Find creators/influencers in a specific niche or country for outreach
2Filter creators by minimum follower count and engagement rate for a campaign shortlist
3Search for creators by natural-language description of their content style
4Source candidate creators for an influencer marketing campaign
💰

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

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

muapiappFrom $0.02 per search (reserved; settled down to actual cost)

Semantic and/or structured-filter creator search with a normalized, structured JSON response.

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

⚙️

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

مخطط التكوين

Querystring

Natural-language description of the creators to find, e.g. 'Italian specialty-coffee baristas who post latte art'.

القيمة الافتراضيةfitness creators who post home workout routines
منصةالتعداد (3 خيارات)

Platform to search on.

القيمة الافتراضية-
مكانة المحتوىstring

Content niche/topic to filter by, e.g. 'fitness', 'specialty coffee'.

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

2-letter country code to filter by.

القيمة الافتراضية-
Min Followersinteger

Minimum follower count.

القيمة الافتراضية-
Max Followersinteger

Maximum follower count.

القيمة الافتراضية-
Min Engagement Ratenumber

Minimum engagement rate, as a percentage (0-100).

القيمة الافتراضية-
حدinteger

Maximum number of creators to return.

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

دليل التنفيذ

وثائق المطور

  1. Provide a query and/or structured filters: query for a natural-language search, or niche/platform/country/min_followers/max_followers/min_engagement_rate for structured filtering. Both can be combined — results are merged.
  2. Optionally provide a limit: maximum number of creators to return.
  3. Read the result: matching creator profiles.
curl -X POST https://api.muapi.ai/api/v1/creators-search \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "niche": "fitness",
    "platform": "instagram",
    "min_followers": 10000
  }'

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

كثيرا ما يطلب

What's the difference between query and the structured filters?

query runs a semantic natural-language search across creators (e.g. 'Italian specialty-coffee baristas who post latte art'). niche/platform/country/min_followers/max_followers/min_engagement_rate run a structured filter search. Provide either, or both — when both are given, results are merged.

Is this the same as searching posts/content?

No — this searches a creator/profile database directly (follower counts, engagement, niche), not post content. Use social-search-posts for keyword/hashtag content search instead.

What if no results are found?

The request fails with a no-match error and is not charged; try broader filters or a different query.