# Scrape NYC Luxury Airbnb — Revenue Estimate

**Use case:** 

Scrape luxury Airbnb in New York. Prices, occupancy, revenue estimates for investors.

## Input

```json
{
  "location": "New York, USA",
  "dataLevel": "basic",
  "maxListings": 15,
  "guests": 2,
  "minPrice": 200,
  "currency": "USD",
  "roomType": [],
  "superhostOnly": false,
  "instantBookOnly": false,
  "findHostContact": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "pricing.perNight": {
    "label": "$/Night",
    "format": "number"
  },
  "ratings.overall": {
    "label": "Rating",
    "format": "number"
  },
  "property.type": {
    "label": "Type",
    "format": "text"
  },
  "property.bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "host.name": {
    "label": "Host",
    "format": "text"
  },
  "host.superhost": {
    "label": "Superhost",
    "format": "boolean"
  },
  "amenitiesCount": {
    "label": "Amenities",
    "format": "number"
  },
  "availability.occupancyRate": {
    "label": "Occupancy %",
    "format": "number"
  },
  "revenueEstimate.annualRevenue": {
    "label": "Annual $",
    "format": "number"
  }
}
```

## About this Actor

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