Facebook Feed Scraper

Mus4shi

Junior Member
Joined
Oct 7, 2023
Messages
161
Reaction score
102
Hey everyone,

I'm looking for a tool that can automatically scrape posts from my Facebook home feed. Ideally, I’d like to set parameters like the minimum number of likes and shares, and the scraper would pull only the posts that meet those criteria while auto scrolling

Does anyone know of a tool that does this? Or maybe a custom solution? Open to suggestions.

Thanks!
 
I have never heard of such a tool.
Hey everyone,

I'm looking for a tool that can automatically scrape posts from my Facebook home feed. Ideally, I’d like to set parameters like the minimum number of likes and shares, and the scraper would pull only the posts that meet those criteria while auto scrolling

Does anyone know of a tool that does this? Or maybe a custom solution? Open to suggestions.

Thanks!
 
Web Scraping Tools: Some tools like ParseHub, Octoparse, or WebHarvy allow you to create automated processes to extract data from websites.
ParseHub: Easy to use and allows you to customize the extraction parameters.
Octoparse: Supports automated page scrolling and can set conditions to filter posts.
 
Hey everyone,

I'm looking for a tool that can automatically scrape posts from my Facebook home feed. Ideally, I’d like to set parameters like the minimum number of likes and shares, and the scraper would pull only the posts that meet those criteria while auto scrolling

Does anyone know of a tool that does this? Or maybe a custom solution? Open to suggestions.

Thanks!
I have never heard of such a tool either.
 
Use Selenium + BeautifulSoup to automatically scroll and filter posts by likes/shares.
Make.com / PhantomBuster can help but needs customization to filter content.
Facebook Graph API only pulls posts from pages, not personal feeds.
 
you can try Facebook Graph API. It will provide access to public posts but comes with limitations and requires proper authentication. You might need to check if it fits your specific needs.
 
Hey everyone,

I'm looking for a tool that can automatically scrape posts from my Facebook home feed. Ideally, I’d like to set parameters like the minimum number of likes and shares, and the scraper would pull only the posts that meet those criteria while auto scrolling

Does anyone know of a tool that does this? Or maybe a custom solution? Open to suggestions.

Thanks!
You can build such a tool with no code method. You just need to give the right and appropriate prompt and in no time you tool will be ready.
 
You can do it via fb graph api using your profile token.
 
Hey everyone,

I'm looking for a tool that can automatically scrape posts from my Facebook home feed. Ideally, I’d like to set parameters like the minimum number of likes and shares, and the scraper would pull only the posts that meet those criteria while auto scrolling

Does anyone know of a tool that does this? Or maybe a custom solution? Open to suggestions.

Thanks!
I know https://www.adspower.com/blog/how-to-scrape-facebook-2-easy-methods-for-coders-non-coders, but I don't know if you're a coder, Bardeen is a tool for people who don't know how to code, and you can customize the scraping of data at will.
 
Yeah, those tools work well for scraping, but for Facebook, you'd need to be careful with automation limits and anti-bot measures. If you're looking for a more custom and scalable solution, using Python with libraries like Selenium, BeautifulSoup, or Meta API could give you better control. Are you looking for a no-code solution or willing to go the coding route?
 
Back
Top