Airbnb Host Listings Scraper
Pricing
from $2.00 / 1,000 results
Airbnb Host Listings Scraper
Extract listings from Airbnb host profile pages including room type, ratings, and superhost status. Powered by Airbnb Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Maintained by CommunityActor stats
1
Bookmarked
16
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
This actor extracts Listings from Airbnb host profile pages. It captures property data visible on a host's public profile, including room types and performance metrics. The actor returns structured data for every listing associated with the target host.
Want more from Airbnb?
This actor covers Listings only. The full Airbnb Scraper browser extension also includes Listings, Reviews, Details, 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 Name | Description | Example |
|---|---|---|
| Listing Title | The name of the property | Cozy Beachfront Cottage |
| Room Type | Category of the accommodation | Entire home/apt |
| Rating | Average star rating | 4.92 |
| Review Count | Total number of guest reviews | 128 |
| Is New Listing | Boolean indicating if the listing is new | false |
| Is Superhost | Boolean indicating host superhost status | true |
| Photo URL | Link to the primary listing image | https://a0.muscache.com/im/pictures/miso/hosting-123/original.jpg |
| Listing URL | Direct link to the listing page | https://www.airbnb.com/rooms/12345678 |
Input
urls: Array of Airbnb host profile URL strings. The actor requires host pages where listings are visible.maxItems: Maximum number of listings to extract per host profile. Default is 100.
Example Input
{"urls": ["https://www.airbnb.com/users/show/12345678"],"maxItems": 20}
Example Output
[{"listingTitle": "Modern Downtown Loft","roomType": "Entire loft","rating": 4.85,"reviewCount": 45,"isNewListing": false,"isSuperhost": true,"photoUrl": "https://a0.muscache.com/im/pictures/example1.jpg","listingUrl": "https://www.airbnb.com/rooms/101"},{"listingTitle": "Garden Suite near Metro","roomType": "Private room","rating": 5.0,"reviewCount": 12,"isNewListing": true,"isSuperhost": true,"photoUrl": "https://a0.muscache.com/im/pictures/example2.jpg","listingUrl": "https://www.airbnb.com/rooms/102"}]
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.