ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Airbnb

Airbnb Listing Details API

Get one Airbnb listing in full - description, property and room type, capacity and room counts, the complete grouped amenity list including the amenities the place does NOT have, host profile and stats, house rules with parsed check-in and check-out times, sleeping arrangements, the photo tour and every image, and the six per-category ratings - as JSON. It carries NO nightly price: prices are search-only. Costs 1 credit per request.

POST/api/v1/airbnb/listing

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
listing_idstringrequired

Airbnb listing id or a full /rooms/ URL, 1-500 characters. Query params are discarded, because a pasted URL carries someone else's dates.

Example: 19497035

check_instring

Check-in date, YYYY-MM-DD. Must be sent together with check_out. It does NOT produce a price - the room page has no nightly rate - it only sets the stay the availability-dependent copy is rendered for, and the response echoes it back.

Example: 2026-09-08

check_outstring

Check-out date, YYYY-MM-DD. Must be later than check_in and sent together with it.

Example: 2026-09-13

adultsinteger

Adult guests, 1 or more.

childreninteger

Children aged 2-12, 0 or more.

infantsinteger

Infants under 2, 0 or more.

petsinteger

Pets, 0 or more.

currencystringdefault:USD

ISO 4217 currency, 3 letters. Leave it out and Airbnb prices off the proxy exit, so two identical requests can disagree.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.airbnb.listing("19497035")
print(results)

Response

"listing_id": "19497035",
"url": "https://www.airbnb.com/rooms/19497035",
"name": "★Quiet, Private, South Congress Cottage ★3★",
"headline": "Entire guesthouse in Austin, Texas, United States",
"description": "The SoCo (South Congress) Cottage Collection 3 is in a quiet, residential neighborhood, one block off South Congress. It is free standing studio (no shared walls), boasting a comfortable queen bed, sm…",
"summary": "The SoCo (South Congress) Cottage Collection 3 is in a quiet, residential neighborhood, one block off South Congress. It is free standing studio (no shared walls), boasting a comfortable queen bed, sm…",
"property_type": "GUESTHOUSE",
"room_type": "Entire home/apt",
"space_type": "ENTIRE_HOME",
"listing_type": "Entire guesthouse",
"pdp_type": "MARKETPLACE",
"person_capacity": 2,
"bedrooms": 0,
"beds": 1,
"baths": 1,
"rating": 4.91,
"review_count": 732,
"is_guest_favorite": true,
"is_new_listing": false,
"has_few_reviews": false,
"is_luxe": false,
"thumbnail": "https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTk0OTcwMzU=/original/bf06442c-4956-4cc6-aad3-ba20ffc5dc10.jpeg",
"house_rules_subtitle": "You’ll be staying in someone’s home, so please treat it with care and respect.",
"cancellation_policy": null,
"additional_house_rules": null,
"check_in_time": "3:00 PM",
"check_in_end_time": null,
"check_out_time": "11:00 AM",
"seo_title": "★Quiet, Private, South Congress Cottage ★3★ - Guesthouses for Rent in Austin, Texas, United States - Airbnb",
"share_url": "https://www.airbnb.com/rooms/19497035?unique_share_id=8b995d93-8caa-4f38-a0e2-e237af115910&viralityEntryPoint=1&s=76",
"check_in": null,
"check_out": null
},
"response_time": 1294,
"credits_used": 1,
"credits_remaining": 4820
}
PreviousAirbnb SearchNextAirbnb Reviews
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy