NoBroker Property Scraper avatar

NoBroker Property Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
NoBroker Property Scraper

NoBroker Property Scraper

Search NoBroker listings in India. Extract rental and sale property data with prices, locations, bedrooms, area, images, owner or contact details, and source URLs.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

7

Monthly active users

a day ago

Last modified

Share

Affiliate disclosure: Links to Apify in this documentation use the aiagentapi referral parameter. This does not change your price.

NoBroker Property Scraper - India Owner-Direct Listings API

NoBroker Property Scraper collects sale and rental listings from NoBroker for Indian property research, pricing analysis, and owner-direct lead workflows. Each result follows a 40 normalized field schema covering prices, rooms, area, location, images, available contact details, source links, and processing metadata.

Property Data Pay Per Result India


Why Choose This API

  • Search NoBroker sale and rental inventory by Indian city, locality, neighborhood, or project.
  • Use optional residential, house, apartment, condo, and commercial property filters supported by the current runtime.
  • Export consistent property records instead of maintaining separate data transformations.
  • Keep every record traceable through its platform and source URL.
  • Build owner-direct research and lead workflows around publicly available listing data.

The Actor does not expose posted_since: the current source path has no reliable posted-date request filter.

Quick Start Guide

  1. Open NoBroker Property Scraper.
  2. Enter max_results, country, and location.
  3. Optionally select listing_type and a supported property_type.
  4. Click Start, then export the default dataset.

Example input:

{
"max_results": 10,
"country": "India",
"location": "Bengaluru",
"listing_type": "for_sale",
"property_type": "house"
}

Input Parameters

ParameterTypeRequiredSupported values and behaviorExample
max_resultsintegerYes1 to 10000; maximum records to save.10
countrystringYesIndia.India
locationstringYesIndian city, locality, neighborhood, or project.Bengaluru
listing_typestringNofor_sale, for_rent; omission uses the runtime default.for_sale
property_typestringNoresidential, house, apartment, condo, commercial; leave empty for all supported types.house

Output Data Schema

Each successful item contains exactly 40 normalized fields. Values may be null when the source listing does not expose that attribute.

GroupFields
Media and identitycover_image, image_urls, title, description, listing_id, mls_id
Classificationlisting_type, availability, market_type, property_type, subtype, category, business_type
Price and property factsprice, rooms, area, land, building, dates, posted_time, fees
Locationlocation, address, geo, country, nearby
Detail collectionsmedia, open_houses, features, amenities, details, reviews, policies, units
Contact and provenancecontact, platform, source_url, official_url, processor, processed_at

Integration Examples

REST API

curl -X POST "https://api.apify.com/v2/acts/Xc98Zx9hG0UjfnOjf/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"max_results":10,"country":"India","location":"Bengaluru","listing_type":"for_sale","property_type":"house"}'

JavaScript client

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('agentx/nobroker-property-scraper').call({
max_results: 10,
country: 'India',
location: 'Bengaluru',
listing_type: 'for_sale',
property_type: 'house',
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();

Pricing & Cost Calculator

EventPriceDescription
Actor Start$0.01000Charged once when a run starts.
Result$0.00750 FREE / $0.00725 BRONZE / $0.00700 SILVER / $0.00675 GOLD+Charged for each successful result saved.

At the FREE result tier, 100 successful records cost $0.76 including one Actor Start event. One thousand successful records cost $7.51 including one Actor Start event.

Use Cases & Applications

  • India sale and rental market monitoring
  • Owner or landlord lead research
  • Locality-level price and inventory comparison
  • Property intelligence dashboards and data enrichment
  • Repeatable datasets for analytics and AI workflows

FAQ

Which countries and listing types are supported?

The current Actor supports India with for_sale and for_rent searches.

Which property type filters are accepted?

The public runtime accepts residential, house, apartment, condo, and commercial. Leave the field empty to include all supported NoBroker property types.

Can I filter by posting date?

No. posted_since is intentionally absent because the current NoBroker request path has no reliable posted-date filter.

Why can a run return fewer items than max_results?

max_results is a ceiling. Source availability, selected filters, pagination, and deduplication can reduce the final count.

Which export formats are available?

Apify datasets can be exported as JSON, CSV, Excel, XML, or RSS and accessed through the dataset API.

SEO Keywords & Search Terms

NoBroker Property Scraper, NoBroker API, NoBroker listings data, India property API, owner-direct property listings, Bengaluru property data, India rental listings, India homes for sale, Apify real estate Actor, property lead generation.

Trust & Certifications

  • Structured Apify dataset output with source URLs for record-level verification
  • Bounded input schema and deterministic 40-field output contract
  • Result charging tied to successfully saved dataset records
  • Automation through Apify schedules, webhooks, API clients, and dataset exports

Use the Actor only for lawful workflows. Review applicable source terms, privacy obligations, data rights, and local regulations before storing, enriching, or redistributing listing or contact data. Users remain responsible for their data use and retention policies.

Related: MagicBricks Property Scraper · Homes Property Scraper · Property24 Property Scraper

Enrich: All Property Scraper · All Jobs Scraper · All Shopping Scraper

Support & Community

JSON-LD Metadata

{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "NoBroker Property Scraper",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Real Estate Data API",
"operatingSystem": "Web, Cloud",
"url": "https:\/\/apify.com\/agentx\/nobroker-property-scraper?fpr=aiagentapi",
"dateModified": "2026-07-20",
"featureList": [
"India sale and rental listing search",
"Residential, house, apartment, condo, and commercial filters",
"40 normalized output fields",
"Source URL provenance"
],
"offers": {
"@type": "Offer",
"price": "0.00750",
"priceCurrency": "USD"
}
}

Last Updated: 2026-07-20