# Compare Paris Airbnb Prices for Summer 2024

**Use case:** 

Gather comprehensive pricing data for Airbnb listings in Paris for July 2024 to analyze seasonal fluctuations and identify optimal booking periods. This data en

## Input

```json
{
  "location": "Paris, France",
  "checkIn": "2024-07-01",
  "checkOut": "2024-07-08",
  "adults": 2,
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "type": {
    "label": "Property Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

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