Airbnb Property Details Scraper avatar

Airbnb Property Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Airbnb Property Details Scraper

Airbnb Property Details Scraper

Extract property details, amenities, and host info from individual Airbnb listing pages. Powered by Airbnb Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

10

Total users

0

Monthly active users

3 days ago

Last modified

Share

This actor extracts Details from Airbnb. It runs on individual property pages to collect comprehensive data about specific rentals. It returns structured data including pricing, amenities, host status, and property specifications.


Want more from Airbnb?

This actor covers Details only. The full Airbnb Scraper browser extension also includes Listings, Reviews, Dates, Profiles with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Airbnb Scraper extension


Data Fields

Field NameDescriptionExample
Listing TitleThe name of the propertyModern Downtown Loft
Listing SubtitleShort description lineEntire loft in Los Angeles
Property TypeCategory of the homeLoft
Room TypeType of spaceEntire home/apt
LocationCity and regionLos Angeles, California
LatitudeGeographic latitude34.0522
LongitudeGeographic longitude-118.2437
Guest CapacityMaximum guests allowed4
BedroomsNumber of bedrooms2
BedsNumber of beds2
BathroomsNumber of bathrooms1
RatingAverage star rating4.92
Review CountTotal number of reviews128
Price Per NightCurrent nightly rate150
Original PricePrice before discounts180
Discounted PricePrice after discounts150
Total PriceTotal for the stay450
CurrencyLocal currency codeUSD
Number of NightsDuration of stay3
DescriptionFull property descriptionA beautiful loft in the heart of the city...
All PhotosList of image URLs["https://image1.jpg", "https://image2.jpg"]
Check In TimeEarliest check-in3:00 PM
Checkout TimeLatest checkout11:00 AM
Has Self CheckinIf self check-in is availabletrue
Guest LimitMaximum occupancy4
Pets AllowedIf pets are permittedfalse
Can Instant BookIf booking is immediatetrue
AmenitiesList of available features["Wifi", "Kitchen", "Air conditioning"]
Safety DevicesList of safety equipment["Smoke alarm", "Carbon monoxide alarm"]
Cancellation PolicyTerms for cancellingPartial refund: Get back 50%
Is Non RefundableIf the booking is firmfalse
Host NameName of the hostSarah
Hosting DurationYears hosting5 years
Is SuperhostIf host has superhost statustrue
Listing URLDirect link to propertyhttps://www.airbnb.com/rooms/12345

Input

  • urls: Array of URL strings. Use individual Airbnb property listing URLs.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.airbnb.com/rooms/12345678"],
"maxItems": 1
}

Example Output

[
{
"listingTitle": "Cozy Beachfront Cottage",
"listingSubtitle": "Entire cottage in Malibu",
"propertyType": "Cottage",
"roomType": "Entire home/apt",
"location": "Malibu, California",
"latitude": 34.0259,
"longitude": -118.7798,
"guestCapacity": 2,
"bedrooms": 1,
"beds": 1,
"bathrooms": 1,
"rating": 4.98,
"reviewCount": 85,
"pricePerNight": 250,
"originalPrice": 250,
"discountedPrice": 250,
"totalPrice": 500,
"currency": "USD",
"numberOfNights": 2,
"description": "Relax by the ocean in this private cottage.",
"allPhotos": ["https://example.com/p1.jpg"],
"checkInTime": "4:00 PM",
"checkoutTime": "10:00 AM",
"hasSelfCheckin": true,
"guestLimit": 2,
"petsAllowed": true,
"canInstantBook": true,
"amenities": ["Wifi", "Beach access"],
"safetyDevices": ["Smoke alarm"],
"cancellationPolicy": "Full refund 5 days prior",
"isNonRefundable": false,
"hostName": "John",
"hostingDuration": "3 years",
"isSuperhost": true,
"listingUrl": "https://www.airbnb.com/rooms/12345678"
},
{
"listingTitle": "Mountain View Cabin",
"listingSubtitle": "Entire cabin in Aspen",
"propertyType": "Cabin",
"roomType": "Entire home/apt",
"location": "Aspen, Colorado",
"latitude": 39.1911,
"longitude": -106.8175,
"guestCapacity": 6,
"bedrooms": 3,
"beds": 4,
"bathrooms": 2,
"rating": 4.85,
"reviewCount": 42,
"pricePerNight": 400,
"originalPrice": 450,
"discountedPrice": 400,
"totalPrice": 1200,
"currency": "USD",
"numberOfNights": 3,
"description": "Spacious cabin with mountain views.",
"allPhotos": ["https://example.com/p2.jpg"],
"checkInTime": "3:00 PM",
"checkoutTime": "11:00 AM",
"hasSelfCheckin": false,
"guestLimit": 6,
"petsAllowed": false,
"canInstantBook": false,
"amenities": ["Fireplace", "Heating"],
"safetyDevices": ["Fire extinguisher"],
"cancellationPolicy": "Strict",
"isNonRefundable": true,
"hostName": "Alice",
"hostingDuration": "7 years",
"isSuperhost": false,
"listingUrl": "https://www.airbnb.com/rooms/87654321"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.