
Housing.com Property Search Scraper
Pricing
$10.00 / 1,000 properties
Go to Apify Store

Housing.com Property Search Scraper
Scrape property listings from housing.com based on search URLs.
5.0 (2)
Pricing
$10.00 / 1,000 properties
0
1
1
Last modified
2 days ago
An Apify Actor for scraping property details from housing.com using Playwright automation. This scraper extracts comprehensive property information including basic details, pricing, location data, seller information, amenities, and property configurations for both project and resale properties.
Features
- Comprehensive Property Data: Scrapes all available property information from housing.com
- Multiple Property Types: Supports both project developments and resale properties
- Structured JSON Output: Well-formatted data with proper data types and nested structures
- Browser Automation: Headless Playwright browser for reliable scraping
- Apify Integration: Full Apify platform support with dataset storage
- Location Intelligence: Extracts detailed geographic and location data
- Seller Information: Captures developer/seller details and contact information
Input Parameters
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
searchUrls | Array | Yes | ["https://housing.com/in/buy/chennai/chennai"] | Array of housing.com search page URLs to scrape property listings from |
maxCrawlPerSearch | Integer | No | 100 | Maximum number of properties to crawl per search URL (1-1000) |
Input Schema Example
{"searchUrls": ["https://housing.com/in/buy/chennai/chennai","https://housing.com/in/buy/mumbai/mumbai"],"maxCrawlPerSearch": 50}
Output Schema
The scraper outputs comprehensive structured JSON data for each property. The complete output includes all available information from housing.com.
Main Fields
Field | Type | Description |
---|---|---|
features | Array | Key property features with labels and descriptions |
coverImage | Object | Main property image with metadata (src, alt, videoUrl) |
polygonsHash | Object | Geographic location data organized by administrative divisions |
creditScore | String | Property credit score rating |
currentPossessionStatus | String | Current possession status (Ready to Move, Under Construction, etc.) |
hasAutoVideo | Boolean | Whether property has automated video tour |
imageCount | Number | Total number of property images |
propertyType | String | Either "project" or "resale" |
title | String | Property title/name |
subtitle | String | Property subtitle |
isUc | Boolean | Whether property is under construction |
isActiveProperty | Boolean | Whether property listing is active |
isMostContacted | Boolean | Whether this is a most contacted property |
isRecentlyAdded | Boolean | Whether property was recently added |
galleryTitle | String | Title for the property image gallery |
tracking | Object | Analytics and tracking data |
price | Number | Base property price in rupees |
displayPrice | Object | Formatted price information with ranges and display values |
address | Object | Complete property address details |
url | String | Direct URL to property listing |
label | String | Property label or tag |
badge | String | Property badge |
ownerListingBadge | String | Badge indicating owner listing |
listingId | String | Unique property listing identifier |
postedDate | String | Date when property was posted (ISO format) |
originalListingId | String | Original listing identifier |
promotions | Array | Active promotions for the property |
customOffers | Array | Custom offers available |
suggestedOffers | Array | Suggested offers |
coords | Array | Geographic coordinates [longitude, latitude] |
propertyInformation | Object | Basic property details (bedrooms, bathrooms, area, etc.) |
tags | Array | Property tags |
furnishingType | String | Type of furnishing |
builtUpArea | Object | Built-up area with value and unit |
sellerCount | Number | Number of sellers associated |
meta | Object | Additional metadata including polygon info and city data |
sellers | Array | Seller/developer information with contact details |
emi | String | Estimated monthly installment |
brands | Array | Associated brands or developers |
porDetails | Array | Price on request details |
details | Object | Comprehensive property details including images, amenities, configurations |
minDistanceLocality | Number | Minimum distance to locality |
isAuctionFlat | Boolean | Whether property is available for auction |
photoUnderReview | Boolean | Whether property photos are under review |
propertyTags | Array | Property status tags |
isMyGateCertified | Boolean | Whether property is MyGate certified |
isExclusiveProperty | Boolean | Whether this is an exclusive property listing |
eventIds | Array | IDs of events associated with property |
certifiedDetails | Object | Certification and verification details |
verificationStatus | String | Property verification status |
description | Object | Property description and overview |
videoTour | String | Video tour availability |
highlights | Array | Key property highlights |
boostedAs | String | How the property is boosted/promoted |
videoConnectAvailable | Boolean | Whether video connect is available |
updatedAt | String | Last update timestamp (ISO format) |
updatedAtStr | String | Human-readable last updated time |
verifiedAt | String | Verification timestamp |
digitour | Object | Digital tour information |
nearByPlaces | Array | Nearby establishments and amenities |
socialUrgency | Object | Social urgency messaging |
socialContext | String | Social context information |
isBrokerageChargeable | Boolean | Whether brokerage is chargeable |
reviewRating | Number | Property review rating |
projectReviewVideo | String | Project review video |
showNewLaunch | Boolean | Whether to show as new launch |
isTitanium | Boolean | Whether this is a titanium level property |
isLocalityChampion | Boolean | Whether this is a locality champion property |
distanceFromCoords | Number | Distance from specified coordinates |
saleTag | String | Sale tag or promotion tag |
entityProjectName | String | Name of associated entity/project |
insights | Array | Additional property insights |
coverImageUrl | String | URL of cover image |
carouselTags | Array | Tags for image carousel |
success | Boolean | Operation success status |
Detailed Output Structure
Features Array
[{"label": "Plot Area","description": "1600 sq.ft","id": "builtUpArea"},{"label": "Avg. Price","description": "₹1.49 K/sq.ft","id": "avgPrice"}]
Cover Image Object
{"src": "https://is1-3.housingcdn.com/.../image.jpg","alt": "1600 Sq.ft Residential Plot for Sale","videoUrl": null}
Polygons Hash (Location Data)
{"city": {"url_name": "dindigul_1","name": "Dindigul","display_name": ["Dindigul", "Tamil Nadu"],"uuid": "1fb9d66f72c5c41e7259"},"locality": {"url_name": "oddanchatram","name": "Oddanchatram","display_name": ["Oddanchatram", "Dindigul"],"uuid": "01f5006287015707c04f"}}
Display Price Object
{"value": [2384000],"displayValue": "₹23.84 L","description": null,"unit": null}
Property Information Object
{"bedrooms": 0,"bathrooms": null,"parking": 0,"area": "1600 sq.ft","price": "23.84 L"}
Seller Information Array
[{"name": "Periyapandiyaraja","id": "fe3ece25-df85-4b91-b2bf-f7f80920930b","firmName": "PPRP DEVELOPERS","type": "Seller","isPrime": true,"sellerBadge": "PINK","phone": {"partialValue": "90929....."}}]
Technical Details
Browser Automation
- Framework: Playwright with Chromium
- Mode: Headless operation for server environments
- Configuration: Optimized for anti-detection and performance
- Session Management: Automatic cookie and session handling
Data Processing
- Parsing: HTML parsing with DOM manipulation and JSON extraction
- Validation: Comprehensive error checking and validation
- Formatting: Consistent JSON structure across all property types
- Logging: Detailed logging for debugging and monitoring
Error Handling
- Network Issues: Automatic retries with exponential backoff
- Data Validation: Schema validation and error reporting
- Graceful Degradation: Partial data collection on failures
- Property Type Detection: Automatic handling of project vs resale properties
Data Structure Support
- Project Properties: Multi-unit developments with configuration details
- Resale Properties: Individual property listings
- Location Intelligence: Geographic data extraction and processing
- Image Processing: Property image metadata extraction
Sample Output
Complete Project Property Example
{"features": [{"label": "Configurations","description": "2, 2.5 BHK Flats","id": "configs"},{"label": "Possession Starts","description": "Dec, 2027","id": "possession"},{"label": "Avg. Price","description": "Price on request","id": "avgPrice"},{"label": "Sizes","description": "1012 - 1158 sq.ft.","id": "sizeConfig"}],"coverImage": {"src": "https://is1-2.housingcdn.com/4f2250e8/d021e368f67b13e5520a0b2dbdfe3e87/v0/version/newry_altura-avadi-chennai-newry_properties_%28p%29_ltd.jpeg","alt": "Gallery Cover Pic of Newry Altura","videoUrl": null},"polygonsHash": {"h_district": {"url_name": "tiruvallur_2","name": "Tiruvallur District ","display_name": ["Tiruvallur District ","Tamil Nadu"],"uuid": "841ff9f40b98f4395f6a"},"city": {"url_name": "chennai","name": "Chennai","display_name": ["Chennai","Tamil Nadu"],"uuid": "9b970b014a2b47e6bdd6"},"hotspot": {"url_name": null,"name": null,"display_name": null,"uuid": null},"neighbourhood": {"url_name": null,"name": null,"display_name": null,"uuid": null},"housing_region": {"url_name": "chennai_west","name": "Chennai West","display_name": ["West Chennai","Chennai"],"uuid": "71c3ddf665afc605a1d7"},"locality": {"url_name": "avadi","name": "Avadi","display_name": ["Avadi","Chennai"],"uuid": "1c96de34c7c298fb3449"},"sublocality": {"url_name": null,"name": null,"display_name": null,"uuid": null},"state": {"url_name": "tamil_nadu","name": "Tamil Nadu","display_name": null,"uuid": "7757e026a95abc380be6"},"region": {"url_name": null,"name": null,"display_name": null,"uuid": null},"housing_state": {"url_name": null,"name": null,"display_name": null,"uuid": null}},"creditScore": "0.3","currentPossessionStatus": "Under Construction","hasAutoVideo": null,"imageCount": 26,"propertyType": "project","title": "Newry Altura","subtitle": "2, 2.5 BHK Flats","isUc": true,"isActiveProperty": true,"isMostContacted": true,"isRecentlyAdded": null,"galleryTitle": "Newry Altura","tracking": {"ad_deficit": 905.36,"per_satisfaction": 15.41,"monetization_factor": 1,"multiCardId": "342876_project"},"price": 7149780,"displayPrice": {"value": [7149780,8181270],"displayValue": "₹71.5 L - 81.81 L","description": null,"unit": null,"deposit": null,"brokerage": null,"maintenance": null,"displayMaintenance": null,"displayDeposit": null,"displayBrokerage": null,"totalRent": null,"brokerageDuration": null,"depositDuration": null,"displayParkingCharges": null,"displayPaintingCharges": null,"paintingDuration": null,"lockInPeriod": null},"address": {"address": "Avadi, Chennai","url": null,"detailedPropertyAddress": [{"url": "/in/buy/chennai/avadi","val": "Avadi, Chennai"}],"distanceFromEntity": null,"longAddress": "Poonamallee - Avadi High Rd, Paruthippattu, Avadi, Chennai West, Chennai"},"url": "/in/buy/projects/page/342876-newry-altura-by-newry-properties-p-ltd-in-avadi","label": null,"badge": null,"ownerListingBadge": "false","listingId": "342876","postedDate": "2025-02-27T13:10:03Z","originalListingId": "342876","promotions": [],"customOffers": [],"suggestedOffers": [],"coords": ["13.089190","80.107841"],"propertyInformation": {"bedrooms": 2,"bathrooms": null,"parking": null,"area": "1012 sq.ft","price": "71.5 L"},"tags": ["rera_verified"],"furnishingType": null,"builtUpArea": {"value": 1012,"unit": "sq.ft"},"sellerCount": null,"meta": {"paid": true,"polygon": {"id": "1c96de34c7c298fb3449","name": "Avadi","type": "polygon","subType": "locality","displayType": "locality"},"selectedCity": {"name": "Chennai","id": "ad008522917b9e167c3b"},"nonReraPyr": false},"sellers": [{"name": "Newry Properties (P) Ltd","id": "3afdb998-52d8-4e36-aefd-475f8881a72d","image": "https://is1-3.housingcdn.com/aa7e7725/697d295638544517535fbae9ef64e46f/v0/version.png","firmName": null,"url": "/buy-projects-by-newry-properties-p-ltd-bid-182806-A56fvixjj58u6qri06tunc7pyl","type": "Developer","isPrime": false,"sellerBadge": null,"isPaid": true,"designation": "Developer","formattedCustomerServedCount": null,"phone": {"partialValue": "73388....."},"isCertifiedAgent": null,"isCertifiedProAgent": null,"sellerTag": null,"adDeficit": 905.36,"meta": {"primaryTags": [],"secondaryTags": [],"paid": true,"adDeficit": 1253.8600000000001,"priceRange": "₹ 71.5 L - 81.81 L"},"contactPersonId": 3}],"emi": "₹37.86 K","brands": [{"name": "Newry Properties (P) Ltd","image": "https://is1-3.housingcdn.com/aa7e7725/697d295638544517535fbae9ef64e46f/v0/version.png","theme": null,"url": "/buy-projects-by-newry-properties-p-ltd-bid-182806-A56fvixjj58u6qri06tunc7pyl"}],"porDetails": [],"details": {"avgPriceValue": 7065,"sliceViewUrl": null,"images": [{"type": "property","images": [{"src": "https://is1-2.housingcdn.com/4f2250e8/d021e368f67b13e5520a0b2dbdfe3e87/v0/version/newry_altura-avadi-chennai-newry_properties_%28p%29_ltd.jpeg","alt": "Newry Altura Project Images","aspectRatio": null,"isSvOrDcVerified": null,"category": "Project Images","caption": "Project Images","tag": "Project Images","type": "image"},{"src": "https://is1-3.housingcdn.com/012c1500/09e9563fa67c49dc36b77ee7f50239d4/v0/version.png","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Amenities","caption": "Waiting Lounge","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/3e83a0baa3c62b9ed7e90d3eb3182f3f/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Amenities","caption": "Children's play area","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/905a939b10b26215d92d0a3d876f4ef6/v0/version.png","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Amenities","caption": "Billiards/ Snooker Table","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/e38a141e7c89b897a9959f00d8e420f5/v0/version.png","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Amenities","caption": "Yoga/ Meditation Area","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/f034773426c632b5aa1d30187fdc2008/v0/version.png","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Amenities","caption": "Party Hall","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/84c16d5a4398f5ac5a99c9ac7c635999/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Cluster Plan","caption": "Block 1 Cluster Plan from 2nd to 14th Floor","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/8b3b53b1953eae4a81e6dcece5389b5c/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Cluster Plan","caption": "Block 1 Cluster Plan","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/a93991b135c7cac10fb5e67e5f7ae6d5/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Cluster Plan","caption": "Block 1 Cluster Plan","tag": "Project Images","type": "image"},{"src": "https://is1-3.housingcdn.com/012c1500/d6bbdd5dfbe5802ee1e7a415cd3dc47d/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Construction Status","caption": "Construction Status July-25","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/e1db201ac58627ec534b200f577473bf/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Construction Status","caption": "Construction Status July-25","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/e889753018890477b23346194e32fd49/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Construction Status","caption": "Construction Status July-25","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/f8c60045557e9145a86ccb3c0443550d/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Construction Status","caption": "Construction Status July-25","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/13d188f18da79ee0abb45ab4a6aaac10/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Living Area","caption": "Living Area","tag": "Living Area","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/233eb35f296eb3c7ba18ecddf475d3ee/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Layout Plan","caption": "Layout Plan","tag": "Project Images","type": "image"},{"src": "https://is1-3.housingcdn.com/012c1500/289823451c118b2b6cddf127336e8983/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Elevation","caption": "Elevation","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/40aa087e1698ae5c5fb6d193aa63b7db/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Dining Area","caption": "Dining Area","tag": "Dining Area","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/700f1e9e1b397886a30b8c051b122ea/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Living Area","caption": "Living Area","tag": "Living Area","type": "image"},{"src": "https://is1-3.housingcdn.com/012c1500/ab2f6c5f9d60cee25654bf68e946b5b7/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "Elevation","caption": "Elevation","tag": "Project Images","type": "image"},{"src": "https://is1-2.housingcdn.com/012c1500/f026368438752a87b6a88ed9177cb683/v0/version.jpeg","alt": "Project Image of 1012.0 - 1158.0 Sq.ft 2 BHK Apartment for buy in Newry Altura","aspectRatio": null,"isSvOrDcVerified": false,"category": "More Images","caption": "Construction Linked Payment (CLP)","tag": "Project Images","type": "image"}]},{"type": "locality","images": []},{"type": "floorPlan","images": [{"src": "https://is1-3.housingcdn.com/91aba65c/451cf3fa90e88afe9942074084696226/v0/version.jpeg","alt": "Newry Altura 2D 1","aspectRatio": null,"isSvOrDcVerified": null,"category": "Floor Plan","caption": "2D","tag": "2 BHK, 1012 sq.ft.","type": "image"}]}],"uniqueAmenities": [],"config": {"displayAreaType": "Saleable Area","propertyConfig": [{"key": "3","label": "2 BHK Apartment","propertyTypeName": "Apartment","range": "71.5 L","priceOnRequest": null,"data": [{"id": "1309198","price": {"value": 7149780,"displayValue": "₹ 71.5 L","unit": null},"areaConfig": [{"name": "Saleable Area","areaInfo": {"value": 1012,"unit": "sq.ft","displayArea": "1012"}}],"projectAttributes": {"reraIdStatus": "Rera"}}]},{"key": "3","label": "2.5 BHK Apartment","propertyTypeName": "Apartment","range": "81.32 L - 81.81 L","priceOnRequest": null,"data": [{"id": "1309199","price": {"value": 8131815,"displayValue": "₹ 81.32 L","unit": null},"areaConfig": [{"name": "Saleable Area","areaInfo": {"value": 1151,"unit": "sq.ft","displayArea": "1151"}}],"projectAttributes": {"reraIdStatus": "Rera"}},{"id": "1309200","price": {"value": 8181270,"displayValue": "₹ 81.81 L","unit": null},"areaConfig": [{"name": "Saleable Area","areaInfo": {"value": 1158,"unit": "sq.ft","displayArea": "1158"}}],"projectAttributes": {"reraIdStatus": "Rera"}}]}]},"propertyConfigs": [{"id": "possessionDate","icon": null,"label": "Possession Date","description": "Dec, 2027","meta": null,"showOnMobile": null,"mobileLabel": null,"formattedDescription": null},{"id": "avgPrice","icon": null,"label": "Average Price","description": "₹7.07 K/sq.ft","meta": null,"showOnMobile": null,"mobileLabel": null,"formattedDescription": null}],"amenities": [{"type": "Society Amenities","data": ["Gym"]}],"brochure": {"pdf": null,"name": "Newry Altura Brochure","hasBrochure": false}},"minDistanceLocality": null,"isAuctionFlat": null,"photoUnderReview": null,"propertyTags": ["Under Construction","Possession: Dec 2027","New Booking","RERA Approved"],"isMyGateCertified": false,"isExclusiveProperty": null,"eventIds": ["408","0"],"certifiedDetails": {"isVerifiedProperty": false,"similarPropertyKeys": null,"isCertifiedProperty": null},"verificationStatus": null,"description": {"overviewDescription": "<p></p>","highlights": null},"videoTour": null,"highlights": [],"boostedAs": null,"videoConnectAvailable": null,"updatedAt": "2025-10-01T00:05:26.000Z","updatedAtStr": "3 days ago","verifiedAt": null,"digitour": {"url": ""},"nearByPlaces": [],"socialUrgency": {"msg": "19 people currently viewing"},"socialContext": null,"isBrokerageChargeable": null,"reviewRating": null,"projectReviewVideo": null,"showNewLaunch": true,"isTitanium": false,"isLocalityChampion": null,"distanceFromCoords": null,"saleTag": "New Booking","entityProjectName": "","insights": [{"id": "possession","value": "Under Construction"},{"id": "apartments","value": "2, 2.5 BHK Flats"},{"id": "possessionDate","value": "Possession: Dec, 2027"}],"coverImageUrl": null,"carouselTags": [],"success": true}
Resale Property Example
{"features": [{"label": "Plot Area","description": "1600 sq.ft","id": "builtUpArea"},{"label": "Avg. Price","description": "₹1.49 K/sq.ft","id": "avgPrice"},{"label": "Possession status","description": "Immediate","id": "possessionDate"}],"coverImage": {"src": "https://is1-3.housingcdn.com/.../residential_plot-for-sale-oddanchatram-Dindigul-plot_view.jpg","alt": "1600 Sq.ft Residential Plot for Sale in Oddanchatram, Dindigul","videoUrl": null},"polygonsHash": {"city": {"url_name": "dindigul_1","name": "Dindigul","display_name": ["Dindigul", "Tamil Nadu"],"uuid": "1fb9d66f72c5c41e7259"},"locality": {"url_name": "oddanchatram","name": "Oddanchatram","display_name": ["Oddanchatram", "Dindigul"],"uuid": "01f5006287015707c04f"}},"propertyType": "resale","title": "Residential Plot","subtitle": "1600 sq.ft plot area","price": 2384000,"displayPrice": {"value": [2384000],"displayValue": "₹23.84 L"},"address": {"address": "ICON CITY Palani Highway Dindigul, Oddanchatram, Dindigul","longAddress": null},"coords": ["10.486469", "77.748607"],"propertyInformation": {"bedrooms": 0,"bathrooms": null,"parking": 0,"area": "1600 sq.ft","price": "23.84 L"},"sellers": [{"name": "Periyapandiyaraja","firmName": "PPRP DEVELOPERS","type": "Seller","isPrime": true,"sellerBadge": "PINK","phone": {"partialValue": "90929....."}}],"propertyTags": [],"success": true}
Support
For issues and questions:
- Review the Apify Actor logs in the platform
- Ensure property URLs are valid housing.com URLs
- Verify property listings are active and accessible
- Email : lakshmanan.w3dev@gmail.com
On this page
Share Actor: