Airbnb Host Listings Scraper avatar

Airbnb Host Listings Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Airbnb Host Listings Scraper

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

Nifty

Maintained by Community

Actor stats

1

Bookmarked

16

Total users

1

Monthly active users

3 days ago

Last modified

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 NameDescriptionExample
Listing TitleThe name of the propertyCozy Beachfront Cottage
Room TypeCategory of the accommodationEntire home/apt
RatingAverage star rating4.92
Review CountTotal number of guest reviews128
Is New ListingBoolean indicating if the listing is newfalse
Is SuperhostBoolean indicating host superhost statustrue
Photo URLLink to the primary listing imagehttps://a0.muscache.com/im/pictures/miso/hosting-123/original.jpg
Listing URLDirect link to the listing pagehttps://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.