AI-Powered Creator Search
Search for creators using natural language queries. The AI understands intent and context to match creators based on content themes, audience demographics, and style.
The response includes a search_id that can be used with GET /v1/search/{id} to paginate through results for free.
Use cases:
- Find creators in a specific niche (“vegan food bloggers in LA”)
- Discover creators with specific audience characteristics (“fitness influencers with millennial audience”)
- Search by content style (“creators who post cinematic travel videos”)
Also callable as the search_creators MCP tool — see the MCP server guide for setup.
Pricing: 25 credits base + 2 credits per creator returned
Documentation Index
Fetch the complete documentation index at: https://docs.influship.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
AI-powered semantic search request
AI-powered semantic search request
Natural language search query
1 - 500"fitness influencers with 100k+ followers who post workout videos"
Filter results to specific platforms
Social media platform
instagram ["instagram"]Additional filters
Maximum results to return
1 <= x <= 10025
Restrict results to specific creator kinds (e.g. INFLUENCER vs THEME_PAGE). Omit for no filter.
1INFLUENCER, THEME_PAGE ["INFLUENCER"]Response
Successful response
Search ID. Use with GET /v1/search/{id} for free pagination.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"123e4567-e89b-12d3-a456-426614174000"
Total number of results across all pages
-9007199254740991 <= x <= 900719925474099187
Whether more results are available
true
Cursor for the next page
"eyJvZmZzZXQiOjI1fQ=="