# Magicbricks Bengaluru Sale Leads

**Use case:** 

Get structured data for magicbricks bengaluru sale leads with Magicbricks Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "cities": [
    "Bengaluru"
  ],
  "transaction": "sale",
  "propertyTypes": [
    "apartment"
  ],
  "maxResultsPerSearch": 5,
  "maxPagesPerSearch": 1
}
```

## Output

```json
{
  "image": {
    "label": "Photo",
    "format": "image"
  },
  "title": {
    "label": "Property",
    "format": "text"
  },
  "price_display": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "BHK",
    "format": "number"
  },
  "area_sqft": {
    "label": "Area sq ft",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "lister_name": {
    "label": "Agent",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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