
Housing.com Scraper 🏠
6 hours trial then $19.99/month - No credit card required now

Housing.com Scraper 🏠
6 hours trial then $19.99/month - No credit card required now
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.
Actor Metrics
1 Monthly user
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Feb 2025
Modified 3 days ago
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.
1{ 2 "searchUrls": [ 3 "https://housing.com/in/buy/mumbai/mira_road_east" 4 ], 5 "maxItems": 50 6}
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.
1[ 2 { 3 "searchUrl": "https://housing.com/in/buy/mumbai/mira_road_east", 4 "propertyId": "64577", 5 "title": "Unique Poonam Estate Cluster 1", 6 "propertyType": "project", 7 "propertyUrl": "https://housing.com/in/buy/projects/page/64577-unique-poonam-estate-cluster-1-by-unique-shanti-developers-in-mira-road-east", 8 "configurations": "1, 2 BHK Flats", 9 "price": { 10 "range": "₹69.36 L - 1.05 Cr", 11 "minValue": 6935940, 12 "maxValue": 10456455, 13 "avgPricePerSqft": "₹10.51 K/sq.ft" 14 }, 15 "location": { 16 "address": "Mira Road East, Mira Road and Beyond, Mumbai", 17 "city": "Mumbai", 18 "locality": "Mira Road East", 19 "state": "Maharashtra", 20 "coordinates": { 21 "latitude": "19.276220", 22 "longitude": "72.871704" 23 } 24 }, 25 "area": { 26 "minArea": null, 27 "maxArea": null, 28 "areaUnit": null 29 }, 30 "possession": { 31 "status": "Ready to Move", 32 "date": "Ready to Move" 33 }, 34 "developer": { 35 "name": "Unique Shanti Developers ", 36 "url": "/buy-projects-by-unique-shanti-developers-bid-165531-A43tu8jtwc3otxcd4ky9t7sh4y" 37 }, 38 "amenities": [ 39 "Pool", 40 "Gym", 41 "Lift", 42 "Parking" 43 ], 44 "images": [ 45 { 46 "url": "https://is1-2.housingcdn.com/012c1500/09230e295792f87fc81fb1b54ba6be7c/v2/version/unique_poonam_estate_cluster_1-mira_road_east-mumbai-unique_shanti_developers.jpeg", 47 "caption": "Project Images" 48 }, 49 { 50 "url": "https://is1-2.housingcdn.com/012c1500/09230e295792f87fc81fb1b54ba6be7c/v2/version.jpeg", 51 "caption": "Images for Master Plan of Unique Shanti Poonam Estate Cluster 1" 52 }, 53 { 54 "url": "https://is1-2.housingcdn.com/012c1500/25f93302a70def93be6f995cf7b80195/v0/version.jpeg", 55 "caption": "Children's play area" 56 }, 57 { 58 "url": "https://is1-2.housingcdn.com/012c1500/3fb42fa17f7b6a9e6a00f7f6f7aa7a12/v0/version.jpeg", 59 "caption": "Elevation" 60 }, 61 { 62 "url": "https://is1-3.housingcdn.com/012c1500/4cfcf86213fd7421dd6bd631d24c7fd7/v0/version.jpeg", 63 "caption": "Elevation" 64 }, 65 { 66 "url": "https://is1-3.housingcdn.com/012c1500/577763a44308b7335fa7d3abd9d9d015/v0/version.png", 67 "caption": "Images for layoutPlan" 68 }, 69 { 70 "url": "https://is1-2.housingcdn.com/012c1500/760e0cbcc1481fce8d3450ea26a8642d/v0/version.jpeg", 71 "caption": "Elevation" 72 }, 73 { 74 "url": "https://is1-3.housingcdn.com/012c1500/d328419273f53484e77a9ccfc51b8a76/v2/version.jpeg", 75 "caption": "Images for Elevation of Unique Shanti Poonam Estate Cluster 1" 76 }, 77 { 78 "url": "https://is1-2.housingcdn.com/012c1500/d68893457cea650b0986faada9fbf9ac/v0/version.jpeg", 79 "caption": "Elevation" 80 } 81 ], 82 "sellers": [ 83 { 84 "name": "Alishaan Properties", 85 "type": "Seller", 86 "phone": "88985....." 87 } 88 ], 89 "nearbyPlaces": [ 90 { 91 "type": "school", 92 "name": "Toddledom St. Paul's High School", 93 "distance": 0.13334609298456873, 94 "travelDistance": 0.41, 95 "duration": 2 96 }, 97 { 98 "type": "hospital", 99 "name": "Cordis Heart Institute - Best EECP In Mira Road, Mumbai", 100 "distance": 0.5931467091662905, 101 "travelDistance": 0.888, 102 "duration": 2 103 }, 104 { 105 "type": "restaurant", 106 "name": "89 China Town", 107 "distance": 0.20052183365253656, 108 "travelDistance": 0.363, 109 "duration": 1 110 }, 111 { 112 "type": "shopping_mall", 113 "name": "Singapore Plaza", 114 "distance": 1.2177277239278013, 115 "travelDistance": 1.463, 116 "duration": 3 117 }, 118 { 119 "type": "bus_station", 120 "name": "Pleasant Park Bus Stop", 121 "distance": 0.5723942006288659, 122 "travelDistance": 1.12, 123 "duration": 3 124 } 125 ], 126 "propertyTags": [ 127 "Ready to Move", 128 "Project" 129 ], 130 "reraVerified": false, 131 "lastUpdated": "2025-01-04T05:35:36.000Z", 132 "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." 133 }, 134 ... 135]
Related Actors
- 🏠 99acres.com Scraper - Extract detailed property information from India's leading property portal
- 🏠 Realtor.com Scraper - Scrape real estate listings with comprehensive property data and market insights
- 🏠 VRBO Property Listing Scraper - Extract vacation rental property listings with detailed amenities and pricing
- 🏠 Rightmove Property Search Scraper - Comprehensive property data extraction from UK's leading property website
- 🏠 Funda.nl Scraper - Extract property listings and details from Netherlands' popular real estate platform
- 🏠 Trulia Property Scraper - Scrape real estate listings with detailed property information and market data
- 🏠 Houzz Professional Scraper - Extract profiles of home improvement professionals and designers
- 🏠 Land.com Listing Scraper - Scrape land and property listings with comprehensive property details
- 🏠 PropertyFinder Agent Scraper - Extract real estate agent profiles and listings from UAE's property platform
- 🏠 Realtor.com Agent Scraper - Scrape real estate agent profiles with their listings and performance metrics
- 🔍 Article Content Extractor - Extract clean article content and metadata from any web page
- 📊 Keyword Density Checker - Analyze webpage content for keyword optimization and SEO analysis
- 🌍 Countries Data Scraper - Extract comprehensive country information and geographical data
- 🏨 Hotels.com Scraper - Scrape detailed hotel listings with prices, ratings and amenities
- 🔍 URL Metadata Crawler - Extract comprehensive metadata from web pages for SEO and content analysis