Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to acquire API key for Airbnb

Tags:

api-key

api

I know that Airbnb haven't opened their API to the public yet, but searching the internet I found some people are using it.

I tried to contact them, and also Airbnb, but without any answers.

Does anyone here knows any contact email, page, or phone number that I can refer to?

like image 955
Franka Škugor Avatar asked Jul 07 '16 11:07

Franka Škugor


3 Answers

I have read here that you can find your API key by looking at the requests that AirBNB uses in their own website. So use the web-developer tools in chrome, or firefox, or firebug in firefox and search trough the requests in the network panel until you find the key being used in any JSON request. Some urls contain this key param, you copy that :) works for me!

Oh BTW, i'd like to remind you that the API is currently not officially released to fetch data in the background while you are logged in. When you use this key, they'll know your identity. You might get blocked or at least warned by AirBNB for using their API while you are maybe not allowed to. Read their terms & conditions to make sure. I am not taking any responsibility, of course ;)

like image 106
RoyB Avatar answered Sep 30 '22 20:09

RoyB


You can now find your API key on the meta tags of the source code when logged in to your dashboard. Search for canonical_host and you will find:

{"canonical_host":"www.airbnb.com","api_config":{"key":"<your-api-key>"}
like image 37
adam2645 Avatar answered Sep 30 '22 19:09

adam2645


Just to update this set of answers, the api is on the following address but you need to request access first.

https://www.airbnb.com/partner

It offers an FAQ that informs you about the process and it will always be updated

like image 23
Theodore Caravellas Avatar answered Sep 30 '22 20:09

Theodore Caravellas