Facebook Pages Scraper
Pricing
$10.00/month + usage
Facebook Pages Scraper
Scrape public Facebook page info — name, followers, likes, contact details, business hours & more. Extract public Facebook page data — names, followers, likes, contact info, business hours, and more — in seconds.
Pricing
$10.00/month + usage
Rating
0.0
(0)
Developer
Jamshaid Arif
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape public Facebook page information — no login, no API key, no browser automation required.
This Actor extracts metadata from any public Facebook page including the page name, follower/like counts, contact details, business hours, category, and more.
What data can you scrape?
| Field | Example |
|---|---|
| Page Name | NASA - National Aeronautics and Space Administration |
| Page URL | https://www.facebook.com/NASA |
| Page ID | 54971236771 |
| Followers | 26M followers |
| Likes Count | 26,864,809 |
| Talking About | 102,544 |
| Category | Government organization |
| Phone | +1-555-0123 |
contact@example.com | |
| Website | https://www.nasa.gov |
| Address | 300 E Street SW, Washington, DC |
| Business Hours | Mon–Fri 9AM–5PM |
| Profile Picture | Full URL |
| Cover Photo | Full URL |
| Is Business Page | true / false |
How to use
Input
Provide a list of Facebook page URLs or usernames:
{"pageUrls": ["https://www.facebook.com/NASA","https://www.facebook.com/facebook","pizzaburgbd"],"delayBetweenRequests": 3,"scrapeDetailedStats": true,"maxRetries": 2}
- pageUrls (required) — Full URLs or just usernames (e.g.,
NASA). - delayBetweenRequests — Seconds between requests. Default:
3. Increase to5-10for large batches. - scrapeDetailedStats — Fetch detailed engagement metrics. Default:
true. - maxRetries — Retry failed pages up to N times. Default:
2.
Output
Results are stored in the default dataset. Each record looks like:
{"page_name": "NASA - National Aeronautics and Space Administration","page_url": "https://www.facebook.com/NASA","page_id": "54971236771","is_business_page": false,"page_followers": "26M followers","page_followers_count": 26864809,"page_likes_count": 26864809,"page_talking_count": 102544,"page_category": "Government organization","page_phone": null,"page_email": null,"page_website": "https://www.nasa.gov","page_address": null,"scraped_at": "2025-03-31T12:00:00+00:00"}
Limitations
- Only public Facebook pages can be scraped. Private profiles/groups are not supported.
- Facebook may rate-limit or block requests from datacenter IPs. Use Apify proxy for better reliability.
- Some fields (phone, email, address) are only available if the page owner has made them public.
- This Actor does not scrape posts, comments, or reactions — only page-level metadata.
Cost & Performance
- ~1-3 seconds per page (plus configurable delay).
- Very low compute — 128 MB memory is sufficient.
- 100 pages ≈ 5-8 minutes with default 3s delay.