Skip to content

banddude/facebook-email-scraper

Repository files navigation

Business Email Finder

Quick Start - Download and Run the App

  1. Go to https://github.com/banddude/facebook-email-scraper
  2. Click the green "Code" button
  3. Click "Download ZIP"
  4. Unzip the downloaded file
  5. Find FacebookEmailScraper.app in the unzipped folder
  6. On macOS:
    • Either double-click to run
    • Or drag to Applications folder (recommended)

First-time Launch: Since this is a downloaded app, macOS security requires:

  1. Right-click the app
  2. Select "Open" from the menu
  3. Click "Open" in the security dialog

After this first launch, you can open normally by double-clicking.

Note: This is a macOS application and will only work on macOS systems.

Find business email addresses quickly and efficiently. This tool helps you find email addresses from Facebook business pages by processing a CSV file of business names and locations.

Application Interface

Application Interface

File Upload

File Upload

Installation

  1. Clone this repository:
git clone https://github.com/banddude/facebook-email-scraper.git
cd facebook-email-scraper
  1. Install required packages:
pip install -r requirements.txt

Usage

  1. Start the application:
python app.py
  1. Open your browser and go to:
http://localhost:5001

CSV Format

Input CSV format:

business_name,location
"Business Name 1","City 1"
"Business Name 2","City 2"

Output CSV format:

business_name,location,email
"Business Name 1","City 1","[email protected]"
"Business Name 2","City 2","[email protected]"

Features

  • Automated email finding from Facebook pages
  • Progress tracking
  • Handles multiple businesses
  • Downloads results as CSV
  • Clean web interface

Notes

  • The application uses Chrome in headless mode
  • Results are saved in the 'uploads' directory
  • Processing time depends on the number of businesses

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published