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.

📝

Tổng quan

Về mô hình này

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
💰

Giá cả & Giá trị

Phân tích chi phí

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

Semantic and/or structured-filter 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

Querystring

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

Giá trị mặc địnhfitness creators who post home workout routines
platformEnum (tùy chọn 3)

Platform to search on.

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

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

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

2-letter country code to filter by.

Giá trị mặc định-
Min Followersinteger

Minimum follower count.

Giá trị mặc định-
Max Followersinteger

Maximum follower count.

Giá trị mặc định-
Min Engagement Ratenumber

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

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

Maximum number of 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

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

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

Thường xuyên hỏi

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.