Facebook Groups Scraper avatar
Facebook Groups Scraper
Try for free

7 days trial then $45.00/month - No credit card required now

View all Actors
Facebook Groups Scraper

Facebook Groups Scraper

apify/facebook-groups-scraper
Try for free

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.

User avatar

Scrape posts newer than options

Closed

amit_lavi_99 opened this issue
2 months ago

Hey, for my purpose I need to scrape on new posts every hour.Is there an option or input parameter that i can pass for that? i mean, I saw the "posts_newer_than" input param, but the minimum time frame is DD (day) and I want to crawl every hour on the new ones. I would appreciate it if you could support this option or help me to solve it.

User avatar

Hi! You can use json input as follows:

1{
2  "onlyPostsForLastTimeUnit": "hours",
3  "onlyPostsForLastValue": 12,
4  "resultsLimit": 100,
5  "startUrls": [
6    {
7      "url": "https://www.facebook.com/groups/dsbkkpromo"
8    }
9  ],
10  "viewOption": "CHRONOLOGICAL"
11}

Sample run https://console.apify.com/view/runs/gpt7PUATpdQTmqj7O

I´m going to close the issue now, but if there would be anything else we could help with, please let us know.

Developer
Maintained by Apify
Actor metrics
  • 382 monthly users
  • 100.0% runs succeeded
  • 1.3 days response time
  • Created in Nov 2022
  • Modified about 16 hours ago