Housing.com Property Search Scraper avatar
Housing.com Property Search Scraper

Pricing

$10.00 / 1,000 properties

Go to Apify Store
Housing.com Property Search Scraper

Housing.com Property Search Scraper

Developed by

codingfrontend

codingfrontend

Maintained by Community

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

ParameterTypeRequiredDefaultDescription
searchUrlsArrayYes["https://housing.com/in/buy/chennai/chennai"]Array of housing.com search page URLs to scrape property listings from
maxCrawlPerSearchIntegerNo100Maximum 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

FieldTypeDescription
featuresArrayKey property features with labels and descriptions
coverImageObjectMain property image with metadata (src, alt, videoUrl)
polygonsHashObjectGeographic location data organized by administrative divisions
creditScoreStringProperty credit score rating
currentPossessionStatusStringCurrent possession status (Ready to Move, Under Construction, etc.)
hasAutoVideoBooleanWhether property has automated video tour
imageCountNumberTotal number of property images
propertyTypeStringEither "project" or "resale"
titleStringProperty title/name
subtitleStringProperty subtitle
isUcBooleanWhether property is under construction
isActivePropertyBooleanWhether property listing is active
isMostContactedBooleanWhether this is a most contacted property
isRecentlyAddedBooleanWhether property was recently added
galleryTitleStringTitle for the property image gallery
trackingObjectAnalytics and tracking data
priceNumberBase property price in rupees
displayPriceObjectFormatted price information with ranges and display values
addressObjectComplete property address details
urlStringDirect URL to property listing
labelStringProperty label or tag
badgeStringProperty badge
ownerListingBadgeStringBadge indicating owner listing
listingIdStringUnique property listing identifier
postedDateStringDate when property was posted (ISO format)
originalListingIdStringOriginal listing identifier
promotionsArrayActive promotions for the property
customOffersArrayCustom offers available
suggestedOffersArraySuggested offers
coordsArrayGeographic coordinates [longitude, latitude]
propertyInformationObjectBasic property details (bedrooms, bathrooms, area, etc.)
tagsArrayProperty tags
furnishingTypeStringType of furnishing
builtUpAreaObjectBuilt-up area with value and unit
sellerCountNumberNumber of sellers associated
metaObjectAdditional metadata including polygon info and city data
sellersArraySeller/developer information with contact details
emiStringEstimated monthly installment
brandsArrayAssociated brands or developers
porDetailsArrayPrice on request details
detailsObjectComprehensive property details including images, amenities, configurations
minDistanceLocalityNumberMinimum distance to locality
isAuctionFlatBooleanWhether property is available for auction
photoUnderReviewBooleanWhether property photos are under review
propertyTagsArrayProperty status tags
isMyGateCertifiedBooleanWhether property is MyGate certified
isExclusivePropertyBooleanWhether this is an exclusive property listing
eventIdsArrayIDs of events associated with property
certifiedDetailsObjectCertification and verification details
verificationStatusStringProperty verification status
descriptionObjectProperty description and overview
videoTourStringVideo tour availability
highlightsArrayKey property highlights
boostedAsStringHow the property is boosted/promoted
videoConnectAvailableBooleanWhether video connect is available
updatedAtStringLast update timestamp (ISO format)
updatedAtStrStringHuman-readable last updated time
verifiedAtStringVerification timestamp
digitourObjectDigital tour information
nearByPlacesArrayNearby establishments and amenities
socialUrgencyObjectSocial urgency messaging
socialContextStringSocial context information
isBrokerageChargeableBooleanWhether brokerage is chargeable
reviewRatingNumberProperty review rating
projectReviewVideoStringProject review video
showNewLaunchBooleanWhether to show as new launch
isTitaniumBooleanWhether this is a titanium level property
isLocalityChampionBooleanWhether this is a locality champion property
distanceFromCoordsNumberDistance from specified coordinates
saleTagStringSale tag or promotion tag
entityProjectNameStringName of associated entity/project
insightsArrayAdditional property insights
coverImageUrlStringURL of cover image
carouselTagsArrayTags for image carousel
successBooleanOperation 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