Search creators by partial name or on-platform username for autocomplete suggestions.
This endpoint searches across both global creator names and platform-specific usernames/display names from all platforms. Use the platform parameter to filter results to only show creators that have profiles on the specified platform.
Use the scope parameter to control response granularity:
creator_only: Returns only creator profile data (id, name, avatar)matched_platforms: Returns creator data + only the social accounts that matched the searchall_platforms: Returns creator data + all social accounts (default)This endpoint is optimized for fast autocomplete functionality and returns lightweight results suitable for dropdown suggestions.
Pricing: 0.001 credits per request
API key for authentication
Search query text (partial name/username)
2 - 100"fitness"
Filter results to only show creators that have profiles on this specific platform. If not provided, returns creators from all platforms.
instagram, tiktok Maximum number of results to return
1 <= x <= 10Control the granularity of returned data
creator_only, matched_platforms, all_platforms