Sort
Profile photo for Paulo Ramalho

I think the Facebook graph API returns JSON, not XML.
I personally use a custom script to retrieve data from Facebook API to a Google Spreadsheet. Take a look:
How to import JSON data into Google Spreadsheets in less than 5 minutes

Where do I start?

I’m a huge financial nerd, and have spent an embarrassing amount of time talking to people about their money habits.

Here are the biggest mistakes people are making and how to fix them:

Not having a separate high interest savings account

Having a separate account allows you to see the results of all your hard work and keep your money separate so you're less tempted to spend it.

Plus with rates above 5.00%, the interest you can earn compared to most banks really adds up.

Here is a list of the top savings accounts available today. Deposit $5 before moving on because this is one of th

Where do I start?

I’m a huge financial nerd, and have spent an embarrassing amount of time talking to people about their money habits.

Here are the biggest mistakes people are making and how to fix them:

Not having a separate high interest savings account

Having a separate account allows you to see the results of all your hard work and keep your money separate so you're less tempted to spend it.

Plus with rates above 5.00%, the interest you can earn compared to most banks really adds up.

Here is a list of the top savings accounts available today. Deposit $5 before moving on because this is one of the biggest mistakes and easiest ones to fix.

Overpaying on car insurance

You’ve heard it a million times before, but the average American family still overspends by $417/year on car insurance.

If you’ve been with the same insurer for years, chances are you are one of them.

Pull up Coverage.com, a free site that will compare prices for you, answer the questions on the page, and it will show you how much you could be saving.

That’s it. You’ll likely be saving a bunch of money. Here’s a link to give it a try.

Consistently being in debt

If you’ve got $10K+ in debt (credit cards…medical bills…anything really) you could use a debt relief program and potentially reduce by over 20%.

Here’s how to see if you qualify:

Head over to this Debt Relief comparison website here, then simply answer the questions to see if you qualify.

It’s as simple as that. You’ll likely end up paying less than you owed before and you could be debt free in as little as 2 years.

Missing out on free money to invest

It’s no secret that millionaires love investing, but for the rest of us, it can seem out of reach.

Times have changed. There are a number of investing platforms that will give you a bonus to open an account and get started. All you have to do is open the account and invest at least $25, and you could get up to $1000 in bonus.

Pretty sweet deal right? Here is a link to some of the best options.

Having bad credit

A low credit score can come back to bite you in so many ways in the future.

From that next rental application to getting approved for any type of loan or credit card, if you have a bad history with credit, the good news is you can fix it.

Head over to BankRate.com and answer a few questions to see if you qualify. It only takes a few minutes and could save you from a major upset down the line.

How to get started

Hope this helps! Here are the links to get started:

Have a separate savings account
Stop overpaying for car insurance
Finally get out of debt
Start investing with a free bonus
Fix your credit

Profile photo for Ivor Bihar

If you are admin of that page you can see it in your Facebook Insights. If you would like to check the data for another Facebook Page you can go on the Likes Tab of that page and check the number of fans in the last month.
There is also a global social media statistics project socialnumbers.com (DISCLAIMER: I currently work at Socialnumbers) where you can enter any Facebook page name or URL and get data like past number of fans. Of course, even more statistics are available for Page Admins.

Profile photo for Tom Critchlow

Hey, glad you liked my blog posts :)

I had to play around a little but you can get this data using the Facebook Graph API:

http://graph.facebook.com/Distilled

This gives you data like this:

