Facebook Groups Scraper
Pricing
from $1.50 / 1,000 results
One or more public Facebook group URLs.
The maximum number of posts to save for each supplied group URL.
How Facebook orders the group feed. TOP_POSTS is the default and returns Facebook's most relevant posts; CHRONOLOGICAL returns newest posts; RECENT_ACTIVITY returns posts with the newest activity.
Optional case-insensitive filter. Every word must appear in the post text; wrap the value in double quotes to require an exact phrase. The actor keeps paginating until it collects maxItems matching posts or the feed ends.
Optional lower date bound. Accepts YYYY-MM-DD, an ISO timestamp, or a relative period such as 30 days. Posts without a verifiable timestamp are excluded when a date filter is active.
Optional lower date bound in hours. When set, it overrides onlyPostsNewerThan.
Optional upper date bound. Accepts YYYY-MM-DD, an ISO timestamp, or a relative period such as 30 days. Combine with onlyPostsNewerThan for a closed range.