# Bangalore Property for Sale on 99acres

**Use case:** 

Bangalore sale listings from 99acres as data: rupee price, price per sqft, carpet area, BHK, RERA registration, GPS and lister type. Export to CSV.

## Input

```json
{
  "operation": "search",
  "cities": [
    "Bangalore"
  ],
  "listingType": "sale",
  "propertyType": "all-residential",
  "bedrooms": "any",
  "minAreaSqft": 0,
  "maxAreaSqft": 0,
  "maxResults": 30,
  "includeDetails": false,
  "propertyUrls": [],
  "searchUrls": []
}
```

## Output

```json
{
  "propertyId": {
    "label": "🆔 Property ID",
    "format": "string"
  },
  "listingTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "propertyUrl": {
    "label": "🔗 Property URL",
    "format": "string"
  },
  "listingType": {
    "label": "🏷️ Buy or rent",
    "format": "string"
  },
  "propertyCategory": {
    "label": "🏢 Residential or commercial",
    "format": "string"
  },
  "propertyType": {
    "label": "🏠 Property type",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (INR)",
    "format": "number"
  },
  "priceMax": {
    "label": "💰 Price upper bound (INR)",
    "format": "number"
  },
  "priceText": {
    "label": "💵 Price (as shown)",
    "format": "string"
  },
  "pricePerSqft": {
    "label": "📊 Price per sqft (INR)",
    "format": "number"
  },
  "isPriceNegotiable": {
    "label": "🤝 Price negotiable",
    "format": "boolean"
  },
  "brokerageAmount": {
    "label": "💼 Brokerage (INR)",
    "format": "number"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "balconies": {
    "label": "🪟 Balconies",
    "format": "number"
  },
  "bathroomAttached": {
    "label": "🛁 Attached bathroom",
    "format": "boolean"
  },
  "balconyAttached": {
    "label": "🪟 Attached balcony",
    "format": "boolean"
  },
  "areaSqft": {
    "label": "📐 Area (sqft)",
    "format": "number"
  },
  "areaType": {
    "label": "📏 Area basis",
    "format": "string"
  },
  "carpetAreaSqft": {
    "label": "📐 Carpet area (sqft)",
    "format": "number"
  },
  "builtUpAreaSqft": {
    "label": "📐 Built-up area (sqft)",
    "format": "number"
  },
  "superBuiltUpAreaSqft": {
    "label": "📐 Super built-up area (sqft)",
    "format": "number"
  },
  "superAreaSqft": {
    "label": "📐 Super area (sqft)",
    "format": "number"
  },
  "areaSqm": {
    "label": "📐 Area (metric)",
    "format": "string"
  },
  "floorNumber": {
    "label": "🏢 Floor",
    "format": "number"
  },
  "totalFloors": {
    "label": "🏗️ Total floors",
    "format": "number"
  },
  "furnishing": {
    "label": "🛋️ Furnishing",
    "format": "string"
  },
  "furnishingDetails": {
    "label": "🪑 Furnishing details",
    "format": "string"
  },
  "availability": {
    "label": "🔑 Availability",
    "format": "string"
  },
  "possessionStatus": {
    "label": "🏁 Possession",
    "format": "string"
  },
  "transactionType": {
    "label": "🔁 Transaction",
    "format": "string"
  },
  "ageOfConstruction": {
    "label": "📅 Age of construction",
    "format": "string"
  },
  "facing": {
    "label": "🧭 Facing",
    "format": "string"
  },
  "overlooking": {
    "label": "👀 Overlooking",
    "format": "string"
  },
  "ownership": {
    "label": "📜 Ownership",
    "format": "string"
  },
  "reservedParking": {
    "label": "🅿️ Reserved parking",
    "format": "string"
  },
  "tenantPreference": {
    "label": "👨‍👩‍👧 Tenant preferred",
    "format": "string"
  },
  "isPreLeased": {
    "label": "📈 Pre-leased",
    "format": "boolean"
  },
  "preLeasedMonthlyRent": {
    "label": "💸 Pre-leased monthly rent (INR)",
    "format": "number"
  },
  "preLeasedTenure": {
    "label": "📃 Lease tenure",
    "format": "string"
  },
  "annualReturns": {
    "label": "📊 Annual return",
    "format": "string"
  },
  "bookingAmount": {
    "label": "🎫 Booking amount (INR)",
    "format": "number"
  },
  "coworkingSeats": {
    "label": "🪑 Coworking seats",
    "format": "string"
  },
  "reraId": {
    "label": "🛡️ RERA registration",
    "format": "string"
  },
  "isDealerReraRegistered": {
    "label": "🛡️ Dealer RERA registered",
    "format": "boolean"
  },
  "isPosterReraRegistered": {
    "label": "🛡️ Poster RERA registered",
    "format": "boolean"
  },
  "societyName": {
    "label": "🏙️ Society / project",
    "format": "string"
  },
  "projectId": {
    "label": "🏗️ Project ID",
    "format": "string"
  },
  "isNewLaunch": {
    "label": "🆕 New launch",
    "format": "boolean"
  },
  "locality": {
    "label": "📍 Locality",
    "format": "string"
  },
  "localityId": {
    "label": "🗺️ Locality ID",
    "format": "string"
  },
  "cityId": {
    "label": "🗺️ City ID",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "address": {
    "label": "🏠 Address",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "geoSource": {
    "label": "📌 Coordinate source",
    "format": "string"
  },
  "listerName": {
    "label": "👤 Lister",
    "format": "string"
  },
  "listerCompany": {
    "label": "🏢 Lister company",
    "format": "string"
  },
  "listerType": {
    "label": "🧑‍💼 Lister type",
    "format": "string"
  },
  "listerSince": {
    "label": "📆 Lister active since",
    "format": "string"
  },
  "listerEnquiries": {
    "label": "📨 Lister enquiries received",
    "format": "number"
  },
  "isVerified": {
    "label": "✅ Verified listing",
    "format": "boolean"
  },
  "isSelfVerified": {
    "label": "✅ Self-verified",
    "format": "boolean"
  },
  "amenities": {
    "label": "🏊 Amenities",
    "format": "array"
  },
  "highlights": {
    "label": "⭐ Highlights",
    "format": "array"
  },
  "tags": {
    "label": "🔖 Tags",
    "format": "array"
  },
  "nearby": {
    "label": "📍 Nearby landmarks",
    "format": "array"
  },
  "nearbyCount": {
    "label": "📍 Nearby landmark count",
    "format": "number"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "string"
  },
  "postedDate": {
    "label": "🗓️ Posted",
    "format": "string"
  },
  "updatedDate": {
    "label": "🔄 Updated",
    "format": "string"
  },
  "listedDaysAgo": {
    "label": "⏳ Listed",
    "format": "string"
  },
  "isFreshListing": {
    "label": "🌱 Fresh listing",
    "format": "boolean"
  },
  "expiryDate": {
    "label": "📅 Listing expires",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All images",
    "format": "array"
  },
  "imageCount": {
    "label": "📷 Photo count",
    "format": "number"
  },
  "videoCount": {
    "label": "🎬 Video count",
    "format": "number"
  },
  "registryTransactionsSummary": {
    "label": "🏛️ Registry transaction rates",
    "format": "array"
  },
  "registryTransactionCount": {
    "label": "🏛️ Registry records",
    "format": "number"
  },
  "localityPriceTrend": {
    "label": "📈 Locality price trend",
    "format": "object"
  },
  "specification": {
    "label": "🔧 Full specification",
    "format": "object"
  },
  "listerProfile": {
    "label": "🧑‍💼 Lister profile",
    "format": "object"
  },
  "fullDescription": {
    "label": "📄 Full description",
    "format": "string"
  },
  "searchCity": {
    "label": "🔎 Searched city",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔗 Search URL",
    "format": "string"
  },
  "_operation": {
    "label": "⚙️ Operation",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched at",
    "format": "string"
  }
}
```

## About this Actor

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