Creators Search API — Find Influencers & Creators: AI 大语言模型

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
💰

价格与价值

成本分析

muapiapp起价 $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.