# AirBnB

**Definition (short).** You connect two sides (guests–hosts) and monetize via service fees. Core economics = **Gross Booking Value (GBV) × implied take rate − operating costs**. GBV is the dollar value of bookings (host earnings + fees + taxes, net of cancellations). ([SEC](https://www.sec.gov/Archives/edgar/data/1559720/000119312522138654/d711122dex991.htm?utm_source=chatgpt.com))

**Recent example.** Q1’25: **GBV $24.5B**, **Nights & Experiences 143.1M**, **ADR $171**, **Revenue $2.3B**, **Net income $154M (7% margin)**, **Adj. EBITDA $417M (18%)**, **TTM FCF $4.4B (39%)**. Implied take rate = **\~9.3%** for the quarter.

**Historical example.** Auction houses (Sotheby’s 1744, Christie’s 1766) long charged commissions to match buyers and sellers—Airbnb is the digital analog for lodging. ([Airbnb Newsroom](https://news.airbnb.com/airbnb-q4-2023-and-full-year-financial-results/?utm_source=chatgpt.com))

<figure><img src="/files/spVqtc3RUehmDwnw7SNO" alt=""><figcaption></figcaption></figure>

#### KPI Definitions

**Gross Booking Value (GBV).**\
\&#xNAN;*Pseudo:* `Σ booking_amounts (host earnings + fees + taxes − cancels)`\
\&#xNAN;*Why it matters:* Top-of-funnel $$ volume; everything downstream scales from here. ([SEC](https://www.sec.gov/Archives/edgar/data/1559720/000119312522138654/d711122dex991.htm?utm_source=chatgpt.com))\
\&#xNAN;*Benchmark:* $24.5B in Q1’25; $82B+ in 2024. ([FourWeekMBA](https://fourweekmba.com/airbnb-gross-booking-value/?utm_source=chatgpt.com))

**Nights & Experiences Booked (NEB).**\
\&#xNAN;*Pseudo:* `COUNT(booked_units_net)`\
\&#xNAN;*Why it matters:* Core demand/usage driver of GBV.\
\&#xNAN;*Benchmark:* 143.1M in Q1’25 (+8% YoY).

**Average Daily Rate (ADR).**\
\&#xNAN;*Pseudo:* `ADR = GBV / Nights & Experiences Booked`\
\&#xNAN;*Why it matters:* Price/mix lever (geo, FX, LOS, product type).\
\&#xNAN;*Benchmark:* $171 in Q1’25 (−1% YoY; +1% ex-FX).

**Implied Take Rate % (TR).**\
\&#xNAN;*Pseudo:* `Revenue / GBV * 100`\
\&#xNAN;*Why it matters:* Monetization efficiency—how much value Airbnb captures. ([SEC](https://www.sec.gov/Archives/edgar/data/1559720/000119312522138654/d711122dex991.htm?utm_source=chatgpt.com))\
\&#xNAN;*Benchmark:* 9.3% in Q1’25; \~13.6% for FY 2024. ([FourWeekMBA](https://fourweekmba.com/how-much-does-airbnb-take/?utm_source=chatgpt.com))

**Revenue.**\
\&#xNAN;*Pseudo:* `GBV × TR`\
\&#xNAN;*Why it matters:* Primary operating outcome they steer to before costs.\
\&#xNAN;*Benchmark:* $2.3B in Q1’25 (+6% YoY; +8% ex-FX).

**Adjusted EBITDA (and Margin).**\
\&#xNAN;*Pseudo:* `Revenue − (Cash Opex + CoR) +/− adjustments`\
\&#xNAN;*Why it matters:* Management’s efficiency lens (ex some non-cash/one-offs).\
\&#xNAN;*Benchmark:* $417M (18% margin) in Q1’25.

**Net Income (and Margin).**\
\&#xNAN;*Pseudo:* `GAAP bottom line`\
\&#xNAN;*Why it matters:* Ultimate profitability after SBC, taxes, interest.\
\&#xNAN;*Benchmark:* $154M (7% margin) in Q1’25.

**Free Cash Flow (TTM).**\
\&#xNAN;*Pseudo:* `Operating Cash Flow − Capex`\
\&#xNAN;*Why it matters:* Real cash to fund buybacks/new bets; validates model durability.\
\&#xNAN;*Benchmark:* $4.4B TTM (39% margin).

**Active Listings / Supply Health (contextual driver).**\
\&#xNAN;*Pseudo:* `Distinct live listings; removals of low-quality supply`\
\&#xNAN;*Why it matters:* Liquidity & match quality sustain NEB and ADR. ([Airbnb Newsroom](https://news.airbnb.com/airbnb-q4-2023-and-full-year-financial-results/?utm_source=chatgpt.com))\
\&#xNAN;*Benchmark:* 7.7M active listings at YE 2023; 450k low-quality removed since 2023. ([Airbnb Newsroom](https://news.airbnb.com/airbnb-q4-2023-and-full-year-financial-results/?utm_source=chatgpt.com))

***

Let me know if you want this dropped into slides or a SQL/Python model.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getdot.ai/ai-analytics-wiki/kpi-trees/taking-a-cut-marketplaces/airbnb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
