Facebook Page Followers Following Count Scraper  Pro avatar

Facebook Page Followers Following Count Scraper Pro

Pricing

from $7.00 / 1,000 results

Go to Apify Store
Facebook Page Followers Following Count Scraper  Pro

Facebook Page Followers Following Count Scraper Pro

Extract public Facebook page data with Facebook Page Followers Following Count Scraper Pro. Scrape page names, usernames, bios, profile images, follower counts, and following counts from Facebook URLs or usernames with structured Apify dataset output.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

Alpha Scraper

Alpha Scraper

Maintained by Community

Actor stats

0

Bookmarked

19

Total users

7

Monthly active users

16 days ago

Last modified

Share

Facebook Page Followers Following Count Scraper Pro Overview

Facebook Page Followers Following Count Scraper Pro is an Apify Actor designed to extract publicly available metadata from Facebook pages. It accepts Facebook page URLs or usernames and returns structured information such as page name, username, page URL, bio, profile picture URL, follower count, and following count when those values are publicly available.

The Facebook Page Followers Following Count Scraper Pro is useful for researchers, marketers, analysts, developers, and businesses that need organized Facebook page information without manually opening and checking individual pages.

The Actor focuses on public Facebook page data extraction. It does not require you to provide private account information or manually enter page details one by one.

Facebook Page Followers Following Count Scraper Pro Features

The Facebook Page Followers Following Count Scraper Pro provides several practical capabilities for collecting public page metadata:

  • Accepts multiple Facebook page URLs.
  • Accepts Facebook page usernames or handles.
  • Supports usernames with or without the @ prefix.
  • Normalizes supported Facebook page references into page URLs.
  • Extracts page names from publicly available page metadata.
  • Extracts Facebook page usernames when identifiable from the supplied URL.
  • Extracts page descriptions or bios when publicly available.
  • Extracts publicly available profile picture URLs.
  • Detects follower counts when exposed by the page.
  • Detects following counts when exposed by the page.
  • Returns both numeric and human-readable count formats.
  • Produces structured dataset records for each successfully processed page.
  • Includes retry handling for unsuccessful page requests.

The Facebook Page Followers Following Count Scraper Pro is therefore suitable for workflows where Facebook page information needs to be collected in a consistent, machine-readable structure.

How to Use the Facebook Page Followers Following Count Scraper Pro

Using the Facebook Page Followers Following Count Scraper Pro requires only a Facebook page URL, a Facebook username, or a combination of both supported input types.

1. Add Facebook Page URLs

Place one or more public Facebook page URLs into the Start URLs input.

For example:

{
"startUrls": [
{
"url": "https://www.facebook.com/rihanna"
},
{
"url": "https://www.facebook.com/shakira"
}
]
}

2. Add Facebook Usernames

You can alternatively provide page usernames through the Usernames input.

{
"usernames": [
"emmawatson",
"jenniferlopez"
]
}

The Facebook Page Followers Following Count Scraper Pro converts supplied usernames into Facebook page URLs before processing them.

Usernames can also be supplied with an @ prefix. The Actor removes the prefix before constructing the page URL.

3. Run the Actor

After submitting your inputs, start the Facebook Page Followers Following Count Scraper Pro. The Actor processes each supplied page and attempts to extract the supported public metadata.

4. Review the Dataset

Successfully processed pages are returned as structured dataset records. Each record represents the information detected for a Facebook page.

Facebook Page Followers Following Count Scraper Pro Data Extraction

The Facebook Page Followers Following Count Scraper Pro extracts several useful public-facing page attributes.

The primary data includes the page name, page username, page URL, bio, profile picture URL, follower count, following count, and formatted versions of the counts.

Follower and following values can appear in different formats on Facebook. The Facebook Page Followers Following Count Scraper Pro converts detected numeric values into a consistent raw representation and also provides a human-readable representation such as 12.5K, 1.2M, or 2B.

When a particular value cannot be identified from publicly available page content, the corresponding output can be returned as N/A.

Public Page Metadata

The Facebook Page Followers Following Count Scraper Pro focuses on metadata that can be obtained from publicly accessible Facebook page content.

This includes descriptive information that can help identify and categorize a page during research, analysis, or data-processing workflows.

Follower and Following Counts

Follower information is extracted when a publicly exposed follower value can be detected. Following information is similarly extracted when the page makes that information available.

Because Facebook can change how public information is displayed, availability of individual fields can vary between pages.

Facebook Page Followers Following Count Scraper Pro Use Cases

The Facebook Page Followers Following Count Scraper Pro can support a variety of legitimate public-data workflows.

Lead Generation Research

