Facebook Page Details Extractor
Pricing
from $0.50 / 1,000 results
Facebook Page Details Extractor
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
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
Share
๐ Facebook Page Details Extractor - Complete Page Information Scraper
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
- ๐ฏ Use Cases
- โก Quick Start
- ๐ Input Parameters
- ๐ค Output Format
- ๐ง Data Fields Explained
- ๐ Performance & Limits
- ๐ก Best Practices
- โ FAQ
- ๐ ๏ธ Troubleshooting
- ๐ Support & Resources
โจ 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 Case | Description | Key Benefits |
|---|---|---|
| ๐ Market Research | Analyze competitor Facebook pages and industry leaders | Competitive insights, benchmarking, trend analysis |
| ๐ Lead Generation | Collect business contact details from pages | Emails, phone numbers, websites for outreach |
| ๐ Social Analytics | Track follower and likes growth over time | Growth tracking, engagement signals |
| ๐ข Directory Building | Build local business directories with page data | Addresses, hours, services, categories |
| ๐ฏ Influencer Vetting | Validate creators and brands via public page stats | Audience size, verification hints, trust signals |
| ๐งฉ Data Enrichment | Enrich existing company records with social data | Social links, bios, descriptions |
| ๐ก๏ธ Brand Monitoring | Monitor brand presence and page status | Ratings 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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
page_urls | Array | โ Yes | Facebook 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
| Field | Type | Description |
|---|---|---|
source | String | Always "facebook" |
input_url | String | Original input URL/username |
normalized_url | String | Normalized Facebook page URL |
title | String | Page title/name |
url | String | Official Facebook page URL |
user_id | String | Facebook user ID |
ad_page_id | String | Advertising page ID |
๐ Description & Ownership
| Field | Type | Description |
|---|---|---|
bio | String | Short bio/about |
description | String | Full page description |
category | Array | Page categories |
confirmed_owner_label | String | Verified owner/business label |
๐ Engagement Metrics
| Field | Type | Description |
|---|---|---|
likes_count | Integer | Exact likes count |
likes_display | String | Formatted likes (e.g., "95M likes") |
followers_count | Integer | Exact followers count |
followers_display | String | Formatted followers (e.g., "139M followers") |
โญ Ratings & Reviews
| Field | Type | Description |
|---|---|---|
rating | String | Overall rating summary |
rating_count | String/Number | Ratings count (if available) |
rating_overall | String/Number | Total reviews |
๐ท Media
| Field | Type | Description |
|---|---|---|
image | String | Profile image URL |
image_alt | String | Alt text for image |
๐ Contact & Business
| Field | Type | Description |
|---|---|---|
email | String | Contact email |
phone | String | Contact phone |
website | String | Official website |
address | String | Physical address |
maps_address | String | Maps address link |
business_hours | Object | Opening hours (if available) |
business_price | String | Pricing tier |
business_services | Array/Object | Services offered |
is_business_page_active | Boolean | Active business page |
๐ Social & Status
| Field | Type | Description |
|---|---|---|
instagram, twitter, youtube, linkedin, pinterest, telegram | String | Social links |
status | String | Page status (e.g., public) |
fetched_at | String | ISO timestamp when fetched |
๐ Performance & Limits
โก Speed & Efficiency
| Metric | Value | Notes |
|---|---|---|
| Processing Speed | ~2-5 pages/second | Depends on network and page size |
| API Response Time | ~300ms - 2s per page | Usually < 1s for cached pages |
| Batch Processing | Up to 100 pages/run | Recommended for stability |
| Retries | Automatic | Smart 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
โ Recommended Workflows
- 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
| Issue | Possible Cause | Solution |
|---|---|---|
| โ "No page URLs provided" | Empty page_urls array | Add at least one valid Facebook page URL or username |
| โ "Invalid page URL" | Malformed URL/username | Use standard facebook.com/PageName or just PageName |
| โ ๏ธ "No page details found" | Page restricted/removed | Verify the page is public and accessible |
| โฑ๏ธ Slow run | Very large input list | Split into smaller batches (e.g., 50-100 pages) |
| ๐ "Rotating to next key" | Temporary rate limiting | Normal behavior - actor retries automatically |
๐ Debugging Steps
- Open the page URL in a browser and confirm it loads publicly
- Test with a single well-known page (e.g.,
MrBean) - Check run logs in Apify Console for detailed messages
- Remove duplicates and re-run
- 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
๐ Related Facebook Actors
- 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