Homes.com Scraper avatar

Homes.com Scraper

Try for free

3 days trial then $20.00/month - No credit card required now

View all Actors
Homes.com Scraper

Homes.com Scraper

epctex/homes-com-scraper
Try for free

3 days trial then $20.00/month - No credit card required now

Retrieve all real estate property information from Homes.com. Scrape every property opportunity with prices, plans, images, tax history, amenities, sizes, images, addresses, contact information, real estate agents, and many more attributes in seconds. Search anything without any limits! Super fast!

You can access the Homes.com Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://www.homes.com/property/4414-s-frontenac-st-seattle-wa/89p4n9gbb0k64/",
4    "https://www.homes.com/real-estate-agents/devin-haub/5yk0pjp/",
5    "https://www.homes.com/los-angeles-ca/",
6    "https://www.homes.com/los-angeles-ca/homes-for-rent/",
7    "https://www.homes.com/los-angeles-ca/sold/"
8  ],
9  "maxItems": 20,
10  "endPage": 1,
11  "extendOutputFunction": "($) => { return {} }",
12  "customMapFunction": "(object) => { return {...object} }",
13  "proxy": {
14    "useApifyProxy": true
15  }
16}' |
17apify call epctex/homes-com-scraper --silent --output-dataset

Homes.com Scraper API through CLI

The Apify CLI is the official tool that allows you to use Homes.com Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 6 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Apr 2023
  • Modified about 3 hours ago