Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb API Python

Use accommodation data from Python applications.

This repository contains a developer-oriented example for applications that need structured accommodation and vacation-rental data.

Keywords

airbnb api python

Use cases

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

Example

Install Python dependencies:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Set your Kodexis API key:

export KODEXIS_API_KEY="YOUR_API_KEY"

Run:

python3 example.py

cURL

export KODEXIS_API_KEY="YOUR_API_KEY"

curl "https://app.kodexis.store/login" \
  -H "Authorization: Bearer $KODEXIS_API_KEY" \
  -H "Accept: application/json"

Kodexis

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

Important

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.

License

MIT

About

Use accommodation data from Python applications

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages