# Entire home Airbnb

**Use case:** 

Extract Airbnb data filtered by Entire home. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.airbnb.com/s/Toronto--Canada/homes?refinement_paths%5B%5D=%2Fhomes&acp_id=72fad5aa-6a8b-4218-8c77-b301e8779e14&date_picker_type=calendar&search_type=autocomplete_click&flexible_trip_lengths%5B%5D=one_week&monthly_start_date=2026-04-01&monthly_length=3&monthly_end_date=2026-07-01&price_filter_input_type=2&channel=EXPLORE&place_id=ChIJpTvG15DL1IkRd8S0KlBVNTI&location_bb=Qi9r%2FcKeO9pCLlL4wp9HSA%3D%3D",
  "maxItems": 10,
  "roomType": "entire_home"
}
```

## Output

```json
{
  "pictureUrl": {
    "label": "Image",
    "format": "image"
  },
  "airbnbId": {
    "label": "Airbnb ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "roomType": {
    "label": "Room Type",
    "format": "text"
  },
  "numberOfGuests": {
    "label": "Guests",
    "format": "number"
  },
  "bedroomLabel": {
    "label": "Bedrooms",
    "format": "text"
  },
  "bathroomLabel": {
    "label": "Bathrooms",
    "format": "text"
  },
  "pricePerNight": {
    "label": "Price/Night",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "avgRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isSuperhost": {
    "label": "Superhost",
    "format": "boolean"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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