# NoBroker Scraper | Rent & Sale, 10 Cities, 25 Fields (`themineworks/nobroker-scraper`) Actor

Scrape NoBroker property listings across Indian cities — rent, deposit, BHK, area, furnishing, locality and coordinates. Brokerage-free listings, no login, pay per property. Use it as an MCP server in Claude, ChatGPT & AI agents.

- **URL**: https://apify.com/themineworks/nobroker-scraper.md
- **Developed by:** [The Mine Works](https://apify.com/themineworks) (community)
- **Categories:** Real estate, Lead generation, MCP servers
- **Stats:** 6 total users, 4 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.60 / 1,000 property scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## NoBroker Scraper: Rent & Sale, 10 Cities, 25 Fields

Pay only for results delivered. [Browse all Actors](https://apify.com/themineworks).

Scrape NoBroker property listings across Indian cities, rent, deposit, BHK, area, furnishing, locality and coordinates. Brokerage-free listings, no login, pay per property. Use it as an MCP server in Claude, ChatGPT & AI agents.

> ⚡ Part of a 74-scraper suite with 8,800+ runs · no login, no cookies, no ban risk.
>
> 💸 You are only charged for delivered results, empty searches, failed pages and duplicates are never billed.
>
> 💰 From $0.60 / 1,000 results.

### Scrape owner-direct rental listings in Bangalore

The default recipe. `city` is a fixed list of 10 metros (bangalore, mumbai, delhi, pune,
hyderabad, chennai, gurgaon, noida, kolkata, ahmedabad), each maps to a verified centroid that
the actor turns into NoBroker's own geo-search payload, then pages through an 8 km radius.

```json
{
  "city": "bangalore",
  "listingType": "RENT",
  "maxResults": 100
}
```

### Scrape flats for sale in Mumbai

Flip `listingType` to `BUY` and the same city search returns sale inventory instead. Rent runs
populate `rent`/`deposit`/`maintenance`; sale runs populate `price`.

```json
{
  "city": "mumbai",
  "listingType": "BUY",
  "maxResults": 100
}
```

### Build a multi-city India rent dataset

There is one city per run by design, so a multi-city panel is several scheduled runs writing into
the same dataset. Duplicate listings are dropped by `property_id` inside each run before charging.

```json
{
  "city": "hyderabad",
  "listingType": "RENT",
  "maxResults": 250
}
```

### Why use this NoBroker scraper

NoBroker is India's largest broker-free property platform, listings come directly from
owners, which makes it a different supply pool from the broker-led portals. This actor reads its
public geo-search API and returns the richest record set of any Indian property source we cover:
25 fields including rent, deposit and maintenance as separate numbers, BHK, bathrooms, balconies,
built-up area, furnishing state, parking type, facing direction, floor and total floors, building
name, availability date, and latitude/longitude.

The coordinates matter, they let you join listings to any other geospatial dataset without
geocoding a locality string first.

### All NoBroker scraper input options

| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| `city` | string | no | `"bangalore"` | Indian city to search. |
| `listingType` | string | no | `"RENT"` | Rent or sale listings. |
| `maxResults` | integer | no | `25` | Maximum properties to return. |

### What data you get from each NoBroker listing

One record per property, up to 25 fields. Field list and example below are taken from a real run, not a mock-up.

| Field | Type | Example |
|---|---|---|
| `property_id` | string | `"8aa9b6bf9f7e8fc9019f7faae50f353c"` |
| `title` | string | `"1 BHK Flat In Rajiv Gandhi Housing Apartme…` |
| `listing_type` | string | `"RENT"` |
| `city` | string | `"bangalore"` |
| `locality` | string | `"Doddanagamangala "` |
| `rent` | number | `15000` |
| `price` | number | sale listings only |
| `deposit` | number | `60000` |
| `maintenance` | number | present when published |
| `property_type` | string | `"BHK1"` |
| `bhk` | number | `1` |
| `bathrooms` | number | `1` |
| `balconies` | number | present when published |
| `area_sqft` | number | `500` |
| `furnishing` | string | `"NOT_FURNISHED"` |
| `parking` | string | `"BOTH"` |
| `facing` | string | present when published |
| `floor` | number | `1` |
| `total_floors` | number | `3` |
| `building_name` | string | `"Rajiv Gandhi housing apartment"` |
| `available_from` | string | `"2026-07-19"` |
| `latitude` | number | `12.9716` |
| `longitude` | number | `77.5946` |
| `url` | string | `"https://www.nobroker.in/property/1-bhk-apa%E2%80%A6%60%20||%20%60scraped_at%60%20|%20string%20|%20%60"2026-07-27T10:36:54.500Z"` |

#### Example output

```json
{
  "property_id": "8aa9b6bf9f7e8fc9019f7faae50f353c",
  "title": "1 BHK Flat In Rajiv Gandhi Housing Apartment  for Rent  In Doddanagamangala ",
  "listing_type": "RENT",
  "city": "bangalore",
  "locality": "Doddanagamangala ",
  "rent": 15000,
  "deposit": 60000,
  "property_type": "BHK1",
  "bhk": 1,
  "bathrooms": 1,
  "area_sqft": 500,
  "furnishing": "NOT_FURNISHED",
  "parking": "BOTH",
  "floor": 1,
  "total_floors": 3,
  "building_name": "Rajiv Gandhi housing apartment",
  "available_from": "2026-07-19",
  "latitude": 12.9716,
  "longitude": 77.5946,
  "url": "https://www.nobroker.in/property/1-bhk-apartment-for-rent-in-doddanagamangala--bangalore-for-rs-15000/8aa9b6bf9f7e8fc9019f7faae50f353c/detail",
  "scraped_at": "2026-07-27T10:36:54.500Z"
}
```

### What people use NoBroker property data for

- **True cost-of-tenancy modelling**, rent, deposit and maintenance are separate numeric fields, so you can model the real monthly and upfront cost rather than the headline rent.
- **Geospatial rent analysis**, every record carries latitude and longitude, ready to join to transit, school or workplace datasets.
- **Owner-direct supply tracking**, NoBroker's inventory is broker-free, so it is a cleaner read on genuine owner supply than portals with duplicate broker listings.
- **Furnishing and amenity premium analysis**, `furnishing`, `parking`, `balconies` and `facing` are all structured, making hedonic pricing straightforward.
- **Availability forecasting**, `available_from` shows forward supply rather than only what is vacant today.

### NoBroker scraper FAQ

#### How is this different from the MagicBricks actor?

Different supply pool and a deeper record. NoBroker is owner-direct with no broker listings, and it exposes deposit, maintenance, furnishing, floor and coordinates that MagicBricks does not publish. Many users run both and compare.

#### Why is `building_name` sometimes absent?

NoBroker's own API currently returns the literal string '403 Gone' in its buildingName field on every record, one of their internal services is failing. This actor detects that, falls back to the society name where one is published, and returns nothing rather than passing an HTTP error through as data.

#### Are the coordinates exact?

They are the coordinates NoBroker publishes for the listing, which are typically building-level but occasionally locality-level. Treat them as accurate to the building at best.

#### Rent or sale?

Both. Set `listingType` to RENT or BUY. Rent listings populate `rent`/`deposit`; sale listings populate `price`.

### What does it cost to scrape NoBroker listings

Pay per event: one `property-scraped` event per delivered record, charged only **after** the record is validated and stored. Empty results, blocked pages and duplicates are never charged. Store discounts apply automatically on paid Apify plans.

#### What a run with no results costs

Every run is charged one Actor Start event of $0.00005, including a run that returns nothing. The per-result charge is separate and genuinely does not fire on an empty, blocked or duplicate result, so a run that finds nothing costs $0.00005 and no more.

### Use NoBroker data in Claude, ChatGPT & any MCP agent

This actor runs as an MCP server, so an AI agent can call it directly:

```
https://mcp.apify.com/?tools=themineworks/nobroker-scraper
```

```python
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("themineworks/nobroker-scraper").call(run_input={"city": "bangalore", "listingType": "RENT", "maxResults": 10})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
```

### Is scraping NoBroker listings legal

This actor collects only publicly available information, the same data any visitor can see without logging in. It does not access private or authenticated areas, does not attempt to bypass paywalls, and collects no personal data beyond what the source already publishes openly. You are responsible for using the output in line with the source site's terms and with the data protection law that applies to you.

MIT © [The Mine Works](https://apify.com/themineworks)

*Last verified: 2026-08*

# Actor input Schema

## `city` (type: `string`):

Indian city to search for property listings on NoBroker.

## `listingType` (type: `string`):

Whether to fetch rental listings or properties for sale.

## `maxResults` (type: `integer`):

Maximum number of properties to return for the search.

## `proxyConfiguration` (type: `object`):

Defaults to datacenter (measured live: identical results to residential, cheaper). Residential is used automatically as a one-shot fallback if a page fails on datacenter.

## `allowResidentialFallback` (type: `boolean`):

If a page fails every datacenter attempt, retry it once on Indian residential before giving up. On by default. Turn off to force datacenter-only.

## Actor input object example

```json
{
  "city": "bangalore",
  "listingType": "RENT",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "allowResidentialFallback": true
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "city": "bangalore",
    "listingType": "RENT",
    "maxResults": 10,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("themineworks/nobroker-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "city": "bangalore",
    "listingType": "RENT",
    "maxResults": 10,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("themineworks/nobroker-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "city": "bangalore",
  "listingType": "RENT",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call themineworks/nobroker-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,themineworks/nobroker-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/HxfhRo2Cx5bafHcaN/builds/LVamyQ3Jhnv0LtCnt/openapi.json