{
"id": "7370493884",
"name": "Distilled",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/50503_7370493884_6856516_s.jpg",
"link": "https://www.facebook.com/Distilled",
"category": "Internet/software",
"likes": 468,
"website": "http://www.distilled.co.uk",
"username": "Distilled",
"founded": "2005",
"location": {
"street": "2nd Floor, 72 Cannon Street",
"city"

Hey, glad you liked my blog posts :)

I had to play around a little but you can get this data using the Facebook Graph API:

http://graph.facebook.com/Distilled

This gives you data like this:

{
"id": "7370493884",
"name": "Distilled",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/50503_7370493884_6856516_s.jpg",
"link": "https://www.facebook.com/Distilled",
"category": "Internet/software",
"likes": 468,
"website": "http://www.distilled.co.uk",
"username": "Distilled",
"founded": "2005",
"location": {
"street": "2nd Floor, 72 Cannon Street",
"city": "London",
"country": "United Kingdom",
"zip": "EC4N 6AE"
},
"public_transit": "London Cannon Street Train/Tube Station",
"phone": "020 7183 0767"
}
If you have a read of my SEOmoz post you should be able to pull that into Google Docs using a query like this:

function FBlikes(pagename) {
var jsondata = UrlFetchApp.fetch("http://graph.facebook.com/"+pagename);
var object = Utilities.jsonParse(jsondata.getContentText());
return object.likes;
}

Let me know if that doesn't work :)

Tom

Profile photo for Jaideep Bir

Is there a direct query to capture just the number of Likes into my excel sheet?

Profile photo for Fiverr

The best way to find the right freelancer for digital marketing is on Fiverr. The platform has an entire category of professional freelancers who provide full web creation, Shopify marketing, Dropshipping, and any other digital marketing-related services you may need. Fiverr freelancers can also do customization, BigCommerce, and Magento 2. Any digital marketing help you need just go to Fiverr.com and find what you’re looking for.

Profile photo for Bhupendra Khanal

Simplify360 provides a list of all fans who have interacted with your page. The interaction can be liking, sharing or commenting a post, or making own post.

You can not have the list of all fans (inactive fans). This is a SPAM control feature of Facebook.

Simplify360 provides a list of all fans who have interacted with your page. The interaction can be liking, sharing or commenting a post, or making own post.

You can not have the list of all fans (inactive fans). This is a SPAM control feature of Facebook.

Profile photo for Ivan Bob

Well, from my years experience as a data analyst, I used to scrape Facebook and do complete analysis of my results.

For scraping pages, you have many options:

If you are starting from scratch,

you can even collect potential pages by categories, countries and get the pages you want.

You can also scrape these pages to get all pages “ about “ data like ( id, name , likes count , followers count , long, lat , street address, city , stare , country , email , phone , website, description, working hours )

You can also scrape the page content ( posts and comments text )

You can also scrape posts analysis (

Well, from my years experience as a data analyst, I used to scrape Facebook and do complete analysis of my results.

For scraping pages, you have many options:

If you are starting from scratch,

you can even collect potential pages by categories, countries and get the pages you want.

You can also scrape these pages to get all pages “ about “ data like ( id, name , likes count , followers count , long, lat , street address, city , stare , country , email , phone , website, description, working hours )

You can also scrape the page content ( posts and comments text )

You can also scrape posts analysis ( post link , number of comments, number of every reaction, number of shares,… etc )

During my journey in data analysis, I used to need all these data points above and after testing many service providers & softwares, I could only recommend “ mosha for marketing” to do all these tasks above. You could easily find them in YouTube.

Profile photo for Anna

I recently faced the challenge of trying to scrape member email addresses and phone numbers from a Facebook group for a specific marketing campaign. Initially, this seemed like a daunting task due to Facebook's strict privacy policies and the technical complexity involved in extracting such data. However, I found a solution in SuSocialPro, an all-in-one social media automation software powered by advanced AI.

One of the main challenges was managing multiple social media accounts and ensuring that my activities didn't violate Facebook's terms of service. SuSocialPro's multi-account management fe

I recently faced the challenge of trying to scrape member email addresses and phone numbers from a Facebook group for a specific marketing campaign. Initially, this seemed like a daunting task due to Facebook's strict privacy policies and the technical complexity involved in extracting such data. However, I found a solution in SuSocialPro, an all-in-one social media automation software powered by advanced AI.

One of the main challenges was managing multiple social media accounts and ensuring that my activities didn't violate Facebook's terms of service. SuSocialPro's multi-account management feature came in handy here, allowing me to control several accounts from a single dashboard without the need for constant logins and logouts. This feature, combined with the software's proxy manager, ensured that each account appeared independent, minimizing the risk of being flagged by Facebook.

SuSocialPro's content scraper was instrumental in automating the process of gathering data from various Facebook groups. Although direct scraping of personal information like emails and phone numbers is against Facebook's policies, the tool efficiently gathered publicly available data such as posts and user names. This data helped me engage with group members more effectively by understanding their interests and tailoring my marketing approach accordingly.

Another significant advantage was SuSocialPro's automated engagement tools. By automatically liking, commenting, and following other users' content, I could increase my account's visibility and engagement without manually interacting with each post or profile. This feature saved me a considerable amount of time and allowed me to focus on crafting personalized outreach strategies.

The software's post-scheduling capability was another lifesaver. Planning and organizing social media content in advance meant I didn't have to be constantly online, and my campaigns ran smoothly even outside of business hours. This was particularly useful for maintaining a consistent presence across different time zones.

Overall, SuSocialPro made the complex task of managing multiple social media accounts and gathering user data more manageable. Its advanced features, such as multi-level spin syntax and AI-generated content, ensured that my marketing efforts remained effective and compliant with platform policies.

If you're dealing with similar challenges, I highly recommend giving SuSocialPro a try. For more tips and insights, feel free to check out my Quora profile.

Profile photo for Bhupendra Khanal

You can actually get the list of fans who have interacted with you. Interaction can be liking, commenting or sharing a post, or making the page posts.

Ref image below.

You can actually get the list of fans who have interacted with you. Interaction can be liking, commenting or sharing a post, or making the page posts.

Ref image below.

Profile photo for Jeff Widman

It's totally possible to track sources, but only in an anonymous fashion--eg, you can't track which particular fans were responsible for the growth.

Basic Facebook Insights gives you the ability to see where fans are coming from under Insights / Fans Details / Source

Alternatively, we've built both "new" and "removed" fan sources into the fan page analytics tool PageLever.com:

PageLever let's you see these stats for custom date ranges, eg if you notice in March that you had a surge in new fans back in November, then you can select "just show me new fan sources for the month of November."

The on

It's totally possible to track sources, but only in an anonymous fashion--eg, you can't track which particular fans were responsible for the growth.

Basic Facebook Insights gives you the ability to see where fans are coming from under Insights / Fans Details / Source

Alternatively, we've built both "new" and "removed" fan sources into the fan page analytics tool PageLever.com:

PageLever let's you see these stats for custom date ranges, eg if you notice in March that you had a surge in new fans back in November, then you can select "just show me new fan sources for the month of November."

The one flaw is that the largest source of is consistently "Other" - meaning that for one reason or another Facebook isn't sure where the fans came from. But the list of other fan sources is still useful to get a relative sense of where fans are coming from.

Profile photo for Bright Data

The most efficient method to extract data from Facebook using a web scraping program.

To utilize no-code solutions, you don't need to be a coder. Using a browser extension is one way to go, but if you want to scrape a lot of public data (such as pages or groups) from Facebook, there are more advanced choices available.

A great example is the Data Collector by Bright Data, which is a program that gathers data from the most popular eCommerce and social media platforms like Facebook. Octoparse & Phantombuster are two other suggested services.

After you've subscribed to the service, you'll have acces

The most efficient method to extract data from Facebook using a web scraping program.

To utilize no-code solutions, you don't need to be a coder. Using a browser extension is one way to go, but if you want to scrape a lot of public data (such as pages or groups) from Facebook, there are more advanced choices available.

A great example is the Data Collector by Bright Data, which is a program that gathers data from the most popular eCommerce and social media platforms like Facebook. Octoparse & Phantombuster are two other suggested services.

After you've subscribed to the service, you'll have access to a variety of ready-made scraping templates, also known as "collectors," that are already pre-configured and proven successful in extracting data from Facebook. All you have to do now is fill out the following settings and press 'run' You can use these parameters:

  • URLs for Facebook pages for which you want to collect data
  • Define the output file type - XLSX, CSV etc.
  • Choose the delivery method for the data - AWS, cloud, Google, webhook, etc
  • Schedule when do you want the collector to run

The cost of small business insurance can vary widely depending on several factors, including the size of your business, the industry you operate in, and your location.

However, understanding some of the average costs The Hartford’s customers pay can help you budget and make informed decisions about your small business insurance needs.

  • General Liability Insurance: Approximately $67 per month or $804 per year. This helps cover claims related to bodily injury or property damage caused by your business.
  • Workers’ Compensation Insurance: Approximately $86 per month or $1,208 per year. This coverage is

The cost of small business insurance can vary widely depending on several factors, including the size of your business, the industry you operate in, and your location.

However, understanding some of the average costs The Hartford’s customers pay can help you budget and make informed decisions about your small business insurance needs.

  • General Liability Insurance: Approximately $67 per month or $804 per year. This helps cover claims related to bodily injury or property damage caused by your business.
  • Workers’ Compensation Insurance: Approximately $86 per month or $1,208 per year. This coverage is often required by law and helps employees recover from work-related injuries or illnesses.
  • Commercial Property Insurance: Approximately $134 per month or $1,605 per year. This helps protect your business property against risks like fire, theft, and natural disasters.

Choosing the right insurance for your small business involves assessing your unique needs and consulting with an advisor to pick from comprehensive policy options. With over 200 years of experience and more than 1 million small business owners served, The Hartford is dedicated to providing personalized solutions that help you focus on growth and success. Get a quote today!

Disclaimer: Certain coverages vary by state and may not be available to all businesses. All Hartford coverages and services described on this page may be offered by one or more of the property and casualty insurance company subsidiaries of The Hartford Insurance Group, Inc. In Arizona, California, New Hampshire, Texas, and Washington by Hartford Fire Insurance Company, Hartford Casualty Insurance Company, Hartford Underwriters Insurance Company, Twin City Fire Insurance Company, Sentinel Insurance Company, LTD (CA license # 8701), Hartford Lloyd’s Insurance Company, Hartford Insurance Company of the Midwest, and Property & Casualty Insurance Company of Hartford and its property and casualty insurance company affiliates, One Hartford Plaza, Hartford, CT 06155.

The Hartford Insurance Group, Inc., (NYSE: HIG) operates through its subsidiaries, including underwriting company Hartford Fire Insurance Company, under the brand name, The Hartford®, and is headquartered in Hartford, CT. For additional details, please read The Hartford’s legal notice at www.TheHartford.com.

Profile photo for Mofu Chikwanda

I have been following a prevalent figure on Facebook for many years. He is also a writer, so last year he posted an article that was very interesting to me. I asked for more in his inbox. He said he has a book he wrote, and I would benefit from its content as that was drawn from there. But he further added by saying that the post he has been sharing on his page is more powerful than what would be in the book as the posts are his raw thoughts. So If I copied everything from the beginning, I would have more than what the book contained. So, I embarked n a way to do that, of course, copy and past

I have been following a prevalent figure on Facebook for many years. He is also a writer, so last year he posted an article that was very interesting to me. I asked for more in his inbox. He said he has a book he wrote, and I would benefit from its content as that was drawn from there. But he further added by saying that the post he has been sharing on his page is more powerful than what would be in the book as the posts are his raw thoughts. So If I copied everything from the beginning, I would have more than what the book contained. So, I embarked n a way to do that, of course, copy and paste would be tedious and would take months to complete. I looked around for scraping services on Fiverr, but no one would offer the service the way I requested it. It seemed everyone was there was just offering contacts, email, and other related scraping services. Finally, I found a way by myself I scrapped all post from the begging of the page to the very latest. It is way exciting and beneficial. After that, I created a gig on Fiverr to offer this service as there was no one doing this. you can get the service here Fiverr(dot)com/chibusa or search for this exact phrase on Fiverr “scrap any facebook page content posts and comments for you” follow the service provided by chibusa.

Profile photo for Alfred Beck

Naturally, data scraping on Facebook is illegal, which is why it is important to get the necessary permission, before you do anything that is going to compromise you when it comes to litigation.

You need to make sure that your reason for data extraction is clearly defined, and you can work out the sources of data that you are wanting to scrape, the location of the data, and whether you want to be able to scrape the data for marketing purposes.

The thing about Facebook is that its official API has advanced bots that discourage data scraping and are designed to impose regulations.

This means that i

Naturally, data scraping on Facebook is illegal, which is why it is important to get the necessary permission, before you do anything that is going to compromise you when it comes to litigation.

You need to make sure that your reason for data extraction is clearly defined, and you can work out the sources of data that you are wanting to scrape, the location of the data, and whether you want to be able to scrape the data for marketing purposes.

The thing about Facebook is that its official API has advanced bots that discourage data scraping and are designed to impose regulations.

This means that if you log in using your API key, it can easily block it. As a result, scraping tools are designed to extract information without having to log in.

IBM Maximo boosts sustainability with smart asset management, cutting waste, refining energy & lifespan.
Profile photo for Ivan Bob

It depends on what data you want and what input you have !

I am a data analyst and I used to need same tasks.

If you want to get pages with a specific category & location, this is a task.

If you have some pages and want to get their public “ about” data , this is a task.

Anyway, after my long journey in searching for a reliable service provider, I could only recommend “ mosha for marketing” , you can find them in YouTube. They will do all that for you easily.

Profile photo for Nilan-jan Bhattacharya
  1. Open the page, make sure you can see all the names.
  2. Save the page. In Firefox I use the option - Saveas->Webpage complete
  3. Now open the page in notepad or a better editor of even Microsoft Word
  4. Search for the names

At this point you should realize that the names are on the page on your hard disk.
Now it gets a bit technical
I use Ruby and the wonderful gem Nokogiri
You could use grep
In both cases what you are looking for is a pattern.
I use the Firefox extension Firebug to look for patterns

See this pattern I copied from Facebook:

<a data-hovercard="/ajax/hovercard/user.php?id=100001434893048&am

  1. Open the page, make sure you can see all the names.
  2. Save the page. In Firefox I use the option - Saveas->Webpage complete
  3. Now open the page in notepad or a better editor of even Microsoft Word
  4. Search for the names

At this point you should realize that the names are on the page on your hard disk.
Now it gets a bit technical
I use Ruby and the wonderful gem Nokogiri
You could use grep
In both cases what you are looking for is a pattern.
I use the Firefox extension Firebug to look for patterns

See this pattern I copied from Facebook:

<a data-hovercard="/ajax/hovercard/user.php?id=100001434893048&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D" href="https://www.facebook.com/Narendra.Modi.7737?fref=nf" aria-owns="js_1" aria-haspopup="true" id="js_2">Narendra Modi</a>

I am not going to explain in detail how to extract the user name. Let me know if you want me to.

I had written a blogpost http://www.revelutions.com/counterfactuals/start-curating-with-scraperwiki/ on how you can start scraping (This is not scraping Facebook).

Profile photo for Angie Rhodes

Customer support is one of the most important parts of your business but also one of the trickiest things to manage when you're a small team. Let's check out how we can expedite this angle of Facebook marketing with some automation!

FL_Facebook is a comprehensive marketing platform designed to automate and optimize customer interactions. For marketers, it's especially useful for Facebook automation, making it easier than ever to engage with customers at scale.

With this automation tool, you can provide instant responses to customer inquiries at any time, significantly improving your customer ser

Customer support is one of the most important parts of your business but also one of the trickiest things to manage when you're a small team. Let's check out how we can expedite this angle of Facebook marketing with some automation!

FL_Facebook is a comprehensive marketing platform designed to automate and optimize customer interactions. For marketers, it's especially useful for Facebook automation, making it easier than ever to engage with customers at scale.

With this automation tool, you can provide instant responses to customer inquiries at any time, significantly improving your customer service experience and increasing customer satisfaction. The platform can automatically answer commonly asked questions, freeing up your team to focus on more complex inquiries that require a human touch.

It also uses customer data to provide personalized product recommendations and marketing messages, helping to increase conversion rates and drive sales.

Profile photo for Franco Vega

What I need to do is to be able to see every Facebook Page that has shared a post from a Facebook page to view where the engagement is coming from, since I saw the post being shared by a popular facebook page, however I can’t remember which one was it and now the post has amassed over 100k shares, 30k likes and 10k comments in a matter of days, for a page that was relatively unknown and with a low amount of followers, this is a great way to inspect the viral process.

Profile photo for Adam Lasnik

Craig, thanks for the clarifying comment. Given that, here are my suggestions:

  1. Be frank
  2. Be open rather than vague about why you're wanting to do this segmenting.
  3. Express the benefits for both you and others
    You can use your usual self-deprecating humor :), e.g., "I want to share big, important things -- things bigger than myself! -- on my new 'fan' [ugh!] page, such as [short example]. And I want to share what I had for lunch with my close friends-in-real-life. Okay, and some more-personal stuff, too, to be honest. So if we don't know each other in real life, I'd really appreciate you un-fri

Craig, thanks for the clarifying comment. Given that, here are my suggestions:

  1. Be frank
  2. Be open rather than vague about why you're wanting to do this segmenting.
  3. Express the benefits for both you and others
    You can use your usual self-deprecating humor :), e.g., "I want to share big, important things -- things bigger than myself! -- on my new 'fan' [ugh!] page, such as [short example]. And I want to share what I had for lunch with my close friends-in-real-life. Okay, and some more-personal stuff, too, to be honest. So if we don't know each other in real life, I'd really appreciate you un-friending me here and signing up for my fan page here [link]. Thanks!"
  4. Initially post this on your wall, then a week later, send a similar message to all your friends (if FB lets you do this).
  5. After that, mercilessly un-friend as appropriate.
    It may seem harsh or rude, but look, this is
    your friends page, it's your life, and if someone can't respect your polite requests, then they're not really your friend anyway ;).
Profile photo for Jeff Widman

1) Impressions measures how often a status update is rendered in the browser--whether in the newsfeed of a fan or on the wall tab of page.

