# Generate Luxury NYC Penthouse Leads from Redfin Listings

**Use case:** 

Discover high-value luxury real estate leads for penthouses across New York City by filtering Redfin listings. This data helps real estate agents and brokers ta

## Input

```json
{
  "startUrls": [
    "https://www.redfin.com/city/30749/NY/New-York/filter/property-type=condo,max-price=100000000,min-beds=3,min-sqft=2000"
  ],
  "searchMode": "SALE",
  "maxItems": 50
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqFt": {
    "label": "Sq Ft",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Redfin Real Estate Scraper](https://apify.com/crawlerbros/redfin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/redfin-scraper) to learn more, explore other use cases, and run it yourself.