Facebook Pages Scraper avatar

Facebook Pages Scraper

Try for free

2 hours trial then $19.99/month - No credit card required now

View all Actors
Facebook Pages Scraper

Facebook Pages Scraper

easyapi/facebook-pages-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Effortlessly extract comprehensive data from Facebook Pages, including likes, followers, contact info, and more. This powerful scraper navigates through various page sections to provide valuable insights for businesses, marketers, and researchers. 📘🔍💼

Facebook Pages Scraper 📘🔍

🚀 Overview

This powerful Actor scrapes detailed information from Facebook Pages, providing valuable insights for businesses, marketers, and researchers. It navigates through various sections of a Facebook Page to extract comprehensive data.

🌟 Features

  • 📊 Extracts likes and followers count
  • 🏷️ Retrieves page category
  • 📍 Captures address information
  • 📞 Collects contact details (phone number, website)
  • ⭐ Gathers ratings and reviews data
  • 🕒 Fetches business hours
  • 💰 Extracts price range information
  • 🆔 Retrieves page ID
  • 📅 Captures page creation date
  • 👥 Collects admin information
  • 📣 Checks ad status

💡 Use Cases

  • Competitive analysis
  • Market research
  • Lead generation
  • Social media monitoring
  • Brand reputation management

📝 Input

Provide a list of Facebook Page URLs you want to scrape

📤 Output

The Actor provides a structured JSON output containing all the scraped information for each Facebook Page.

Get valuable insights from Facebook Pages with ease using this comprehensive scraper! 🚀📊

Input Example

A full explanation of an input example in JSON.

1{
2    "pageUrls": [
3        "https://www.facebook.com/HiltonGardenInnMontrealAirport",
4		"https://www.facebook.com/humansofnewyork"
5	]
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"likes": "599",
4		"followers": "601",
5		"category": "Hotel",
6		"address": "7880 Cote de Liesse, Ville Saint Laurent, QC, Canada, H4T 1E7",
7		"profile_phone": "+1 514-788-5120",
8		"website": "http://www.hiltongardeninnmontrealairport.com/",
9		"ratings": "76% recommend (356 Reviews)",
10		"business_hours": "Always open",
11		"business_price": "Price Range · $$$",
12		"page_id": "228151500028",
13		"creation_date": "July 10, 2009",
14		"admin_info": "Admin info",
15		"ad_status": "This Page is not currently running ads.",
16		"pageUrl": "https://www.facebook.com/HiltonGardenInnMontrealAirport"
17	},
18	{
19		"likes": "17M",
20		"followers": "17M",
21		"category": "Arts & Humanities Website",
22		"website": "http://www.humansofnewyork.com/",
23		"page_id": "102099916530784",
24		"creation_date": "January 13, 2011",
25		"admin_info": "Admin info",
26		"ad_status": "This Page is not currently running ads.",
27		"pageUrl": "https://www.facebook.com/humansofnewyork"
28	},
29    ...
30]
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 4 days ago