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.