Skip to content

azlan-dev/zillow-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zillow Agent Scraper

A Python web scraper for extracting real estate agent information from Zillow.

Installation

pip install -r requirements.txt

Usage

Step 1: Get Agent URLs

python agent.py
  • Enter ZIP code
  • Enter starting page number
  • Output: agents_{zipcode}.csv

Step 2: Get Agent Details

python agent_item.py
  • Enter CSV filename (without .csv)
  • Output: agents_data.csv

Data Collected

  • Headshot URL
  • Sales statistics
  • Rental information
  • License number

Configuration

Update proxy credentials in both scripts if needed:

proxy_host = 'us-pr.oxylabs.io'
proxy_port = 10000
username = 'your_username'
password = 'your_password'

Note

For educational purposes only. Review Zillow's Terms of Service before use.

About

Scrape real estate agents profile from zillow.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages