# Scrape flats for sale in Mumbai

**Use case:** 

Extract flats for sale in Mumbai from Housing.com. Structured Indian property data with prices and locations. Pay per result.

## Input

```json
{
  "transaction": [
    "buy"
  ],
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "cities": [
    "mumbai"
  ],
  "maxPagesPerCity": 40,
  "pageSize": 30,
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "transactionType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "sublocality": {
    "label": "Sublocality",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "bedrooms": {
    "label": "BHK",
    "format": "number"
  },
  "builtUpArea": {
    "label": "Built-up (sqft)",
    "format": "number"
  },
  "price": {
    "label": "Price (INR)",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "furnishingType": {
    "label": "Furnishing",
    "format": "text"
  },
  "verificationStatus": {
    "label": "Verified",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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