# Flats for Sale in Bangalore - MagicBricks & 99acres

**Use case:** 

Scrape flats for sale in Bangalore from MagicBricks and 99acres with prices, BHK, area, locality, project names, images, sources, and listing URLs.

## Input

```json
{
  "source": "both",
  "transactionType": "sale",
  "cities": [
    "Bangalore"
  ],
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "transactionType": {
    "label": "Type",
    "format": "text"
  },
  "cityQuery": {
    "label": "City",
    "format": "text"
  },
  "title": {
    "label": "Property",
    "format": "text"
  },
  "bhk": {
    "label": "BHK",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "area": {
    "label": "Area",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "projectName": {
    "label": "Project",
    "format": "text"
  },
  "propertyUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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