In general, across BrandGlue.com clients (25 million fans across our client pages), impressions are 10x-30x of pageviews. The larger the fan page, the higher this multiple.

2) You can totally break the pageviews into "from fans" and "from visitors (non-fans)". Basic Facebook Insights gives this to you, or you can get some more detailed analysis using a fan page analytics tool like PageLever.com that gives stats on private, admin-only data.

You have to make a

1) Impressions measures how often a status update is rendered in the browser--whether in the newsfeed of a fan or on the wall tab of page.

In general, across BrandGlue.com clients (25 million fans across our client pages), impressions are 10x-30x of pageviews. The larger the fan page, the higher this multiple.

2) You can totally break the pageviews into "from fans" and "from visitors (non-fans)". Basic Facebook Insights gives this to you, or you can get some more detailed analysis using a fan page analytics tool like PageLever.com that gives stats on private, admin-only data.

You have to make a few assumptions to perform the calculation, but I estimate that between 88%-96% of fans never revisit a fan page unless they see a status update from the page or click an ad.

Profile photo for Greg Sanford

Found it in case anyone needs it for the future http://stats.allfacebook.com/pages/leaderboard/

To scrape more than one page using ScraperAPI, you can make multiple API requests, each targeting a different page. Here's a general approach to scrape multiple pages using ScraperAPI:

