# Find MagicBricks properties by budget

**Use case:** 

Search MagicBricks for properties within a price range in INR for any city. Pay per result.

## Input

```json
{
  "cities": [
    "New-Delhi"
  ],
  "transactionTypes": [
    "buy"
  ],
  "minPrice": 5000000,
  "maxPrice": 15000000,
  "maxResults": 5,
  "maxPagesPerCity": 40,
  "startUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "transactionType": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "bedrooms": {
    "label": "BHK",
    "format": "number"
  },
  "carpetArea": {
    "label": "Carpet (sqft)",
    "format": "number"
  },
  "priceInr": {
    "label": "Price (INR)",
    "format": "number"
  },
  "pricePerSqft": {
    "label": "₹/sqft",
    "format": "number"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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