# Paris Airbnb Prices, Ratings and Availability

**Use case:** 

Airbnb task that scrapes Paris listings with nightly prices, ratings and a day-by-day availability calendar. Ready to run; paste any city search URL.

## Input

```json
{
  "searchUrls": [
    "https://www.airbnb.com/s/Paris/homes"
  ],
  "locationQueries": [],
  "includeCalendar": false,
  "calendarMonths": 3,
  "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"
  },
  "pricePerNight": {
    "label": "Price per night",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "superhost": {
    "label": "Superhost",
    "format": "boolean"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "calendarDays": {
    "label": "Calendar days fetched",
    "format": "number"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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