Set up your ScraperAPI account: Sign up for a ScraperAPI account at ScraperAPI - The Proxy API For Web Scraping if you haven't already done so. You'll receive an API key that you'll use for authentication in your requests.

Construct the API request URL: Use the base API URL (Scraper API) and append your API key as a query parameter. For example:

ruby

Copy code

http://api.scraperapi.com/?api_key=YOUR_API_KEY

Specify the target pag

To scrape more than one page using ScraperAPI, you can make multiple API requests, each targeting a different page. Here's a general approach to scrape multiple pages using ScraperAPI:

Set up your ScraperAPI account: Sign up for a ScraperAPI account at ScraperAPI - The Proxy API For Web Scraping if you haven't already done so. You'll receive an API key that you'll use for authentication in your requests.

Construct the API request URL: Use the base API URL (Scraper API) and append your API key as a query parameter. For example:

ruby

Copy code

http://api.scraperapi.com/?api_key=YOUR_API_KEY

Specify the target page: Append the target URL you want to scrape as another query parameter. For example:

ruby

Copy code

http://api.scraperapi.com/?api_key=YOUR_API_KEY&url=https://example.com/page1

Make the API request: Send an HTTP GET request to the constructed URL using your preferred programming language or tool. The response will contain the scraped data from the specified page.

