# Housing.com Scraper 🏠 (`easyapi/housing-com-scraper`) Actor

Scrape real estate listings from Housing.com. Extract detailed property information including prices, configurations, locations, amenities, and more. Perfect for real estate market analysis and property research.

- **URL**: https://apify.com/easyapi/housing-com-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Real estate, Integrations, Other
- **Stats:** 118 total users, 9 monthly users, 100.0% runs succeeded, 4 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Housing.com Scraper 🏠

Extract detailed property listings data from Housing.com, India's leading real estate platform.

### 🎯 Features

- Scrapes comprehensive property details including:
  - Property configurations and types
  - Price ranges and per sq ft rates
  - Exact location details with coordinates
  - Developer information
  - Available amenities
  - Nearby places and facilities
  - Property images
  - Seller contact information
  - RERA verification status
  - Detailed descriptions

- Supports multiple search URLs
- Configurable maximum items limit
- Built-in anti-blocking mechanisms
- Handles pagination automatically
- Clean, structured JSON output

### 📊 Use Cases

- Real estate market analysis
- Property price comparison
- Investment research
- Location-based property analysis
- Competition monitoring
- Real estate database building

### 💡 Input Parameters

The actor accepts the following input parameters:

| Parameter | Type | Description |
|-----------|------|-------------|
| `searchUrls` | Array | List of Housing.com search URLs to scrape |
| `maxItems` | Integer | Maximum number of items to scrape |
| `proxyConfiguration` | Object | Proxy settings (optional) |

### 📝 Output Format

The actor outputs structured JSON data for each property listing, including:

- Property identification details
- Price information
- Location data with coordinates
- Area specifications
- Possession status
- Developer details
- Amenities list
- Image URLs
- Seller information
- Nearby places
- Property tags and descriptions

### 📌 Limitations

- Respects Housing.com's terms of service
- Rate limiting implemented to prevent blocking
- Some property details may vary based on listing type

### 💪 Support

For any questions or issues, please reach out through Apify's platform.


#### Input Example
  
