API · v1 live api.stayingapi.com
The Airbnb Data API, productized.
Staying API gives developers a clean REST API over Airbnb stays — listings, photos, host info, reviews, availability calendar, and live pricing — without proxies, captcha walls, or breaking selectors.
GETapi.stayingapi.com/v1/stays/by-url
// 200 OK · application/json · 2.4 KB
{
"data": {
"id": "1135700964697993602",
"title": "Beachfront flat in Estoril",
"location": {
"city": "Estoril",
"country": "Portugal"
},
"pricing": {
"price": 184,
"currency": "USD"
},
"host": {
"name": "Mariana",
"is_superhost": true
},
"star_rating": 4.92
}
}