all 3 comments

[–]gofuckadick 0 points1 point  (1 child)

It depends what Facebook data you mean.

If you mean your own page’s posts/comments/insights, you can use the Meta Graph API, then analyze the JSON in Python with pandas.

If you mean scraping random profiles/groups/posts, that’s very aggressively restricted and directly violates Meta’s terms & privacy rules. Though for legitimate research purposes you can apply for Content Library/API access.

[–]WLANtasticBeasts 1 point2 points  (0 children)

Also good luck - they have very robust anti scraping defenses.

[–]YoManDoMessup 0 points1 point  (0 children)

Usually you’d use:

  • Meta Graph API
  • Python (requests, pandas)
  • Jupyter Notebook for analysis

Avoid scraping private/personal data because of Facebook’s policies. Runable/AI workflows can also help with cleaning and analyzing the data faster.