Skip to content
Andy Mac edited this page Apr 28, 2018 · 8 revisions

Unofficial airbnb.com REST API wrapper for node.js

Contents

  1. Authorization
  2. Users
  3. Calendars
  4. Listings
  5. Threads
  6. Reservations
  7. Posting


Hi there!
Disclaimer: this library is not associated with airbnb.com and should only be used for non-profit and educational reasons.
This is a pre 1.0 library. Please request endpoints and functionality as repo issues. Collaborators wanted!

Essential Info

  • All functions return promises
  • Batch functions are limited to 50 elements at a time
  • You will need to supply a token for every logged in call
  • Error reporting and data validation is weak at this stage!