Facebook Page Scraper avatar

Facebook Page Scraper

Pricing

from $1.99 / 1,000 results

Go to Apify Store
Facebook Page Scraper

Facebook Page Scraper

Scrape Facebook pages to extract metadata, business details, followers, and social links.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract contact details, email addresses, websites, phone numbers, follower metrics, and business info from Facebook pages in bulk.

Features

  • Business Contact Extraction: Extracts Page ID, Title, Category, Email, Phone, Website, Physical Address, Price Range, and Business Hours.
  • Audience Metrics: Captures Followers, Likes, Verification Badge Status, and Ratings with Review Counts.
  • Strict Data Quality: Automatic zero-null validation ensuring consistent data schema.
  • Apify Dataset Storage: Pushes formatted JSON dataset objects to Apify dataset storage.

Input Parameters

Provide input in INPUT.json or via Apify Console form:

{
"startUrls": [
"https://www.facebook.com/apifytech"
]
}
ParameterTypeDescriptionDefault / Example
startUrlsArray of StringsList of Facebook Page URLs to extract metadata from["https://www.facebook.com/apifytech"]

Output Data Structure

The Actor pushes structured objects to the default Apify Dataset:

{
"pageId": "100064392817263",
"title": "Apify",
"category": "Software & Web Development",
"bio": "Official Facebook page for Apify. Providing cloud web scraping and web automation tools.",
"email": "support@apify.com",
"phone": "+1 (800) 555-0199",
"website": "https://apify.com",
"address": "Prague, Czech Republic",
"followers": 12500,
"likes": 11800,
"isVerified": true,
"rating": {
"score": 4.9,
"reviewCount": 310
},
"socialLinks": [
"https://twitter.com/apify",
"https://linkedin.com/company/apify"
],
"priceRange": "$$",
"businessHours": "Open Always"
}

How to Run

Run locally using Apify CLI:

$apify run

Or deploy to Apify Platform:

$apify push