Businesses can use public Facebook page metadata as part of broader prospect research. Page names, usernames, URLs, descriptions, and audience-size indicators can help organize potential business or brand prospects.

Competitor Analysis

Marketing teams can collect publicly visible follower and following counts for selected pages and organize them into datasets for comparative analysis.

The Facebook Page Followers Following Count Scraper Pro can make repetitive page checking more efficient by returning page information in a consistent structure.

Market Research

Researchers can collect public page metadata to understand how brands, organizations, creators, or public-facing pages are represented online.

Social Media Research

The extracted page information can be combined with other datasets for social media analysis, content research, or broader digital-market research.

Data Enrichment

Existing research datasets can potentially be enriched with public Facebook page URLs, names, descriptions, profile image references, and available audience-count information.

Data Analysis

Structured records make it easier to export collected information and process it using spreadsheets, databases, scripts, or other data-analysis tools.

Input

The Facebook Page Followers Following Count Scraper Pro has two optional input fields defined in its Actor configuration.

InputTypeRequiredDefaultDescription
startUrlsArrayNoNoneOne or more Facebook page URLs to process.
usernamesArrayNoNoneFacebook page usernames or handles without requiring a full URL.

Start URLs

startUrls accepts a list of Facebook page URL objects.

Example:

{
"startUrls": [
{
"url": "https://www.facebook.com/rihanna"
}
]
}

The Facebook Page Followers Following Count Scraper Pro can process multiple URL entries during a single run.

Usernames

usernames accepts a list of Facebook page usernames.

Example:

{
"usernames": [
"katyperry",
"BillGates"
]
}

The Actor also removes a leading @ when supplied, allowing usernames to be entered in a convenient handle-style format.

Both input fields are optional individually, but at least one valid page URL or username is needed for the Actor to have pages to process.

Output Data

The Facebook Page Followers Following Count Scraper Pro returns structured records containing the following fields.

FieldTypeDescription
page_nameStringDetected Facebook page name.
page_usernameStringUsername or handle identified from the page URL when applicable.
page_urlStringFacebook page URL processed by the Actor.
bioStringPublicly available page description or bio when detected.
profile_picture_urlStringPublic profile picture URL when available.
followers_countStringNormalized numeric follower count, or N/A when unavailable.
following_countStringNormalized numeric following count, or N/A when unavailable.
followers_count_formattedStringHuman-readable follower count such as 10K or 1.2M.
following_count_formattedStringHuman-readable following count such as 500 or 2.5K.

Understanding the Output

The Facebook Page Followers Following Count Scraper Pro provides both raw and formatted audience-count fields.

For example, if a publicly detected follower value represents approximately 1.2 million followers, the raw field can contain the numeric representation while the formatted field provides a concise representation such as 1.2M.

This dual representation is useful for both automated processing and human-readable reports.

The page_url field identifies the processed page, while page_name, page_username, and bio provide additional context.

Fields that are not publicly detectable can contain N/A, so downstream workflows should account for unavailable values.

Example Input

A combined run can use both supported input types:

{
"startUrls": [
{
"url": "https://www.facebook.com/rihanna"
},
{
"url": "https://www.facebook.com/shakira"
}
],
"usernames": [
"emmawatson",
"jenniferlopez"
]
}

The Facebook Page Followers Following Count Scraper Pro combines these page references and processes the resulting targets.

Example Output

A representative output record follows the actual output structure:

{
"page_name": "Example Page",
"page_username": "examplepage",
"page_url": "https://www.facebook.com/examplepage",
"bio": "Example public page description",
"profile_picture_url": "https://example.com/profile-picture.jpg",
"followers_count": "1250000",
"following_count": "500",
"followers_count_formatted": "1.25M",
"following_count_formatted": "500"
}

Actual values depend on what Facebook exposes publicly for the processed page at the time of the run.

Data Quality and Reliability

The Facebook Page Followers Following Count Scraper Pro is designed to collect publicly accessible page information and convert detected values into structured output.

The Actor uses multiple extraction approaches for important page attributes. For follower information, it can use publicly exposed structured metadata and visible page text. Following information can similarly be detected when publicly available.

Count normalization helps make different representations easier to work with. Values containing common abbreviations such as K, M, or B can be converted into numeric representations and corresponding formatted values.

The Actor also includes retry handling when page requests do not succeed immediately. This helps the Facebook Page Followers Following Count Scraper Pro continue processing multiple targets when individual requests encounter temporary request problems.

Public Facebook pages can change their structure and the information they expose. Consequently, no particular field should be considered guaranteed for every page.

SEO and Search Intent

The Facebook Page Followers Following Count Scraper Pro is designed for users searching for practical ways to collect public Facebook page information.

