Housing Com Listings Extractor avatar

Housing Com Listings Extractor

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Housing Com Listings Extractor

Housing Com Listings Extractor

Housing.com scraper that pulls property listings from any search URL, with prices, BHK, area, possession, RERA status, seller links, photos, and map coordinates. Handles pagination for you and exports to JSON, CSV, or Excel.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Housing.com Listings Extractor

Housing.com Listings Extractor is an Apify actor that scrapes property listings from Housing.com search pages. Paste in a city or locality URL for buying, renting, or new projects and the actor collects every listing card on the results: price, BHK configuration, built-up area, possession status, RERA status, location coordinates, builder and seller details, and all photo URLs. Pagination is handled automatically, so a single URL can return hundreds of listings in one run.

No login, cookies, or browser setup needed. Results go straight to an Apify dataset you can download as JSON, CSV, or Excel, or pull into your own code through the API.

What data you get

Each listing in the dataset includes:

FieldExample
listingId288132
listingTitleJK Iris A B And K Phase III
subtitle2 BHK Flat
listingUrlFull link to the listing page
propertyTypeproject, resale, or rent
priceValue9023560 (numeric, in INR)
priceDisplay₹90.24 L - 1.3 Cr
pricePerSqft16835
emi₹44.8 K
bedrooms / bathrooms2 / 2
areaDisplay536 sq.ft
possessionStatusReady to Move
possessionDateDec, 2025
addressTextMira Road East, Mira Bhayandar
locality / cityMira Road East / Mira Bhayandar
latitude / longitude19.282768 / 72.886086
builderNameJ.K Builders & Developers
sellersSeller names, types, and profile links
propertyTags["Ready to Move", "Project", "RERA Approved"]
isReraApprovedtrue
coverImageUrlMain photo URL
imageUrlsEvery listing photo URL
postedDate / updatedAtISO timestamps

Plus sourceUrl, pageNumber, and scrapedAt for tracking where each row came from.

How to use it

  1. Open the actor on Apify and press Try for free.
  2. Paste one or more Housing.com search URLs into Housing.com search URLs. Any results page works: a city, a locality, a filtered search for buy, rent, or new projects.
  3. Set Max items if you want more or fewer than the default 100 listings.
  4. Press Start and wait for the dataset to fill up.

Example input

{
"startUrls": [
"https://housing.com/in/buy/mumbai/mira-road-east-mira-bhayandar-gid/"
],
"maxItems": 100
}

Example output item

{
"listingId": "20267909",
"listingTitle": "2 BHK Flat",
"subtitle": "960 sq.ft built up area",
"listingUrl": "https://housing.com/in/buy/resale/page/20267909-2-bhk-apartment-in-mira-road-east-for-rs-11200000",
"propertyType": "resale",
"priceValue": 11200000,
"priceDisplay": "₹1.12 Cr",
"emi": "₹55.6 K",
"bedrooms": 2,
"bathrooms": 2,
"areaDisplay": "960 sq.ft",
"addressText": "Pleasent Park, Mira Road East",
"locality": "Mira Road East",
"city": "Mira Bhayandar",
"latitude": 19.277443,
"longitude": 72.877045,
"isReraApproved": true,
"coverImageUrl": "https://is1-3.housingcdn.com/01c16c28/5240d1fec80ae4c5cbf82dd012a86a07/v0/version/2_bhk_apartment.jpg",
"imageUrls": ["..."],
"pageNumber": 1
}

What people use it for

Price research is the big one. Agents and analysts pull a locality's full inventory to see how asking prices compare across projects, resale flats, and rentals. Investors track the same searches week over week to catch price movements early. Lead generation teams collect seller and builder contact links. And developers feed the structured output into dashboards, valuation models, or property portals of their own.

Input reference

FieldTypeDefaultNotes
startUrlsarrayrequiredHousing.com search result URLs
maxItemsinteger100Cap on saved listings per run, max 1000
requestTimeoutSecsinteger30Per-request timeout

Limits and notes

  • Around 30 listings come back per results page. The actor walks pages until it reaches your maxItems cap or runs out of results.
  • Duplicate listings that appear on several pages are saved once.
  • If a page fails, the actor records an error row with the URL and keeps going instead of stopping the whole run.
  • The actor reads public search pages only. It does not log in, and it does not collect personal data beyond what Housing.com displays publicly on listing cards.

FAQ

Which Housing.com pages work? Search result pages: buy, rent, new projects, city pages, locality pages, and filtered searches. Individual listing detail pages are not the target here, though every dataset row links to one.

Can I scrape more than one locality per run? Yes. Add as many search URLs as you want. The maxItems cap applies to the whole run.

Does it return photos? Every photo URL shown on the listing card, plus the cover image. Download them with any HTTP client if you need the files themselves.

Is this legal? The actor reads publicly available pages. What you do with the data is up to you, so check Housing.com's terms and your local rules before using scraped data commercially.