# Bangalore Villa Sale Data Extractor

**Use case:** 

Extract property listings for villas in Bangalore, including prices, amenities, and seller contact details. Gain insights into the real estate market.

## Input

```json
{
  "url": "https://www.magicbricks.com/villa-for-sale-in-bangalore-pppfs",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "transactionType": {
    "label": "Transaction Type",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "pricePerSqft": {
    "label": "Price Per Sqft",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "text"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "text"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "areaSqft": {
    "label": "Area Sqft",
    "format": "number"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "contactType": {
    "label": "Contact Type",
    "format": "text"
  },
  "projectName": {
    "label": "Project",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  }
}
```

## About this Actor

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