{
  "openapi": "3.0.1",
  "info": {
    "title": "Airbnb Experiences Scraper — Tours, Hosts & Availability",
    "description": "Airbnb Experiences scraper and API. Search tours and activities by destination with prices, ratings and themes; extract experience details, per-date availability, group caps and full host profiles (Superhost, tenure, ratings). Structured JSON for travel market intel and host lead-gen.",
    "version": "1.0",
    "x-build-id": "mMfFWwNpr1hyEx6jh"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/sian.agency~airbnb-experiences-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-sian.agency-airbnb-experiences-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/sian.agency~airbnb-experiences-scraper/runs": {
      "post": {
        "operationId": "runs-sync-sian.agency-airbnb-experiences-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/sian.agency~airbnb-experiences-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-sian.agency-airbnb-experiences-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "mode": {
            "title": "🧭 Mode",
            "enum": [
              "search",
              "details",
              "host"
            ],
            "type": "string",
            "description": "🧭 **PICK ONE MODE PER RUN:**\n\n- 🔍 **search** — find experiences by destination (40 per page, auto-paginated)\n- 🎟️ **details** — full dossier per experience ID/URL (host bio, meeting point, preview reviews; optional availability calendar)\n- 🧑‍💼 **host** — structured host profile per host ID/URL (Superhost, tenure, ratings, portfolios)",
            "default": "search"
          },
          "destination": {
            "title": "📍 Destination (search mode)",
            "type": "string",
            "description": "📍 **DESTINATION SEARCH:** City, region or free-text destination — exactly what you would type into the Airbnb search box.\n\n💡 **Examples:** `Austin, TX` · `Lisbon, Portugal` · `Tokyo`\n\n🚀 **TIP:** Paid plans can pass multiple destinations via the *Bulk destinations* field below.",
            "default": "Austin, TX"
          },
          "destinations": {
            "title": "🚀 Bulk destinations (search mode)",
            "uniqueItems": true,
            "type": "array",
            "description": "🚀 **BULK SEARCH:** Scan several destinations in one run.\n\n💎 **TIER LIMITS:**\n- **FREE users:** 1 destination per run (25 experiences max)\n- **PAID users:** unlimited destinations\n\n📝 Use *Bulk edit* to paste one destination per line.",
            "items": {
              "type": "string"
            }
          },
          "checkIn": {
            "title": "📅 Check-in date (optional)",
            "type": "string",
            "description": "📅 Filter experiences bookable from this date (ISO `YYYY-MM-DD`). Provide together with check-out to activate date filtering and per-date pricing."
          },
          "checkOut": {
            "title": "📅 Check-out date (optional)",
            "type": "string",
            "description": "📅 Filter experiences bookable until this date (ISO `YYYY-MM-DD`). Must be after check-in."
          },
          "experienceType": {
            "title": "🎨 Experience types (optional)",
            "type": "string",
            "description": "🎨 Comma-separated experience themes.\n\n✅ **Valid values:** `architecture, art, beauty, cooking, cultural, dining, flying, food, galleries, landmarks, museum, outdoor, performance, shopping, tasting, water, wellness, wildlife, workout`\n\n💡 **Example:** `food,tasting,dining`"
          },
          "travelerType": {
            "title": "🧳 Traveler types (optional)",
            "type": "string",
            "description": "🧳 Comma-separated audience filter.\n\n✅ **Valid values:** `Kids, Big Groups, Solo Travellers, Date Night`"
          },
          "pricePerGuestMin": {
            "title": "💰 Min price per guest (optional)",
            "minimum": 0,
            "type": "integer",
            "description": "💰 Only return experiences priced at or above this per-guest amount."
          },
          "pricePerGuestMax": {
            "title": "💰 Max price per guest (optional)",
            "minimum": 0,
            "type": "integer",
            "description": "💰 Only return experiences priced at or below this per-guest amount."
          },
          "minDuration": {
            "title": "⏱ Min duration in minutes (optional)",
            "type": "integer",
            "description": "⏱ Only return experiences lasting at least this many minutes.\n\n✅ **Valid values:** `30, 45, 60, 90, 120, 180`"
          },
          "maxDuration": {
            "title": "⏱ Max duration in minutes (optional)",
            "type": "integer",
            "description": "⏱ Only return experiences lasting at most this many minutes.\n\n✅ **Valid values:** `45, 60, 90, 120, 180`"
          },
          "timeOfDay": {
            "title": "🌅 Time of day (optional)",
            "enum": [
              "morning",
              "afternoon",
              "evening"
            ],
            "type": "string",
            "description": "🌅 Restrict to experiences starting in the morning (before 12 PM), afternoon (after 12 PM) or evening (after 5 PM)."
          },
          "hostLanguages": {
            "title": "🗣 Host languages (optional)",
            "type": "string",
            "description": "🗣 Comma-separated host language filter (lowercase).\n\n✅ **Valid values include:** `english, french, german, italian, japanese, russian, spanish, arabic, chinese, hindi, portuguese, turkish, indonesian, dutch, korean, bengali, thai, punjabi, greek, sign, hebrew, polish, swedish, norwegian, finnish, czech, hungarian, ukrainian`"
          },
          "accessibilityFeatures": {
            "title": "♿ Accessibility features (optional)",
            "type": "string",
            "description": "♿ Comma-separated accessibility filter.\n\n✅ **Valid values:** `Step-free access, Sign language options, Designated sighted guide, No extreme sensory stimuli`"
          },
          "adults": {
            "title": "🧑 Adults (optional)",
            "minimum": 0,
            "maximum": 16,
            "type": "integer",
            "description": "🧑 Number of adult guests used for pricing context."
          },
          "children": {
            "title": "🧒 Children (optional)",
            "minimum": 0,
            "maximum": 16,
            "type": "integer",
            "description": "🧒 Number of child guests used for pricing context."
          },
          "infants": {
            "title": "👶 Infants (optional)",
            "minimum": 0,
            "maximum": 16,
            "type": "integer",
            "description": "👶 Number of infant guests used for pricing context."
          },
          "maxResultsPerQuery": {
            "title": "🔢 Max experiences per destination",
            "minimum": 1,
            "type": "integer",
            "description": "🔢 Cap on rows returned per destination in search mode.\n\n💎 **TIER LIMITS:**\n- **FREE users:** 25 experiences per run\n- **PAID users:** unlimited (auto-paginated, 40 per page)",
            "default": 40
          },
          "experienceIds": {
            "title": "🎟️ Experience IDs or URLs (details mode)",
            "uniqueItems": true,
            "type": "array",
            "description": "🎟️ **DETAILS MODE INPUT:** Airbnb Experience IDs or URLs — one dossier row per entry.\n\n✅ **Accepted forms:**\n- Numeric ID: `175656`\n- Full URL: `https://www.airbnb.com/experiences/175656`\n- Listing ID from a previous search run (`activityListingId` field)\n\n💎 **TIER LIMITS:** FREE 5 IDs · PAID unlimited.",
            "items": {
              "type": "string"
            }
          },
          "includeAvailability": {
            "title": "📅 Include availability calendar (PAID)",
            "type": "boolean",
            "description": "📅 **AVAILABILITY ADD-ON (details mode):** Adds one extra lookup per experience — per-date slots with spots remaining, group-size caps, guest age requirements and market timezone.\n\n💎 PAID plans only.",
            "default": false
          },
          "availabilityStartDate": {
            "title": "📅 Availability window start (optional)",
            "type": "string",
            "description": "📅 ISO `YYYY-MM-DD` start of the availability window. Defaults to today."
          },
          "availabilityEndDate": {
            "title": "📅 Availability window end (optional)",
            "type": "string",
            "description": "📅 ISO `YYYY-MM-DD` end of the availability window. Defaults to 30 days from today (max window 90 days)."
          },
          "hostIds": {
            "title": "🧑‍💼 Host IDs or profile URLs (host mode)",
            "uniqueItems": true,
            "type": "array",
            "description": "🧑‍💼 **HOST MODE INPUT:** Airbnb host user IDs or profile URLs — one structured host dossier per entry.\n\n✅ **Accepted forms:**\n- Numeric user ID: `1462708607514564035`\n- Profile URL: `https://www.airbnb.com/users/show/1462708607514564035`\n- Profile ID from a previous details run (`previewReviews[].reviewerId`)\n\n💎 **TIER LIMITS:** FREE 5 IDs · PAID unlimited.",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}