Data Scraper
Automation Engineer
Software Engineer
.py
file.input.xlsx
with the following columns:input.xlsx
file, navigate to each Redfin page, scrape the property data, and save it to an Excel file named Property_data.xlsx
.undetected_chromedriver
library to bypass detection.input.xlsx
file and stores the data in separate lists for links, locations, keywords, and link types.headings
. After scraping data for all property listings on a page, the script converts the dictionary into a Pandas DataFrame and prints it.Property_data.xlsx
or creates a new file if it does not exist.Posted Dec 9, 2024
This repo is designed to scrape property data from Redfin, a popular real estate listing platform. - SafeerAbbas624/Redfin_property_data_extractor
0
1
Data Scraper
Automation Engineer
Software Engineer