Travel

Airbnb API

airbnb.com

Airbnb - stay search by destination and dates with full property details.

Actions
5
Category
Travel
Login
Not required
Output
JSON

Call the Airbnb API

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

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": "ab_listing_availability",
    "params": {
      "listing_id": "1642626106293023340"
    }
  }'

5 actions on airbnb.com

Read

  • Listing Availability

    ab_listing_availabilityread1 credit / call

    Returns a day-by-day availability calendar for a listing with check-in eligibility and minimum stay.

    listing_id
    string · required
    month
    integer
    year
    integer
    count
    integer
    currency
    string
    locale
    string
  • Listing Details

    ab_listing_detailsread1 credit / call

    Returns a listing's name, description, photos, host info, amenities, house rules, location, and reviews summary.

    listing_id
    string · required
    adults
    integer
    checkin
    string
    checkout
    string
  • Listing Reviews

    ab_listing_reviewsread1 credit / call

    Returns paginated guest reviews for a listing with reviewer, rating, date, text, and host response.

    listing_id
    string · required
    limit
    integer
    offset
    integer
    sort_by
    string
    checkin
    string
    checkout
    string
    adults
    integer
    locale
    string
    currency
    string
  • Listing Search

    ab_search_listingsread1 credit / call

    Returns paginated stays by destination, dates, and guests with price, rating, photos, and pagination cursor.

    query
    string · required
    checkin
    string
    checkout
    string
    adults
    integer
    children
    integer
    infants
    integer
    pets
    integer
    cursor
    string
    currency
    string
    locale
    string
  • Location Search

    ab_location_searchread1 credit / call

    Returns location identifiers including place ID, ACP ID, and bounding box for a free-text location.

    query
    string · required
    num_results
    integer
    country
    string
    language
    string
    currency
    string

Airbnb API questions

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