Airbnb Host Profile Details Scraper avatar

Airbnb Host Profile Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Airbnb Host Profile Details Scraper

Airbnb Host Profile Details Scraper

Extract host profile data including verification status, ratings, and bio from Airbnb host 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 hours ago

Last modified

Share

This actor extracts Profiles from Airbnb. It works on host profile pages to collect detailed information about property managers and individual hosts. The data includes verification status, host history, and aggregate performance metrics.


Want more from Airbnb?

This actor covers Profiles only. The full Airbnb Scraper browser extension also includes Listings, Reviews, Details, Dates 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
Host NameThe display name of the host"John Doe"
Host LocationStated location of the host"Los Angeles, California"
Host SinceDate or year the host joined"Joined in 2015"
Is SuperhostBoolean status of superhost badgetrue
Identity VerifiedWhether the host identity is confirmedtrue
InterestsList of host interests"Hiking, Cooking, Travel"
LanguagesLanguages spoken by the host"English, Spanish"
Past TripsInformation on host's previous travel"3 trips"
AboutThe host's biography text"I love hosting guests from all over."
Profile PhotoURL to the host's profile image"https://a0.muscache.com/im/users/123.jpg"
Total ListingsNumber of properties managed5
Average RatingMean rating across all listings4.92
Total ReviewsCount of reviews received as a host150
Total Guest ReviewsCount of reviews from guests145
Verified SinceDate identity was verified"Verified in 2016"
Host URLDirect link to the profile page"https://www.airbnb.com/users/show/123"

Input

  • urls: Array of Airbnb host profile URL strings.
  • maxItems: Max items per URL. Default is 100.

Example Input

{
"urls": ["https://www.airbnb.com/users/show/123456"],
"maxItems": 10
}

Example Output

[
{
"hostName": "Sarah",
"hostLocation": "Austin, TX",
"hostSince": "Joined in 2018",
"isSuperhost": true,
"identityVerified": true,
"interests": "Music, BBQ",
"languages": "English",
"pastTriips": "5 trips",
"about": "Welcome to my home in Austin!",
"profilePhoto": "https://a0.muscache.com/im/users/456.jpg",
"totalListings": 2,
"averageRating": 4.98,
"totalReviews": 88,
"totalGuestReviews": 88,
"verifiedSince": "Verified in 2018",
"hostUrl": "https://www.airbnb.com/users/show/456"
},
{
"hostName": "Michael",
"hostLocation": "London, UK",
"hostSince": "Joined in 2020",
"isSuperhost": false,
"identityVerified": true,
"interests": "Football, Pubs",
"languages": "English, French",
"pastTriips": "1 trip",
"about": "Professional host in central London.",
"profilePhoto": "https://a0.muscache.com/im/users/789.jpg",
"totalListings": 12,
"averageRating": 4.75,
"totalReviews": 420,
"totalGuestReviews": 415,
"verifiedSince": "Verified in 2020",
"hostUrl": "https://www.airbnb.com/users/show/789"
}
]

Disclaimer

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