# Scrape Facebook Followers for Lead Insights

**Use case:** 

Extract followers and following data from public Facebook profiles. Get clean JSON or CSV files with names, profile links, and avatars.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/profile.php?id=61551448436559"
    }
  ],
  "scrapeMode": "both",
  "maxFollowers": 30,
  "maxFollowing": 30
}
```

## Output

```json
{
  "list_type": {
    "label": "List type"
  },
  "name": {
    "label": "Name"
  },
  "username": {
    "label": "Username"
  },
  "profile_url": {
    "label": "Profile url"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "is_verified": {
    "label": "Is verified"
  },
  "entity_type": {
    "label": "Entity type"
  },
  "source_profile_url": {
    "label": "Source profile url"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Followers & Following Scraper](https://apify.com/calm_builder/facebook-followers-following-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/calm_builder/facebook-followers-following-scraper) to learn more, explore other use cases, and run it yourself.