Airbnb UK API
airbnb.co.uk
Airbnb UK - property listings with details, pricing, photos, amenities, and reviews.
- Actions
- 8
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the Airbnb UK API
Submit a task, then poll the job until it settles. This example runs act_airbnb_uk_listing_availability_calendar.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_airbnb_uk_listing_availability_calendar",
"params": {
"listing_id": "30782781",
"month": 6,
"year": 2026,
"locale": "en-GB",
"currency": "GBP"
}
}'8 actions on airbnb.co.uk
Read
Listing Availability Calendar
act_airbnb_uk_listing_availability_calendarread2 credits / callReturns per-day availability and pricing calendar data for a listing across the requested month.
- listing_id
- string · required
- month
- integer · required
- year
- integer · required
- count
- integer
- locale
- string · required
- currency
- string · required
Listing Card Photos
act_airbnb_uk_listing_card_photosread1 credit / callReturns photo URLs and metadata for a listing card including cover and gallery images at multiple resolutions.
- listing_id
- string · required
- locale
- string · required
- currency
- string · required
Listing Reviews
act_airbnb_uk_listing_reviewsread2 credits / callReturns guest reviews for a listing with ratings, text, reviewer profiles, and stay context.
- listing_id
- string · required
- stay_listing_id_b64
- string
- check_in
- date · required
- check_out
- date · required
- adults
- integer · required
- limit
- integer
- locale
- string · required
- currency
- string · required
Location Autocomplete
act_airbnb_uk_location_autocompleteread1 credit / callReturns location autocomplete matches for a query with place names, types, and identifiers.
- user_input
- string · required
- locale
- string · required
- currency
- string · required
Location Suggestions
act_airbnb_uk_location_suggestionsread1 credit / callReturns suggested UK destinations and browse categories for trip discovery.
- locale
- string · required
- currency
- string · required
Place Search Polygon
act_airbnb_uk_place_search_polygonread1 credit / callReturns the geographic search polygon boundary for a place ID used to scope map-based stay searches.
- place_id
- string · required
- place_listing_id_b64
- string
- locale
- string · required
- currency
- string · required
Write
Write actions change state on airbnb.co.uk and run as the account you connect.
Listing Details
act_airbnb_uk_listing_detail_sectionswrite2 credits / callReturns a listing's title, description, amenities, host, policies, and pricing for the stay dates.
- listing_id
- string · required
- demand_stay_listing_id
- string
- federated_search_id
- string
- check_in
- date · required
- check_out
- date · required
- adults
- integer · required
- locale
- string · required
- currency
- string · required
Stays Search Results
act_airbnb_uk_stays_search_resultswrite2 credits / callReturns stays by location and dates with listing cards, prices, ratings, and availability.
- place_id
- string
- acp_id
- string
- location_query
- string
- check_in
- date · required
- check_out
- date · required
- adults
- integer · required
- locale
- string · required
- currency
- string · required
Airbnb UK API questions
- Is there an API for Airbnb UK?
- Airbnb UK does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for airbnb.co.uk. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Airbnb UK data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when airbnb.co.uk changes its markup, Anakin updates the action.
- Do I need a Airbnb UK account?
- No. Every Airbnb UK action listed here runs anonymously — no account and no credentials required.
- What does the Airbnb UK API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb Portugal
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.