Travel
Booking logo

Booking API

booking.com

Booking.com - hotel search by destination and dates with location resolution.

Actions
2
Category
Travel
Login
Not required
Output
JSON

Call the Booking API

Submit a task, then poll the job until it settles. This example runs bk_location_search.

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": "bk_location_search",
    "params": {
      "query": "bangkok"
    }
  }'

2 actions on booking.com

Read

  • Hotel Location Search

    bk_location_searchread1 credit / call

    Returns dest_id and dest_type for a free-text location such as a city, country, airport, or landmark.

    query
    string · required
    nb_suggestions
    integer
    language
    string
  • Hotel Search

    bk_search_hotelsread2 credits / call

    Returns paginated properties by destination, dates, and guests with prices, ratings, and policies.

    dest_id
    string · required
    dest_type
    string · required
    checkin
    string · required
    checkout
    string · required
    adults
    integer
    rooms
    integer
    children_ages
    array
    offset
    integer
    rows_per_page
    integer
    sort
    string
    language
    string

Booking API questions

Is there an API for Booking?
Booking does not offer a public data API for this, but Anakin Wire provides 2 maintained endpoints for booking.com. 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 Booking 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 booking.com changes its markup, Anakin updates the action.
Do I need a Booking account?
No. Every Booking action listed here runs anonymously — no account and no credentials required.
What does the Booking 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

All Travel sites