airbnbapi icon indicating copy to clipboard operation
airbnbapi copied to clipboard

Unofficial airbnb.com REST API wrapper for node.js

Results 43 airbnbapi issues
Sort by recently updated
recently updated
newest added

1. Is the returned .metadata.listings_count value representing the number of results found? I can't find any other field that is providing a count. 2. Assuming #1 is correct, when there...

I find set setAvailabilityForDay does not work but setPriceForDay is ok. ``` > var setav; undefined > airbnb.setAvailabilityForDay({ ... id: 27836280, ... date: '2019-07-29', ... availability: 'blocked' // or 'blocked'?...

I am getting the following destructure error on getOwnListings method > var ol = airbnb.getOwnListings().then( v => { console.log(v) } ) .catch( e => { console.log(e) } ) undefined >...

Is it possible to get an API endpoint to disable (unlist) and relist listings?

On the issue of giving each endpoint it's own file. Pros: - It would help with git merges and the like, - Large files (a la main.js) are considered bad...

For issue #5 Functions now throw Error objects instead of returning nulls Potential issues: * Errors from request-promise and airbnbapi are both given back to the caller. More code may...

Some endpoints accept a locale option that adds some translated info and changes the currency. Lets implement an option for each endpoint and a default option.

enhancement

Currently, the library does not have adequate error reporting. When I initially wrote this library, it was part of a project that used a simple null check to essentially ignore...

enhancement

Does anyone have information on the number of requests allowed per time period?

i know login broke long time ago but i used to be able to search at least. now the search is empty always