Repeat for additional pages: Repeat steps 3 and 4 for each page you want to scrape. Modify the url query parameter in each request to target the desired page.

Here's an example using Python and the requests library to scrape two pages using ScraperAPI:

python

Copy code

import requests

api_key = "YOUR_API_KEY"

base_url = "http://api.scraperapi.com/"

# Scrape first page

page1_url = "https://example.com/page1"

request_url1 = f"{base_url}?api_key={api_key}&url={page1_url}"

response1 = requests.get(request_url1)

data1 = response1.text

# Process the scraped data from page 1

# Scrape second page

page2_url = "https://example.com/page2"

request_url2 = f"{base_url}?api_key={api_key}&url={page2_url}"

response2 = requests.get(request_url2)

data2 = response2.text

# Process the scraped data from page 2

Remember to replace 'YOUR_API_KEY' with your actual ScraperAPI API key, and adjust the URLs (page1_url and page2_url) according to your target pages.

By making separate requests for each page, you can scrape multiple pages using ScraperAPI.

Profile photo for Janice Washington

If you aren’t someone who has enough coding experience to develop your own Facebook scraper then we suggest that you try out one that has already been created.

WBB FBTasker is not cloud-based software or something that you download and install onto your desktop. It is a scraping API.

This means that you can incorporate it into your code and use the scraped data straight away. This type of company is definitely built for developers, and its pricing begins at just $29 a month.

