# Airbnb Revenue Estimator

**Use case:** 

Estimate revenue for Airbnb listings in a market: occupancy proxy x nightly rate as a fenced range band. A directional read from public data, not bookings.

## Input

```json
{
  "mode": "market",
  "market": "Nashville, TN",
  "markets": [],
  "listings": [],
  "hosts": [],
  "roomType": "any",
  "minBedrooms": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "adults": 2,
  "rankBy": "revenue",
  "maxResults": 100,
  "estimateRevenue": true,
  "enableMarketMemory": true,
  "trackListings": [],
  "deltaWindowDays": 7,
  "lastReviewedAt": "",
  "persona": "generic",
  "outputProfile": "signals",
  "analysisDepth": "standard",
  "explainability": "standard",
  "calendarDepthDays": 90,
  "maxRuntimeSeconds": 3600,
  "locationQueries": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "revenueEstimate": {
    "label": "Revenue Estimate (ESTIMATED, fenced)",
    "format": "object"
  },
  "pricePosition": {
    "label": "Pricing Position",
    "format": "object"
  },
  "attentionIndex": {
    "label": "Attention Index",
    "format": "object"
  },
  "market": {
    "label": "Market",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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