@tuanminhhole

Openclaw Facebook Crawler

Facebook group motorbike listing crawler — filters individual sellers, location-aware, cron-integrated

Current version
v1.0.6
code-pluginCommunitysource-linked

OpenClaw Facebook Crawler

Read this in other languages: Tiếng Việt

A generic rule-based Facebook Group Crawler plugin for OpenClaw. It automates browser interactions to scrape posts from configured Facebook groups based on precise keywords, regex rules, and locations.

It is designed to easily map and filter data (like tracking motorbike sales, real estate, or job listings) using a customizable config.json without modifying code.

Features

  • Data-Driven Configuration: Easily configure target groups, allowed/blocked keywords, and regex rules in JSON.
  • Location Filter: Group and identify posts by region (e.g., mapping cities/provinces to custom tags).
  • Spam & Pro-seller Bypass: Filter out commercial posts using blocklists.
  • Deduplication: Remembers what it has scraped locally in data/ to avoid duplicates.
  • Native Cron Integration: Exposes /scan session <id> to work perfectly with OpenClaw Native Cron.
  • Zalo Admin Controls: Provides slash commands in Zalo for full control.

Installation

openclaw plugins install clawhub:openclaw-facebook-crawler

Or copy to your extensions/ directory and enable in openclaw.json:

"plugins": {
  "entries": {
    "openclaw-facebook-crawler": { "enabled": true }
  },
  "allow": ["openclaw-facebook-crawler"]
}

Slash Commands

(Available in Zalo)

CommandAction
/scanForce scan all configured groups immediately
/scan <key|id>Scan a specific group by its key
/scan session <ID>Run a specific cron session (e.g., /scan session A)
/reportSend a summary report for today
/groupsList all monitored groups
/blacklistView the blocked UID list
/resetClear scanned history
/cronView the cron configuration map
/statusView plugin stats and memory
/set-notifySet the current chat to receive automatic reports

Architecture Notes

Requires browser-tool.js provided by the OpenClaw browser module to be active to perform the actual Facebook interaction.

Source and release

Source repository

tuanminhhole/openclaw-facebook-crawler

Open repo

Source commit

39b24bb8eb86fd3e89ecdc44b24c17c10f977f42

View commit

Install command

openclaw plugins install clawhub:openclaw-facebook-crawler

Metadata

  • Package: openclaw-facebook-crawler
  • Created: 2026/05/06
  • Updated: 2026/05/06
  • Executes code: Yes
  • Source tag: 39b24bb8eb86fd3e89ecdc44b24c17c10f977f42

Compatibility

  • Built with OpenClaw: 2026.3.24
  • Plugin API range: >=2026.3.24
  • Tags: latest
  • Files: 10