@tuanminhhole

Openclaw Facebook Crawler

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

当前版本
v1.0.5
code-plugin社区source-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.

源码与版本

源码仓库

tuanminhhole/openclaw-facebook-crawler

打开仓库

源码提交

cbae1629d8dc1f36f0a8f7ddc2a0d7e4e99cd02e

查看提交

安装命令

openclaw plugins install clawhub:openclaw-facebook-crawler

元数据

  • 包名: openclaw-facebook-crawler
  • 创建时间: 2026/05/06
  • 更新时间: 2026/05/06
  • 执行代码:
  • 源码标签: cbae1629d8dc1f36f0a8f7ddc2a0d7e4e99cd02e

兼容性

  • 构建于 OpenClaw: 2026.3.24
  • 插件 API 范围: >=2026.3.24
  • 标签: latest
  • 文件数: 10