# Pune MagicBricks India

**Use case:** 

Extract MagicBricks India data filtered by Pune. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "city": "2331",
  "transaction": "S",
  "maxItems": 10,
  "sortBy": "premiumRecent"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "title": {
    "label": "🏠 Title",
    "format": "text"
  },
  "propertyType": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "transaction": {
    "label": "🔁 Transaction",
    "format": "text"
  },
  "price": {
    "label": "💰 Price (₹)",
    "format": "number"
  },
  "priceDisplay": {
    "label": "💵 Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "🛏️ BHK",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "carpetArea": {
    "label": "📐 Carpet Area",
    "format": "text"
  },
  "carpetAreaUnit": {
    "label": "📏 Unit",
    "format": "text"
  },
  "furnished": {
    "label": "🛋️ Furnished",
    "format": "text"
  },
  "locality": {
    "label": "📍 Locality",
    "format": "text"
  },
  "city": {
    "label": "🌆 City",
    "format": "text"
  },
  "projectName": {
    "label": "🏗️ Project",
    "format": "text"
  },
  "developer": {
    "label": "👷 Developer",
    "format": "text"
  },
  "reraId": {
    "label": "📜 RERA",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Long",
    "format": "number"
  },
  "postedAt": {
    "label": "📅 Posted",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MagicBricks India Scraper](https://apify.com/parseforge/magicbricks-india-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/magicbricks-india-scraper) to learn more, explore other use cases, and run it yourself.