# Airbnb Experiences Catalog Monitor

**Use case:** 

Monitor public Airbnb Experience catalogs across travel destinations and export ratings, review counts, locations, images, and scheduled dates.

## Input

```json
{
  "searchQueries": [
    "Los Angeles, CA",
    "New York, NY",
    "Paris, France"
  ],
  "startUrls": [
    {
      "url": "https://www.airbnb.com/los-angeles-ca/things-to-do"
    },
    {
      "url": "https://www.airbnb.com/experiences/6101449"
    }
  ],
  "maxItems": 100,
  "enrichDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "experienceId": {
    "label": "Experience ID"
  },
  "title": {
    "label": "Title"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "description": {
    "label": "Description"
  },
  "locationName": {
    "label": "Location"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "startDates": {
    "label": "Scheduled start dates"
  },
  "images": {
    "label": "Images",
    "format": "image"
  },
  "experienceUrl": {
    "label": "Experience URL",
    "format": "link"
  },
  "discoveryUrl": {
    "label": "Discovery URL",
    "format": "link"
  },
  "sourceType": {
    "label": "Source type"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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