Homes.com Scraper
Overview
Scrape real estate listings from Homes.com to extract comprehensive property details, including the address, price, area, broker information, and more. This tool provides a detailed overview of each property, making it easier for users to analyze and compare listings effectively.
How to Use
- Log in to your ScrapeHero Cloud account.
- Navigate to the Homes com Scraper App in the Scrapehero App store.
- Click on "Create New Project".
- Go to https://www.homes.com and search for property listings in any US state. For example - Albuquerque Homes For Sale.
- 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 Homes.com Scraper App provides the following data fields:
Field Name | Description | Data Type |
---|---|---|
address | property address | TextField() |
latitude | latitude of the property | DecimalField() |
longitude | longitude of the property | DecimalField() |
city | city where property is located | TextField() |
price | listing price of property | DecimalField() |
beds | number of beds | TextField() |
baths | number of baths | TextField() |
estimate_mortgage | estimate mortgage for the property | TextField() |
year_build | year property is build on | TextField() |
description | property description | TextField() |
mls_key | mls key for the property | TextField() |
estimate_annual_tax | estimate annual tax for property | DecimalField() |
listing_type | property listing type | TextField() |
listing_details | property listing details | JSONField() |
interior_features | interior features of property | JSONField() |
exterior_features | exterior features of property | JSONField() |
area | area of the property | TextField() |
land_area | land area | TextField() |
listing_agent | property listing agent | TextField() |
agent_email | email id of listing agent | TextField() |
agent_phone_number | contact number of agent | TextField() |
agent_url | agent profile url | TextField() |
broker_name | name of the broker | TextField() |
days_on_market | number of days property is listed | TextField() |
listing_date | listing date | TextField() |
images | list of property images | JSONField() |
utilities | utilities in the property | JSONField() |
garage_or_parking | parking details of property | JSONField() |
property_type | property type | TextField() |
hoa | home owners association fees | DecimalField() |
property_count | total property count of user input | TextField() |
property_url | property url | TextField() |
listing_url | listing page url of property | 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": "9904 Sunshine Mesa Dr NW, Albuquerque, NM, 87114",
"agent_email": "Ben@yourcasateam.com",
"agent_phone_number": "(505) 550-5972",
"agent_url": "https://www.homes.com/real-estate-agents/benjamin-gomez/g2l31by/",
"area": "2,798",
"baths": "3.0",
"beds": "4",
"broker_name": "Weichert, Realtors Image",
"city": "Albuquerque",
"days_on_market": "7",
"description": "Premium views of the Sandia Mountains! This stunning 4-bedroom, 3-bathroom residence boasts modern amenities and spacious living. Enjoy the benefits of owned solar power panels and reduce your energy costs. The spacious kitchen features stainless steel appliances, an island, granite countertops, perfect for culinary enthusiasts. With two inviting living areas, there's ample space for relaxation and entertainment. The beautifully landscaped backyard is an oasis, complete with a flagstone patio ideal for outdoor gatherings. Revel in the unobstructed views of the majestic Sandia Mountains, offering a serene and picturesque backdrop. This home is a perfect blend of comfort, style, and sustainability, providing a tranquil retreat while being conveniently located near local",
"estimate_annual_tax": null,
"estimate_mortgage": "$2,511",
"exterior_features": [
{
"Exterior Features": "Private Yard, Sprinkler/Irrigation"
},
{
"Roof": "Pitched, Shingle"
},
{
"Fencing": "Wall"
},
{
"Lot Features": "Landscaped, Planned Unit Development"
},
{
"Pool Private": "No"
},
{
"Disclosures": "RANM 2100 Disclosure"
},
{
"Builder Name": "Dr Horton"
},
{
"Construction Type": "Frame, Stucco"
},
{
"Direction Faces": "Southwest"
},
{
"Patio And Porch Features": "Open, Patio"
},
{
"Property Condition": "Resale"
}
],
"garage_or_parking": [
{
"Garage Spaces": "2.0"
},
{
"Attached Garage": "Yes"
},
{
"Parking Features": "Attached, Garage"
}
],
"hoa": 32.0,
"images": [
"https://www.homes.com/assets/spacer.DLwali0-.gif",
"https://images.homes.com/listings/113/7879900883-668660081/9904-sunshine-mesa-dr-nw-albuquerque-nm-primaryphoto.jpg"
],
"interior_features": [
{
"Flooring": "Carpet, Tile"
},
{
"Appliances": "Dryer, Dishwasher, Free-Standing Gas Range, Microwave, Refrigerator, Washer"
},
{
"Interior Amenities": "Ceiling Fan(s), Garden Tub/Roman Tub, High Speed Internet, Kitchen Island, Living/Dining Room, Multiple Living Areas, Pantry, Shower Only, Separate Shower, Cable TV, Walk-In Closet(s)"
},
{
"Stories": "2"
},
{
"Accessibility Features": "None"
},
{
"Basement YN": "No"
},
{
"Full Bathrooms": "2"
},
{
"Three Quarter Bathrooms": "1"
},
{
"Total Bedrooms": "4"
},
{
"Fireplace Features": "Custom, Gas Log"
},
{
"Fireplaces": "2"
},
{
"Fireplace": "Yes"
},
{
"Living Area": "2798.0"
},
{
"Window Features": "Double Pane Windows, Insulated Windows"
},
{
"ResoLivingAreaSource": "Plans"
}
],
"land_area": null,
"latitude": 35.19254,
"listing_agent": "Benjamin Gomez",
"listing_date": "08/06/2024",
"listing_details": [
{
"Property Type": "Residential"
},
{
"Property Sub Type": "Detached"
},
{
"Directions": "From Paseo Del Norte, North on Ventana West Pkwy, Right on Mesa de Oro, Left on Sunshine Mesa"
},
{
"Listing Contract Date": "2024-08-06"
},
{
"Year Built": "2006"
},
{
"Lot Size Acres": "0.11"
},
{
"Road Frontage Type": "City Street"
},
{
"Road Surface Type": "Asphalt"
},
{
"Subdivision Name": "Ventana Ranch West"
},
{
"Architectural Style": "Custom"
},
{
"Garage Yn": "Yes"
},
{
"Unit Levels": "Two"
},
{
"New Construction": "No"
},
{
"Property Attached Yn": "No"
},
{
"Property Sub Type Additional": "Detached"
},
{
"ResoBuildingAreaSource": "Plans"
},
{
"Special Features": "None"
}
],
"listing_type": "Resale",
"listing_url": "https://www.homes.com/albuquerque-nm/p1/",
"longitude": -106.74569,
"mls_key": "2lr3t2b",
"price": 459900.0,
"property_count": "1533",
"property_type": "Single Family",
"property_url": "https://www.homes.com/property/9904-sunshine-mesa-dr-nw-albuquerque-nm/xyb4esfnvfkzv/",
"utilities": [
{
"Cooling": "Multi Units, Refrigerated"
},
{
"Heating": "Central, Forced Air, Multiple Heating Units"
},
{
"Utilities": "Cable Connected, Electricity Connected, Natural Gas Connected, Sewer Connected"
},
{
"Water Source": "Public"
},
{
"Laundry Features": "Washer Hookup, Electric Dryer Hookup, Gas Dryer Hookup"
},
{
"Security": "Smoke Detector(s)"
},
{
"Cooling Y N": "Yes"
},
{
"Heating Yn": "Yes"
},
{
"Sewer": "Public Sewer"
}
],
"year_build": "2006"
}
Features
- Comprehensive Data Extraction from Homes.com.
- 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 Homes.com Scraper and its different use cases, read our guide: How to Scrape Homes.com
Related Scrapers
- Zillow Scraper: Extracts detailed property information from Zillow listings
- Redfin Scraper: Extracts detailed property information from Redfin 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/.