NoBroker India Scraper
REAL ESTATELEAD GENERATION
NoBroker India Scraper
Scrape Indian real estate listings from NoBroker.in by city search URL. Returns structured property data including price, BHK type, area, address, amenities, owner details, and property URL for rent and sale listings.
What data does this actor extract?
Each property record includes:
- property_id — NoBroker's internal property identifier
- url — Detail page URL for the property
- title — Property listing title
- listing_type — RENT or BUY
- price — Rent per month or sale price in INR
- bhk_type — Number of bedrooms (e.g. 2 BHK, 3 BHK)
- area_sqft — Property area in square feet
- city — City name
- locality — Locality or neighbourhood
- full_address — Complete address string
- latitude / longitude — Geographic coordinates
- amenities — Available amenities (gym, parking, etc.)
- furnishing — Furnished, semi-furnished, or unfurnished
- floor / total_floors — Floor number and total floors in building
- parking — Parking availability
- facing — Property facing direction
- available_from — Date property is available
- owner_name / owner_id — Property owner details
- images — Comma-separated property image URLs
- description — SEO/property description text
- scraped_at — ISO timestamp of when the record was scraped
How to use
- Go to NoBroker.in and search for properties in your city
- Copy the search results URL (e.g.
https://www.nobroker.in/property/rent/bangalore) - Paste it into the Start URLs field
- Set Max Items to control the number of results
- Run the actor
Supported URL formats
- Rent:
https://www.nobroker.in/property/rent/<city> - Sale:
https://www.nobroker.in/property/sale/<city>
Supported cities
Bangalore, Mumbai, Chennai, Hyderabad, Pune, Delhi, Noida, Gurgaon, Kolkata, Ahmedabad, Thane, Navi Mumbai, and more.
Input configuration
| Field | Type | Default | Description |
|---|---|---|---|
| startUrls | array | — | NoBroker search page URLs to scrape |
| maxItems | integer | 5 | Maximum number of property records to return |
Performance notes
- Handles NoBroker's app-style listing pages, so records come back populated
- Returns accurate, India-local results wherever you run it
- Typical run: 26 properties per page, auto-paginates until maxItems is reached
- Memory: 2048 MB recommended
Geographic restriction
NoBroker.in serves India only. This actor reaches it from wherever you run it — no configuration required.
License
UNLICENSED — Internal OrbTop use only.