pythonweb-scrapingfacebook-apps

Is there a way to scrape Facebook comments and IDs from a Facebook page like nytimes or the guardian for analytical purposes?


Is there a way to scrape Facebook comments and IDs from a Facebook page like nytimes or the guardian for analytical purposes !?


Solution

  • for using their API, you'll need to "verify" your app to get access to their "pages_read_user_content" or "Page Public Content Access"

    at first using the API you might "GET" the page id / page post id / the permalink to the post in the page your own but to scrape the comments with API you'll need to verify a business account.