# Zumper Apartment Listings - US Rentals in new-york-ny

**Use case:** 

Find and extract Zumper Apartment Listings - US Rentals in new-york-ny. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "city": "new-york-ny",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "rentUsd": {
    "label": "💵 Rent",
    "format": "number"
  },
  "bedrooms": {
    "label": "🛏 Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Baths",
    "format": "number"
  },
  "sqft": {
    "label": "📐 Sqft",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Zumper Apartment Listings Scraper - US Rentals](https://apify.com/parseforge/zumper-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/zumper-scraper) to learn more, explore other use cases, and run it yourself.