# Airbnb Reviews API for AI Agent Workflows

**Use case:** 

airbnb reviews api for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and export.

## Input

```json
{
  "listingUrls": [
    "https://www.airbnb.com/rooms/20669368"
  ],
  "listingIds": [
    "20669368"
  ],
  "maxReviewsPerListing": 25,
  "sortBy": "MOST_RECENT",
  "language": "en",
  "includeHostResponse": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "rating": {
    "label": "Rating",
    "format": "integer"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "string"
  },
  "reviewerLocation": {
    "label": "Location",
    "format": "string"
  },
  "comments": {
    "label": "Review",
    "format": "string"
  },
  "createdAt": {
    "label": "Date",
    "format": "string"
  },
  "hostResponse": {
    "label": "Host reply",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Reviews Scraper — Ratings, Comments & Host Replies](https://apify.com/khadinakbar/airbnb-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/airbnb-reviews-scraper) to learn more, explore other use cases, and run it yourself.