# Airbnb Reviews Scraper (`misterkhan/airbnb-reviews-scraper`) Actor

Scrape reviews from any Airbnb listing with full control over sort order — Most Recent, Lowest Rated, Highest Rated, or Most Relevant. Get guest profiles, star ratings, review text, translations, and host responses in clean, structured data ready to export or analyze.

- **URL**: https://apify.com/misterkhan/airbnb-reviews-scraper.md
- **Developed by:** [Khan](https://apify.com/misterkhan) (community)
- **Categories:** Travel, AI, Automation
- **Stats:** 5 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.90 / 1,000 scraped reviews

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🏠 Airbnb Reviews Scraper

![Actor stats](https://apify.com/actor-badge?actor=rPDqUSF7bhpNelYeg)

**Extract reviews from any Airbnb listing — with full control over sort order, translation, and host responses.**

Paste in one or more Airbnb listing URLs and get back every review in clean, structured data: guest names, star ratings, review text, translations, host replies, and more. Export to JSON, CSV, Excel, or connect directly to your tools.

***

### ✨ What Makes This Different

Most Airbnb review scrapers give you reviews in a fixed order. This one lets you **choose**:

| Sort Option | When to Use |
|---|---|
| **Most Relevant** | General overview of what guests think |
| **Most Recent** | Track what's happening right now |
| **Highest Rated** | See what guests love most |
| **Lowest Rated** | Quickly surface complaints and issues |

This is especially useful for **competitive research** and **property monitoring** — finding the 1-star reviews fast is the whole point.

***

### 📥 How to Use

1. Click **Try for free**
2. Paste one or more Airbnb listing URLs (e.g. `https://www.airbnb.com/rooms/12345678`)
3. Choose how many reviews to scrape and your preferred sort order
4. Click **Run**
5. Download your data from the **Dataset** tab in JSON, CSV, or Excel

***

### 📤 What You Get

Each review comes with:

- ⭐ **Star rating** and date
- 💬 **Review text** — in English (auto-translated if needed) + the original language text
- 🌍 **Language** the guest wrote in
- 📣 **Host response**, if the host replied
- 👤 **Guest profile** — name, profile picture, years on Airbnb
- 🏠 **Host profile** — name, Superhost status, profile picture
- 🏷️ **Stay highlight** tag (e.g. *Stayed a few nights*, *Stayed a week*)

**Example output:**

```json
{
  "review_id": "1596929519050954515",
  "created_at": "2026-01-12T08:13:53Z",
  "date_display": "January 2026",
  "language": "en",
  "rating": 5,
  "text": "Great location, smooth check-in. Would definitely stay again.",
  "text_original": "Great location, smooth check-in. Would definitely stay again.",
  "translation_note": null,
  "host_response": "Thank you so much! Hope to see you again 🥰",
  "review_highlight": "Stayed a few nights",
  "guest": {
    "name": "Sarah",
    "is_superhost": false,
    "subtitle": "6 years on Airbnb"
  },
  "host": {
    "name": "John",
    "is_superhost": true
  }
}
```

***

### 🎯 Popular Use Cases

- **Competitor research** — See what guests complain about in rival listings
- **Property monitoring** — Keep tabs on your own listings' feedback
- **Investment due diligence** — Read all reviews before buying a property
- **Sentiment analysis** — Feed raw review text into your own AI or NLP pipeline
- **CRM enrichment** — Push structured data into Airtable, HubSpot, or Monday.com

***

### ⚙️ Input Options

| Field | Description |
|---|---|
| **Listing URLs** | One or more Airbnb room URLs |
| **Max Reviews** | How many reviews to scrape per listing (default: 100) |
| **Sort Order** | Most Relevant, Most Recent, Highest Rated, or Lowest Rated |
| **Proxy** | Residential proxies are required — pre-configured for you |

***

### 💰 Cost

This Actor runs on Apify's pay-per-use infrastructure. With the **free $5 monthly credit**, you can scrape thousands of reviews at no cost. No subscription required to get started.

***

### ❓ FAQ

**Do I need an Airbnb account?**
No. Only publicly visible reviews are scraped — no login required.

**Does it get all reviews?**
Yes. Set *Max Reviews* to a high number (e.g. `9999`) to get every review on the listing.

**What if reviews are in another language?**
Both the English-translated text and the original language text are included in every record.

**Is scraping Airbnb reviews legal?**
Generally yes — you are collecting publicly available data. Always respect personal privacy and applicable regulations. See Apify's [blog post on web scraping legality](https://blog.apify.com/is-web-scraping-legal/) for details.

***

### ⚠️ Disclaimer

This Actor is not affiliated with, endorsed by, or connected to Airbnb, Inc. It is intended for data analysis and research purposes only.

# Actor input Schema

## `startUrls` (type: `array`):

List of Airbnb room URLs to audit.

## `maxReviews` (type: `integer`):

Maximum number of reviews to scrape. Minimum 50.

## `sortBy` (type: `string`):

Order of analysis.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.airbnb.com/rooms/717735673332702808"
    }
  ],
  "maxReviews": 100,
  "sortBy": "most_relevant"
}
```

# Actor output Schema

## `reviews` (type: `string`):

All scraped review records with guest/host profiles and review text.

## `reviews_by_rating` (type: `string`):

Reviews filtered and sorted by star rating.

## `guest_profiles` (type: `string`):

Guest identity and credibility signals per review.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.airbnb.com/rooms/717735673332702808"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("misterkhan/airbnb-reviews-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://www.airbnb.com/rooms/717735673332702808" }] }

# Run the Actor and wait for it to finish
run = client.actor("misterkhan/airbnb-reviews-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.airbnb.com/rooms/717735673332702808"
    }
  ]
}' |
apify call misterkhan/airbnb-reviews-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,misterkhan/airbnb-reviews-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/rPDqUSF7bhpNelYeg/builds/wkO6T3DNdbsaeFfKV/openapi.json
