Redfin Scraper
Overview
Scrape Redfin real estate listings to obtain detailed property information, including address, price, mortgage details, and over 10 additional data points. This tool delivers a thorough analysis of each listing, enabling users to efficiently evaluate and compare real estate properties with comprehensive data sourced directly from Redfin.
How to Use
- Log in to your ScrapeHero Cloud account.
- Navigate to the Redfin Scraper App in the Scrapehero App store.
- Click on "Create New Project".
- Go to https://www.redfin.com and search for property listings in any US state. For example - San Francisco Homes For Sale. Alternatively, you can provide any property URL from redfin
- Copy the property URL/listing URL into the Input field of this crawler.
- Specify the number of the data records you want to gather from the project run.
- Click "Gather Data" to begin the data extraction process.
- Once complete, download your data in your preferred format (CSV, JSON, or Excel) or connect any of the available integration to get seemless access to the scraped data.
Data Schema
The Redfin Scraper App provides the following data fields:
Field Name | Description | Data Type |
---|---|---|
rank | rank of property | TextField() |
property_id | id of the property | TextField() |
address | address of property | TextField() |
latitude | latitude of property | TextField() |
longitude | longitude of property | TextField() |
price | listing price | TextField() |
currency | currecy of listing price (usually in dollars) | TextField() |
bathrooms | number of bathrooms | TextField() |
bedrooms | number of bedrooms | TextField() |
area_sqft | house area in square-feet | TextField() |
listing_agent_name | listing agent name | TextField() |
listing_broker_name | broker name | TextField() |
other_agents | other agents | TextField() |
redfin_estimate | estimate listing price for property | TextField() |
estimate_mortgage | estimate mortgage of the property | TextField() |
days_on_market | number of days property is listed | TextField() |
year_built | year property is built on | TextField() |
property_type | property type | TextField() |
property_style | property style | TextField() |
sold_date | date in which property is old on | TextField() |
status | property status | TextField() |
mls_number | mls number of the property | TextField() |
image_urls | images urls of the property | TextField() |
description | description of the property | TextField() |
input_url | input provided by user | TextField() |
property_url | property url | TextField() |
listing_page_url | property listed url | TextField() |
Sample Data Record
Here's an example of a typical data record returned by this scraper:
This scraper uses 10 data credit
per data record. Learn more about data credits.
{
"address": "214 - 216 Onondaga Ave, San Francisco, CA 94112",
"area_sqft": "3612",
"bathrooms": "5",
"bedrooms": "9",
"currency": "USD",
"days_on_market": "4 hours",
"description": "Incredible investment opportunity in this lovely and updated four-unit Edwardian! Two vacant units.",
"estimate_mortgage": null,
"image_urls": "https://ssl.cdn-redfin.com/photo/9/bigphoto/547/424049547_0.jpg",
"input_url": "https://www.redfin.com/city/17151/CA/San-Francisco",
"land_area_sqft": "2,722 sq ft lot",
"latitude": "37.723052",
"listing_agent_name": "Raquel Roque",
"listing_broker_name": "Compass",
"listing_page_url": "https://www.redfin.com/city/17151/CA/San-Francisco",
"longitude": "-122.441605",
"mls_number": "424049547",
"other_agents": "Lauren Quach - COMPASS",
"price": "1699000",
"property_id": "192043730",
"property_style": "QuadruplexMulti-Family (2-4 Unit)",
"property_type": "Residential Income",
"property_url": "https://www.redfin.com/CA/San-Francisco/214-216-Onondaga-Ave-94112/home/192043730",
"rank": "1",
"redfin_estimate": null,
"sold_date": null,
"status": "Active",
"year_built": "1926"
}
Features
- Comprehensive Data Extraction from redfin.
- Real-time scraping of up-to-date information.
- Bulk scraping capabilities for multiple listing url for different properties.
- Data export in multiple formats (CSV, JSON, Excel).
Learn More: For detailed information on using the redfin Scraper and its different use cases, read our guide: How to Scrape redfin
Related Scrapers
- Zillow Scraper: Extracts detailed property information from Zillow listings
- Homes com Scraper: Extracts detailed property information from homes.com listings
Support
If you encounter any issues or have questions, please contact our support team at cloud-support@scrapehero.com or browse our help center at https://app.scrapehero.com/docs/.