Get Listing Optimizer ranking for a listing
Returns competitive ranking data for a single Airbnb listing: current search-result rankings by guest count and length-of-stay segments, the number of competing listings in the neighborhood, and up to 90 days of ranking history.
Requires `listing_id` as a query parameter. `pms_name`, `guest_count`, `los`, and `history_start_date` remain optional query parameters.
Use `guest_count` and `los` to narrow results to a specific segment. Use `history_start_date` to control how far back the ranking history goes (defaults to 90 days ago; cannot be set earlier than 90 days ago).
Headers
X-API-Key
API key for Customer API authentication.
Query parameters
listing_id
Listing ID of the Airbnb listing.
pms_name
PMS name. Defaults to airbnb.
guest_count
Filter ranking segments to this guest count only.
los
Filter ranking segments to this length of stay only.
history_start_date
Start date for ranking history (YYYY-MM-DD). Cannot be earlier than 90 days ago. Defaults to 90 days ago.
Response
Listing Optimizer ranking retrieved successfully.
data
Listing Optimizer ranking data for the listing.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error