Airbnb Property Availability Scraper
Pricing
from $1.00 / 1,000 results
Airbnb Property Availability Scraper
Extract calendar availability, booking status, and night requirements from individual Airbnb property pages. Powered by Airbnb Scraper.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Introduction
This actor extracts Property Availability from Airbnb. It retrieves calendar data for specific listings including booking status and stay requirements. It works on individual property pages to provide date-specific availability details.
Data Fields
| Field Name | Description | Example |
|---|---|---|
| Listing ID | Unique identifier for the property | 12345678 |
| Listing Title | Name of the property | Cozy Downtown Apartment |
| Property Type | Category of the accommodation | Entire rental unit |
| Location | City or area of the property | Brooklyn, New York |
| Listing URL | Direct link to the property page | https://www.airbnb.com/rooms/12345678 |
| Date | Specific calendar date | 2024-12-25 |
| Available | Boolean indicating if the date is free | true |
| Available for Checkin | Boolean indicating if check-in is allowed | true |
| Available for Checkout | Boolean indicating if check-out is allowed | false |
| Bookable | Boolean indicating if the date can be booked | true |
| Min Nights | Minimum stay requirement in nights | 2 |
| Max Nights | Maximum stay limit in nights | 30 |
Input
urls: Array of Airbnb property URL strings. Use individual listing pages.maxItems: Maximum number of date entries to extract per URL. Default is 100.
Example Input
{"urls": ["https://www.airbnb.com/rooms/12345678"],"maxItems": 30}
Example Output
[{"listingId": "12345678","listingTitle": "Cozy Downtown Apartment","propertyType": "Entire rental unit","location": "Brooklyn, New York","listingUrl": "https://www.airbnb.com/rooms/12345678","date": "2024-12-25","available": true,"availableForCheckin": true,"availableForCheckout": false,"bookable": true,"minNights": 2,"maxNights": 30},{"listingId": "12345678","listingTitle": "Cozy Downtown Apartment","propertyType": "Entire rental unit","location": "Brooklyn, New York","listingUrl": "https://www.airbnb.com/rooms/12345678","date": "2024-12-26","available": true,"availableForCheckin": true,"availableForCheckout": true,"bookable": true,"minNights": 2,"maxNights": 30}]
Want more from Airbnb?
This actor only covers Property Availability. The full Airbnb Scraper browser extension also includes Properties in a List, Reviews in a List, Property Details, 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.