cyberneticlibrary

Scrape Facebook posts and engagement

facebook-page-profile-postsskillsetup L22,197
browser-act/skills
What it does

Extract posts with engagement metrics

Best for

Large-scale social media monitoring across public Facebook pages with structured engagement metrics.

Inputs
  • · URL or location name
  • · Page/profile/hashtag identifier
Outputs
  • · JSON list of posts with engagement metrics
Requires
  • · Bash
  • · Facebook
  • · browser-act
  • · Python scripts
Preconditions
  • · User must be logged in
  • · Browser session with valid cookies
  • · Required CLI/tool installed
Failure modes
  • · Page/resource not found or inaccessible
  • · Malformed response or parsing error
  • · Invalid cursor or pagination boundaries
  • · User not authenticated or session expired
Trust signals
  • · Direct API integration with documented response schemas
  • · Comprehensive error handling and pre-execution checks
  • · Cursor-based pagination support