-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Did the API stop working? 404 "Unfortunately, this is no longer available." #33
Comments
If you have an existing token it still works. |
@pbvillaflores I'm a little bit confused, why api_key is hardcoded in src/config.js? |
Oh, it's related to this #3 |
That api key has been working well so I think that's not a concern. I also get the same key value as you have shown in your screenshot. The auth token is a different value. It is a substitute for your login credentials. You get one by calling airbnb.newAccessToken() function but this does not seem to work anymore. |
I managed to get search results by quering https://www.airbnb.com/api/v2/explore_tabs instead of search_results, but it has really confusing structure |
Also not getting any results... |
You can get search results if you query this for example: But in the response, json structure is rather difficult to parse. So I'm not sure it's viable |
Starting yesterday I started getting this response, am I the only one?
The text was updated successfully, but these errors were encountered: