# Airbnb Scraper — Listings & Reviews (`unfenced-group/airbnb-scraper`) Actor

Scrape Airbnb listings worldwide. Prices, ratings, amenities, host info, availability, reviews. Price-range splitting bypasses the 240-listing cap. No API key required.

- **URL**: https://apify.com/unfenced-group/airbnb-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** Travel, Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.79 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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 Scraper
![airbnb-scraper](https://api.apify.com/v2/key-value-stores/lJlifu6C8YQfZMPKE/records/airbnb-scraper)

Scrape Airbnb listings worldwide — prices, ratings, GPS coordinates, amenities, host info, availability calendars, and more. No browser, no API key, no login required.

---

### Why this scraper?

#### ⚡ Ultra-fast — results in seconds
HTTP-only, no browser to launch. First results in ~8 seconds. 1,000 listings in under 2 minutes at `concurrency: 3`.

#### 💰 Lowest price on the market — $0.79/1,000
Roughly 60–80% cheaper than alternatives. Runs without proxy by default, keeping infrastructure costs near zero.

#### 🌍 Any location worldwide
City names, neighbourhoods, regions, or direct Airbnb search URLs. Amsterdam, New York, Tokyo, Bali — works everywhere Airbnb does.

#### ♾️ No listing cap
Our proprietary market-discovery algorithm exposes every listing in a city — not just the first page. Thousands of results per run, automatically.

#### 📅 Availability calendar — up to 12 months forward
Per-day availability, min/max night stays, and nightly pricing for up to 12 months. Perfect for revenue management, arbitrage analysis, or dynamic pricing models.

#### ⭐ Rich data — 60+ fields per listing
GPS coordinates, amenity flags, host profiles, per-category star ratings, house rules, cancellation policy, min/max nights, check-in times, safety items, and more.

#### 📡 Monitoring / incremental mode
Track new listings automatically across runs — previously seen listings are de-duplicated against a persistent store so you only pay for genuinely new results.

---

### Input parameters

| Field | Type | Default | Description |
|---|---|---|---|
| `locationQueries` | string[] | `[]` | Location names — city, neighbourhood, region, country |
| `startUrls` | object[] | `[]` | Pre-built Airbnb search URLs |
| `listingUrls` | object[] | `[]` | Direct `/rooms/{id}` URLs for specific listings |
| `checkIn` | string | — | Check-in date `YYYY-MM-DD` |
| `checkOut` | string | — | Check-out date `YYYY-MM-DD` |
| `adults` | integer | `2` | Number of guests |
| `currency` | string | `USD` | ISO 4217 currency code (see note on KRW/IDR below) |
| `locale` | string | `en-US` | BCP 47 locale |
| `priceMin` | integer | — | Minimum nightly price |
| `priceMax` | integer | — | Maximum nightly price |
| `minBedrooms` | integer | — | Minimum bedrooms |
| `minBeds` | integer | — | Minimum beds |
| `minBathrooms` | number | — | Minimum bathrooms |
| `skipDetailPages` | boolean | `false` | Skip detail enrichment (faster, fewer amenity fields) |
| `includeReviews` | boolean | `false` | Fetch guest reviews |
| `maxReviewsPerListing` | integer | `50` | Max reviews per listing |
| `calendarMonths` | integer | `0` | Months of availability calendar (0–12) |
| `concurrency` | integer | `2` | Parallel price-bucket workers (1–5, see performance section) |
| `monitoringMode` | boolean | `false` | Incremental / monitoring mode |
| `maxResults` | integer | `0` | Cap total results (0 = unlimited) |
| `useProxy` | boolean | `false` | Enable residential proxy for geo-specific pricing |

---

### Output schema

#### Always present (search results)

| Field | Type | Description |
|---|---|---|
| `id` | string | Airbnb listing ID |
| `url` | string | Listing URL (`airbnb.com/rooms/{id}`) |
| `title` | string | Listing name |
| `subtitle` | string | Short subtitle |
| `property_type` | string | Apartment, Boat, Villa, etc. |
| `room_type` | string | Entire place / Private room / Shared room / Hotel room |
| `price_per_night` | number | Nightly rate in requested currency |
| `pricing_currency` | string | ISO currency code |
| `overall_rating` | number | Star rating 0–5 |
| `review_count` | integer | Total reviews |
| `bedrooms` | number | Number of bedrooms |
| `beds` | number | Number of beds |
| `bathrooms` | number | Number of bathrooms |
| `host_is_superhost` | boolean | Superhost status |
| `is_guest_favorite` | boolean | Guest Favorite badge |
| `latitude` | number | GPS latitude |
| `longitude` | number | GPS longitude |
| `thumbnail` | string | Primary image URL |
| `images` | string[] | All image URLs |
| `badges` | string[] | `SUPERHOST`, `GUEST_FAVORITE`, etc. |
| `cancellation_policy` | string | `"free"` when listing has free cancellation |
| `cancellation_policy_name` | string | `"Free cancellation"` label |
| `is_new_listing` | boolean | Newly listed property |
| `scraped_at` | string | ISO 8601 timestamp |

#### With `skipDetailPages: false` (default)

| Field | Type | Description |
|---|---|---|
| `amenities` | string[] | Full amenities list (50+ items) |
| `amenity_wifi` | boolean | WiFi available |
| `amenity_kitchen` | boolean | Kitchen available |
| `amenity_parking` | boolean | Parking available |
| `amenity_pool` | boolean | Pool available |
| `amenity_gym` | boolean | Gym / fitness center |
| `amenity_air_conditioning` | boolean | AC available |
| `amenity_washer` | boolean | Washer available |
| `amenity_workspace` | boolean | Dedicated workspace |
| `amenity_hot_tub` | boolean | Hot tub available |
| `description` | string | Full listing description |
| `house_rules` | string[] | Complete house rules list |
| `safety_items` | string[] | Safety & property considerations |
| `pets_allowed` | boolean | Pets allowed |
| `smoking_allowed` | boolean | Smoking allowed |
| `parties_allowed` | boolean | Events / parties allowed |
| `self_check_in` | boolean | Self check-in available |
| `check_in_after` | string | Earliest check-in time (e.g. `"3:00 PM"`) |
| `check_out_before` | string | Latest check-out time (e.g. `"11:00 AM"`) |
| `max_guests` | number | Maximum guest count |
| `host_name` | string | Host first name |
| `host_response_rate` | string | Host response rate |
| `host_is_verified` | boolean | Host identity verified |
| `host_years_hosting` | number | Years hosting on Airbnb |
| `review_cleanliness` | number | Cleanliness rating 0–5 |
| `review_accuracy` | number | Accuracy rating 0–5 |
| `review_communication` | number | Communication rating 0–5 |
| `review_location_score` | number | Location rating 0–5 |
| `review_checkin_score` | number | Check-in rating 0–5 |
| `review_value_score` | number | Value rating 0–5 |
| `reviews` | object[] | Guest reviews (if `includeReviews: true`) |

#### With `calendarMonths > 0`

The `calendar_data` field contains one entry per day for the requested range:

| Field | Type | Description |
|---|---|---|
| `calendar_data` | object[] | Per-day availability array |
| `min_nights` | number | Minimum stay requirement (from first available day) |
| `max_nights` | number | Maximum stay requirement |

**Each `calendar_data` entry:**

```json
{
  "date": "2026-08-01",
  "available": true,
  "bookable": true,
  "available_for_checkin": true,
  "available_for_checkout": false,
  "min_nights": 3,
  "max_nights": 30,
  "price": "€205"
}
````

***

### Examples

#### 1. Quick city search

```json
{
  "locationQueries": ["Amsterdam"],
  "maxResults": 200,
  "currency": "EUR",
  "concurrency": 3
}
```

#### 2. Filtered search with dates

```json
{
  "locationQueries": ["Barcelona, Spain"],
  "checkIn": "2026-07-15",
  "checkOut": "2026-07-22",
  "adults": 2,
  "priceMin": 80,
  "priceMax": 300,
  "minBedrooms": 2,
  "currency": "EUR"
}
```

#### 3. Specific listings with calendar

```json
{
  "listingUrls": [
    {"url": "https://www.airbnb.com/rooms/580870087750124077"},
    {"url": "https://www.airbnb.com/rooms/802052"}
  ],
  "calendarMonths": 3,
  "includeReviews": true
}
```

#### 4. Daily monitoring feed

```json
{
  "locationQueries": ["Miami Beach, FL"],
  "monitoringMode": true,
  "skipDetailPages": true,
  "currency": "USD"
}
```

***

### 💰 Pricing

**$0.79 per 1,000 results** — pay only for successfully scraped listings.

| Results | Cost |
|---------|------|
| 100 | ~$0.08 |
| 1,000 | ~$0.79 |
| 10,000 | ~$7.90 |
| 100,000 | ~$79.00 |

> Flat-rate alternatives charge $29–$99/month. Other per-result scrapers charge $2.00–$4.50 per 1,000 results — 2.5× to 5.7× more expensive.

***

### 🚀 Performance & concurrency

Set `concurrency` to scrape multiple price buckets simultaneously. Default is `2`.

| Concurrency | Speed | Best for |
|---|---|---|
| 1 | ~900/min | Maximum reliability, very large runs |
| 2 (default) | ~1,200/min | Balanced — good for most use cases |
| 3 (recommended) | ~1,500/min | Fast city scrapes, 1.6× speedup |
| 5 | ~1,500/min | Same as 3 — no extra benefit above 3 |

Higher concurrency uses the same number of requests and costs the same — it just finishes faster by running price buckets in parallel.

| Scenario | Time | Listings |
|---|---|---|
| Quick test (`maxResults: 5`) | ~8s | 5 |
| 20 listings | ~15s | 20 |
| 1,000 listings (`concurrency: 3`) | ~40s | 1,000 |
| Full city, limited range | ~5–10 min | 2,000+ |

*`skipDetailPages: true` for fastest runs. Detail enrichment adds ~2s per listing for amenities, host info, house rules, and calendar data.*

***

### Known limitations

- Prices shown are base nightly rates without check-in/check-out dates. Set `checkIn` / `checkOut` for exact stay pricing.
- Cleaning fees, service fees, and taxes are not available in search results (only shown in Airbnb's booking checkout flow).
- Calendar prices (`calendar_data[].price`) are null without date parameters — availability data is always present.
- Very large cities at unlimited price ranges may take 30+ minutes to fully exhaust a market.
- **KRW (Korean Won) and IDR (Indonesian Rupiah)**: Airbnb geo-restricts these currencies from datacenter IPs. The scraper automatically falls back to USD for Seoul and Bali searches — a `currency_fallback_note` field is added to each result. Use `useProxy: true` for native KRW/IDR pricing.
- Enable `useProxy: true` for geo-specific results or if a run returns 0 items.

***

### Technical details

- Pure HTTP scraping — no headless browser, no Playwright, no Puppeteer
- No proxy required by default; optional residential proxy for geo-specific pricing
- Proprietary full-market discovery algorithm — bypasses standard listing caps
- Progressive saving — listings written to dataset as discovered (safe for long runs)
- Circuit breaker and health signals on every run

***

### Additional services

Need a custom data feed, scheduled runs, or data warehouse integration? Contact [unfenced-group](https://apify.com/unfenced-group).

***

*Part of the [Unfenced Group](https://apify.com/unfenced-group) scraper portfolio.*
*Built by [unfenced-group](https://apify.com/unfenced-group) · Issues? Open a ticket or send a message.*

# Actor input Schema

## `locationQueries` (type: `array`):

List of locations to search (e.g. 'London', 'Paris, France', 'Miami Beach, FL'). The scraper uses price-range splitting to collect all listings without the 240-listing cap.

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

Airbnb search result URLs. Apply filters in your browser first (dates, guests, amenities), then paste the URL here. All your filters are preserved.

## `listingUrls` (type: `array`):

Individual Airbnb listing URLs (e.g. https://www.airbnb.com/rooms/12345678). Scrapes the detail page directly.

## `checkIn` (type: `string`):

Check-in date in YYYY-MM-DD format. Enables date-specific pricing in the output.

## `checkOut` (type: `string`):

Check-out date in YYYY-MM-DD format. Required when check-in is set.

## `adults` (type: `integer`):

Number of adult guests. Affects pricing and availability shown.

## `currency` (type: `string`):

ISO 4217 currency code for prices (e.g. EUR, USD, GBP, JPY, AUD, CAD, CHF, SEK, PLN, BRL, MXN, ARS, ZAR, AED, THB, SGD, INR, KES, NZD, NOK, DKK, TRY, HUF, CZK, RON, HKD, TWD, KRW, IDR, MYR, PHP, VND, EGP, NGN, and any other currency Airbnb supports).

## `locale` (type: `string`):

Language for listing descriptions and labels.

## `priceMin` (type: `integer`):

Only return listings at or above this nightly price (in selected currency). Also used as the lower bound for price-range splitting.

## `priceMax` (type: `integer`):

Only return listings at or below this nightly price. Increase above 10000 for luxury markets.

## `minBedrooms` (type: `integer`):

Filter listings by minimum number of bedrooms.

## `minBeds` (type: `integer`):

Filter listings by minimum number of beds.

## `minBathrooms` (type: `integer`):

Filter listings by minimum number of bathrooms.

## `skipDetailPages` (type: `boolean`):

If enabled, only search-result data is collected — much faster and cheaper, but without amenities, full descriptions, host details, or sub-ratings. Best for large-scale price monitoring.

## `includeReviews` (type: `boolean`):

If enabled, guest reviews are scraped for each listing (text, rating, date, reviewer). This makes runs slower. Control volume with Max reviews per listing.

## `maxReviewsPerListing` (type: `integer`):

Maximum number of reviews to collect per listing when Include reviews is enabled.

## `calendarMonths` (type: `integer`):

Number of months of future availability data to fetch per listing (0 = disabled). Each day includes available status, nightly price, min nights, and check-in eligibility. Max 12 months.

## `monitoringMode` (type: `boolean`):

If enabled, only listings not seen in previous runs are collected and saved. Listing IDs are persisted across runs with a 60-day TTL.

## `maxResults` (type: `integer`):

Maximum total listings to return across all inputs. Set to 0 for unlimited.

## `maxConcurrency` (type: `integer`):

Maximum parallel detail page requests. Keep at 3 or below to avoid IP blocks.

## `useProxy` (type: `boolean`):

Enable residential proxy for geo-specific pricing accuracy. Default: false — Airbnb's server-rendered data works from standard IPs. Enable only if you need pricing from a specific country or if requests fail.

## `concurrency` (type: `integer`):

Number of price buckets to scrape in parallel (1–5). Default 2 is 1.3× faster than sequential with no rate-limit risk. Recommended: 3 for large cities (1.6× faster). Max: 5.

## Actor input object example

```json
{
  "locationQueries": [],
  "startUrls": [],
  "listingUrls": [],
  "adults": 2,
  "currency": "USD",
  "locale": "en-US",
  "skipDetailPages": false,
  "includeReviews": false,
  "maxReviewsPerListing": 50,
  "calendarMonths": 0,
  "monitoringMode": false,
  "maxResults": 0,
  "maxConcurrency": 3,
  "useProxy": false,
  "concurrency": 2
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset of Airbnb listings scraped in this run.

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/airbnb-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 = {}

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

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

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

```

## CLI example

```bash
echo '{}' |
apify call unfenced-group/airbnb-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=unfenced-group/airbnb-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Airbnb Scraper — Listings & Reviews",
        "description": "Scrape Airbnb listings worldwide. Prices, ratings, amenities, host info, availability, reviews. Price-range splitting bypasses the 240-listing cap. No API key required.",
        "version": "0.1",
        "x-build-id": "YKhKVPsLjoyI10v2K"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~airbnb-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-airbnb-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/unfenced-group~airbnb-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-airbnb-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/unfenced-group~airbnb-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-airbnb-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": {
                    "locationQueries": {
                        "title": "Location queries",
                        "type": "array",
                        "description": "List of locations to search (e.g. 'London', 'Paris, France', 'Miami Beach, FL'). The scraper uses price-range splitting to collect all listings without the 240-listing cap.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Search URLs",
                        "type": "array",
                        "description": "Airbnb search result URLs. Apply filters in your browser first (dates, guests, amenities), then paste the URL here. All your filters are preserved.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "listingUrls": {
                        "title": "Listing URLs",
                        "type": "array",
                        "description": "Individual Airbnb listing URLs (e.g. https://www.airbnb.com/rooms/12345678). Scrapes the detail page directly.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "checkIn": {
                        "title": "Check-in date",
                        "type": "string",
                        "description": "Check-in date in YYYY-MM-DD format. Enables date-specific pricing in the output."
                    },
                    "checkOut": {
                        "title": "Check-out date",
                        "type": "string",
                        "description": "Check-out date in YYYY-MM-DD format. Required when check-in is set."
                    },
                    "adults": {
                        "title": "Adults",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Number of adult guests. Affects pricing and availability shown.",
                        "default": 2
                    },
                    "currency": {
                        "title": "Currency",
                        "minLength": 3,
                        "maxLength": 3,
                        "type": "string",
                        "description": "ISO 4217 currency code for prices (e.g. EUR, USD, GBP, JPY, AUD, CAD, CHF, SEK, PLN, BRL, MXN, ARS, ZAR, AED, THB, SGD, INR, KES, NZD, NOK, DKK, TRY, HUF, CZK, RON, HKD, TWD, KRW, IDR, MYR, PHP, VND, EGP, NGN, and any other currency Airbnb supports).",
                        "default": "USD"
                    },
                    "locale": {
                        "title": "Locale / language",
                        "enum": [
                            "en-US",
                            "en-GB",
                            "de-DE",
                            "fr-FR",
                            "es-ES",
                            "it-IT",
                            "pt-BR",
                            "nl-NL",
                            "ja-JP",
                            "ko-KR",
                            "zh-CN",
                            "pl-PL",
                            "ru-RU"
                        ],
                        "type": "string",
                        "description": "Language for listing descriptions and labels.",
                        "default": "en-US"
                    },
                    "priceMin": {
                        "title": "Minimum nightly price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return listings at or above this nightly price (in selected currency). Also used as the lower bound for price-range splitting."
                    },
                    "priceMax": {
                        "title": "Maximum nightly price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return listings at or below this nightly price. Increase above 10000 for luxury markets."
                    },
                    "minBedrooms": {
                        "title": "Minimum bedrooms",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter listings by minimum number of bedrooms."
                    },
                    "minBeds": {
                        "title": "Minimum beds",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter listings by minimum number of beds."
                    },
                    "minBathrooms": {
                        "title": "Minimum bathrooms",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter listings by minimum number of bathrooms."
                    },
                    "skipDetailPages": {
                        "title": "Fast mode (skip detail pages)",
                        "type": "boolean",
                        "description": "If enabled, only search-result data is collected — much faster and cheaper, but without amenities, full descriptions, host details, or sub-ratings. Best for large-scale price monitoring.",
                        "default": false
                    },
                    "includeReviews": {
                        "title": "Include guest reviews",
                        "type": "boolean",
                        "description": "If enabled, guest reviews are scraped for each listing (text, rating, date, reviewer). This makes runs slower. Control volume with Max reviews per listing.",
                        "default": false
                    },
                    "maxReviewsPerListing": {
                        "title": "Max reviews per listing",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of reviews to collect per listing when Include reviews is enabled.",
                        "default": 50
                    },
                    "calendarMonths": {
                        "title": "Calendar availability (months)",
                        "minimum": 0,
                        "maximum": 12,
                        "type": "integer",
                        "description": "Number of months of future availability data to fetch per listing (0 = disabled). Each day includes available status, nightly price, min nights, and check-in eligibility. Max 12 months.",
                        "default": 0
                    },
                    "monitoringMode": {
                        "title": "Monitoring mode (incremental)",
                        "type": "boolean",
                        "description": "If enabled, only listings not seen in previous runs are collected and saved. Listing IDs are persisted across runs with a 60-day TTL.",
                        "default": false
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum total listings to return across all inputs. Set to 0 for unlimited.",
                        "default": 0
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Maximum parallel detail page requests. Keep at 3 or below to avoid IP blocks.",
                        "default": 3
                    },
                    "useProxy": {
                        "title": "Use Residential Proxy",
                        "type": "boolean",
                        "description": "Enable residential proxy for geo-specific pricing accuracy. Default: false — Airbnb's server-rendered data works from standard IPs. Enable only if you need pricing from a specific country or if requests fail.",
                        "default": false
                    },
                    "concurrency": {
                        "title": "Concurrency",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Number of price buckets to scrape in parallel (1–5). Default 2 is 1.3× faster than sequential with no rate-limit risk. Recommended: 3 for large cities (1.6× faster). Max: 5.",
                        "default": 2
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
