Automate Facebook group data collection to Supabase
This automation allows users to scrape posts, comments, and sub-comments from a Facebook group, and automatically save the extracted data into a Supabase database. This can be used to gather user engagement data for analysis, archive posts and comments for research, or monitor community sentiment by collecting feedback across discussions. The workflow is triggered by a form submission, where the user enters a Facebook group URL and the number of posts to scrape. It then uses Apify to scrape the specified posts, comments, and sub-comments, and stores the data in Supabase tables for further processing and analysis.