Skip to main content
Scrape Airbnb stay listings

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

location
string
required

City to search, e.g. 'Austin, TX' or 'Paris, France'.

checkin
string | null

Check-in date YYYY-MM-DD (with checkout).

checkout
string | null

Check-out date YYYY-MM-DD (with checkin).

adults
integer | null

Number of adult guests.

Required range: x >= 1
room_type
string | null

Room type filter: entire_home, private_room, hotel_room, shared_room. Omit for all.

min_price
integer | null

Minimum nightly price.

Required range: x >= 0
max_price
integer | null

Maximum nightly price.

Required range: x >= 0
max_results
integer
default:48

How many listings to collect across pages.

Required range: 1 <= x <= 720
proxy_country
string | null

Exit-IP country (ISO-2). Defaults to US so prices are in USD.

Response

JSON with a listings array.