Don’t forget that people who join by clicking this link will have double free trials. That means, for example, 2000 free re

If you aren’t someone who has enough coding experience to develop your own Facebook scraper then we suggest that you try out one that has already been created.

WBB FBTasker is not cloud-based software or something that you download and install onto your desktop. It is a scraping API.

This means that you can incorporate it into your code and use the scraped data straight away. This type of company is definitely built for developers, and its pricing begins at just $29 a month.

Don’t forget that people who join by clicking this link will have double free trials. That means, for example, 2000 free requests on the Crawling API instead of 1000, etc.

Read this answer on StackOverflow: http://stackoverflow.com/questions/2001281/retrieve-facebook-fan-names

Profile photo for Ivor Bihar

You can also use socialnumbers.com (DISCLAIMER: I currently work at Socialnumbers) to compare Facebook Pages by size (number of fans), talking about and growth; on todays date or even historically.

socialbaker gives you a list if top influencers (up to 2000 I think), but this is a rather pricey service. Good 2-week trial period though.

Profile photo for Jeremy A Roberts

Great question Antonio. As you and most everyone knows, if you are an admin of that page, then you can click on "Insights" then "People" and you will see the source locations of the fans to that page.

Unfortunately I cannot find any answer for your question. From personal knowledge to colleague knowledge to research, I cannot find out how you can identify locations of the Facebook pages that you are not an admin. Sorry about that. If anything, here is a list of some great tools you can use to spy on others sites and pages.