A full explanation of an input example in JSON.  
```json
{
    "searchUrls": [
        "https://housing.com/in/buy/mumbai/mira_road_east"
    ],
    "maxItems": 50
}
````

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```json
[
    {
        "searchUrl": "https://housing.com/in/buy/mumbai/mira_road_east",
        "propertyId": "64577",
        "title": "Unique Poonam Estate Cluster 1",
        "propertyType": "project",
        "propertyUrl": "https://housing.com/in/buy/projects/page/64577-unique-poonam-estate-cluster-1-by-unique-shanti-developers-in-mira-road-east",
        "configurations": "1, 2 BHK Flats",
        "price": {
            "range": "₹69.36 L - 1.05 Cr",
            "minValue": 6935940,
            "maxValue": 10456455,
            "avgPricePerSqft": "₹10.51 K/sq.ft"
        },
        "location": {
            "address": "Mira Road East, Mira Road and Beyond, Mumbai",
            "city": "Mumbai",
            "locality": "Mira Road East",
            "state": "Maharashtra",
            "coordinates": {
                "latitude": "19.276220",
                "longitude": "72.871704"
            }
        },
        "area": {
            "minArea": null,
            "maxArea": null,
            "areaUnit": null
        },
        "possession": {
            "status": "Ready to Move",
            "date": "Ready to Move"
        },
        "developer": {
            "name": "Unique Shanti Developers ",
            "url": "/buy-projects-by-unique-shanti-developers-bid-165531-A43tu8jtwc3otxcd4ky9t7sh4y"
        },
        "amenities": [
            "Pool",
            "Gym",
            "Lift",
            "Parking"
        ],
        "images": [
            {
                "url": "https://is1-2.housingcdn.com/012c1500/09230e295792f87fc81fb1b54ba6be7c/v2/version/unique_poonam_estate_cluster_1-mira_road_east-mumbai-unique_shanti_developers.jpeg",
                "caption": "Project Images"
            },
            {
                "url": "https://is1-2.housingcdn.com/012c1500/09230e295792f87fc81fb1b54ba6be7c/v2/version.jpeg",
                "caption": "Images for Master Plan of Unique Shanti Poonam Estate Cluster 1"
            },
            {
                "url": "https://is1-2.housingcdn.com/012c1500/25f93302a70def93be6f995cf7b80195/v0/version.jpeg",
                "caption": "Children's play area"
            },
            {
                "url": "https://is1-2.housingcdn.com/012c1500/3fb42fa17f7b6a9e6a00f7f6f7aa7a12/v0/version.jpeg",
                "caption": "Elevation"
            },
            {
                "url": "https://is1-3.housingcdn.com/012c1500/4cfcf86213fd7421dd6bd631d24c7fd7/v0/version.jpeg",
                "caption": "Elevation"
            },
            {
                "url": "https://is1-3.housingcdn.com/012c1500/577763a44308b7335fa7d3abd9d9d015/v0/version.png",
                "caption": "Images for layoutPlan"
            },
            {
                "url": "https://is1-2.housingcdn.com/012c1500/760e0cbcc1481fce8d3450ea26a8642d/v0/version.jpeg",
                "caption": "Elevation"
            },
            {
                "url": "https://is1-3.housingcdn.com/012c1500/d328419273f53484e77a9ccfc51b8a76/v2/version.jpeg",
                "caption": "Images for Elevation of Unique Shanti Poonam Estate Cluster 1"
            },
            {
                "url": "https://is1-2.housingcdn.com/012c1500/d68893457cea650b0986faada9fbf9ac/v0/version.jpeg",
                "caption": "Elevation"
            }
        ],
        "sellers": [
            {
                "name": "Alishaan Properties",
                "type": "Seller",
                "phone": "88985....."
            }
        ],
        "nearbyPlaces": [
            {
                "type": "school",
                "name": "Toddledom St. Paul's High School",
                "distance": 0.13334609298456873,
                "travelDistance": 0.41,
                "duration": 2
            },
            {
                "type": "hospital",
                "name": "Cordis Heart Institute - Best EECP In Mira Road, Mumbai",
                "distance": 0.5931467091662905,
                "travelDistance": 0.888,
                "duration": 2
            },
            {
                "type": "restaurant",
                "name": "89 China Town",
                "distance": 0.20052183365253656,
                "travelDistance": 0.363,
                "duration": 1
            },
            {
                "type": "shopping_mall",
                "name": "Singapore Plaza",
                "distance": 1.2177277239278013,
                "travelDistance": 1.463,
                "duration": 3
            },
            {
                "type": "bus_station",
                "name": "Pleasant Park Bus Stop",
                "distance": 0.5723942006288659,
                "travelDistance": 1.12,
                "duration": 3
            }
        ],
        "propertyTags": [
            "Ready to Move",
            "Project"
        ],
        "reraVerified": false,
        "lastUpdated": "2025-01-04T05:35:36.000Z",
        "description": "Poonam Estate Cluster 1 is an upcoming housing project at Mira Road East in Mumbai, being developed by Unique Shanti Developers LLP. Keeping in mind the needs of modern lifestyle of residents, the project provides various amenities. Poonam Estate Cluster 1 encompasses amenities such as Multipurpose Room, Children's play area, Lift Available, 24 X 7 Security, Gymnasium . ATMS, medical facilities, education institutions, and parks are within easy reach. The area is also well-connected by bus and road network."
    },
    ...
]
```

### Related Actors

- 🏠 [99acres.com Scraper](https://apify.com/easyapi/99acres-com-scraper) - Extract detailed property information from India's leading property portal
- 🏠 [Realtor.com Scraper](https://apify.com/easyapi/realtor-com-scraper) - Scrape real estate listings with comprehensive property data and market insights
- 🏠 [VRBO Property Listing Scraper](https://apify.com/easyapi/vrbo-property-listing-scraper) - Extract vacation rental property listings with detailed amenities and pricing
- 🏠 [Rightmove Property Search Scraper](https://apify.com/easyapi/rightmove-property-search-scraper) - Comprehensive property data extraction from UK's leading property website
- 🏠 [Funda.nl Scraper](https://apify.com/easyapi/funda-nl-scraper) - Extract property listings and details from Netherlands' popular real estate platform
- 🏠 [Trulia Property Scraper](https://apify.com/easyapi/trulia-property-scraper) - Scrape real estate listings with detailed property information and market data
- 🏠 [Houzz Professional Scraper](https://apify.com/easyapi/houzz-professional-scraper) - Extract profiles of home improvement professionals and designers
- 🏠 [Land.com Listing Scraper](https://apify.com/easyapi/land-com-listing-scraper) - Scrape land and property listings with comprehensive property details
- 🏠 [PropertyFinder Agent Scraper](https://apify.com/easyapi/propertyfinder-agent-scraper) - Extract real estate agent profiles and listings from UAE's property platform
- 🏠 [Realtor.com Agent Scraper](https://apify.com/easyapi/realtor-com-agent-scraper) - Scrape real estate agent profiles with their listings and performance metrics
- 🔍 [Article Content Extractor](https://apify.com/easyapi/article-content-extractor) - Extract clean article content and metadata from any web page
- 📊 [Keyword Density Checker](https://apify.com/easyapi/keyword-density-checker) - Analyze webpage content for keyword optimization and SEO analysis
- 🌍 [Countries Data Scraper](https://apify.com/easyapi/countries-data-scraper) - Extract comprehensive country information and geographical data
- 🏨 [Hotels.com Scraper](https://apify.com/easyapi/hotels-com-scraper) - Scrape detailed hotel listings with prices, ratings and amenities
- 🔍 [URL Metadata Crawler](https://apify.com/easyapi/url-metadata-crawler) - Extract comprehensive metadata from web pages for SEO and content analysis

# Actor input Schema

## `searchUrls` (type: `array`):

List of Housing.com search URLs to scrape

## `maxItems` (type: `integer`):

Maximum number of items to scrape

## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper

## Actor input object example

```json
{
  "searchUrls": [
    "https://housing.com/in/buy/mumbai/mira_road_east"
  ],
  "maxItems": 50,
  "proxyConfiguration": {}
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/housing-com-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/housing-com-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call easyapi/housing-com-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=easyapi/housing-com-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Housing.com Scraper 🏠",
        "description": "Scrape real estate listings from Housing.com. Extract detailed property information including prices, configurations, locations, amenities, and more. Perfect for real estate market analysis and property research.",
        "version": "0.0",
        "x-build-id": "0chePDB8U2kc3uEyZ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/easyapi~housing-com-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-easyapi-housing-com-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/easyapi~housing-com-scraper/runs": {
            "post": {
                "operationId": "runs-sync-easyapi-housing-com-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/easyapi~housing-com-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-easyapi-housing-com-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchUrls"
                ],
                "properties": {
                    "searchUrls": {
                        "title": "Search URLs",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "List of Housing.com search URLs to scrape",
                        "default": [
                            "https://housing.com/in/buy/mumbai/mira_road_east"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Maximum Items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of items to scrape",
                        "default": 50
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for the scraper",
                        "default": {}
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
