facebook-page-finder

Installation
SKILL.md

Facebook Page Finder

Finds Facebook page URLs for businesses in the business_leads table that don't yet have a Facebook handle. Uses Apify Google Search actor to search "Business Name" facebook city and extracts matching facebook.com URLs.

What It Does

  1. Reads businesses from business_leads where facebook IS NULL
  2. For each business, runs a Google search: "Business Name" facebook <location>
  3. Extracts facebook.com handles from search results
  4. Updates business_leads.facebook with the found handle
  5. Feeds the facebook_outreach table for the facebook-outreach skill

How to Run

# Find Facebook pages for all leads missing them
node skills/facebook-page-finder/scripts/facebook-page-finder.js
Installs
4
GitHub Stars
55
First Seen
Apr 8, 2026
facebook-page-finder — kevinbadi/ai-os-skills