# Airbnb Experiences NYC — Tours, Prices & Ratings

**Use case:** 

Scrape every Airbnb Experience in New York City: per-guest prices, ratings, duration and themes. Export clean CSV/JSON, no API key.

## Input

```json
{
  "mode": "search",
  "destination": "New York, NY",
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-05",
  "experienceType": "food,tasting",
  "travelerType": "Solo Travellers",
  "hostLanguages": "english,spanish",
  "accessibilityFeatures": "Step-free access",
  "maxResultsPerQuery": 25,
  "includeAvailability": false,
  "availabilityStartDate": "2026-08-01",
  "availabilityEndDate": "2026-08-31"
}
```

## Output

```json
{
  "rowType": {
    "label": "🧭 Type",
    "format": "text"
  },
  "experienceId": {
    "label": "🆔 Experience ID",
    "format": "text"
  },
  "activityListingId": {
    "label": "🆔 Listing ID",
    "format": "text"
  },
  "experienceName": {
    "label": "🏷 Name",
    "format": "text"
  },
  "experienceByline": {
    "label": "📝 Byline",
    "format": "text"
  },
  "experienceUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "pricePerGuest": {
    "label": "💰 Price/Guest",
    "format": "number"
  },
  "priceCurrencySymbol": {
    "label": "💱 Currency",
    "format": "text"
  },
  "priceQualifier": {
    "label": "💬 Qualifier",
    "format": "text"
  },
  "basePricePerGuest": {
    "label": "💵 Base Price",
    "format": "number"
  },
  "taxesPerGuest": {
    "label": "🧾 Taxes",
    "format": "number"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "durationMinutes": {
    "label": "⏱ Minutes",
    "format": "number"
  },
  "badges": {
    "label": "🏅 Badges",
    "format": "array"
  },
  "contextualDates": {
    "label": "📅 Dates",
    "format": "text"
  },
  "sampleCheckIn": {
    "label": "📅 Check-in",
    "format": "text"
  },
  "sampleCheckOut": {
    "label": "📅 Check-out",
    "format": "text"
  },
  "photos": {
    "label": "📷 Photos",
    "format": "array"
  },
  "thumbnail": {
    "label": "🖼 Thumbnail",
    "format": "image"
  },
  "searchDestination": {
    "label": "📍 Destination",
    "format": "text"
  },
  "hostHighlight": {
    "label": "🌟 Host Highlight",
    "format": "text"
  },
  "meetingPoint": {
    "label": "📍 Meeting Point",
    "format": "text"
  },
  "aboutHost": {
    "label": "🧑‍💼 About Host",
    "format": "text"
  },
  "latitude": {
    "label": "🌐 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Lng",
    "format": "number"
  },
  "agendaItems": {
    "label": "🗺 Agenda",
    "format": "array"
  },
  "previewReviews": {
    "label": "💬 Preview Reviews",
    "format": "array"
  },
  "availability": {
    "label": "📅 Availability",
    "format": "object"
  },
  "sourceInput": {
    "label": "📥 Source",
    "format": "text"
  },
  "contextualUserId": {
    "label": "🆔 Host Profile ID",
    "format": "text"
  },
  "hostUserId": {
    "label": "🆔 Host User ID",
    "format": "text"
  },
  "hostName": {
    "label": "🧑‍💼 Host",
    "format": "text"
  },
  "isSuperhost": {
    "label": "🏆 Superhost",
    "format": "boolean"
  },
  "hostLocation": {
    "label": "📍 Host Location",
    "format": "text"
  },
  "contextType": {
    "label": "🧭 Context",
    "format": "text"
  },
  "timeAsHostYears": {
    "label": "📆 Years",
    "format": "number"
  },
  "timeAsHostMonths": {
    "label": "📆 Months",
    "format": "number"
  },
  "hostRatingAverage": {
    "label": "⭐ Host Rating",
    "format": "number"
  },
  "hostRatingCount": {
    "label": "💬 Host Ratings",
    "format": "number"
  },
  "pastTripsCount": {
    "label": "🧳 Trips",
    "format": "number"
  },
  "isIdentityVerified": {
    "label": "✅ Verified",
    "format": "boolean"
  },
  "verifiedSinceText": {
    "label": "✅ Since",
    "format": "text"
  },
  "isPrivateProfile": {
    "label": "🔒 Private",
    "format": "boolean"
  },
  "profilePictureUrl": {
    "label": "🖼 Avatar",
    "format": "image"
  },
  "interests": {
    "label": "🎯 Interests",
    "format": "array"
  },
  "recognitions": {
    "label": "🏅 Recognitions",
    "format": "array"
  },
  "stayListingsCount": {
    "label": "🏠 Stays",
    "format": "number"
  },
  "experienceListingsCount": {
    "label": "🎟️ Experiences",
    "format": "number"
  },
  "serviceListingsCount": {
    "label": "🛎 Services",
    "format": "number"
  },
  "hostProfileUrl": {
    "label": "🔗 Host URL",
    "format": "link"
  },
  "processedAt": {
    "label": "🕒 Processed",
    "format": "date"
  },
  "scrapingDate": {
    "label": "📅 Scraped",
    "format": "text"
  },
  "status": {
    "label": "✅ Status",
    "format": "text"
  }
}
```

## About this Actor

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