Social Media Influencer Scraper avatar
Social Media Influencer Scraper

Pricing

$29.99/month + usage

Go to Apify Store
Social Media Influencer Scraper

Social Media Influencer Scraper

Discover top influencers across TikTok, Instagram, and YouTube with ease. Get detailed metrics, recent posts, and engagement data for your influencer marketing campaigns. Perfect for brands, marketers, and researchers looking to tap into social media trends.

Pricing

$29.99/month + usage

Rating

5.0

(2)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

15

Bookmarked

441

Total users

22

Monthly active users

66 days

Issues response

2 months ago

Last modified

Categories

Share

Social Media Influencer Scraper 🌟

📊 Overview

This Actor scrapes influencer data from multiple social media platforms (TikTok, Instagram, YouTube) based on given keywords. It provides detailed information about influencers, including their handle, categories, engagement rates, bio, and recent posts.

🚀 Features

  • 🔍 Search for influencers across multiple platforms
  • 📈 Get detailed engagement metrics
  • 🏷️ View influencer categories and bio
  • 📱 Access recent posts with engagement data
  • 🔗 Direct links to influencer profiles and posts

🛠️ Input

The Actor accepts the following input:

  • keywords: An array of keywords (usernames) to search for influencers

📦 Output

The Actor outputs detailed information for each influencer found, including:

  • 👤 Username and display name
  • 📊 Follower count and engagement rate
  • 🏷️ Categories and bio
  • 📱 Recent posts with likes, comments, and direct links

💡 Use Cases

  • 🎯 Influencer marketing research
  • 📊 Social media trend analysis
  • 🔍 Competitor analysis
  • 🤝 Finding potential brand ambassadors

Input Example

A full explanation of an input example in JSON.

{
"keyword": [
"sam",
"charlidamelio"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"keyword": "sam",
"exact_match": true,
"username": "sam",
"followers": "2.3M",
"raw_followers": 2290000,
"network": "yt",
"name": "Sam",
"is_visible": true,
"engagement": 0,
"location": [
"United Kingdom"
],
"handle": "@sam",
"categories": [
"Humor"
],
"bio": "Sam Pepper Live Streams ",
"gallery": [
{
"comments": "3",
"likes": "16",
"code": "PISONCsqxp0",
"url": "https://www.youtube.com/watch?v=PISONCsqxp0"
},
{
"comments": "3",
"likes": "17",
"code": "s2dGQn_NIqo",
"url": "https://www.youtube.com/watch?v=s2dGQn_NIqo"
},
{
"comments": "21",
"likes": "32",
"code": "cI6b-fjB1D4",
"url": "https://www.youtube.com/watch?v=cI6b-fjB1D4"
},
{
"comments": "8",
"likes": "24",
"code": "WAVYgGmvoKQ",
"url": "https://www.youtube.com/watch?v=WAVYgGmvoKQ"
},
{
"comments": "20",
"likes": "24",
"code": "5RZjdgsq1oE",
"url": "https://www.youtube.com/watch?v=5RZjdgsq1oE"
},
{
"comments": "10",
"likes": "20",
"code": "4VJAXQUP2AU",
"url": "https://www.youtube.com/watch?v=4VJAXQUP2AU"
}
]
},
...
]