Housing.com Property Search Scraper avatar

Housing.com Property Search Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Housing.com Property Search Scraper

Housing.com Property Search Scraper

Under maintenance

Extract comprehensive property listings directly from Housing Property Search, including sale/rental prices, location coordinates, BHK configuration, amenities, agent contact information, and developer metadata. Perfect for real estate market research, housing price trends, and investment modeling.

Pricing

from $4.99 / 1,000 results

Rating

5.0

(3)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

24

Total users

0

Monthly active users

8 days

Issues response

3 days ago

Last modified

Share

Extract compact public sale and rental property listings from Housing.com search pages. The Actor reads structured SEARCH_RESULTS responses when available and falls back to public page state and property-card links.

Input

FieldTypeDefaultDescription
searchUrlsstring[]requiredOne through 10 HTTPS search URLs on housing.com or www.housing.com.
maxCrawlPerSearchinteger20Per-search record cap, from 1 through 100.
maxItemsinteger20Total unique record cap, from 1 through 200.
proxyConfigurationobjectdirectOptional Apify or custom proxy configuration.

Example:

{
"searchUrls": ["https://housing.com/in/rent/mumbai"],
"maxCrawlPerSearch": 20,
"maxItems": 20,
"proxyConfiguration": { "useApifyProxy": false }
}

Direct access is the default. If Housing.com blocks a cloud network path, enable a proxy explicitly; no residential traffic is purchased implicitly. Unknown fields, off-domain URLs, type coercion, and excessive limits fail before browser startup.

Output

Each dataset item is a unique public property and includes a stable listing ID and URL, title, type and status, pricing and area information, bedrooms/bathrooms/parking, public location coordinates and labels, media counts, available features/tags, listing flags, timestamps, source search URL, and scrape timestamp.

Empty optional values are removed while zero and false are preserved. Full raw API payloads, seller/contact arrays, cookies, authentication data, and debug page dumps are not retained. Records are buffered and written in one batch only after every requested search URL returns valid public properties; a blocked or changed requested URL fails the run without a misleading partial dataset.

The OUTPUT key-value record contains the final record count, requested search URL count, and Actor duration.

Local development

npm ci --ignore-scripts
npm test
apify run --input-file qa-inputs/local-validation.json

The production image uses the Apify Node 22 Playwright/Chrome base image and installs the lockfile with lifecycle scripts disabled.

Responsible use

Collect only public data you are permitted to process. Respect Housing.com's terms, applicable privacy law, and reasonable request rates. This Actor does not authenticate, bypass CAPTCHA, spoof browser fingerprints, or retain seller contact details.