# Monitor CommonFloor New Launches in India

**Use case:** 

Scrape CommonFloor under-construction (new-launch) developments across Indian cities: project name, builder, locality, price, BHK, area, and coordinates. Monito

## Input

```json
{
  "searchMode": "buy",
  "city": "Hyderabad",
  "localities": [],
  "bhk": [],
  "propertyType": [],
  "furnishing": [],
  "availability": "under-construction",
  "tenantType": [],
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price_inr": {
    "label": "Price (INR)",
    "format": "number"
  },
  "bhk": {
    "label": "BHK",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "carpet_area_sqft": {
    "label": "Carpet Area (sq ft)",
    "format": "number"
  },
  "super_area_sqft": {
    "label": "Super Area (sq ft)",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "project_name": {
    "label": "Project",
    "format": "text"
  },
  "searchMode": {
    "label": "Mode",
    "format": "text"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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