# Paris Airbnb Yield: Occupancy, ADR, RevPAR

**Use case:** 

STR-yield task turning a Paris Airbnb search into occupancy, ADR, RevPAR and a market report. An AirDNA alternative; paste any city search URL.

## Input

```json
{
  "searchUrls": [
    "https://www.airbnb.fr/s/Paris/homes"
  ],
  "fetchCalendar": true,
  "calendarMonths": 6,
  "marketReport": true,
  "onlyPrivateHost": false,
  "propertyTypes": [],
  "monitorMode": false,
  "monitorName": "default",
  "maxListings": 24
}
```

## Output

```json
{
  "name": {
    "label": "Listing name",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "adr": {
    "label": "ADR",
    "format": "number"
  },
  "yield": {
    "label": "Yield estimate",
    "format": "object"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "hostType": {
    "label": "Host type",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Occupancy, ADR & Market Report 📈: AirDNA Alternative](https://apify.com/tagadanar/airbnb-str-yield) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/airbnb-str-yield) to learn more, explore other use cases, and run it yourself.