cURL
Creators
Autocomplete Search
Fast typeahead search for creators by name or username. Optimized for search-as-you-type UIs with sub-100ms response times.
Matching behavior:
- Matches against creator name, username, and display name
- Results include which field matched and the matching value
- Prefix matching (e.g., “fit” matches “fitness_coach”)
Scope options:
creator_only: Return only the creator entitymatched_platforms: Return only profiles that matched the queryall_platforms: Return all linked profiles (default)
Also callable as the autocomplete_creators MCP tool — see the MCP server guide for setup.
Pricing: 0.05 credits per request ($0.0005)
GET
cURL
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
Query Parameters
Search query (min 2 characters)
Required string length:
2 - 100Example:
"fitness"
Filter by platform
Available options:
instagram Example:
"instagram"
Maximum results to return
Required range:
1 <= x <= 50Example:
5
Which platforms to include in results
Available options:
creator_only, matched_platforms, all_platforms Example:
"all_platforms"
Response
Successful response
Autocomplete results