Discover Influencers
influiq_discover_influencersSearch for influencers on YouTube or Instagram by filtering platform, categories, follower count, engagement tier, language, country, and more. Returns profile metrics.
Instructions
Search the InfluIQ discovery database for influencers matching specific criteria.
Filter by platform, categories, follower count, engagement tier, language, country, and more. Free plans see up to 3 results; paid plans get full access.
Args:
platform: "youtube" or "instagram" (optional)
categories: Array of category slugs (e.g. ["tech", "gaming", "beauty"])
follower_min / follower_max: Follower count range
engagement_tier: "high" (>5%), "medium" (1-5%), or "low" (<1%)
language / country: Filter by language or country
is_verified: Only verified accounts
has_sponsorships: Only influencers with sponsorship history
is_recently_active: Only posted in last 30 days
q: Text search (name, handle, bio)
sort_by: "followerCount", "engagementRate", "qualityScore", or "lastPostedAt"
page / limit: Pagination
Returns: List of influencer profiles with metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Filter by platform | |
| categories | No | Category slugs: tech, gaming, beauty, fashion, food, travel, fitness, education, entertainment, business, lifestyle, sports, science, art, automotive | |
| follower_min | No | Minimum follower count | |
| follower_max | No | Maximum follower count | |
| engagement_tier | No | Engagement tier filter | |
| language | No | Language filter | |
| country | No | Country filter | |
| is_verified | No | Only verified accounts | |
| has_sponsorships | No | Only with sponsorship history | |
| is_recently_active | No | Only active in last 30 days | |
| q | No | Text search query | |
| sort_by | No | Sort field | |
| sort_order | No | Sort direction | DESC |
| page | No | Page number | |
| limit | No | Results per page |