# Airbnb Scraper - Stays, Reviews, Hosts & Prices

**Use case:** 

Scrape Airbnb by destination/link. Get prices, ratings, host stats, amenities, photos & full reviews. Features dual mode, filters, and monitoring.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "Paris, France"
  ],
  "listingUrls": [
    "https://www.airbnb.com/rooms/1536119775792438782"
  ],
  "adults": 1,
  "children": 0,
  "infants": 0,
  "pets": 0,
  "currency": "USD",
  "superhostOnly": false,
  "instantBookOnly": false,
  "guestFavoriteOnly": false,
  "maxItems": 20,
  "fetchDetails": true,
  "includeReviews": true,
  "maxReviewsPerListing": 100,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "kind": {
    "label": "Kind"
  },
  "listingId": {
    "label": "Listing id"
  },
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "categoryLabel": {
    "label": "Category label"
  },
  "stayCategory": {
    "label": "Stay category"
  },
  "roomType": {
    "label": "Room type"
  },
  "propertyType": {
    "label": "Property type"
  },
  "locationLabel": {
    "label": "Location label"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "priceLabel": {
    "label": "Price label"
  },
  "priceTotal": {
    "label": "Price total"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "pricePerNightListed": {
    "label": "Price per night listed"
  },
  "priceOriginalTotal": {
    "label": "Price original total"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "priceCurrencyRequested": {
    "label": "Price currency requested"
  },
  "priceQualifier": {
    "label": "Price qualifier"
  },
  "nights": {
    "label": "Nights"
  },
  "checkIn": {
    "label": "Check in"
  },
  "checkOut": {
    "label": "Check out"
  },
  "adults": {
    "label": "Adults"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewsCount": {
    "label": "Reviews count"
  },
  "ratingCleanliness": {
    "label": "Rating cleanliness"
  },
  "ratingAccuracy": {
    "label": "Rating accuracy"
  },
  "ratingCheckin": {
    "label": "Rating checkin"
  },
  "ratingCommunication": {
    "label": "Rating communication"
  },
  "ratingLocation": {
    "label": "Rating location"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "ratingDistribution": {
    "label": "Rating distribution"
  },
  "reviewTags": {
    "label": "Review tags"
  },
  "isGuestFavorite": {
    "label": "Is guest favorite"
  },
  "isSuperhost": {
    "label": "Is superhost"
  },
  "badges": {
    "label": "Badges"
  },
  "personCapacity": {
    "label": "Person capacity"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "beds": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "locationSubtitle": {
    "label": "Location subtitle"
  },
  "locationIsVerified": {
    "label": "Location is verified"
  },
  "images": {
    "label": "Images"
  },
  "imagesCount": {
    "label": "Images count"
  },
  "description": {
    "label": "Description"
  },
  "highlights": {
    "label": "Highlights"
  },
  "sleepingArrangements": {
    "label": "Sleeping arrangements"
  },
  "amenities": {
    "label": "Amenities"
  },
  "amenityGroups": {
    "label": "Amenity groups"
  },
  "amenitiesCount": {
    "label": "Amenities count"
  },
  "houseRules": {
    "label": "House rules"
  },
  "safetyAndProperty": {
    "label": "Safety and property"
  },
  "cancellationPolicy": {
    "label": "Cancellation policy"
  },
  "licenseInfo": {
    "label": "License info"
  },
  "hostName": {
    "label": "Host name"
  },
  "hostId": {
    "label": "Host id"
  },
  "hostIsSuperhost": {
    "label": "Host is superhost"
  },
  "hostIsVerified": {
    "label": "Host is verified"
  },
  "hostRating": {
    "label": "Host rating"
  },
  "hostReviewsCount": {
    "label": "Host reviews count"
  },
  "hostYearsHosting": {
    "label": "Host years hosting"
  },
  "hostResponseRate": {
    "label": "Host response rate"
  },
  "hostResponseTime": {
    "label": "Host response time"
  },
  "hostProfileImageUrl": {
    "label": "Host profile image url"
  },
  "coHostNames": {
    "label": "Co host names"
  },
  "reviews": {
    "label": "Reviews"
  },
  "reviewsFetched": {
    "label": "Reviews fetched"
  },
  "reviewsAverageOfFetched": {
    "label": "Reviews average of fetched"
  },
  "detailLoaded": {
    "label": "Detail loaded"
  },
  "changeType": {
    "label": "Change type"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen at"
  },
  "lastSeenAt": {
    "label": "Last seen at"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Scraper - Stays, Reviews, Hosts & Prices](https://apify.com/abotapi/airbnb-stays-reviews-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/airbnb-stays-reviews-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/airbnb-stays-reviews-scraper.md

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).
