Facebook Followers Scraper avatar

Facebook Followers Scraper

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Facebook Followers Scraper

Facebook Followers Scraper

easyapi/facebook-followers-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Extract Facebook followers data including profile details, friendship status, and basic information. Perfect for social media analysis, lead generation, and audience research.

Developer
Maintained by Community

Actor Metrics

  • 41 Monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • 0.13 hours response time

  • Created in Oct 2024

  • Modified a day ago

Facebook Followers Scraper 👥

Easily extract followers data from any public Facebook profile.

🎯 Features

  • Extract follower profiles with detailed information
  • Support for large-scale data collection
  • Built-in smart scrolling and anti-detection mechanisms
  • Customizable number of results
  • Clean, structured data output

📊 Output Dataset

For each follower, the actor extracts:

  • Profile ID
  • Full name and short name
  • Profile picture URL
  • Profile URL
  • Location information
  • Gender
  • Friendship status
  • Additional profile details

⚙️ Input Parameters

FieldTypeDescription
urlStringFacebook profile URL to scrape followers from
maxItemsIntegerMaximum number of followers to collect

💡 Use Cases

  • Social media analysis and research
  • Lead generation
  • Audience insights
  • Competitor analysis
  • Community engagement tracking

Input Example

A full explanation of an input example in JSON.

1{
2    "url": "https://www.facebook.com/real.dylan.thibert/",
3    "maxItems": 20
4}

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		"id": "100048901720805",
4		"image": "https://scontent-ams4-1.xx.fbcdn.net/v/t39.30808-1/452259439_1050399956600052_989624445967281558_n.jpg?stp=c0.0.600.600a_dst-jpg_s160x160&_nc_cat=103&ccb=1-7&_nc_sid=14862c&_nc_ohc=T2LpSDtQaNcQ7kNvgH9A7o0&_nc_zt=24&_nc_ht=scontent-ams4-1.xx&_nc_gid=ABbGpopZmegy9CGm-yAC3bZ&oh=00_AYAkujlNIpkg27tUXJVjqvCDtbikcbhCmljj0gwoXMzHfA&oe=6728F308",
5		"title": "Janet Alabi",
6		"subtitle_text": "Lancaster, Pennsylvania",
7		"url": "https://www.facebook.com/janet.alabi.37819",
8		"friendship_status": "CAN_REQUEST",
9		"gender": "FEMALE",
10		"name": "Janet Alabi",
11		"short_name": "Janet"
12	},
13    ...
14]