Airbnb Property Details Scraper avatar

Airbnb Property Details Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Airbnb Property Details Scraper

Airbnb Property Details Scraper

Extract full property details including amenities, host status, and pricing from individual Airbnb pages. Powered by Airbnb Scraper.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

This actor extracts Property Details from Airbnb. It targets individual listing pages to collect specific data points about the accommodation and the host.

Data Fields

Field NameDescriptionExample
Listing TitleThe name of the propertyModern Downtown Loft
Listing SubtitleShort description lineEntire loft in New York
Property TypeCategory of the homeLoft
Room TypeType of space offeredEntire home/apt
LocationCity and regionNew York, United States
LatitudeGeographic latitude40.7128
LongitudeGeographic longitude-74.0060
Guest CapacityMaximum number of guests4
BedroomsNumber of bedrooms2
BedsNumber of beds2
BathroomsNumber of bathrooms1
RatingAverage star rating4.92
Review CountTotal number of reviews150
Price Per NightCurrent nightly rate199
Original PricePrice before discounts250
Discounted PricePrice after discounts199
Total PriceTotal for the stay597
CurrencyLocal currency codeUSD
Number of NightsDuration of stay3
DescriptionFull text descriptionA beautiful loft in the heart of the city...
All PhotosList of image URLs["https://image1.jpg", "https://image2.jpg"]
Check In TimeAvailable check-in window3:00 PM
Checkout TimeRequired checkout time11:00 AM
Has Self CheckinIf self check-in is availabletrue
Guest LimitMaximum guest count4
Pets AllowedIf pets are permittedfalse
Can Instant BookIf instant booking is enabledtrue
AmenitiesList of available features["Wifi", "Kitchen", "Air conditioning"]
Safety DevicesList of safety equipment["Smoke alarm", "Carbon monoxide alarm"]
Cancellation PolicyTerms for cancellationFirm
Is Non RefundableIf the booking is non-refundablefalse
Host NameName of the hostSarah
Hosting DurationYears hosting on platform5 years
Is SuperhostIf host has superhost statustrue
Listing URLThe source URLhttps://www.airbnb.com/rooms/12345

Input

  • urls: Array of URL strings. Use individual Airbnb property URLs (e.g., airbnb.com/rooms/ID).
  • maxItems: Max items per URL. Default is 100.

Example Input

{
"urls": ["https://www.airbnb.com/rooms/12345"],
"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.85,
"reviewCount": 88,
"pricePerNight": 350,
"originalPrice": 350,
"discountedPrice": 350,
"totalPrice": 700,
"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": "Flexible",
"isNonRefundable": false,
"hostName": "John",
"hostingDuration": "3 years",
"isSuperhost": true,
"listingUrl": "https://www.airbnb.com/rooms/12345"
},
{
"listingTitle": "Urban Studio Loft",
"listingSubtitle": "Entire loft in Chicago",
"propertyType": "Loft",
"roomType": "Entire home/apt",
"location": "Chicago, Illinois",
"latitude": 41.8781,
"longitude": -87.6298,
"guestCapacity": 3,
"bedrooms": 0,
"beds": 2,
"bathrooms": 1,
"rating": 4.75,
"reviewCount": 120,
"pricePerNight": 120,
"originalPrice": 150,
"discountedPrice": 120,
"totalPrice": 240,
"currency": "USD",
"numberOfNights": 2,
"description": "Modern studio in the Loop.",
"allPhotos": ["https://example.com/p2.jpg"],
"checkInTime": "3:00 PM",
"checkoutTime": "11:00 AM",
"hasSelfCheckin": false,
"guestLimit": 3,
"petsAllowed": false,
"canInstantBook": false,
"amenities": ["Wifi", "Gym"],
"safetyDevices": ["Fire extinguisher"],
"cancellationPolicy": "Moderate",
"isNonRefundable": false,
"hostName": "Alice",
"hostingDuration": "2 years",
"isSuperhost": false,
"listingUrl": "https://www.airbnb.com/rooms/67890"
}
]

Want more from Airbnb?

This actor only covers Property Details. The full Airbnb Scraper browser extension also includes Properties in a List, Reviews in a List, Property Availability, Host Details, Host Properties 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

Disclaimer

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