Social Media Influencer Scraper avatar

Social Media Influencer Scraper

Try for free

1 day trial then $29.99/month - No credit card required now

View all Actors
Social Media Influencer Scraper

Social Media Influencer Scraper

easyapi/social-media-influencer-scraper
Try for free

1 day trial then $29.99/month - No credit card required now

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.

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.

1{
2    "keyword": [
3		"sam", 
4		"charlidamelio"
5	]
6}

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.

1[
2	{
3		"keyword": "sam",
4		"exact_match": true,
5		"username": "sam",
6		"followers": "2.3M",
7		"raw_followers": 2290000,
8		"network": "yt",
9		"name": "Sam",
10		"is_visible": true,
11		"engagement": 0,
12		"location": [
13			"United Kingdom"
14		],
15		"handle": "@sam",
16		"categories": [
17			"Humor"
18		],
19		"bio": "Sam Pepper Live Streams ",
20		"gallery": [
21			{
22				"comments": "3",
23				"likes": "16",
24				"code": "PISONCsqxp0",
25				"url": "https://www.youtube.com/watch?v=PISONCsqxp0"
26			},
27			{
28				"comments": "3",
29				"likes": "17",
30				"code": "s2dGQn_NIqo",
31				"url": "https://www.youtube.com/watch?v=s2dGQn_NIqo"
32			},
33			{
34				"comments": "21",
35				"likes": "32",
36				"code": "cI6b-fjB1D4",
37				"url": "https://www.youtube.com/watch?v=cI6b-fjB1D4"
38			},
39			{
40				"comments": "8",
41				"likes": "24",
42				"code": "WAVYgGmvoKQ",
43				"url": "https://www.youtube.com/watch?v=WAVYgGmvoKQ"
44			},
45			{
46				"comments": "20",
47				"likes": "24",
48				"code": "5RZjdgsq1oE",
49				"url": "https://www.youtube.com/watch?v=5RZjdgsq1oE"
50			},
51			{
52				"comments": "10",
53				"likes": "20",
54				"code": "4VJAXQUP2AU",
55				"url": "https://www.youtube.com/watch?v=4VJAXQUP2AU"
56			}
57		]
58	},
59    ...
60]
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • Created in Oct 2024
  • Modified about 19 hours ago