Influencer Discovery Agent (Instagram + Tiktok) avatar
Influencer Discovery Agent (Instagram + Tiktok)

Pricing

Pay per event

Go to Apify Store
Influencer Discovery Agent (Instagram + Tiktok)

Influencer Discovery Agent (Instagram + Tiktok)

Provides an interface to discover influencers that match your brand criteria using HypeBridge's AI-powered discovery service.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Hypebridge

Hypebridge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

5 days ago

Last modified

Share

Influencer Discovery Actor

Apify actor for influencer discovery powered by HypeBridge. This actor provides a standardized interface to discover influencers that match your brand criteria using HypeBridge's AI-powered discovery service.

Overview

This actor enables you to:

  • Discover influencers matching your brand criteria using AI-powered search
  • Find influencers on Instagram and TikTok
  • Filter by follower count, location, and engagement metrics
  • Receive ranked results based on brand fit and engagement quality
  • Integrate with Apify workflows and automation pipelines

How It Works

  1. Submit Discovery Request: Provide a natural language description of your ideal influencer
  2. Receive Results: Ranked influencers are returned to your Apify dataset when processing completes

Input

The actor accepts the following input parameters:

{
"request": "Fashion influencer on Instagram with 100k+ followers who focuses on sustainable clothing and lifestyle",
"targetQuantity": 10,
"filters": {
"minFollowers": 100000,
"maxFollowers": 1000000,
"location": "United States"
}
}

Input Fields

  • request (required): Natural language description of your ideal influencer (supports Instagram and TikTok)
  • targetQuantity (optional): Number of influencers to find (default: 10, max: 50)
  • filters (optional): Additional filtering criteria
    • minFollowers: Minimum follower count
    • maxFollowers: Maximum follower count
    • location: Preferred location

Output

Results are pushed to the Apify dataset with the following structure:

{
"rank": 1,
"handle": "sustainable_style",
"platform": "instagram",
"displayName": "Sustainable Style",
"followerCount": 250000,
"engagementRate": 3.8,
"overallScore": 8.8,
"matchLevel": "Excellent",
"nicheAlignment": 9.2,
"valuesBrandFit": 8.5,
"keyStrengths": ["Sustainable fashion content", "High engagement", "Eco-friendly lifestyle"],
"isVerified": true
}