Housing Com Listings Extractor
Pricing
from $3.99 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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:
| Field | Example |
|---|---|
listingId | 288132 |
listingTitle | JK Iris A B And K Phase III |
subtitle | 2 BHK Flat |
listingUrl | Full link to the listing page |
propertyType | project, resale, or rent |
priceValue | 9023560 (numeric, in INR) |
priceDisplay | ₹90.24 L - 1.3 Cr |
pricePerSqft | 16835 |
emi | ₹44.8 K |
bedrooms / bathrooms | 2 / 2 |
areaDisplay | 536 sq.ft |
possessionStatus | Ready to Move |
possessionDate | Dec, 2025 |
addressText | Mira Road East, Mira Bhayandar |
locality / city | Mira Road East / Mira Bhayandar |
latitude / longitude | 19.282768 / 72.886086 |
builderName | J.K Builders & Developers |
sellers | Seller names, types, and profile links |
propertyTags | ["Ready to Move", "Project", "RERA Approved"] |
isReraApproved | true |
coverImageUrl | Main photo URL |
imageUrls | Every listing photo URL |
postedDate / updatedAt | ISO timestamps |
Plus sourceUrl, pageNumber, and scrapedAt for tracking where each row came from.
How to use it
- Open the actor on Apify and press Try for free.
- 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.
- Set Max items if you want more or fewer than the default 100 listings.
- 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
| Field | Type | Default | Notes |
|---|---|---|---|
startUrls | array | required | Housing.com search result URLs |
maxItems | integer | 100 | Cap on saved listings per run, max 1000 |
requestTimeoutSecs | integer | 30 | Per-request timeout |
Limits and notes
- Around 30 listings come back per results page. The actor walks pages until it reaches your
maxItemscap 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.