- Go to https://github.com/banddude/facebook-email-scraper
- Click the green "Code" button
- Click "Download ZIP"
- Unzip the downloaded file
- Find
FacebookEmailScraper.app
in the unzipped folder - 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:
- Right-click the app
- Select "Open" from the menu
- 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.
- Clone this repository:
git clone https://github.com/banddude/facebook-email-scraper.git
cd facebook-email-scraper
- Install required packages:
pip install -r requirements.txt
- Start the application:
python app.py
- Open your browser and go to:
http://localhost:5001
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]"
- Automated email finding from Facebook pages
- Progress tracking
- Handles multiple businesses
- Downloads results as CSV
- Clean web interface
- The application uses Chrome in headless mode
- Results are saved in the 'uploads' directory
- Processing time depends on the number of businesses