Airbnb Experience Details API Documentation

GET   /api/v1/search?engine=airbnb_experience_details

The Airbnb Experience Details API allows you to retrieve detailed information about a specific Airbnb Experience. Including experience details, pricing, availability, agenda, host information, reviews, and more.

API Parameters

Search Query

  • Name
    experience_id
    Required
    Required
    Description

    Parameter defines the ID of the Airbnb Experience you want to retrieve information for. This is the unique identifier for the experience on Airbnb and it can be found in the URL on https://www.airbnb.com/experiences/experience_id.

Localization

  • Name
    airbnb_domain
    Required
    Optional
    Description

    This parameter defines the Airbnb domain to search on. Airbnb has multiple domains for different countries/regions and languages. Check the full list of supported Airbnb domains.

  • Name
    currency
    Required
    Optional
    Description

    This parameter defines the currency for pricing information. Check the full list of supported currencies.

Engine

  • Name
    engine
    Required
    Required
    Description

    Parameter defines an engine that will be used to retrieve real-time data. It must be set to airbnb_experience_details.

API key

  • Name
    api_key
    Required
    Required
    Description

    The api_key authenticates your requests. Use it as a query parameter (https://www.searchapi.io/api/v1/search?api_key=YOUR_API_KEY) or in the Authorization header (Bearer YOUR_API_KEY).

Zero Data Retention

  • Name
    zero_retention
    Enterprise Only
    Enterprise Only
    Required
    Optional
    Description

    Set this parameter to true to disable all logging and persistent storage. No request parameters, HTML, or JSON responses are stored or logged. Suitable for high-compliance use cases. Debugging and support may be limited while enabled.

API Examples

Full Response

Full Response
GET
https://www.searchapi.io/api/v1/search?engine=airbnb_experience_details&experience_id=394929
Request
import requests

url = "https://www.searchapi.io/api/v1/search"
params = {
  "engine": "airbnb_experience_details",
  "experience_id": "394929"
}

response = requests.get(url, params=params)
print(response.text)
Response
{
  "search_metadata": {
    "id": "search_abc123def456ghi789jkl012",
    "status": "Success",
    "created_at": "2025-10-22T18:29:20Z",
    "request_time_taken": 1.3,
    "parsing_time_taken": 0.1,
    "total_time_taken": 1.4,
    "request_url": "https://www.airbnb.com/experiences/394929",
    "html_url": "https://www.searchapi.io/api/v1/searches/search_abc123def456ghi789jkl012.html",
    "json_url": "https://www.searchapi.io/api/v1/searches/search_abc123def456ghi789jkl012"
  },
  "search_parameters": {
    "engine": "airbnb_experience_details",
    "airbnb_domain": "airbnb.com",
    "experience_id": "394929"
  },
  "experience": {
    "id": "394929",
    "title": "Learn to bake classic French croissants",
    "description": "Make three of France's most famous pastries from scratch--croissants, pains au chocolat, and pains aux raisins--in a hands-on cooking lesson.",
    "link": "https://www.airbnb.com/experiences/394929",
    "product_type": "EXPERIENCE",
    "category": "Cooking",
    "rating": 4.95,
    "reviews": 10886,
    "language": "This experience is hosted in English.",
    "is_upgraded": true,
    "meeting_types": [
      "TRAVEL_TO_HOST",
      ...
    ],
    "meeting_point": "Saint-Germain-des-Près Workshop",
    "vetting": {
      "title": "Cooking classes are vetted for quality",
      "subtitle": "Cooking classes are led by chefs, bakers, and other hosts who showcase what makes the city unique.",
      "image": "https://a0.muscache.com/im/pictures/airbnb-platform-assets/AirbnbPlatformAssets-PDPM13TmpAssets/original/e6d5056c-e3a2-475a-ba6c-7ac0cfb2b637.png",
      "help_center_link": "https://www.airbnb.com/help/article/3901"
    },
    "pre_screening_help_link": "https://www.airbnb.com/help/article/3891",
    "location": {
      "address": "75007, Paris, France",
      "locality": "Paris",
      "administrative_zone": "Ile-de-France",
      "country": "France",
      "display_label": "Paris, Ile-de-France",
      "latitude": 48.8554199,
      "longitude": 2.3307858
    },
    "price": {
      "price_label": "From $109 USD, per guest",
      "price": "$109 USD",
      "extracted_price": 109.0,
      "qualifier": "/ guest",
      "original_price": "$129 USD",
      "extracted_original_price": 129.0,
      "notes": [
        "Early bird discount applied"
      ],
      "breakdown": [
        {
          "description": "Adults",
          "price": "$109.00 USD, per guest",
          "extracted_price": 109.0
        },
        ...
      ]
    },
    "cover_image": "https://a0.muscache.com/im/pictures/lombard/MtTemplate-394929-active_media/original/dbb47113-0644-4354-8313-0a88978f6c05.jpg",
    "media": [
      {
        "type": "video",
        "width": 1080,
        "height": 1440,
        "hls_url": "https://stream.media.muscache.com/SgSD00CSsSe003iNcOLdZnU1KsAfmeTdJqhnVijWdiXZE.m3u8",
        "mp4_url": "https://stream.media.muscache.com/SgSD00CSsSe003iNcOLdZnU1KsAfmeTdJqhnVijWdiXZE.mp4"
      },
      ...
    ],
    "highlights": [
      {
        "type": "PROFILE",
        "name": "Hosted by Matthieu",
        "description": "Pastry chef and owner of Maison Fleuret",
        "image": "https://a0.muscache.com/im/pictures/user/1ce6b046-fad5-4543-86bc-0522b6988b5c.jpg?aki_policy=profile_x_medium"
      },
      ...
    ],
    "agenda_preamble": "Join our team of patisserie-taught chefs for a 2.5-hour baking adventure. We'll guide you to pastry perfection of three iconic French pastries—croissant, pains au chocolat, and pains aux raisins—with all materials provided. Taste some fresh from the oven and pack some up to take home.",
    "agenda": [
      {
        "position": 1,
        "title": "Step into the kitchen",
        "description": "Sip a warm brew as I talk about ingredients and go over the process of making croissants.",
        "image": "https://a0.muscache.com/im/pictures/lombard/MtTemplate-394929-active_media/original/06f99ce6-8cc6-49f9-a585-1d7c3a76e735.jpg"
      },
      ...
    ],
    "next_available_start_at_utc": "2026-04-16T07:00:00.000Z",
    "availability": [
      {
        "id": "Fsjeu40BAA==",
        "day": "Today, 16 April",
        "duration": "9:00 - 11:30 am",
        "start_time": "9:00 am",
        "availability_description": "10 spots available",
        "is_available": true,
        "remaining_capacity": 10,
        "maximum_capacity": 10
      },
      ...
    ],
    "guest_requirements": {
      "min_age": 10,
      "is_min_age_enabled": true,
      "is_children_allowed": true,
      "children_min_age": 2,
      "children_max_age": 12
    },
    "things_to_know": [
      {
        "type": "GUEST_REQUIREMENTS",
        "title": "Guest requirements",
        "description": "Guests ages 10 and up can attend.",
        "icon": "SYSTEM_TEAM_STROKED"
      },
      ...
    ],
    "accessibility_features": [
      {
        "type": "NO_STAIRS_OR_STEPS",
        "name": "Step-free access"
      },
      ...
    ],
    "accessibility_help_link": "https://www.airbnb.com/help/article/2166",
    "cancellation_policy": {
      "type": "FLEX_CANCELLATION",
      "name": "Free cancellation",
      "description": "Up to 1 day before start time",
      "icon": "SYSTEM_CALENDAR"
    }
  },
  "host": {
    "id": "220987401",
    "name": "Matthieu",
    "profile_link": "https://www.airbnb.com/users/profile/220987401",
    "title": "Host",
    "about": "I'm the founder of Maison Fleuret, and my team and I are French food lovers who are passionate about our culture...",
    "tagline": "Pastry chef and owner of Maison Fleuret",
    "avatar": "https://a0.muscache.com/im/pictures/user/1ce6b046-fad5-4543-86bc-0522b6988b5c.jpg"
  },
  "reviews": [
    {
      "review_id": "1234567890",
      "text": "This was a wonderful experience! They walk you through the right way to roll and shape the dough. You get to pair up and each create 4 delicious croissants with your class and new friends!",
      "highlighted_comment": "This was a wonderful experience! They walk you through the right way to roll and shape the dough. You get to pair up and each create 4 delicious croissants with your class and new friends!",
      "source_locale": "en",
      "translated_to_locale": "en",
      "rating": 5,
      "date": "Today",
      "user": {
        "id": "987654321",
        "name": "Ashton",
        "location": "Boston, MA",
        "avatar": "https://a0.muscache.com/im/pictures/user/User/original/352184bc-2d10-4fc6-b87b-735ae1b1b3e6.jpeg?aki_policy=profile_x_medium"
      }
    },
    ...
  ],
  "similar_experiences": [
    {
      "id": "6785604",
      "title": "Fast-Access Seine River Cruise from Eiffel Tower",
      "link": "https://www.airbnb.com/experiences/6785604",
      "category": "Landmarks",
      "rating": 4.68,
      "reviews": 302,
      "price": "From $22 USD, per guest",
      "extracted_price": 22.0,
      "duration": "1h",
      "location": "Paris",
      "images": [
        "https://a0.muscache.com/im/pictures/Mt/MtTemplate-6785604/original/d19a8935-1762-403c-ad39-05b59bce45fc.jpeg"
      ]
    },
    ...
  ]
}