Homes.com Property Scraper avatar

Homes.com Property Scraper

Pricing

Pay per usage

Go to Apify Store
Homes.com Property Scraper

Homes.com Property Scraper

Extract property data from Homes.com listings. Get prices, locations, specs, and agent contact info. Perfect for real estate research, competitive analysis, and investment tracking. Automate bulk property scraping.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract structured property listing data from Homes.com search pages, including pricing, location, property attributes, broker/agent metadata, and listing images. This scraper is designed for fast multi-page collection with no per-property page visits.

Features

  • Search URL scraping - Collect listings directly from city, neighborhood, or filtered Homes.com result pages.
  • Automatic pagination - Follow next pages until your result limit or page limit is reached.
  • List-only extraction - Collect data directly from listing-level structured sources without opening individual property pages.
  • Structured output - Save normalized records for analytics, lead generation, and market research.
  • Clean datasets - Automatically omits null and empty values from output records.
  • Event and map context - Captures open-house schedule and coordinates when available.
  • Image galleries - Adds image_urls from listing cards when multiple images are available.

Use Cases

Real Estate Market Monitoring

Track property inventory, pricing, and listing changes in target cities to monitor market movement over time.

Investment Research

Build local listing datasets for price trend analysis, property comparison, and opportunity scouting.

Lead Generation

Collect listing and broker context to support acquisition workflows and outreach pipelines.

Location-Based Analysis

Compare listing characteristics across neighborhoods and regions using structured address data.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringYeshttps://www.homes.com/seattle-wa/Primary Homes.com search URL to start from.
results_wantedIntegerNo20Maximum number of listings to save.
max_pagesIntegerNo10Maximum number of result pages to visit.
proxyConfigurationObjectNoDisabledOptional proxy settings. If proxy traffic is blocked, the actor retries without proxy automatically.

Output Data

Each dataset item can include the following fields (only non-empty fields are saved):

FieldTypeDescription
positionNumberListing position in results.
listing_idStringListing identifier when available.
nameStringListing title/name.
urlStringListing URL.
imageStringMain image URL.
image_urlsArrayAll discovered listing image URLs from listing cards.
image_countNumberCount of URLs in image_urls.
priceNumberListing price.
price_currencyStringPrice currency code.
availabilityStringListing availability status.
listing_typeStringProperty type/category.
bedroomsNumberNumber of bedrooms.
bathroomsNumberNumber of bathrooms.
floor_size_valueNumberFloor area value.
floor_size_unitStringFloor area unit code.
address_streetStringStreet address.
address_cityStringCity/locality.
address_regionStringState/region.
address_postal_codeStringPostal code.
address_countryStringCountry code/name.
descriptionStringListing description text.
seller_nameStringSeller name when available.
broker_nameStringBrokerage/organization name.
agent_nameStringAgent name.
agent_titleStringAgent role/title.
agent_phoneStringAgent phone number.
open_house_startStringOpen-house start timestamp when available.
open_house_endStringOpen-house end timestamp when available.
latitudeNumberProperty latitude when available.
longitudeNumberProperty longitude when available.
source_urlStringSearch page where listing was discovered.
scraped_atStringISO timestamp of extraction.

Usage Examples

Basic City Scrape

{
"startUrl": "https://www.homes.com/seattle-wa/",
"results_wanted": 20,
"max_pages": 10
}

With Proxy Configuration

{
"startUrl": "https://www.homes.com/seattle-wa/",
"results_wanted": 30,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Sample Output

{
"position": 1,
"name": "1234 Example Ave, Seattle, WA 98101",
"url": "https://www.homes.com/property/1234-example-ave-seattle-wa/abcd1234/",
"image_urls": [
"https://images.homes.com/listings/115/example-primary.jpg",
"https://images.homes.com/listings/115/example-buildingphoto-2.jpg"
],
"image_count": 2,
"price": 899000,
"price_currency": "USD",
"bedrooms": 3,
"bathrooms": 2,
"address_city": "Seattle",
"address_region": "WA",
"listing_type": "SingleFamilyResidence",
"open_house_start": "2026-03-21T10:00:00.000",
"latitude": 47.560275,
"longitude": -122.379175,
"broker_name": "Example Realty Group",
"source_url": "https://www.homes.com/seattle-wa/",
"scraped_at": "2026-03-18T12:00:00.000Z"
}

Tips for Best Results

Start with Focused URLs

Use city, ZIP, or filtered search pages so the dataset aligns with your exact research scope.

Keep Test Runs Small

Use results_wanted: 20 for quick validation, then scale to larger production runs.

Start Without Proxy

For Homes.com, proxy traffic may trigger blocking on some runs. Start without proxy and enable it only if needed.

Keep Page Limits Practical

Use max_pages and results_wanted together to keep runs fast and predictable.


Integrations

  • Google Sheets - Export listing datasets for team review and reporting.
  • Airtable - Build searchable property intelligence tables.
  • Make - Trigger workflows on new listing collection runs.
  • Zapier - Send listing data to CRMs and automation tools.
  • Webhooks - Push records to your own pipelines and APIs.

Export Formats

  • JSON
  • CSV
  • Excel
  • XML

Frequently Asked Questions

How many listings can I collect?

You can collect as many as available for your search scope, limited by your input settings and run resources.

Why do some records have different fields?

Listings vary by page and market. The actor saves only fields that exist for each listing.

Can I scrape multiple cities in one run?

Yes. Run the actor once per city URL and schedule runs for each target location.

Does it support pagination automatically?

Yes. It follows next pages until max_pages or results_wanted is reached.

How do I improve reliability?

Use Apify Proxy with residential groups and keep realistic per-run limits.


Support

For issues or feature requests, use the Apify Actor issue/contact options in the Apify Console.

Resources


This actor is intended for legitimate data collection and analysis workflows. You are responsible for complying with website terms and applicable laws in your jurisdiction.