Facebook Group Latest Post Scraper avatar

Facebook Group Latest Post Scraper

Under maintenance

Pricing

$0.05 / actor start

Go to Apify Store
Facebook Group Latest Post Scraper

Facebook Group Latest Post Scraper

Under maintenance

Get the latest post in a public Facebook group

Pricing

$0.05 / actor start

Rating

0.0

(0)

Developer

Arto Gahr

Arto Gahr

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Share

Monitors one or more Facebook groups and sends you an email when a new post appears. Useful if you're in groups where Facebook's own notifications are unreliable (free stuff groups, local buy/sell, etc.).

How it works

Each run visits the group pages, grabs the latest post, and compares it against the last seen post stored in Apify's Key-Value Store. If it's new, it sends an email via apify/send-mail and saves the post to the dataset. If nothing changed, it exits quietly.

Meant to be run on a schedule. Only works with public groups.

Input

FieldTypeRequiredDescription
groupUrlsstring[]Facebook group URLs to monitor
recipientEmailstringWhere to send notifications (must be your Apify account email)
ignoreKeywordsstring[]Skip posts containing these words, e.g. ["reserved", "taken", "gone"]
useResidentialProxybooleanUse residential proxies (default: true, recommended for Facebook)

Setup

  1. Deploy to Apify and approve apify/send-mail permissions when prompted
  2. Set recipientEmail to your Apify account email
  3. Create a schedule to run it periodically

Notes

  • Deduplication is based on post text content, not the URL (Facebook's post URLs include tracking parameters that change on every load)
  • The first run will always send an email for whatever the current latest post is