Skip to content

A lightweight Python tool that scrapes FSBO listings from Zillow and emails daily lead reports using SendGrid. Designed for real estate agents and investors seeking a simple, automated way to generate fresh FSBO leads.

Notifications You must be signed in to change notification settings

AnderLurse/real_estate_leadbot_public

Repository files navigation

Status

⚠️ Project Status

🚧 Still under development. Key features may be incomplete or require manual setup.

🏠 Real Estate Lead Generation Bot

This bot scrapes FSBO listings from Zillow and emails them daily using SendGrid.

Features

  • Scrapes listings by ZIP code
  • Sends email with SendGrid
  • Logs results
  • Automatable with cron

Quick Start

  1. Upload files to VPS
  2. Create Python venv and install:
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
    
  3. Edit zillow_scraper.py with your SendGrid API key, email, and ZIP
  4. Run manually:
    python autopilot_leadbot.py
    
  5. (Optional) Add cron job

Contact

Developed by: Tech35 / Andrew Lewis support@tech35.pro

About

A lightweight Python tool that scrapes FSBO listings from Zillow and emails daily lead reports using SendGrid. Designed for real estate agents and investors seeking a simple, automated way to generate fresh FSBO leads.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published