Facebook Groups Scraper
7 days trial then $45.00/month - No credit card required now
Facebook Groups Scraper
7 days trial then $45.00/month - No credit card required now
Extract data from one or multiple public Facebook groups. Get group and post URLs, post text, comments, timestamp, likes and comments count, and basic commentator info. Download the data in JSON, CSV, and Excel and use it in apps, spreadsheets, and reports.
Do you want to learn more about this Actor?
Get a demoIs it possible to crawl over a specified time range? Because my cron job crashed and I have to crawl to fetch information at specified hours that the job was down. For example on 12.08.24 between 3-8 PM. I didn't find a way to set it in the parameters, but I saw an option only to set how much time back I want and not a set time range. This is a critical matter for me and for the availability and hermeticity of my application.
Hello, you can use onlyPostsNewerThan
and onlyPostsNewerThan
fields in the input, which takes a date (for example in a string form) as a value. Hope this helps :)
You wrote the same field twice, maybe you meant onlyPostsOlderThan in the second occurrence?
בתאריך יום ד׳, 14 באוג׳ 2024 ב-18:04 מאת Jakub Konečný < topic+i4gakg5j4xcboztjjv@reply.apify.com>:
You are totally right, I forgot to edit the second field. Yes, it's onlyPostsNewerThan
and onlyPostsOlderThan
:)
Thank you! Can u give me an example of dates input. In instance, how to input the date 14.8.24?
בתאריך יום ד׳, 14 באוג׳ 2024 ב-19:14 מאת Jakub Konečný < topic+i4gakg5j4xcboztjjv@reply.apify.com>:
{ "onlyPostsNewerThan": "2024-8-14" }
Should work :)
Thank you! Can I specify a specific hour?
בתאריך יום ה׳, 15 באוג׳ 2024 ב-2:29 מאת Jakub Konečný < topic+i4gakg5j4xcboztjjv@reply.apify.com>:
Yes, with this formatting it should consider time too.
{ "onlyPostsNewerThan": "2024-08-15T09:57:40.515Z" }
Actor Metrics
510 monthly users
-
56 stars
>99% runs succeeded
2.5 days response time
Created in Nov 2022
Modified 17 hours ago