/airbnb/hosts
Get an Airbnb host (user) profile by host id (or profile URL): name, photo, superhost and identity verification status, host rating and review count, location, about text, hosting tenure, past trips, identity verifications, interests, and the host’s managed listings (each with name, photo, room and property type, rating, reviews and capacity) plus the total listing count.
Price: 1 credit
💡 AI Hint: Fetch a single Airbnb host profile by numeric host id or a /users/show/ URL. Returns one item with id, url, name, image, is_superhost, is_verified, is_home_host, rating, review_count, location, about, years_hosting, months_hosting, verified_since, past_trips_count, identity_verifications, interests, listing_count and listings (id, url, name, image, room_type, property_type, rating, review_count, bedroom_count, bed_count, bathroom_count, is_superhost).
⚠️ Common errors: 412: Host not found, private or inaccessible profile (well-formed but nonexistent/withdrawn host id)
Authorizations
API token from the dashboard
Headers
Body
Response
Successful Response