Facebook Followers Scraper avatar
Facebook Followers Scraper

Pricing

$19.99/month + usage

Go to Store
Facebook Followers Scraper

Facebook Followers Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

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

5.0 (1)

Pricing

$19.99/month + usage

4

Total users

286

Monthly users

64

Runs succeeded

>99%

Issues response

0.41 hours

Last modified

22 days 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.

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

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.

[
{
"id": "100048901720805",
"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",
"title": "Janet Alabi",
"subtitle_text": "Lancaster, Pennsylvania",
"url": "https://www.facebook.com/janet.alabi.37819",
"friendship_status": "CAN_REQUEST",
"gender": "FEMALE",
"name": "Janet Alabi",
"short_name": "Janet"
},
...
]