Use accommodation data from Python applications.
This repository contains a developer-oriented example for applications that need structured accommodation and vacation-rental data.
airbnb api python
This type of API can be useful for:
- Travel applications
- Accommodation search
- Vacation rental discovery
- Property comparison
- Destination research
- Travel analytics
- Price research
- Availability workflows
- Data aggregation
- Internal travel tools
Install Python dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtSet your Kodexis API key:
export KODEXIS_API_KEY="YOUR_API_KEY"Run:
python3 example.pyexport KODEXIS_API_KEY="YOUR_API_KEY"
curl "https://app.kodexis.store/login" \
-H "Authorization: Bearer $KODEXIS_API_KEY" \
-H "Accept: application/json"The examples in this repository are intended to demonstrate how developers can integrate accommodation data into applications through Kodexis.
Kodexis: https://app.kodexis.store/login
API documentation: https://app.kodexis.store/login/docs
This is an independent developer project.
It is not affiliated with, sponsored by, or endorsed by Airbnb.
"Airbnb" is used only to describe the type of accommodation data and developer use case discussed by this example.
Check the current Kodexis documentation for the actual available endpoints, parameters and response formats.
MIT