# StreetEasy NYC For-Sale Property Listings

**Use case:** 

Extract detailed property listings for NYC homes for sale. Get pricing, addresses, and amenities from StreetEasy effortlessly.

## Input

```json
{
  "start_url": "https://streeteasy.com/for-sale/nyc",
  "listing_type": "for-sale",
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "price": {
    "label": "Price",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "text"
  },
  "baths": {
    "label": "Baths",
    "format": "text"
  },
  "sqft": {
    "label": "Sqft",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "broker": {
    "label": "Broker",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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