Typical search intent includes finding a Facebook page scraper, extracting Facebook page metadata, collecting follower counts, checking following counts, researching public Facebook pages, and building structured datasets from public page information.

Instead of manually visiting every page, users can provide multiple supported page references and receive structured records suitable for further analysis.

The Facebook Page Followers Following Count Scraper Pro can therefore fit workflows involving Facebook data extraction, page research, social media analytics, audience research, competitive research, and public web data collection.

Frequently Asked Questions

What is the Facebook Page Followers Following Count Scraper Pro?

The Facebook Page Followers Following Count Scraper Pro is an Apify Actor for extracting publicly available Facebook page metadata, including page names, usernames, URLs, descriptions, profile picture references, and available follower or following counts.

What data can the Facebook Page Followers Following Count Scraper Pro extract?

The Actor can return page name, page username, page URL, bio, profile picture URL, followers count, following count, and formatted follower and following values.

Can I process multiple Facebook pages?

Yes. The Facebook Page Followers Following Count Scraper Pro supports multiple entries in the startUrls and usernames inputs, allowing multiple page references to be processed in a run.

Can I use a Facebook username instead of a URL?

Yes. The Facebook Page Followers Following Count Scraper Pro supports usernames through the usernames input. A username is converted into the corresponding Facebook page URL for processing.

Can usernames include an @ symbol?

Yes. The Actor removes a leading @ from supplied usernames before processing them.

What happens if a follower count is unavailable?

The Facebook Page Followers Following Count Scraper Pro can return N/A when a supported count cannot be detected from publicly available page information.

Are follower counts returned in numeric format?

Yes. The Actor provides followers_count as a normalized numeric string when a count is successfully detected.

Why are formatted count fields included?

Formatted fields make audience counts easier for people to read. For example, large values can be represented using concise forms such as 1.2M or 250K.

Does the Actor extract private Facebook information?

No. The Facebook Page Followers Following Count Scraper Pro is focused on publicly available Facebook page information. It is not designed to provide private account information.

Can every Facebook page provide the same fields?

Not necessarily. Publicly exposed information can differ between pages, and Facebook may change page presentation or metadata. Therefore, some fields can be unavailable for particular pages.

What happens when a page request fails?

The Actor uses retry handling for unsuccessful requests and continues processing other targets where possible.

Is the output structured?

Yes. The Facebook Page Followers Following Count Scraper Pro pushes structured records containing the documented output fields into the Actor dataset.

Why Use This Actor

The Facebook Page Followers Following Count Scraper Pro reduces repetitive manual work when researching multiple public Facebook pages.

Instead of opening individual pages and manually copying page information, users can supply supported URLs or usernames and receive structured records.

Key practical advantages include:

  • Simple URL-based input.
  • Username-based input.
  • Multiple target processing.
  • Structured dataset output.
  • Public page metadata extraction.
  • Follower and following count detection.
  • Raw and formatted count values.
  • Retry handling for unsuccessful requests.
  • Machine-readable records for downstream analysis.

The Facebook Page Followers Following Count Scraper Pro is particularly useful when the same type of public page information needs to be collected repeatedly.

API and Automation

The Facebook Page Followers Following Count Scraper Pro runs as an Apify Actor, making its structured input and dataset output suitable for Apify-based automation workflows.

Users can configure their Actor run with Facebook page URLs or usernames and then work with the resulting dataset as part of their broader data-processing workflow.

For automated projects, the structured output fields make it easier to pass page metadata into subsequent analysis, storage, enrichment, or reporting processes supported by the user's Apify workflow.

The Facebook Page Followers Following Count Scraper Pro does not require users to manually reproduce the extraction workflow for every page.

Important Notes

The Facebook Page Followers Following Count Scraper Pro works with publicly accessible Facebook page information. Availability of specific metadata depends on what Facebook exposes for a given page during the run.

Follower and following counts should be treated as observations of publicly available page information rather than permanent values. Social metrics can change over time, and Facebook can change how those metrics are presented.

If a page does not expose a supported value, the corresponding dataset field may contain N/A.

The Actor should therefore be used for public-data research, analysis, and automation workflows where occasional unavailable fields are expected.

Support

If you encounter an issue with the Facebook Page Followers Following Count Scraper Pro, first verify that the supplied Facebook page URLs or usernames are valid and publicly accessible.

For Actor-specific problems, users can use the available Apify Actor support and feedback channels to report issues or request assistance.

The Facebook Page Followers Following Count Scraper Pro is built to provide a straightforward workflow for collecting structured public Facebook page metadata, follower information, and following information at scale.