Facebook Content Scraping with hastags

TimelordHarry

Regular Member
Joined
Apr 6, 2017
Messages
401
Reaction score
128
Is it possible to scrape content from Facebook for specific hashtag? Or, is content scraping from facebook possible at all/

What I am trying to do is scrape statuses for specific hashtags.
 
You can probably using selenium and searching through hastags.
 
If you can get a list of post for a hashtag (like in Instagram or Twitter) then it's possible.

Selenium is a good option, other software you could use in Python is Scrapy, BeautifulSoap, MechanicalSoup, etc.

The problem here is that Facebook will detect unhuman reactions/usage. You should probably add time sleeps and don't use it on your account. It's trial and error.
 
Back
Top