# NoBroker Mumbai Rent — Andheri West & Beyond

**Use case:** 

Mumbai NoBroker rent listings as data: exact rupee rent, deposit, maintenance, BHK or 1 RK, locality, GPS, owner name. CSV or JSON.

## Input

```json
{
  "operation": "search",
  "city": "mumbai",
  "locality": "Andheri West",
  "segment": "rent",
  "bedrooms": "1rk",
  "maxResults": 25,
  "propertyUrls": [],
  "searchUrls": []
}
```

## Output

```json
{
  "operation": {
    "label": "🎯 Operation",
    "format": "string"
  },
  "propertyId": {
    "label": "🆔 Property ID",
    "format": "string"
  },
  "propertyCode": {
    "label": "🔖 Listing code (NB-…)",
    "format": "string"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏷️ Listing",
    "format": "string"
  },
  "segment": {
    "label": "🤝 Segment",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "locality": {
    "label": "📍 Locality",
    "format": "string"
  },
  "society": {
    "label": "🏢 Society / building",
    "format": "string"
  },
  "address": {
    "label": "📮 Address",
    "format": "string"
  },
  "pinCode": {
    "label": "📮 PIN code",
    "format": "integer"
  },
  "price": {
    "label": "💰 Rent or price (₹/month)",
    "format": "number"
  },
  "formattedPrice": {
    "label": "💰 Price as displayed",
    "format": "string"
  },
  "deposit": {
    "label": "🏦 Security deposit (₹)",
    "format": "number"
  },
  "maintenanceAmount": {
    "label": "🧾 Maintenance (₹/month)",
    "format": "number"
  },
  "maintenanceIncluded": {
    "label": "🧾 Maintenance included",
    "format": "boolean"
  },
  "negotiable": {
    "label": "🤲 Price negotiable",
    "format": "boolean"
  },
  "bhk": {
    "label": "🛏️ BHK (0 = 1 RK)",
    "format": "number"
  },
  "bhkLabel": {
    "label": "🛏️ BHK as displayed",
    "format": "string"
  },
  "propertySize": {
    "label": "📐 Area (sq ft)",
    "format": "number"
  },
  "bathrooms": {
    "label": "🚿 Bathrooms",
    "format": "number"
  },
  "balconies": {
    "label": "🌤️ Balconies",
    "format": "number"
  },
  "floor": {
    "label": "🏢 Floor",
    "format": "number"
  },
  "totalFloor": {
    "label": "🏢 Total floors",
    "format": "number"
  },
  "propertyAge": {
    "label": "🏗️ Property age (years)",
    "format": "number"
  },
  "furnishing": {
    "label": "🛋️ Furnishing",
    "format": "string"
  },
  "parking": {
    "label": "🚗 Parking",
    "format": "string"
  },
  "facing": {
    "label": "🧭 Facing",
    "format": "string"
  },
  "waterSupply": {
    "label": "🚰 Water supply",
    "format": "string"
  },
  "leaseType": {
    "label": "👥 Tenant preference",
    "format": "string"
  },
  "buildingType": {
    "label": "🏢 Building type",
    "format": "string"
  },
  "amenities": {
    "label": "🏊 Amenities",
    "format": "object"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "ownerId": {
    "label": "👤 Owner ID",
    "format": "string"
  },
  "ownerName": {
    "label": "👤 Owner name",
    "format": "string"
  },
  "premium": {
    "label": "⭐ Premium listing",
    "format": "boolean"
  },
  "sponsored": {
    "label": "📣 Promoted",
    "format": "boolean"
  },
  "availableFrom": {
    "label": "📅 Available from",
    "format": "string"
  },
  "listedOn": {
    "label": "📅 Listed / activated",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "photoCount": {
    "label": "🖼️ Photo count",
    "format": "number"
  },
  "description": {
    "label": "Description"
  },
  "foodIncluded": {
    "label": "🍽️ PG food included",
    "format": "boolean"
  },
  "gender": {
    "label": "👥 PG gender policy",
    "format": "string"
  },
  "gateClosingTime": {
    "label": "🕛 PG gate closing",
    "format": "string"
  },
  "roomTypes": {
    "label": "🛏️ PG room types",
    "format": "object"
  },
  "ownershipType": {
    "label": "📜 Ownership type",
    "format": "string"
  },
  "expectedRent": {
    "label": "🔑 Expected rent (₹/month)",
    "format": "number"
  },
  "loanAvailable": {
    "label": "🏦 Loan available",
    "format": "boolean"
  },
  "carpetArea": {
    "label": "📐 Carpet area (sq ft)",
    "format": "number"
  },
  "plotArea": {
    "label": "📐 Plot area",
    "format": "number"
  },
  "searchResultCount": {
    "label": "📊 Listings in this search",
    "format": "number"
  },
  "searchUrlUsed": {
    "label": "🔗 Search page used",
    "format": "string"
  },
  "errorMessage": {
    "label": "Error",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "availabilityStatus": {
    "label": "Availability",
    "format": "string"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "_fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NoBroker Scraper — India Owner-Direct Rent, Buy & PG](https://apify.com/sian.agency/nobroker-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/nobroker-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/nobroker-property-scraper.md

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).
