Facebook-Page-Crawler
Facebook-Page-Crawler copied to clipboard
Does not scrape nested comments
Hi all! Thank you so much for making this amazing tool and releasing it to the public.
I am using it to test scraping data from my public page, and realized that the comments feature only gets the most top level comments (and not nested comments). I assume that I can play around with the API calls to get the nested comments (e.g. adding the comment_id/comments parameter to each call for each individual comment). Is there a quicker way to do it?
Thanks again!