Facebook Page Details Extractor avatar
Facebook Page Details Extractor
Under maintenance

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Facebook Page Details Extractor

Facebook Page Details Extractor

Under maintenance

Apify Actor: Extract comprehensive Facebook page details including bio, followers, likes, ratings, contact info, business hours, social media links, and more. Perfect for market research, lead generation, and competitive analysis.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 hours ago

Last modified

Share

๐Ÿ“˜ Facebook Page Details Extractor - Complete Page Information Scraper

Apify License Data Extraction

Overview

๐Ÿš€ Extract comprehensive Facebook page details including bio, description, followers, likes, ratings, contact information, business hours, and social links. Perfect for market research, lead generation, competitive analysis, and business intelligence!


๐Ÿ“‹ Table of Contents


โœจ Features

๐Ÿ“˜ Comprehensive Page Data Extraction

  • โœ… Basic Information โ€” Page title, URL, user ID, ad page ID
  • โœ… Bio & Description โ€” Full page bio and description
  • โœ… Engagement Metrics โ€” Followers count, likes count, formatted displays
  • โœ… Categories & Ownership โ€” Categories and confirmed owner label
  • โœ… Batch Processing โ€” Process multiple pages in one run

๐Ÿข Business & Contact Details

  • โœ… Contact Info โ€” Email, phone, website
  • โœ… Location โ€” Address and maps address
  • โœ… Business Hours & Services โ€” Opening hours, pricing, services
  • โœ… Status โ€” Business page active status

๐ŸŒ Social & Ratings

  • โœ… Social Links โ€” Instagram, Twitter, YouTube, LinkedIn, Pinterest, Telegram
  • โœ… Ratings & Reviews โ€” Overall rating text and counts
  • โœ… Profile Media โ€” Profile image and alt text
  • โœ… Page Status โ€” Public/private page status

๐ŸŒ Global & Regional Support

  • โœ… Multi-Region Access - Works for pages worldwide
  • โœ… Unicode Support - Full emoji and special character support
  • โœ… Stable Normalization - Handles various URL/user formats reliably

๐ŸŽฏ Use Cases

Use CaseDescriptionKey Benefits
๐Ÿ” Market ResearchAnalyze competitor Facebook pages and industry leadersCompetitive insights, benchmarking, trend analysis
๐Ÿ“‡ Lead GenerationCollect business contact details from pagesEmails, phone numbers, websites for outreach
๐Ÿ“ˆ Social AnalyticsTrack follower and likes growth over timeGrowth tracking, engagement signals
๐Ÿข Directory BuildingBuild local business directories with page dataAddresses, hours, services, categories
๐ŸŽฏ Influencer VettingValidate creators and brands via public page statsAudience size, verification hints, trust signals
๐Ÿงฉ Data EnrichmentEnrich existing company records with social dataSocial links, bios, descriptions
๐Ÿ›ก๏ธ Brand MonitoringMonitor brand presence and page statusRatings text, status changes, ownership labels

โšก Quick Start

1๏ธโƒฃ Single Page

{
"page_urls": [
"https://www.facebook.com/MrBean"
]
}

2๏ธโƒฃ Multiple Pages

{
"page_urls": [
"https://www.facebook.com/MrBean",
"https://www.facebook.com/CocaCola",
"Nike"
]
}

3๏ธโƒฃ Usernames Only (Auto-normalized)

{
"page_urls": [
"MrBean",
"CocaCola",
"Nike"
]
}

๐Ÿ“Š Input Parameters

ParameterTypeRequiredDescriptionExample
page_urlsArrayโœ… YesFacebook page URLs or usernames["https://www.facebook.com/MrBean"], ["MrBean"]

๐Ÿ”— Supported URL Formats

  • โœ… https://www.facebook.com/PageName
  • โœ… https://facebook.com/PageName
  • โœ… PageName (username only)
  • โœ… https://www.facebook.com/pages/PageName/123456789

๐Ÿ“ค Output Format

๐Ÿ“˜ Facebook Page Data Structure

