Homes avatar
Homes

Pricing

$25.00/month + usage

Go to Store
Homes

Homes

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Homes scraper enables users to extract real estate data from homes.com using the Homes Scraper Actor. It supports configurable inputs like price range, item limits, and proxies, delivering structured property listings with details such as price, location, and images.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

a day ago

You can access the Homes programmatically from your own applications by using the Apify API. You can also 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  "query": "house-springs-mo/all-inventory/",
3  "price_min": 1000,
4  "price_max": 510000,
5  "price_step": 10000,
6  "max_limit": 100,
7  "proxyConfiguration": {
8    "useApifyProxy": true
9  }
10}' |
11apify call getdataforme/homes-scraper --silent --output-dataset

Homes API through CLI

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

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: