insidebnb

By
API Layer
InsideBnB provides data for business intelligence on short-term rentals.
insidebnb
From
0
Vendor
API Layer

Features

Get Airbnb data

Provides listing metadata

Supports multiple listing formats

Offers APIs for developers

Scalable and fast listing retrieval

About this Cloud Hub Solution:

Access a vast database of Airbnb listings, including details, rooms, prices, availability, reviews, and more. You can retrieve this information using listing IDs, geographic coordinates, or market data.

Data analytics endpoints are also available, providing in-depth information about all Airbnb accommodations. While the data is not in real-time, it is updated frequently, with priority given to properties that have been requested.

Endpoints

To retrieve listing IDs, use the Listings By LatLng and Listings By Market endpoints.

Once you have a listing ID, you can access the listing details, including:

  • The last updated time (last_updated)
  • The availability and price update time (last_avail_check)
  • The ratings update time (last_ratings)

With this information, you can decide whether to proceed with specific details or availability/price requests.

Additional Technical Details

Endpoints that require an "offset" query parameter return 50 results at a time. The offset parameter is used to paginate the results.

For example, if you set the offset to 0, you'll get results from 0 to 49 (where the first result is always 0). If you set the offset to 10, you'll get results from 10 to 59, and so on.

Note that listing prices are expressed in the native currency of the property, which may differ from the local currency. The native currency is reported by the properties details endpoint.

When using the range parameter, the maximum value is automatically capped at 20,000, and distances are measured in meters.

Highlights

Get Airbnb data

Provides listing metadata

Supports multiple listing formats

Offers APIs for developers

Scalable and fast listing retrieval

Code