I was trying to get post info from posts on Facebook like date, text, and post link.
I have tried a lot of methods but after login and going to the group I get stuck and cant get elements I want. It always return irrelevant results.
]
I was trying to get post info from posts on Facebook like date, text, and post link.
I have tried a lot of methods but after login and going to the group I get stuck and cant get elements I want. It always return irrelevant results.
]
I used the selenium and mobile version of the Facebook site (m.facebook.com
) to scrape data (mostly Xpath). It's easier to play with DOM in the mobile version.
There are many git repos out there on FB scraping, check whatever works for you. this one for example is pretty recent -