[
{
"source": "facebook",
"input_url": "MrBean",
"normalized_url": "https://www.facebook.com/MrBean",
"title": "Mr Bean",
"url": "https://www.facebook.com/MrBean",
"user_id": "100044139564343",
"ad_page_id": "17774451468",
"bio": "Welcome to Mr Bean's official Facebook page!",
"description": "Mr Bean. 95,365,969 likes ยท 1,042,810 talking about this...",
"category": ["Page", "TV programme"],
"confirmed_owner_label": "BANIJAY RIGHTS LIMITED",
"likes_count": 95365969,
"likes_display": "95M likes",
"followers_count": 139000000,
"followers_display": "139M followers",
"rating": "92% recommend (591 reviews)",
"rating_count": null,
"rating_overall": "591",
"image": "https://.../image.png",
"image_alt": "Mr Bean",
"email": null,
"phone": null,
"website": "mrbean.com",
"address": null,
"maps_address": null,
"business_hours": null,
"business_price": null,
"business_services": null,
"is_business_page_active": false,
"instagram": null,
"twitter": null,
"youtube": null,
"linkedin": null,
"pinterest": null,
"telegram": null,
"status": "public",
"fetched_at": "2025-11-11T06:02:40.123Z"
}
]

๐Ÿ“‹ Output Fields Explained

Refer to the next section: ๐Ÿ”ง Data Fields Explained for detailed descriptions of every field returned by this actor.


๐Ÿ”ง Data Fields Explained

๐Ÿ“Œ Basic Information

FieldTypeDescription
sourceStringAlways "facebook"
input_urlStringOriginal input URL/username
normalized_urlStringNormalized Facebook page URL
titleStringPage title/name
urlStringOfficial Facebook page URL
user_idStringFacebook user ID
ad_page_idStringAdvertising page ID

๐Ÿ“ Description & Ownership

FieldTypeDescription
bioStringShort bio/about
descriptionStringFull page description
categoryArrayPage categories
confirmed_owner_labelStringVerified owner/business label

๐Ÿ“Š Engagement Metrics

FieldTypeDescription
likes_countIntegerExact likes count
likes_displayStringFormatted likes (e.g., "95M likes")
followers_countIntegerExact followers count
followers_displayStringFormatted followers (e.g., "139M followers")

โญ Ratings & Reviews

FieldTypeDescription
ratingStringOverall rating summary
rating_countString/NumberRatings count (if available)
rating_overallString/NumberTotal reviews

๐Ÿ“ท Media

FieldTypeDescription
imageStringProfile image URL
image_altStringAlt text for image

๐Ÿ“ž Contact & Business

FieldTypeDescription
emailStringContact email
phoneStringContact phone
websiteStringOfficial website
addressStringPhysical address
maps_addressStringMaps address link
business_hoursObjectOpening hours (if available)
business_priceStringPricing tier
business_servicesArray/ObjectServices offered
is_business_page_activeBooleanActive business page

๐Ÿ”— Social & Status

FieldTypeDescription
instagram, twitter, youtube, linkedin, pinterest, telegramStringSocial links
statusStringPage status (e.g., public)
fetched_atStringISO timestamp when fetched

๐Ÿ“ˆ Performance & Limits

โšก Speed & Efficiency

MetricValueNotes
Processing Speed~2-5 pages/secondDepends on network and page size
API Response Time~300ms - 2s per pageUsually < 1s for cached pages
Batch ProcessingUp to 100 pages/runRecommended for stability
RetriesAutomaticSmart backoff & key rotation

๐Ÿ’ฐ Cost Optimization Tips

  • Limit input to only the pages you need right now
  • Split very large lists across multiple runs
  • Cache and deduplicate page URLs before running
  • Monitor run logs and dataset size in Apify Console

๐Ÿ’ก Best Practices

  • Start with 5-10 pages to validate fields and output
  • Mix URLs and usernames as needed; the actor normalizes them
  • Keep your input list clean (no duplicates, correct casing not required)
  • Use Dataset views in Apify to export CSV/JSON/Excel easily

๐Ÿš€ Performance Tips

  • Add a short delay between very large batches (the actor already rate-limits)
  • Re-use previous results and only re-run for new pages
  • Prefer stable page URLs over redirected vanity links

