# Office Space for Rent in Mumbai on MagicBricks

**Use case:** 

Export Mumbai commercial listings: monthly rent, super area, floor out of total, furnishing, address and the listing agent. Office space to let, as CSV.

## Input

```json
{
  "operation": "search",
  "cities": [
    "Mumbai"
  ],
  "listingType": "rent",
  "propertyType": "office-space",
  "bedrooms": "any",
  "localities": [],
  "maxResults": 30,
  "includeDetails": false,
  "propertyUrls": [],
  "searchUrls": []
}
```

## Output

```json
{
  "propertyId": {
    "label": "🆔 Property ID",
    "format": "number"
  },
  "listingId": {
    "label": "🔑 Listing ID",
    "format": "string"
  },
  "listingTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "url": {
    "label": "🔗 Property URL",
    "format": "string"
  },
  "listingType": {
    "label": "🏷️ Buy or rent",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (INR)",
    "format": "number"
  },
  "priceText": {
    "label": "💵 Price (as shown)",
    "format": "string"
  },
  "pricePerSqft": {
    "label": "📊 Price per sqft",
    "format": "number"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "balconies": {
    "label": "🪟 Balconies",
    "format": "number"
  },
  "carpetArea": {
    "label": "📐 Carpet area",
    "format": "number"
  },
  "carpetAreaUnit": {
    "label": "📏 Carpet area unit",
    "format": "string"
  },
  "superArea": {
    "label": "📐 Super area",
    "format": "number"
  },
  "superAreaUnit": {
    "label": "📏 Super area unit",
    "format": "string"
  },
  "floorNumber": {
    "label": "🏢 Floor",
    "format": "number"
  },
  "totalFloors": {
    "label": "🏗️ Total floors",
    "format": "number"
  },
  "possessionStatus": {
    "label": "🔑 Possession",
    "format": "string"
  },
  "transactionType": {
    "label": "🔁 Transaction",
    "format": "string"
  },
  "furnishing": {
    "label": "🛋️ Furnishing",
    "format": "string"
  },
  "facing": {
    "label": "🧭 Facing",
    "format": "string"
  },
  "overlooking": {
    "label": "👀 Overlooking",
    "format": "string"
  },
  "ownership": {
    "label": "📜 Ownership",
    "format": "string"
  },
  "parking": {
    "label": "🅿️ Parking",
    "format": "string"
  },
  "tenantPreferred": {
    "label": "👨‍👩‍👧 Tenant preferred",
    "format": "string"
  },
  "societyName": {
    "label": "🏙️ Society / project",
    "format": "string"
  },
  "projectUrl": {
    "label": "🔗 Project URL",
    "format": "string"
  },
  "developer": {
    "label": "🏗️ Developer",
    "format": "string"
  },
  "ageOfConstruction": {
    "label": "📅 Age of construction",
    "format": "string"
  },
  "additionalRooms": {
    "label": "🚪 Additional rooms",
    "format": "string"
  },
  "address": {
    "label": "🏠 Address",
    "format": "string"
  },
  "locality": {
    "label": "📍 Locality",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "listerName": {
    "label": "🧑 Listed by",
    "format": "string"
  },
  "listerType": {
    "label": "🏷️ Lister type",
    "format": "string"
  },
  "memberCategory": {
    "label": "⭐ Member tier",
    "format": "string"
  },
  "amenities": {
    "label": "🏊 Amenities",
    "format": "array"
  },
  "highlights": {
    "label": "✨ Highlights",
    "format": "array"
  },
  "nearby": {
    "label": "🚇 Nearby",
    "format": "array"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "string"
  },
  "fullDescription": {
    "label": "📄 Full description",
    "format": "string"
  },
  "postedDate": {
    "label": "🕒 Posted",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "imageCount": {
    "label": "📸 Photo count",
    "format": "number"
  },
  "viewCount": {
    "label": "👁️ Views",
    "format": "number"
  },
  "searchCity": {
    "label": "🔎 Searched city",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔎 Searched URL",
    "format": "string"
  },
  "specs": {
    "label": "🔖 All specifications",
    "format": "object"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MagicBricks Property Scraper - India Buy & Rent Listings](https://apify.com/sian.agency/magicbricks-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/magicbricks-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/magicbricks-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).
