Influencer Discovery Agent helps you find the best influencers for your brand. It combines intelligent keyword generation, TikTok scraping, and AI-based influencer evaluation to identify potential partnerships.
All you need to do is describe the ideal influencer and what metrics they should fulfill. The Influencer Discovery Agent will then provide you with a list of possible influencers and detailed assessments of how well each candidate aligns with your requirements.
👤 Profile name | 📰 Average number of posts per week |
📈 Engagement | 🤝 Fit description |
🎯 How the profile fits your description on a scale from 0 to 1 | 🔗 Profile link |
- Create a free Apify account.
- Open Influencer Discovery Agent.
- Provide a description of your ideal influencers.
- Additionally, you can add profile names directly if you already have some in mind.
- Click "Start".
- Download your results as JSON, CSV, Excel, HTML, or use the API.
The Influencer Discovery Agent requires an influencer description as the primary input. You can also add specific usernames for evaluation and configure the search parameters.
See an example input:
This is the same input, shown in JSON:
{
"influencerDescription": "The influencer should be a micro-influencer in the gaming industry with more than 2,000 followers. The content should be fast-paced, humorous, and centered on gaming for young adults.",
"generatedKeywords": 5,
"profilesPerKeyword": 10
}
Here's an example of the output:
And here is an example output in JSON:
{
"profile": "mrbeast",
"profileUrl": "https://www.tiktok.com/@mrbeast",
"engagement": 1.23,
"averagePostPerWeek": 2,
"country": "US",
"fit": 0.2,
"fitDescription": "Enormous creator (118 M followers) known for challenge content, not primarily gaming; far from the requested “micro-influencer gaming” niche."
}
Influencer Discovery Agent can be connected with almost any cloud service or web app thanks to integrations on the Apify platform.
These include:
Alternatively, you can use webhooks to carry out an action whenever an event occurs.
For now, only TikTok is supported.
Yes, you can access the extracted data through the Influencer Discovery Agent API. You’ll need an Apify account and your API token (available under Integrations settings in the Console). The API is based on RESTful HTTP endpoints that allow you to manage, schedule, and run actors. You can fetch datasets, monitor performance, and integrate with other apps.
For further details, check the API documentation.
Yes, you can integrate Influencer Discovery Agent with AI workflows via the Model Context Protocol (MCP). Follow these steps:
- Start a Server-Sent Events (SSE) session to receive a
sessionId
. - Use the
sessionId
to trigger the scraper. - The response should be:
Accepted
.
Our social media scrapers operate ethically and extract only publicly available data. For further guidance, you can consult legal advice or check our blog on ethical web scraping.
Influencer Discovery Agent doesn’t exactly do what you need?
You can always build your own AI Agent on Apify! Use one of our templates in Python, JavaScript, and TypeScript to get started.
Alternatively, you can write it from scratch using our open-source library Crawlee. You can keep the Actor to yourself or make it public by adding it to Apify Store and start making money on it.
Or let us know if you need a custom solution.
We’re always working on improving our Actors' performance. If you have any technical feedback for Influencer Discovery Agent or simply found a bug, please create an issue on the Actor’s Issues tab in Apify Console.