โ“ FAQ

Q: How many pages can I extract in one run?

A: We recommend up to 100 pages per run for best stability and speed. You can run multiple batches.

Q: Do I need full URLs or just usernames?

A: Both work. You can input MrBean or https://www.facebook.com/MrBean. The actor normalizes automatically.

Q: Can I get followers and likes counts?

A: Yes. We provide both exact counts (if available) and formatted display strings.

Q: Does this work for private or restricted pages?

A: Only publicly available page data can be extracted.

Q: Will there be rate limits?

A: The actor includes built-in retry and backoff logic. If rate-limited, it rotates and retries automatically.

Q: Is the data real-time?

A: Data reflects what is publicly visible at fetch time. Use the fetched_at field to track freshness.


๐Ÿ› ๏ธ Troubleshooting

๐Ÿšจ Common Issues & Solutions

IssuePossible CauseSolution
โŒ "No page URLs provided"Empty page_urls arrayAdd at least one valid Facebook page URL or username
โŒ "Invalid page URL"Malformed URL/usernameUse standard facebook.com/PageName or just PageName
โš ๏ธ "No page details found"Page restricted/removedVerify the page is public and accessible
โฑ๏ธ Slow runVery large input listSplit into smaller batches (e.g., 50-100 pages)
๐Ÿ”„ "Rotating to next key"Temporary rate limitingNormal behavior - actor retries automatically

๐Ÿ” Debugging Steps

  1. Open the page URL in a browser and confirm it loads publicly
  2. Test with a single well-known page (e.g., MrBean)
  3. Check run logs in Apify Console for detailed messages
  4. Remove duplicates and re-run
  5. Re-run after a short wait if rate-limited

๐Ÿ“ Error Messages Explained

  • "HTTP 400" โ€“ Invalid request parameters
  • "HTTP 429" โ€“ Rate limit exceeded (the actor retries automatically)
  • "HTTP 500" โ€“ Upstream service error (temporary)

๐Ÿ“ž Support & Resources

๐Ÿ†˜ Need Help?

  • ๐Ÿ“ง Report Issues - Found a bug? Report it via Apify Console
  • ๐Ÿ’ฌ Community Support - Join the Apify Discord community
  • ๐Ÿ“– Documentation - Visit Apify Docs for comprehensive guides
  • ๐ŸŽฏ Best Practices - Check our blog for optimization tips
  • Facebook Page Video Downloader โ€” Download Facebook page videos in HD with metadata. Ideal for content archiving, analysis, and reporting workflows.
  • Facebook Search Scraper โ€” Scrape Facebook search results (pages, posts, groups, people) with filters. Great for research, lead discovery, and trend monitoring.
  • Facebook Marketplace Data Scraper โ€” Extract listings, prices, locations, and seller info from Facebook Marketplace at scale.

๐Ÿ† Why Choose This Actor?

โœ… Fast & Reliable โ€” Optimized with retries and backoff
โœ… Rich Page Data โ€” 25+ fields including engagement and business info
โœ… Batch Ready โ€” Handle up to 100 pages per run smoothly
โœ… Export Friendly โ€” Easy CSV/JSON/Excel exports from Dataset
โœ… Developer Friendly โ€” Clean schema and clear logs
โœ… Actively Maintained โ€” Continuous improvements and fixes


๐Ÿท๏ธ Keywords

facebook page scraper, facebook page details, facebook page extractor, facebook followers count, facebook likes count, facebook business hours, facebook contact info, facebook ratings, facebook page categories, facebook page bio, facebook page description, facebook competitive analysis, lead generation, business directory scraper, social media analytics, brand monitoring, apify actor, facebook data export, facebook csv, facebook json, facebook page url to data, facebook enrichment, facebook video downloader, facebook search scraper, facebook marketplace scraper


โญ If this actor helps you extract valuable Facebook page insights, please give it a star!

๐Ÿš€ Start extracting Facebook page details now and unlock powerful business intelligence!

Built with โค๏ธ using Apify Platform | Optimized for Performance & Reliability