# New York Apartment Listings Scraper

**Use case:** 

Extract New York rental data including address, rent price, amenities, and more. Access up to 75 listings for comprehensive market insights.

## Input

```json
{
  "citySelect": [
    "austin-tx"
  ],
  "cities": [
    "new-york-ny"
  ],
  "propertyType": "apartments",
  "maxPrice": "0",
  "minBeds": "0",
  "rentSpecialsOnly": false,
  "scrapeDetails": false,
  "maxListings": 75,
  "maxPages": 3,
  "searchUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestDelay": 1500,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zipCode": {
    "label": "Zip",
    "format": "string"
  },
  "rentMin": {
    "label": "Rent Min",
    "format": "number"
  },
  "rentMax": {
    "label": "Rent Max",
    "format": "number"
  },
  "bedsMin": {
    "label": "Beds Min",
    "format": "integer"
  },
  "bedsMax": {
    "label": "Beds Max",
    "format": "integer"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "string"
  },
  "rentSpecials": {
    "label": "Specials",
    "format": "boolean"
  },
  "listingUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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