25 Sneaky Online Tools and Gadgets to Help You Spy on Your Competitors

Profile photo for Jeff Hawkins

Take a look at Export your Facebook profile and page as RSS and Atom feed

They do a pretty good job exporting the pertinent snippets on public-facing Facebook pages that haven’t set their privacy restrictions.

It’s not a total scrape but works well in a RSS Reader and works very well with a well moderated/curated Aggregator site.

Profile photo for Ishtiaq

I had developed a tool that used to scrape all the profiles who have commented/reacted to a facebook post (for each post on a given page).

Some people suggest to use graph api, but the api has some limits, i recommend you to develop custom scraper script, I used C# with htmlagilitypack (a library to parse html) .

Well, I think fangager.com promises to offer facebook crm, including identifying your biggest fans--but they can only track when someone likes/comments, not when someone shares your page. Haven't used it yet, but the service does look interesting.

Since personal Facebook pages are limited to 5000 friends, it has become very acceptable to ask people to move to your 'fan' page so that no one who wants to follow you gets left out.

Profile photo for Ivan Bob

Well, from my years of experience as a data analyst, I used to scrape Facebook a lot especially posts and comments text.

I tried almost all solutions and found that “MOSHA for marketing “ on YouTube are the most skilled people for that service.

I think they are using the api in a unique way to get all this data in almost no time.

Profile photo for Jamil AWAD

There are numerous tools available for scraping content from public Facebook pages. You have the option to manually perform the scraping (Manual tools for scraping Facebook public pages involve doing the task yourself without relying on automated software. Essentially, this means personally navigating through Facebook pages, copying information, and pasting it elsewhere. It requires hands-on effort and doesn't involve using specialized programs or scripts to automate the process.) or utilize dedicated tools such as Crawlbase. This tool proves particularly useful in handling Captchas, especiall

There are numerous tools available for scraping content from public Facebook pages. You have the option to manually perform the scraping (Manual tools for scraping Facebook public pages involve doing the task yourself without relying on automated software. Essentially, this means personally navigating through Facebook pages, copying information, and pasting it elsewhere. It requires hands-on effort and doesn't involve using specialized programs or scripts to automate the process.) or utilize dedicated tools such as Crawlbase. This tool proves particularly useful in handling Captchas, especially when operating at a large scale.

About · Careers · Privacy · Terms · Contact · Languages · Your Ad Choices · Press ·
© Quora, Inc. 2025