{"info":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9560393","collectionId":"9af72df4-abf9-49b7-987f-b7813fdf12d6","publishedId":"2sB3WsMyif","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"3869AD"},"publishDate":"2026-01-06T21:02:22.000Z"},"item":[{"name":"Property Manager Data","item":[{"name":"Common","item":[{"name":"Lookups","id":"7bafdb32-ef31-43a8-8dad-d3d5838e60be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/v1/pm/lookups","description":"<h1 id=\"lookups\">Lookups</h1>\n<p><strong>Description:</strong><br />Retrieve all lookup data used for filters and metadata.<br />This endpoint provides lists of valid KPI types, property types, date range types, markets, amenities, and hierarchical market structure.<br />It is typically used to populate dropdowns, selectors, and reference data within dashboards or integration tools.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Indicates if the request succeeded.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>string / null</td>\n<td>Error message if any.</td>\n</tr>\n<tr>\n<td><code>available_primary_date_range_season_types</code></td>\n<td>array[string]</td>\n<td>Valid date range season types (e.g., <code>CURRENTMONTH</code>, <code>LASTYEAR</code>, <code>NEXT90DAYS</code>).</td>\n</tr>\n<tr>\n<td><code>available_as_of_date_types</code></td>\n<td>array[string]</td>\n<td>Date reference points for reports (e.g., <code>TODAY</code>, <code>YESTERDAY</code>, <code>CUSTOM</code>).</td>\n</tr>\n<tr>\n<td><code>available_compare_as_of_date_types</code></td>\n<td>array[string]</td>\n<td>Valid comparison reference points (e.g., <code>TODAYMINUSONEYEAR</code>).</td>\n</tr>\n<tr>\n<td><code>available_comparison_types</code></td>\n<td>array[string]</td>\n<td>Supported comparison types (e.g., <code>SameDay</code>, <code>SameDayOfWeek</code>).</td>\n</tr>\n<tr>\n<td><code>market_hierarchy</code></td>\n<td>object</td>\n<td>Hierarchical structure of all markets and regions.</td>\n</tr>\n<tr>\n<td><code>available_markets</code></td>\n<td>array[object]</td>\n<td>List of all available markets with UUIDs and names.</td>\n</tr>\n<tr>\n<td><code>available_kpi_types</code></td>\n<td>array[string]</td>\n<td>List of available KPI metric identifiers.</td>\n</tr>\n<tr>\n<td><code>available_timescales</code></td>\n<td>array[string]</td>\n<td>Supported timescales (e.g., <code>Day</code>, <code>Week</code>, <code>Month</code>).</td>\n</tr>\n<tr>\n<td><code>default_market</code></td>\n<td>object</td>\n<td>Default selected market for the user/account.</td>\n</tr>\n<tr>\n<td><code>available_property_types</code></td>\n<td>array[string]</td>\n<td>Valid property types (e.g., <code>House</code>, <code>Condo</code>, <code>Hotel</code>).</td>\n</tr>\n<tr>\n<td><code>available_property_amenities</code></td>\n<td>array[string]</td>\n<td>Valid amenity names (e.g., <code>AC</code>, <code>HotTub</code>, <code>Pool</code>).</td>\n</tr>\n<tr>\n<td><code>available_property_location_types</code></td>\n<td>array[string]</td>\n<td>Property location descriptors (e.g., <code>BeachFront</code>, <code>MountainView</code>).</td>\n</tr>\n<tr>\n<td><code>available_reservation_stay_types</code></td>\n<td>array[string]</td>\n<td>Types of stays (e.g., <code>Guest</code>, <code>Owner</code>, <code>Hold</code>, <code>Blocked</code>).</td>\n</tr>\n<tr>\n<td><code>available_booking_source_types</code></td>\n<td>array[string]</td>\n<td>Valid booking source identifiers (e.g., <code>Airbnb</code>, <code>Direct</code>, <code>Expedia</code>).</td>\n</tr>\n<tr>\n<td><code>properties</code></td>\n<td>array[object]</td>\n<td>List of property records available in the account.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful, lookup data returned.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p>This endpoint does <strong>not</strong> require parameters.</p>\n</li>\n<li><p>Commonly used to initialize filter dropdowns and dashboard options.</p>\n</li>\n<li><p>Response data changes infrequently — caching is recommended.</p>\n</li>\n<li><p>Use <code>market_hierarchy</code> for rendering nested market or region structures.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","lookups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"67b204bf-4237-415a-951b-0fa9ae8b42c4","name":"Lookups","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/v1/pm/lookups"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"available_primary_date_range_season_types\": [\n        \"CURRENTMONTH\",\n        \"CURRENTMONTHTODATE\",\n        \"CURRENTYEAR\",\n        \"LAST12MONTHS\",\n        \"LAST14DAYS\",\n        \"LAST2NEXT4MONTHS\",\n        \"LAST30DAYS\",\n        \"LAST60DAYS\",\n        \"LAST6MONTHS\",\n        \"LAST7DAYS\",\n        \"LAST90DAYS\",\n        \"LASTMONTH\",\n        \"LASTQUARTER\",\n        \"LASTWEEK\",\n        \"LASTYEAR\",\n        \"NEXT120DAYS\",\n        \"NEXT180DAYS\",\n        \"NEXT30DAYS\",\n        \"NEXT365DAYS\",\n        \"NEXT60DAYS\",\n        \"NEXT6MONTHS\",\n        \"NEXT7DAYS\",\n        \"NEXT90DAYS\",\n        \"NEXTCALENDARYEAR\",\n        \"NEXTMONTH\",\n        \"NEXTWEEK\",\n        \"RESTOFMONTH\",\n        \"RESTOFYEAR\",\n        \"THISHALFYEAR\",\n        \"THISHALFYEARTODATE\",\n        \"THISQUARTER\",\n        \"THISQUARTERTODATE\",\n        \"THISWEEK\",\n        \"THISWEEKTODATE\",\n        \"YEARTODATE\",\n        \"YESTERDAY\"\n    ],\n    \"available_as_of_date_types\": [\n        \"NONE\",\n        \"CUSTOM\",\n        \"TODAY\",\n        \"YESTERDAY\",\n        \"TODAYMINUS7DAYS\",\n        \"TODAYMINUS14DAYS\",\n        \"TODAYMINUS30DAYS\"\n    ],\n    \"available_compare_as_of_date_types\": [\n        \"NONE\",\n        \"CUSTOM\",\n        \"TODAYMINUSONEYEAR\",\n        \"TODAYMINUSONEYEARSAMEDAYOFWEEK\",\n        \"NONEMINUSONEYEAR\",\n        \"NONEMINUSONEYEARSAMEDAYOFWEEK\"\n    ],\n    \"available_comparison_types\": [\n        \"SameDay\",\n        \"SameDayOfWeek\"\n    ],\n    \"market_hierarchy\": {\n        \"title\": \"Mighty Tree Properties\",\n        \"area_id\": 0,\n        \"uuid\": \"c2573f66-c2bf-4ac2-9d74-4e2364cd3553\",\n        \"parent_area_mapping_id\": null,\n        \"level\": null,\n        \"allow_in_markets_selection\": false,\n        \"children\": [\n            {\n                \"title\": \"New York - Newark - Jersey City Metro Area\",\n                \"area_id\": 1043,\n                \"uuid\": \"51455f06-2dd7-4c17-97d5-fa0f52b38782\",\n                \"parent_area_mapping_id\": 1,\n                \"level\": \"Vacation Area\",\n                \"allow_in_markets_selection\": true,\n                \"children\": [\n                    {\n                        \"title\": \"New York City\",\n                        \"area_id\": 11151,\n                        \"uuid\": \"bcba975e-3fda-41a8-9195-dac3f7124d25\",\n                        \"parent_area_mapping_id\": 49,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": [\n                            {\n                                \"title\": \"Manhattan\",\n                                \"area_id\": 3250,\n                                \"uuid\": \"c8724259-8c9d-4e3a-a3c6-59e4f168e519\",\n                                \"parent_area_mapping_id\": 11151,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": [\n                                    {\n                                        \"title\": \"Clinton\",\n                                        \"area_id\": 3264,\n                                        \"uuid\": \"d30073cf-a9fa-4520-bdd5-d6359d2ceadf\",\n                                        \"parent_area_mapping_id\": 3250,\n                                        \"level\": \"Vacation Area\",\n                                        \"allow_in_markets_selection\": true,\n                                        \"children\": []\n                                    },\n                                    {\n                                        \"title\": \"Manhattan City Center\",\n                                        \"area_id\": 33833,\n                                        \"uuid\": \"e9209584-af50-4c7b-a162-fa5279da8bc8\",\n                                        \"parent_area_mapping_id\": 3250,\n                                        \"level\": \"Vacation Area\",\n                                        \"allow_in_markets_selection\": true,\n                                        \"children\": []\n                                    },\n                                    {\n                                        \"title\": \"Midtown\",\n                                        \"area_id\": 3266,\n                                        \"uuid\": \"a45dc17e-c3be-4352-acb5-e03e13b776c8\",\n                                        \"parent_area_mapping_id\": 3250,\n                                        \"level\": \"Vacation Area\",\n                                        \"allow_in_markets_selection\": true,\n                                        \"children\": []\n                                    },\n                                    {\n                                        \"title\": \"Upper West Side\",\n                                        \"area_id\": 3274,\n                                        \"uuid\": \"508c0148-a273-4ff0-94d4-fe4495f74edb\",\n                                        \"parent_area_mapping_id\": 3250,\n                                        \"level\": \"Vacation Area\",\n                                        \"allow_in_markets_selection\": true,\n                                        \"children\": []\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"title\": \"North Central Arizona Cities\",\n                \"area_id\": 1551,\n                \"uuid\": \"f2325bbe-2971-42d5-a466-b0b1d93fb791\",\n                \"parent_area_mapping_id\": 461,\n                \"level\": \"Vacation Region\",\n                \"allow_in_markets_selection\": false,\n                \"children\": [\n                    {\n                        \"title\": \"Greater Sedona\",\n                        \"area_id\": 1567,\n                        \"uuid\": \"6a0d1685-8f5e-4de9-a3ea-6bf962a5a16f\",\n                        \"parent_area_mapping_id\": 1551,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": [\n                            {\n                                \"title\": \"City of Sedona\",\n                                \"area_id\": 9379,\n                                \"uuid\": \"943b828a-8537-4f8d-b458-a185f2036f44\",\n                                \"parent_area_mapping_id\": 1567,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": [\n                                    {\n                                        \"title\": \"Chapel\",\n                                        \"area_id\": 9380,\n                                        \"uuid\": \"3d55d079-81de-4af4-97d6-f6289abd3bb7\",\n                                        \"parent_area_mapping_id\": 9379,\n                                        \"level\": \"Vacation Area\",\n                                        \"allow_in_markets_selection\": true,\n                                        \"children\": []\n                                    },\n                                    {\n                                        \"title\": \"Residential Zone\",\n                                        \"area_id\": 27390,\n                                        \"uuid\": \"f2c3ab24-346e-4e0a-b680-5581a38a7efc\",\n                                        \"parent_area_mapping_id\": 9379,\n                                        \"level\": \"Vacation Area\",\n                                        \"allow_in_markets_selection\": true,\n                                        \"children\": []\n                                    },\n                                    {\n                                        \"title\": \"West Sedona\",\n                                        \"area_id\": 9382,\n                                        \"uuid\": \"34a65a98-84f6-4284-a2a4-2991cbff2001\",\n                                        \"parent_area_mapping_id\": 9379,\n                                        \"level\": \"Vacation Area\",\n                                        \"allow_in_markets_selection\": true,\n                                        \"children\": []\n                                    }\n                                ]\n                            },\n                            {\n                                \"title\": \"Village of Oak Creek\",\n                                \"area_id\": 1568,\n                                \"uuid\": \"c293c3ce-c2d7-4305-a9c4-4034bd9a9d38\",\n                                \"parent_area_mapping_id\": 466,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"title\": \"San Diego Region\",\n                \"area_id\": 1511,\n                \"uuid\": \"e6fabe77-bff4-43ac-8c67-dedd205af069\",\n                \"parent_area_mapping_id\": 26,\n                \"level\": \"Vacation Area\",\n                \"allow_in_markets_selection\": true,\n                \"children\": [\n                    {\n                        \"title\": \"Oceanside\",\n                        \"area_id\": 1520,\n                        \"uuid\": \"66a71190-7dc9-41af-8723-d91e52c0618a\",\n                        \"parent_area_mapping_id\": 1511,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": [\n                            {\n                                \"title\": \"North Coast Village\",\n                                \"area_id\": 25596,\n                                \"uuid\": \"49721da9-f012-40be-8a62-eafccede67f4\",\n                                \"parent_area_mapping_id\": 1520,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            },\n                            {\n                                \"title\": \"Oceanside Coastal Zone\",\n                                \"area_id\": 33356,\n                                \"uuid\": \"9e956bbb-e21c-46c9-865d-07f9e73a7e77\",\n                                \"parent_area_mapping_id\": 1520,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"title\": \"TN Smokies\",\n                \"area_id\": 762,\n                \"uuid\": \"b7a5cb1e-4343-417b-b03d-592514a584d6\",\n                \"parent_area_mapping_id\": 30,\n                \"level\": \"Vacation Region\",\n                \"allow_in_markets_selection\": false,\n                \"children\": [\n                    {\n                        \"title\": \"Pigeon Forge\",\n                        \"area_id\": 1546,\n                        \"uuid\": \"35c851e6-d4c9-454e-a048-eb9828aadcf6\",\n                        \"parent_area_mapping_id\": 97,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Sevierville Area\",\n                        \"area_id\": 1545,\n                        \"uuid\": \"b20096ab-8f51-4656-9994-4378463cdfad\",\n                        \"parent_area_mapping_id\": 97,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": [\n                            {\n                                \"title\": \"Sevierville - Inside City Limits\",\n                                \"area_id\": 9037,\n                                \"uuid\": \"7aa56945-4f06-4d2c-867a-5c2b0b287e13\",\n                                \"parent_area_mapping_id\": 97,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            },\n                            {\n                                \"title\": \"Sevierville - Outside City Limits\",\n                                \"area_id\": 9038,\n                                \"uuid\": \"91f989f4-ad00-4c56-ae82-57d5f3a5c592\",\n                                \"parent_area_mapping_id\": 97,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"title\": \"The Ozarks\",\n                \"area_id\": 13248,\n                \"uuid\": \"668a725f-696e-41fa-8411-2fc55ed2de6a\",\n                \"parent_area_mapping_id\": 1,\n                \"level\": \"Vacation Region\",\n                \"allow_in_markets_selection\": false,\n                \"children\": [\n                    {\n                        \"title\": \"Branson Lakes Area\",\n                        \"area_id\": 29834,\n                        \"uuid\": \"fe121e93-6549-46c8-b6b4-df2941d69e28\",\n                        \"parent_area_mapping_id\": 13248,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Missouri Ozarks\",\n                        \"area_id\": 13250,\n                        \"uuid\": \"1b2c4cb9-d0f7-4256-87cf-ead077607d7f\",\n                        \"parent_area_mapping_id\": 46,\n                        \"level\": \"Vacation Region\",\n                        \"allow_in_markets_selection\": false,\n                        \"children\": [\n                            {\n                                \"title\": \"Branson\",\n                                \"area_id\": 10167,\n                                \"uuid\": \"9da8c9fa-de7d-41bf-b5e9-c1ab71be5d55\",\n                                \"parent_area_mapping_id\": 4649,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"title\": \"Western N.C.\",\n                \"area_id\": 1447,\n                \"uuid\": \"20b1c315-52cd-4448-b63a-23f778cce988\",\n                \"parent_area_mapping_id\": 14,\n                \"level\": \"Vacation Region\",\n                \"allow_in_markets_selection\": false,\n                \"children\": [\n                    {\n                        \"title\": \"Asheville Area\",\n                        \"area_id\": 4902,\n                        \"uuid\": \"f5b123a2-4d89-40d2-81ba-2c9c1321146b\",\n                        \"parent_area_mapping_id\": 108,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": [\n                            {\n                                \"title\": \"Biltmore Forest\",\n                                \"area_id\": 18299,\n                                \"uuid\": \"f00912ba-0839-4531-aef4-e7bb17787b4c\",\n                                \"parent_area_mapping_id\": 4902,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            },\n                            {\n                                \"title\": \"West Asheville\",\n                                \"area_id\": 18301,\n                                \"uuid\": \"3256bbcc-1968-428c-8072-66914ff22c03\",\n                                \"parent_area_mapping_id\": 4902,\n                                \"level\": \"Vacation Area\",\n                                \"allow_in_markets_selection\": true,\n                                \"children\": []\n                            }\n                        ]\n                    },\n                    {\n                        \"title\": \"Candler\",\n                        \"area_id\": 4905,\n                        \"uuid\": \"5add1656-d927-43a6-a7e6-b82344ed7dd9\",\n                        \"parent_area_mapping_id\": 108,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Fairview\",\n                        \"area_id\": 4906,\n                        \"uuid\": \"ae28ad81-9bdc-4dee-808c-118fd3d6e826\",\n                        \"parent_area_mapping_id\": 108,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Fletcher\",\n                        \"area_id\": 4922,\n                        \"uuid\": \"ca07c9c3-0b07-4a05-8944-44fce13e8873\",\n                        \"parent_area_mapping_id\": 118,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Hendersonville Area\",\n                        \"area_id\": 4951,\n                        \"uuid\": \"a9a7d732-57f0-4883-bf64-09275d5c18ca\",\n                        \"parent_area_mapping_id\": 1447,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Leicaster\",\n                        \"area_id\": 4907,\n                        \"uuid\": \"8c800d51-f3a9-4931-b757-9b13abb42b7b\",\n                        \"parent_area_mapping_id\": 108,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Mars Hill\",\n                        \"area_id\": 4932,\n                        \"uuid\": \"57893ec3-89b1-4c88-972c-ebaede17c7e9\",\n                        \"parent_area_mapping_id\": 122,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Marshall\",\n                        \"area_id\": 4933,\n                        \"uuid\": \"80e001cd-5a5f-4f31-83bc-10655dde5160\",\n                        \"parent_area_mapping_id\": 122,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Weaverville\",\n                        \"area_id\": 4909,\n                        \"uuid\": \"ea9fcb0a-117f-47d7-8cff-1d46b649156f\",\n                        \"parent_area_mapping_id\": 108,\n                        \"level\": \"Vacation Area\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    }\n                ]\n            },\n            {\n                \"title\": \"Counties\",\n                \"area_id\": 0,\n                \"uuid\": \"9eefc45f-919a-465d-8090-c0572f212e5f\",\n                \"parent_area_mapping_id\": null,\n                \"level\": null,\n                \"allow_in_markets_selection\": false,\n                \"children\": [\n                    {\n                        \"title\": \"Buncombe - NC\",\n                        \"area_id\": 108,\n                        \"uuid\": \"e72f0dd6-241a-48b1-b9f9-88c9751325c6\",\n                        \"parent_area_mapping_id\": 14,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Coconino - AZ\",\n                        \"area_id\": 467,\n                        \"uuid\": \"4347df57-22de-4657-89b2-1f5ab4aa3f74\",\n                        \"parent_area_mapping_id\": 461,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Henderson - NC\",\n                        \"area_id\": 118,\n                        \"uuid\": \"6758e207-4ae6-458b-95ab-82eef8d5785f\",\n                        \"parent_area_mapping_id\": 14,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Madison - NC\",\n                        \"area_id\": 122,\n                        \"uuid\": \"2d2f5b72-7b37-4eaf-8d2a-9da09efe120e\",\n                        \"parent_area_mapping_id\": 14,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"New York - NY\",\n                        \"area_id\": 3249,\n                        \"uuid\": \"df5d2723-5d9e-401f-82dd-109a19552eb2\",\n                        \"parent_area_mapping_id\": 49,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"San Diego - CA\",\n                        \"area_id\": 244,\n                        \"uuid\": \"cf4a426a-4c33-4955-823e-6516c8efc52c\",\n                        \"parent_area_mapping_id\": 26,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Sevier - TN\",\n                        \"area_id\": 97,\n                        \"uuid\": \"af8bd378-6d5c-4aa3-a2e2-d043ef540124\",\n                        \"parent_area_mapping_id\": 30,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Taney - MO\",\n                        \"area_id\": 4649,\n                        \"uuid\": \"da55df08-7495-4c3d-936f-a6e0e9fa8274\",\n                        \"parent_area_mapping_id\": 46,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    },\n                    {\n                        \"title\": \"Yavapai - AZ\",\n                        \"area_id\": 466,\n                        \"uuid\": \"a4ba1203-fb28-44e1-8a6f-764520c41d9a\",\n                        \"parent_area_mapping_id\": 461,\n                        \"level\": \"County\",\n                        \"allow_in_markets_selection\": true,\n                        \"children\": []\n                    }\n                ]\n            }\n        ]\n    },\n    \"available_markets\": [\n        {\n            \"market_id\": \"f5b123a2-4d89-40d2-81ba-2c9c1321146b\",\n            \"name\": \"Asheville Area\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"f00912ba-0839-4531-aef4-e7bb17787b4c\",\n            \"name\": \"Biltmore Forest\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"9da8c9fa-de7d-41bf-b5e9-c1ab71be5d55\",\n            \"name\": \"Branson\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"fe121e93-6549-46c8-b6b4-df2941d69e28\",\n            \"name\": \"Branson Lakes Area\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"e72f0dd6-241a-48b1-b9f9-88c9751325c6\",\n            \"name\": \"Buncombe - NC\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"5add1656-d927-43a6-a7e6-b82344ed7dd9\",\n            \"name\": \"Candler\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"3d55d079-81de-4af4-97d6-f6289abd3bb7\",\n            \"name\": \"Chapel\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"943b828a-8537-4f8d-b458-a185f2036f44\",\n            \"name\": \"City of Sedona\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"d30073cf-a9fa-4520-bdd5-d6359d2ceadf\",\n            \"name\": \"Clinton\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"4347df57-22de-4657-89b2-1f5ab4aa3f74\",\n            \"name\": \"Coconino - AZ\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"ae28ad81-9bdc-4dee-808c-118fd3d6e826\",\n            \"name\": \"Fairview\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"ca07c9c3-0b07-4a05-8944-44fce13e8873\",\n            \"name\": \"Fletcher\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"6a0d1685-8f5e-4de9-a3ea-6bf962a5a16f\",\n            \"name\": \"Greater Sedona\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"6758e207-4ae6-458b-95ab-82eef8d5785f\",\n            \"name\": \"Henderson - NC\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"a9a7d732-57f0-4883-bf64-09275d5c18ca\",\n            \"name\": \"Hendersonville Area\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"8c800d51-f3a9-4931-b757-9b13abb42b7b\",\n            \"name\": \"Leicaster\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"2d2f5b72-7b37-4eaf-8d2a-9da09efe120e\",\n            \"name\": \"Madison - NC\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"c8724259-8c9d-4e3a-a3c6-59e4f168e519\",\n            \"name\": \"Manhattan\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"e9209584-af50-4c7b-a162-fa5279da8bc8\",\n            \"name\": \"Manhattan City Center\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"57893ec3-89b1-4c88-972c-ebaede17c7e9\",\n            \"name\": \"Mars Hill\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"80e001cd-5a5f-4f31-83bc-10655dde5160\",\n            \"name\": \"Marshall\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"a45dc17e-c3be-4352-acb5-e03e13b776c8\",\n            \"name\": \"Midtown\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"51455f06-2dd7-4c17-97d5-fa0f52b38782\",\n            \"name\": \"New York - Newark - Jersey City Metro Area\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"df5d2723-5d9e-401f-82dd-109a19552eb2\",\n            \"name\": \"New York - NY\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"bcba975e-3fda-41a8-9195-dac3f7124d25\",\n            \"name\": \"New York City\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"49721da9-f012-40be-8a62-eafccede67f4\",\n            \"name\": \"North Coast Village\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"66a71190-7dc9-41af-8723-d91e52c0618a\",\n            \"name\": \"Oceanside\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"9e956bbb-e21c-46c9-865d-07f9e73a7e77\",\n            \"name\": \"Oceanside Coastal Zone\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"35c851e6-d4c9-454e-a048-eb9828aadcf6\",\n            \"name\": \"Pigeon Forge\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"f2c3ab24-346e-4e0a-b680-5581a38a7efc\",\n            \"name\": \"Residential Zone\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"cf4a426a-4c33-4955-823e-6516c8efc52c\",\n            \"name\": \"San Diego - CA\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"e6fabe77-bff4-43ac-8c67-dedd205af069\",\n            \"name\": \"San Diego Region\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"af8bd378-6d5c-4aa3-a2e2-d043ef540124\",\n            \"name\": \"Sevier - TN\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"7aa56945-4f06-4d2c-867a-5c2b0b287e13\",\n            \"name\": \"Sevierville - Inside City Limits\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"91f989f4-ad00-4c56-ae82-57d5f3a5c592\",\n            \"name\": \"Sevierville - Outside City Limits\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"b20096ab-8f51-4656-9994-4378463cdfad\",\n            \"name\": \"Sevierville Area\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"da55df08-7495-4c3d-936f-a6e0e9fa8274\",\n            \"name\": \"Taney - MO\",\n            \"level\": \"County\"\n        },\n        {\n            \"market_id\": \"508c0148-a273-4ff0-94d4-fe4495f74edb\",\n            \"name\": \"Upper West Side\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"c293c3ce-c2d7-4305-a9c4-4034bd9a9d38\",\n            \"name\": \"Village of Oak Creek\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"ea9fcb0a-117f-47d7-8cff-1d46b649156f\",\n            \"name\": \"Weaverville\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"3256bbcc-1968-428c-8072-66914ff22c03\",\n            \"name\": \"West Asheville\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"34a65a98-84f6-4284-a2a4-2991cbff2001\",\n            \"name\": \"West Sedona\",\n            \"level\": \"VacationArea\"\n        },\n        {\n            \"market_id\": \"a4ba1203-fb28-44e1-8a6f-764520c41d9a\",\n            \"name\": \"Yavapai - AZ\",\n            \"level\": \"County\"\n        }\n    ],\n    \"available_kpi_types\": [\n        \"AdjustedPaidAndOwnerOccupancy\",\n        \"AdjustedPaidOccupancy\",\n        \"AdjustedRevPAR\",\n        \"ADR\",\n        \"AverageBookingWindow\",\n        \"AverageLengthOfStay\",\n        \"AverageStayUnitRevenue\",\n        \"GuestCheckIns\",\n        \"HoldNights\",\n        \"NightsAvailable\",\n        \"NightsOpen\",\n        \"NightsSold\",\n        \"OtherRevenue\",\n        \"OwnerCheckIns\",\n        \"OwnerNights\",\n        \"PaidOccupancy\",\n        \"RevPAR\",\n        \"TotalRevenue\",\n        \"TRevPAR\",\n        \"TRevPOR\",\n        \"UnitRevenue\"\n    ],\n    \"available_timescales\": [\n        \"Day\",\n        \"Month\",\n        \"Quarter\",\n        \"Week\",\n        \"Year\"\n    ],\n    \"default_market\": {\n        \"market_id\": \"6a0d1685-8f5e-4de9-a3ea-6bf962a5a16f\",\n        \"name\": \"Greater Sedona\",\n        \"level\": \"VacationArea\"\n    },\n    \"available_property_types\": [\n        \"AlternativeVacationRental\",\n        \"Apartment\",\n        \"BedAndBreakfast\",\n        \"Condo\",\n        \"Hotel\",\n        \"House\",\n        \"SharedRoom\",\n        \"Townhouse\"\n    ],\n    \"available_property_amenities\": [\n        \"AC\",\n        \"CommunityPool\",\n        \"Elevator\",\n        \"Fireplace\",\n        \"GameRoom\",\n        \"HandicappedAccessible\",\n        \"HotTub\",\n        \"Internet\",\n        \"PetFriendly\",\n        \"Pool\",\n        \"PrivatePool\"\n    ],\n    \"available_property_location_types\": [\n        \"BeachFront\",\n        \"BeachView\",\n        \"Downtown\",\n        \"GolfcourseFront\",\n        \"GolfcourseView\",\n        \"LakeFront\",\n        \"LakeView\",\n        \"MonumentView\",\n        \"MountainView\",\n        \"OceanFront\",\n        \"OceanView\",\n        \"Resort\",\n        \"SkiIn\",\n        \"SkiOut\",\n        \"Village\",\n        \"WaterFront\",\n        \"WaterView\",\n        \"Waterways\",\n        \"Woodlands\"\n    ],\n    \"available_reservation_stay_types\": [\n        \"Guest\",\n        \"Owner\",\n        \"Hold\",\n        \"Blocked\"\n    ],\n    \"available_booking_source_types\": [\n        \"Airbnb\",\n        \"BookingDotCom\",\n        \"Direct\",\n        \"Expedia\",\n        \"Holidu\",\n        \"HomeawayVRBO\",\n        \"HometoGo\",\n        \"MarriottHomesandVillas\",\n        \"Other\"\n    ],\n    \"properties\": [\n        {\n            \"property_id\": \"91372e53-cd97-4962-84ab-30094c38903f\",\n            \"name\": \"XXXYYY\",\n            \"alias\": \"Some Unit\",\n            \"source_id\": \"997906\",\n            \"in_service_since\": null,\n            \"out_of_service_since\": \"9999-12-31T00:00:00\",\n            \"is_active\": true\n        }\n    ]\n}"}],"_postman_id":"7bafdb32-ef31-43a8-8dad-d3d5838e60be"},{"name":"Session","id":"c61eac4e-c7b4-4e47-b8a8-325638b98b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/v1/pm/session","description":"<h1 id=\"session\">Session</h1>\n<p><strong>Description:</strong><br />Return session-scoped metadata for the authenticated tenant. Use this endpoint to confirm the tenant identity and the upstream reservation data provider associated with the provided API key.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>tenant_name</code></td>\n<td>string</td>\n<td>Display name of the tenant/account.</td>\n</tr>\n<tr>\n<td><code>tenant_uuid</code></td>\n<td>string (uuid)</td>\n<td>Unique identifier for the tenant.</td>\n</tr>\n<tr>\n<td><code>reservation_data_provider_id</code></td>\n<td>string</td>\n<td>Upstream provider/source for reservation data (e.g., <code>STREAMLN</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; session details returned.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p>Useful for environment checks (e.g., verifying which tenant an API key maps to).</p>\n</li>\n<li><p>The <code>reservation_data_provider_id</code> can inform conditional logic for provider-specific behaviors.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","session"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dd4f5fcc-8bd7-4a59-b78f-2485c0301dca","name":"Session","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/v1/pm/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Mon, 10 Nov 2025 15:58:51 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"tenant_name\": \"XXXXX Properties\",\n    \"tenant_uuid\": \"e89420ae-6467-4803-ac75-6dc87c9c9550\",\n    \"reservation_data_provider_id\": \"STREAMLN\"\n}"}],"_postman_id":"c61eac4e-c7b4-4e47-b8a8-325638b98b55"}],"id":"02a043d6-ee9b-4f53-a85c-4456340023ca","_postman_id":"02a043d6-ee9b-4f53-a85c-4456340023ca","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Property Management System Data","item":[{"name":"Properties","id":"5c3645a3-a7a2-44f5-92db-a0246dab5633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"limit\": 500,\n    \"is_active\": true,\n    \"last_updated_on\": null,\n    \"bedrooms\": [\n    ],\n    \"property_types\": [\n    ],\n    \"property_ids\": [\n    ],\n    \"market_ids\": [\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties","description":"<h1 id=\"property-retrieve\">Property Retrieve</h1>\n<p><strong>Description:</strong><br />Retrieve a list of property records with optional filters. This endpoint supports pagination and advanced filtering to fetch all properties or a subset by criteria such as property IDs, market IDs, number of bedrooms, property types, and activity status.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>The page number of results to return (used for pagination).</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>integer</td>\n<td>Maximum number of records to return per page.</td>\n</tr>\n<tr>\n<td><code>is_active</code></td>\n<td>boolean</td>\n<td>Filter to include only active (<code>true</code>) or inactive (<code>false</code>) properties.</td>\n</tr>\n<tr>\n<td><code>last_updated_on</code></td>\n<td>string / null</td>\n<td>Filter properties by last updated timestamp.</td>\n</tr>\n<tr>\n<td><code>bedrooms</code></td>\n<td>array[integer]</td>\n<td>Optional filter by number of bedrooms (e.g., <code>[1, 2, 3]</code>).</td>\n</tr>\n<tr>\n<td><code>property_types</code></td>\n<td>array[string]</td>\n<td>Optional filter by property type (e.g., <code>[\"House\", \"Condo\"]</code>).</td>\n</tr>\n<tr>\n<td><code>property_ids</code></td>\n<td>array[string]</td>\n<td>Optional filter by property IDs (UUIDs).</td>\n</tr>\n<tr>\n<td><code>market_ids</code></td>\n<td>array[string]</td>\n<td>Optional filter by market UUIDs.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Indicates if the request succeeded.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>string / null</td>\n<td>Error message if applicable.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>array[object]</td>\n<td>Array of property objects with detailed information.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"property-object-data\">Property Object (<code>data[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Unique identifier (UUID).</td>\n</tr>\n<tr>\n<td><code>alias</code></td>\n<td>string</td>\n<td>Display alias or shorthand for the property.</td>\n</tr>\n<tr>\n<td><code>sourceId</code></td>\n<td>string</td>\n<td>External system ID from PMS or channel manager.</td>\n</tr>\n<tr>\n<td><code>source</code></td>\n<td>string</td>\n<td>Originating source (e.g., <code>STREAMLN</code>).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Property name.</td>\n</tr>\n<tr>\n<td><code>bedrooms</code></td>\n<td>integer</td>\n<td>Number of bedrooms.</td>\n</tr>\n<tr>\n<td><code>bathrooms</code></td>\n<td>number</td>\n<td>Number of bathrooms.</td>\n</tr>\n<tr>\n<td><code>sleeps</code></td>\n<td>integer</td>\n<td>Maximum number of guests.</td>\n</tr>\n<tr>\n<td><code>propertyType</code></td>\n<td>string</td>\n<td>Property type (e.g., <code>House</code>, <code>Condo</code>).</td>\n</tr>\n<tr>\n<td><code>amenities</code></td>\n<td>string</td>\n<td>Comma-separated list of amenities.</td>\n</tr>\n<tr>\n<td><code>sourceComplex</code></td>\n<td>string</td>\n<td>Complex or region name.</td>\n</tr>\n<tr>\n<td><code>sourcePropertyLocation</code></td>\n<td>string</td>\n<td>Original location descriptor.</td>\n</tr>\n<tr>\n<td><code>propertyLocation</code></td>\n<td>array[string]</td>\n<td>Normalized location tags.</td>\n</tr>\n<tr>\n<td><code>sourcePropertyType</code></td>\n<td>string</td>\n<td>Original property type label.</td>\n</tr>\n<tr>\n<td><code>street</code></td>\n<td>string</td>\n<td>Street address.</td>\n</tr>\n<tr>\n<td><code>street2</code></td>\n<td>string</td>\n<td>Additional address info.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>City name.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>string</td>\n<td>State code.</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>string</td>\n<td>ZIP or postal code.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>string</td>\n<td>Country code (ISO Alpha-2).</td>\n</tr>\n<tr>\n<td><code>latitude</code></td>\n<td>number</td>\n<td>Latitude coordinate.</td>\n</tr>\n<tr>\n<td><code>longitude</code></td>\n<td>number</td>\n<td>Longitude coordinate.</td>\n</tr>\n<tr>\n<td><code>isActive</code></td>\n<td>boolean</td>\n<td>Whether property is active.</td>\n</tr>\n<tr>\n<td><code>inServiceOn</code></td>\n<td>string</td>\n<td>ISO date property became active.</td>\n</tr>\n<tr>\n<td><code>outOfServiceOn</code></td>\n<td>string / null</td>\n<td>Date property became inactive.</td>\n</tr>\n<tr>\n<td><code>customUnitGroups</code></td>\n<td>array[object]</td>\n<td>Custom group metadata.</td>\n</tr>\n<tr>\n<td><code>isLockoffParent</code></td>\n<td>boolean</td>\n<td>Indicates if property is a lockoff parent unit.</td>\n</tr>\n<tr>\n<td><code>isLockoffChild</code></td>\n<td>boolean</td>\n<td>Indicates if property is a lockoff child unit.</td>\n</tr>\n<tr>\n<td><code>lockoffParentId</code></td>\n<td>string / null</td>\n<td>ID of lockoff parent property.</td>\n</tr>\n<tr>\n<td><code>associatedMarkets</code></td>\n<td>array[string]</td>\n<td>List of associated market UUIDs.</td>\n</tr>\n<tr>\n<td><code>lowestAreaId</code></td>\n<td>string</td>\n<td>Lowest-level market area UUID.</td>\n</tr>\n<tr>\n<td><code>minimumStayLength</code></td>\n<td>integer</td>\n<td>Minimum number of nights required per booking.</td>\n</tr>\n<tr>\n<td><code>minimumNightlyRate</code></td>\n<td>number</td>\n<td>Minimum nightly rate.</td>\n</tr>\n<tr>\n<td><code>maximumNightlyRate</code></td>\n<td>number</td>\n<td>Maximum nightly rate.</td>\n</tr>\n<tr>\n<td><code>shortDescription</code></td>\n<td>string</td>\n<td>Short marketing description.</td>\n</tr>\n<tr>\n<td><code>longDescription</code></td>\n<td>string</td>\n<td>Full HTML-formatted property description.</td>\n</tr>\n<tr>\n<td><code>imageUrls</code></td>\n<td>array[object]</td>\n<td>Property image metadata.</td>\n</tr>\n<tr>\n<td><code>imageUrls[].url</code></td>\n<td>string</td>\n<td>Image URL.</td>\n</tr>\n<tr>\n<td><code>imageUrls[].tagline</code></td>\n<td>string</td>\n<td>Caption or label for image.</td>\n</tr>\n<tr>\n<td><code>listingUrls</code></td>\n<td>array[object]</td>\n<td>External listing URLs.</td>\n</tr>\n<tr>\n<td><code>listingUrls[].urlType</code></td>\n<td>string</td>\n<td>Listing type (e.g., <code>PROPERTYWEBSITEURL</code>, <code>AIRBNBLINK</code>).</td>\n</tr>\n<tr>\n<td><code>listingUrls[].url</code></td>\n<td>string</td>\n<td>Full listing page URL.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"common-query-filters\">Common Query Filters</h2>\n<ul>\n<li><p>Filter by property ID(s)</p>\n</li>\n<li><p>Filter by market ID(s)</p>\n</li>\n<li><p>Filter by bedrooms or property type</p>\n</li>\n<li><p>Filter by <code>is_active</code> status</p>\n</li>\n<li><p>Filter by <code>last_updated_on</code> timestamp</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful, data returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or missing fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>An unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p>Use <strong>Properties - All</strong> example to fetch all properties with defaults.</p>\n</li>\n<li><p>Use <strong>Properties - By ID</strong> to fetch a single property.</p>\n</li>\n<li><p>Reference <a href=\"https://request/9571676-220f838a-5fb9-403a-b69c-9a22484a14f8\">Properties By Filters Example</a> for more patterns.</p>\n</li>\n<li><p>Ensure <code>public_api_key</code> and <code>url</code> are set in your environment before requests.</p>\n</li>\n<li><p>Pagination controlled via <code>page</code> and <code>limit</code> fields.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","properties"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1e13838f-7884-4c28-8dad-73a72edf4182","name":"Properties - All","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"limit\": 2,\n    \"is_active\": true,\n    \"last_updated_on\": null,\n    \"bedrooms\": [\n    ],\n    \"property_types\": [\n    ],\n    \"property_ids\": [\n    ],\n    \"market_ids\": [\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 05 Nov 2025 20:44:43 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"alias\": \"Example Property A\",\n      \"sourceId\": \"123456\",\n      \"source\": \"PMS_VENDOR\",\n      \"name\": \"Example Property A\",\n      \"bedrooms\": 4,\n      \"bathrooms\": 3,\n      \"sleeps\": 10,\n      \"propertyType\": \"House\",\n      \"amenities\": \"AC, Fireplace, HotTub, Internet, PetFriendly\",\n      \"sourceComplex\": \"Example Region\",\n      \"sourcePropertyLocation\": \"\",\n      \"propertyLocation\": [\"MountainView\", \"Village\"],\n      \"sourcePropertyType\": \"Homes\",\n      \"street\": \"123 Example Street\",\n      \"street2\": \"\",\n      \"city\": \"Example City\",\n      \"state\": \"EX\",\n      \"postalCode\": \"12345\",\n      \"country\": \"US\",\n      \"latitude\": 35.000000,\n      \"longitude\": -110.000000,\n      \"isActive\": true,\n      \"inServiceOn\": \"2025-01-01T00:00:00\",\n      \"outOfServiceOn\": null,\n      \"customUnitGroups\": [],\n      \"isLockoffParent\": false,\n      \"isLockoffChild\": false,\n      \"lockoffParentId\": null,\n      \"associatedMarkets\": [\n        \"uuid-1\",\n        \"uuid-2\",\n        \"uuid-3\"\n      ],\n      \"lowestAreaId\": \"uuid-1\",\n      \"minimumStayLength\": 0,\n      \"minimumNightlyRate\": 0,\n      \"maximumNightlyRate\": 0,\n      \"shortDescription\": \"An elegant mountain-view retreat blending modern design with nature.\",\n      \"longDescription\": \"A luxurious 4-bedroom home featuring premium amenities, private spa, outdoor entertainment, and panoramic views. Perfect for families or group getaways.\",\n      \"imageUrls\": [\n        {\n          \"url\": \"https://example.com/images/property-a.jpg\",\n          \"tagline\": \"Default Image\"\n        },\n        {\n          \"url\": \"https://example.com/images/property-a-thumb.jpg\",\n          \"tagline\": \"Thumbnail Image\"\n        }\n      ],\n      \"listingUrls\": [\n        {\n          \"urlType\": \"PROPERTYWEBSITEURL\",\n          \"url\": \"https://example-vacationrentals.com/property-a\"\n        },\n        {\n          \"urlType\": \"VRBOLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"AIRBNBLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"URL\",\n          \"url\": \"https://example-vacationrentals.com/property-a\"\n        }\n      ]\n    },\n    {\n      \"id\": \"yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy\",\n      \"alias\": \"Example Property B\",\n      \"sourceId\": \"789012\",\n      \"source\": \"PMS_VENDOR\",\n      \"name\": \"Example Property B\",\n      \"bedrooms\": 6,\n      \"bathrooms\": 4.5,\n      \"sleeps\": 20,\n      \"propertyType\": \"Villa\",\n      \"amenities\": \"PrivatePool, AC, Fireplace, HotTub, Internet, GameRoom\",\n      \"sourceComplex\": \"Example Region\",\n      \"sourcePropertyLocation\": \"Garden View\",\n      \"propertyLocation\": [\"MountainView\"],\n      \"sourcePropertyType\": \"Homes\",\n      \"street\": \"456 Sample Drive\",\n      \"street2\": \"\",\n      \"city\": \"Sampleville\",\n      \"state\": \"EX\",\n      \"postalCode\": \"67890\",\n      \"country\": \"US\",\n      \"latitude\": 34.500000,\n      \"longitude\": -111.000000,\n      \"isActive\": true,\n      \"inServiceOn\": \"2024-06-01T00:00:00\",\n      \"outOfServiceOn\": null,\n      \"customUnitGroups\": [\n        { \"id\": \"group-1\", \"name\": \"Example Group 1\" },\n        { \"id\": \"group-2\", \"name\": \"Example Group 2\" }\n      ],\n      \"isLockoffParent\": false,\n      \"isLockoffChild\": false,\n      \"lockoffParentId\": null,\n      \"associatedMarkets\": [\n        \"uuid-10\",\n        \"uuid-20\",\n        \"uuid-30\"\n      ],\n      \"lowestAreaId\": \"uuid-10\",\n      \"minimumStayLength\": 0,\n      \"minimumNightlyRate\": 0,\n      \"maximumNightlyRate\": 0,\n      \"shortDescription\": \"Luxury villa with panoramic views, private pool, and modern amenities.\",\n      \"longDescription\": \"Spacious 6-bedroom villa featuring a pool, hot tub, game room, and outdoor living areas. Ideal for large groups and family gatherings.\",\n      \"imageUrls\": [\n        {\n          \"url\": \"https://example.com/images/property-b.jpg\",\n          \"tagline\": \"Default Image\"\n        },\n        {\n          \"url\": \"https://example.com/images/property-b-thumb.jpg\",\n          \"tagline\": \"Thumbnail Image\"\n        }\n      ],\n      \"listingUrls\": [\n        {\n          \"urlType\": \"PROPERTYWEBSITEURL\",\n          \"url\": \"https://example-vacationrentals.com/property-b\"\n        },\n        {\n          \"urlType\": \"VRBOLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"AIRBNBLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"URL\",\n          \"url\": \"https://example-vacationrentals.com/property-b\"\n        }\n      ]\n    }\n  ],\n  \"total_count\": 40,\n  \"pagination\": {\n    \"current_page\": 1,\n    \"page_size\": 2,\n    \"total_pages\": 20,\n    \"items_on_page\": 2,\n    \"has_next_page\": true,\n    \"has_previous_page\": false\n  }\n}"},{"id":"33e25422-8c74-44b3-a362-7f9d4eb41e41","name":"Properties - By Id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"limit\": 2,\n    \"is_active\": true,\n    \"last_updated_on\": null,\n    \"bedrooms\": [\n    ],\n    \"property_types\": [\n    ],\n    \"property_ids\": [\n        \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    ],\n    \"market_ids\": [\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 05 Nov 2025 20:44:43 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"error\": null,\n  \"data\": [\n    {\n      \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"alias\": \"Example Property A\",\n      \"sourceId\": \"123456\",\n      \"source\": \"PMS_VENDOR\",\n      \"name\": \"Example Property A\",\n      \"bedrooms\": 4,\n      \"bathrooms\": 3,\n      \"sleeps\": 10,\n      \"propertyType\": \"House\",\n      \"amenities\": \"AC, Fireplace, HotTub, Internet, PetFriendly\",\n      \"sourceComplex\": \"Example Region\",\n      \"sourcePropertyLocation\": \"\",\n      \"propertyLocation\": [\"MountainView\", \"Village\"],\n      \"sourcePropertyType\": \"Homes\",\n      \"street\": \"123 Example Street\",\n      \"street2\": \"\",\n      \"city\": \"Example City\",\n      \"state\": \"EX\",\n      \"postalCode\": \"12345\",\n      \"country\": \"US\",\n      \"latitude\": 35.000000,\n      \"longitude\": -110.000000,\n      \"isActive\": true,\n      \"inServiceOn\": \"2025-01-01T00:00:00\",\n      \"outOfServiceOn\": null,\n      \"customUnitGroups\": [],\n      \"isLockoffParent\": false,\n      \"isLockoffChild\": false,\n      \"lockoffParentId\": null,\n      \"associatedMarkets\": [\n        \"uuid-1\",\n        \"uuid-2\",\n        \"uuid-3\"\n      ],\n      \"lowestAreaId\": \"uuid-1\",\n      \"minimumStayLength\": 0,\n      \"minimumNightlyRate\": 0,\n      \"maximumNightlyRate\": 0,\n      \"shortDescription\": \"An elegant mountain-view retreat blending modern design with nature.\",\n      \"longDescription\": \"A luxurious 4-bedroom home featuring premium amenities, private spa, outdoor entertainment, and panoramic views. Perfect for families or group getaways.\",\n      \"imageUrls\": [\n        {\n          \"url\": \"https://example.com/images/property-a.jpg\",\n          \"tagline\": \"Default Image\"\n        },\n        {\n          \"url\": \"https://example.com/images/property-a-thumb.jpg\",\n          \"tagline\": \"Thumbnail Image\"\n        }\n      ],\n      \"listingUrls\": [\n        {\n          \"urlType\": \"PROPERTYWEBSITEURL\",\n          \"url\": \"https://example-vacationrentals.com/property-a\"\n        },\n        {\n          \"urlType\": \"VRBOLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"AIRBNBLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"URL\",\n          \"url\": \"https://example-vacationrentals.com/property-a\"\n        }\n      ]\n    },\n    {\n      \"id\": \"yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy\",\n      \"alias\": \"Example Property B\",\n      \"sourceId\": \"789012\",\n      \"source\": \"PMS_VENDOR\",\n      \"name\": \"Example Property B\",\n      \"bedrooms\": 6,\n      \"bathrooms\": 4.5,\n      \"sleeps\": 20,\n      \"propertyType\": \"Villa\",\n      \"amenities\": \"PrivatePool, AC, Fireplace, HotTub, Internet, GameRoom\",\n      \"sourceComplex\": \"Example Region\",\n      \"sourcePropertyLocation\": \"Garden View\",\n      \"propertyLocation\": [\"MountainView\"],\n      \"sourcePropertyType\": \"Homes\",\n      \"street\": \"456 Sample Drive\",\n      \"street2\": \"\",\n      \"city\": \"Sampleville\",\n      \"state\": \"EX\",\n      \"postalCode\": \"67890\",\n      \"country\": \"US\",\n      \"latitude\": 34.500000,\n      \"longitude\": -111.000000,\n      \"isActive\": true,\n      \"inServiceOn\": \"2024-06-01T00:00:00\",\n      \"outOfServiceOn\": null,\n      \"customUnitGroups\": [\n        { \"id\": \"group-1\", \"name\": \"Example Group 1\" },\n        { \"id\": \"group-2\", \"name\": \"Example Group 2\" }\n      ],\n      \"isLockoffParent\": false,\n      \"isLockoffChild\": false,\n      \"lockoffParentId\": null,\n      \"associatedMarkets\": [\n        \"uuid-10\",\n        \"uuid-20\",\n        \"uuid-30\"\n      ],\n      \"lowestAreaId\": \"uuid-10\",\n      \"minimumStayLength\": 0,\n      \"minimumNightlyRate\": 0,\n      \"maximumNightlyRate\": 0,\n      \"shortDescription\": \"Luxury villa with panoramic views, private pool, and modern amenities.\",\n      \"longDescription\": \"Spacious 6-bedroom villa featuring a pool, hot tub, game room, and outdoor living areas. Ideal for large groups and family gatherings.\",\n      \"imageUrls\": [\n        {\n          \"url\": \"https://example.com/images/property-b.jpg\",\n          \"tagline\": \"Default Image\"\n        },\n        {\n          \"url\": \"https://example.com/images/property-b-thumb.jpg\",\n          \"tagline\": \"Thumbnail Image\"\n        }\n      ],\n      \"listingUrls\": [\n        {\n          \"urlType\": \"PROPERTYWEBSITEURL\",\n          \"url\": \"https://example-vacationrentals.com/property-b\"\n        },\n        {\n          \"urlType\": \"VRBOLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"AIRBNBLINK\",\n          \"url\": \"\"\n        },\n        {\n          \"urlType\": \"URL\",\n          \"url\": \"https://example-vacationrentals.com/property-b\"\n        }\n      ]\n    }\n  ],\n  \"total_count\": 40,\n  \"pagination\": {\n    \"current_page\": 1,\n    \"page_size\": 2,\n    \"total_pages\": 20,\n    \"items_on_page\": 2,\n    \"has_next_page\": true,\n    \"has_previous_page\": false\n  }\n}"}],"_postman_id":"5c3645a3-a7a2-44f5-92db-a0246dab5633"},{"name":"Reservations","id":"7557ca68-b6a0-45f3-b24e-fc724689eea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"primary_range\": {\n        \"commonseasontype\": \"NEXT120DAYS\"\n    },\n    \"limit\": 1,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/reservations","description":"<h1 id=\"reservations\">Reservations</h1>\n<p><strong>Description:</strong><br />Retrieve reservations within a specified date window, with rich filtering and pagination. Use this endpoint to list upcoming, past, or in-window stays and related guest and revenue details.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<blockquote>\n<p><strong>Primary range rule:</strong> Provide <strong>either</strong> <code>primary_range.commonseasontype</code> <strong>or</strong> the pair <code>primary_range.start</code> <strong>and</strong> <code>primary_range.end</code>. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>primary_range.commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for the date range (e.g., <code>NEXT120DAYS</code>). Mutually exclusive with <code>primary_range.start</code>/<code>end</code>. See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>primary_range.start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Start date (UTC, <code>YYYY-MM-DD</code>). Required if <code>primary_range.commonseasontype</code> is not provided.</td>\n</tr>\n<tr>\n<td><code>primary_range.end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>End date (UTC, <code>YYYY-MM-DD</code>). Required with <code>primary_range.start</code>.</td>\n</tr>\n<tr>\n<td><code>property_ids.include</code></td>\n<td>array[string(uuid)]</td>\n<td>⛔</td>\n<td>Only include reservations for these property IDs.</td>\n</tr>\n<tr>\n<td><code>property_ids.exclude</code></td>\n<td>array[string(uuid)]</td>\n<td>⛔</td>\n<td>Exclude reservations for these property IDs. Applied <strong>after</strong> <code>include</code>.</td>\n</tr>\n<tr>\n<td><code>bedrooms.include</code></td>\n<td>array[integer]</td>\n<td>⛔</td>\n<td>Only include reservations for properties matching these bedroom counts.</td>\n</tr>\n<tr>\n<td><code>bedrooms.exclude</code></td>\n<td>array[integer]</td>\n<td>⛔</td>\n<td>Exclude reservations for properties matching these bedroom counts.</td>\n</tr>\n<tr>\n<td><code>property_types.include</code></td>\n<td>array[string]</td>\n<td>⛔</td>\n<td>Only include reservations for these property types (e.g., <code>Condo</code>, <code>House</code>).</td>\n</tr>\n<tr>\n<td><code>property_types.exclude</code></td>\n<td>array[string]</td>\n<td>⛔</td>\n<td>Exclude reservations for these property types (e.g., <code>Hotel</code>, <code>Motel</code>).</td>\n</tr>\n<tr>\n<td><code>marketing_sources.include</code></td>\n<td>array[string]</td>\n<td>⛔</td>\n<td>Only include these marketing/booking sources (e.g., <code>Airbnb</code>, <code>VRBO</code>, <code>Direct</code>).</td>\n</tr>\n<tr>\n<td><code>marketing_sources.exclude</code></td>\n<td>array[string]</td>\n<td>⛔</td>\n<td>Exclude these marketing/booking sources.</td>\n</tr>\n<tr>\n<td><code>timescales</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Aggregation timescale (e.g., <code>Day</code>, <code>Week</code>, <code>Month</code>, <code>Quarter</code>, <code>Year</code>). See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>market_ids.include</code></td>\n<td>array[string(uuid)]</td>\n<td>⛔</td>\n<td>Only include reservations for properties in these markets.</td>\n</tr>\n<tr>\n<td><code>market_ids.exclude</code></td>\n<td>array[string(uuid)]</td>\n<td>⛔</td>\n<td>Exclude reservations for properties in these markets.</td>\n</tr>\n<tr>\n<td><code>last_updated_on</code></td>\n<td>string (date-time)</td>\n<td>⛔</td>\n<td>Return reservations updated on/after this ISO-8601 timestamp.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>integer</td>\n<td>✅</td>\n<td>Page size (max <strong>1000</strong>).</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>✅</td>\n<td>1-based page number to fetch.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Filter semantics</strong></p>\n<ul>\n<li><p>Omit a filter or pass an empty array to disable that filter.</p>\n</li>\n<li><p>When both <code>include</code> and <code>exclude</code> are supplied for the same dimension, <code>exclude</code> removes matches from the included set.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Indicates whether the request succeeded.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>string / null</td>\n<td>Error message if any.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>array[object]</td>\n<td>List of reservation records.</td>\n</tr>\n<tr>\n<td><code>total_count</code></td>\n<td>integer</td>\n<td>Total number of reservations that match the criteria (across all pages).</td>\n</tr>\n<tr>\n<td><code>pagination</code></td>\n<td>object</td>\n<td>Pagination metadata for the current response.</td>\n</tr>\n<tr>\n<td><code>pagination.current_page</code></td>\n<td>integer</td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td><code>pagination.page_size</code></td>\n<td>integer</td>\n<td>Maximum items per page used to generate the response.</td>\n</tr>\n<tr>\n<td><code>pagination.total_pages</code></td>\n<td>integer</td>\n<td>Total number of pages available.</td>\n</tr>\n<tr>\n<td><code>pagination.items_on_page</code></td>\n<td>integer</td>\n<td>Number of items returned in this page.</td>\n</tr>\n<tr>\n<td><code>pagination.has_next_page</code></td>\n<td>boolean</td>\n<td>Whether a subsequent page exists.</td>\n</tr>\n<tr>\n<td><code>pagination.has_previous_page</code></td>\n<td>boolean</td>\n<td>Whether a prior page exists.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"reservation-object-data\">Reservation Object (<code>data[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reservation_id</code></td>\n<td>string</td>\n<td>Reservation UUID.</td>\n</tr>\n<tr>\n<td><code>property_id</code></td>\n<td>string</td>\n<td>Property UUID associated with the reservation.</td>\n</tr>\n<tr>\n<td><code>alias</code></td>\n<td>string</td>\n<td>Property alias or display name at time of booking.</td>\n</tr>\n<tr>\n<td><code>source_id</code></td>\n<td>string</td>\n<td>Reservation identifier in the source/PMS/channel.</td>\n</tr>\n<tr>\n<td><code>source_property_id</code></td>\n<td>string</td>\n<td>Property identifier in the source/PMS/channel.</td>\n</tr>\n<tr>\n<td><code>source</code></td>\n<td>string</td>\n<td>Source system or channel (may be empty).</td>\n</tr>\n<tr>\n<td><code>reservation_stay_type</code></td>\n<td>string</td>\n<td>Normalized stay type (e.g., <code>Guest</code>, <code>Owner</code>, <code>Hold</code>, <code>Blocked</code>).</td>\n</tr>\n<tr>\n<td><code>source_reservation_stay_type</code></td>\n<td>string</td>\n<td>Raw stay type label from the source system.</td>\n</tr>\n<tr>\n<td><code>booked_on</code></td>\n<td>string (date-time)</td>\n<td>Booking date (UTC ISO-8601).</td>\n</tr>\n<tr>\n<td><code>arrival</code></td>\n<td>string (date-time)</td>\n<td>Check-in date (UTC ISO-8601).</td>\n</tr>\n<tr>\n<td><code>departure</code></td>\n<td>string (date-time)</td>\n<td>Check-out date (UTC ISO-8601).</td>\n</tr>\n<tr>\n<td><code>stay_length</code></td>\n<td>integer</td>\n<td>Nights stayed (derived from arrival/departure).</td>\n</tr>\n<tr>\n<td><code>is_canceled</code></td>\n<td>boolean</td>\n<td>Whether the reservation is canceled.</td>\n</tr>\n<tr>\n<td><code>canceled_on</code></td>\n<td>string / null</td>\n<td>Cancellation timestamp, if canceled.</td>\n</tr>\n<tr>\n<td><code>marketing_source</code></td>\n<td>string</td>\n<td>Marketing/booking source (e.g., <code>Airbnb</code>, <code>Direct</code>).</td>\n</tr>\n<tr>\n<td><code>marketing_source_group</code></td>\n<td>string / null</td>\n<td>Grouped marketing source, if available.</td>\n</tr>\n<tr>\n<td><code>adults</code></td>\n<td>integer</td>\n<td>Number of adult guests.</td>\n</tr>\n<tr>\n<td><code>children</code></td>\n<td>integer</td>\n<td>Number of child guests.</td>\n</tr>\n<tr>\n<td><code>pets</code></td>\n<td>integer</td>\n<td>Number of pets.</td>\n</tr>\n<tr>\n<td><code>rent_total</code></td>\n<td>number</td>\n<td>Total rent amount in display currency.</td>\n</tr>\n<tr>\n<td><code>extras_total</code></td>\n<td>number</td>\n<td>Total extras/fees amount in display currency.</td>\n</tr>\n<tr>\n<td><code>rent_tax</code></td>\n<td>number</td>\n<td>Tax component on rent.</td>\n</tr>\n<tr>\n<td><code>extras_tax</code></td>\n<td>number</td>\n<td>Tax component on extras.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>ISO currency code (e.g., <code>USD</code>).</td>\n</tr>\n<tr>\n<td><code>raw_total</code></td>\n<td>number</td>\n<td>Unrounded / raw total amount.</td>\n</tr>\n<tr>\n<td><code>raw_rent_total</code></td>\n<td>number</td>\n<td>Unrounded / raw rent amount.</td>\n</tr>\n<tr>\n<td><code>raw_extras_total</code></td>\n<td>number</td>\n<td>Unrounded / raw extras amount.</td>\n</tr>\n<tr>\n<td><code>raw_rent_tax</code></td>\n<td>number</td>\n<td>Unrounded / raw rent tax.</td>\n</tr>\n<tr>\n<td><code>raw_extras_tax</code></td>\n<td>number</td>\n<td>Unrounded / raw extras tax.</td>\n</tr>\n<tr>\n<td><code>conversion_rate</code></td>\n<td>number</td>\n<td>FX rate applied when converting to display currency.</td>\n</tr>\n<tr>\n<td><code>guest_first_name</code></td>\n<td>string</td>\n<td>Guest first name.</td>\n</tr>\n<tr>\n<td><code>guest_last_name</code></td>\n<td>string</td>\n<td>Guest last name.</td>\n</tr>\n<tr>\n<td><code>guest_full_name</code></td>\n<td>string</td>\n<td>Full name if provided; may be empty.</td>\n</tr>\n<tr>\n<td><code>guest_email</code></td>\n<td>string</td>\n<td>Guest email address.</td>\n</tr>\n<tr>\n<td><code>guest_phone</code></td>\n<td>string</td>\n<td>Guest phone number, if provided.</td>\n</tr>\n<tr>\n<td><code>guest_street</code></td>\n<td>string</td>\n<td>Address line 1, if provided.</td>\n</tr>\n<tr>\n<td><code>guest_city</code></td>\n<td>string</td>\n<td>City, if provided.</td>\n</tr>\n<tr>\n<td><code>guest_state</code></td>\n<td>string</td>\n<td>State/region, if provided.</td>\n</tr>\n<tr>\n<td><code>guest_postal_code</code></td>\n<td>string</td>\n<td>Postal code, if provided.</td>\n</tr>\n<tr>\n<td><code>guest_country</code></td>\n<td>string</td>\n<td>ISO country code.</td>\n</tr>\n<tr>\n<td><code>full_guest_address</code></td>\n<td>string</td>\n<td>Concatenated address string, if available.</td>\n</tr>\n<tr>\n<td><code>guest_geo_location</code></td>\n<td>string</td>\n<td>Geocoding provider/location text, if present.</td>\n</tr>\n<tr>\n<td><code>guest_latitude</code></td>\n<td>number</td>\n<td>Latitude of guest address (0 if unknown).</td>\n</tr>\n<tr>\n<td><code>guest_longitude</code></td>\n<td>number</td>\n<td>Longitude of guest address (0 if unknown).</td>\n</tr>\n<tr>\n<td><code>geo_names_id</code></td>\n<td>integer</td>\n<td>GeoNames (or similar) place identifier, if available.</td>\n</tr>\n<tr>\n<td><code>created_on</code></td>\n<td>string (date-time)</td>\n<td>Creation timestamp of the reservation record.</td>\n</tr>\n<tr>\n<td><code>updated_on</code></td>\n<td>string (date-time)</td>\n<td>Last update timestamp of the reservation record.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; reservations returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or missing required fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p><strong>Date range:</strong> Use <strong>either</strong> <code>primary_range.commonseasontype</code> (preferred presets from Lookups) <strong>or</strong> explicit <code>primary_range.start</code>/<code>end</code> dates.</p>\n</li>\n<li><p><strong>Pagination:</strong> Combine <code>page</code> and <code>limit</code> (max 1000). Use <code>pagination.has_next_page</code> to iterate.</p>\n</li>\n<li><p><strong>Include/Exclude:</strong> Empty/missing lists disable that filter; when both are present, <strong>exclude</strong> wins.</p>\n</li>\n<li><p><strong>Timescales:</strong> Valid values align with Lookups (<code>Day</code>, <code>Week</code>, <code>Month</code>, <code>Quarter</code>, <code>Year</code>).</p>\n</li>\n<li><p><strong>Performance tips:</strong> Narrow by markets, property IDs, or last update to reduce payload size on large accounts.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","reservations"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"88493ed3-b025-4704-b0f5-4ad1f35fc852","name":"Reservations - Common Season","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date_range\": {\n        \"commonseasontype\": \"NEXT120DAYS\"\n    },\n    \"limit\": 1,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/reservations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 06 Nov 2025 17:48:20 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"data\": [\n        {\n            \"reservation_id\": \"7b2f8a8c-2b95-4a52-85f2-e2ee0118110a\",\n            \"property_id\": \"e61cd013-7707-4a55-b995-57afab2181e2\",\n            \"alias\": \"[PROPERTY_NAME]\",\n            \"source_id\": \"11731\",\n            \"source_property_id\": \"881537\",\n            \"source\": \"\",\n            \"reservation_stay_type\": \"Guest\",\n            \"source_reservation_stay_type\": \"SC-ABnB (4)\",\n            \"booked_on\": \"2025-07-19T00:00:00\",\n            \"arrival\": \"2026-03-04T00:00:00\",\n            \"departure\": \"2026-03-11T00:00:00\",\n            \"stay_length\": 7,\n            \"is_canceled\": false,\n            \"canceled_on\": null,\n            \"marketing_source\": \"Airbnb\",\n            \"marketing_source_group\": null,\n            \"adults\": 0,\n            \"children\": 0,\n            \"pets\": 0,\n            \"rent_total\": 18654.59,\n            \"extras_total\": 500,\n            \"rent_tax\": 0,\n            \"extras_tax\": 0,\n            \"currency\": \"USD\",\n            \"raw_total\": 19154.59,\n            \"raw_rent_total\": 18654.59,\n            \"raw_extras_total\": 500,\n            \"raw_rent_tax\": 0,\n            \"raw_extras_tax\": 0,\n            \"conversion_rate\": 1,\n            \"created_on\": \"2025-07-20T11:38:59.823\",\n            \"updated_on\": \"2025-11-06T13:18:34.648583\",\n            \"guest_first_name\": \"[FIRST_NAME]\",\n            \"guest_last_name\": \"[LAST_NAME]\",\n            \"guest_full_name\": \"\",\n            \"guest_email\": \"[EMAIL]\",\n            \"guest_phone\": \"\",\n            \"guest_street\": \"\",\n            \"guest_city\": \"\",\n            \"guest_state\": \"\",\n            \"guest_postal_code\": \"\",\n            \"guest_country\": \"US\",\n            \"full_guest_address\": \"\",\n            \"guest_geo_location\": \"\",\n            \"guest_latitude\": 0,\n            \"guest_longitude\": 0,\n            \"geo_names_id\": 0\n        }\n    ],\n    \"total_count\": 216,\n    \"pagination\": {\n        \"current_page\": 1,\n        \"page_size\": 1,\n        \"total_pages\": 216,\n        \"items_on_page\": 1,\n        \"has_next_page\": true,\n        \"has_previous_page\": false\n    }\n}"},{"id":"c0743a13-cdae-4c01-b5dd-7a7b47ba2556","name":"Reservations - Date Range","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date_range\": {\n        \"start\": \"01-01-2025\",\n        \"end\": \"01-31-2025\"\n    },\n    \"limit\": 1,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/reservations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 06 Nov 2025 17:48:20 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"data\": [\n        {\n            \"reservation_id\": \"7b2f8a8c-2b95-4a52-85f2-e2ee0118110a\",\n            \"property_id\": \"e61cd013-7707-4a55-b995-57afab2181e2\",\n            \"alias\": \"[PROPERTY_NAME]\",\n            \"source_id\": \"11731\",\n            \"source_property_id\": \"881537\",\n            \"source\": \"\",\n            \"reservation_stay_type\": \"Guest\",\n            \"source_reservation_stay_type\": \"SC-ABnB (4)\",\n            \"booked_on\": \"2025-07-19T00:00:00\",\n            \"arrival\": \"2026-03-04T00:00:00\",\n            \"departure\": \"2026-03-11T00:00:00\",\n            \"stay_length\": 7,\n            \"is_canceled\": false,\n            \"canceled_on\": null,\n            \"marketing_source\": \"Airbnb\",\n            \"marketing_source_group\": null,\n            \"adults\": 0,\n            \"children\": 0,\n            \"pets\": 0,\n            \"rent_total\": 18654.59,\n            \"extras_total\": 500,\n            \"rent_tax\": 0,\n            \"extras_tax\": 0,\n            \"currency\": \"USD\",\n            \"raw_total\": 19154.59,\n            \"raw_rent_total\": 18654.59,\n            \"raw_extras_total\": 500,\n            \"raw_rent_tax\": 0,\n            \"raw_extras_tax\": 0,\n            \"conversion_rate\": 1,\n            \"created_on\": \"2025-07-20T11:38:59.823\",\n            \"updated_on\": \"2025-11-06T13:18:34.648583\",\n            \"guest_first_name\": \"[FIRST_NAME]\",\n            \"guest_last_name\": \"[LAST_NAME]\",\n            \"guest_full_name\": \"\",\n            \"guest_email\": \"[EMAIL]\",\n            \"guest_phone\": \"\",\n            \"guest_street\": \"\",\n            \"guest_city\": \"\",\n            \"guest_state\": \"\",\n            \"guest_postal_code\": \"\",\n            \"guest_country\": \"US\",\n            \"full_guest_address\": \"\",\n            \"guest_geo_location\": \"\",\n            \"guest_latitude\": 0,\n            \"guest_longitude\": 0,\n            \"geo_names_id\": 0\n        }\n    ],\n    \"total_count\": 216,\n    \"pagination\": {\n        \"current_page\": 1,\n        \"page_size\": 1,\n        \"total_pages\": 216,\n        \"items_on_page\": 1,\n        \"has_next_page\": true,\n        \"has_previous_page\": false\n    }\n}"},{"id":"67f41e90-6ec0-45a3-a181-21889a7cda70","name":"Reservations - Request Variations","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"primary_range\": {\n    \"commonseasontype\": \"NEXT120DAYS\",\n    \"start\": \"2025-01-01\",\n    \"end\": \"2025-12-31\"\n  },\n  \"property_ids\": {\n    \"include\": [\n      \"e61cd013-7707-4a55-b995-57afab2181e2\",\n      \"a4b5c6d7-8901-2345-6789-abcdef012345\",\n      \"f1e2d3c4-b5a6-9788-6543-210fedcba987\"\n    ],\n    \"exclude\": [\n      \"b2c3d4e5-f6a7-8899-aabb-ccddeeff0011\"\n    ]\n  },\n  \"bedrooms\": {\n    \"include\": [1, 2, 3, 4, 5],\n    \"exclude\": [0]\n  },\n  \"property_types\": {\n    \"include\": [\"Condo\", \"House\", \"Villa\", \"Townhouse\", \"Apartment\"],\n    \"exclude\": [\"Hotel\", \"Motel\"]\n  },\n  \"marketing_sources\": {\n    \"include\": [\"Airbnb\", \"VRBO\", \"Booking.com\", \"Direct\", \"Expedia\"],\n    \"exclude\": [\"Craigslist\"]\n  },\n  \"timescales\": \"Month\",\n  \"market_ids\": {\n    \"include\": [\n      \"550e8400-e29b-41d4-a716-446655440000\",\n      \"6ba7b810-9dad-11d1-80b4-00c04fd430c8\",\n      \"7c8d9e0f-1a2b-3c4d-5e6f-789012345678\"\n    ],\n    \"exclude\": [\n      \"9a8b7c6d-5e4f-3a2b-1c0d-ef9876543210\"\n    ]\n  },\n  \"last_updated_on\": \"2025-11-01T00:00:00Z\",\n  \"limit\": 1000,\n  \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/reservations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 06 Nov 2025 17:48:20 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"data\": [\n        {\n            \"reservation_id\": \"7b2f8a8c-2b95-4a52-85f2-e2ee0118110a\",\n            \"property_id\": \"e61cd013-7707-4a55-b995-57afab2181e2\",\n            \"alias\": \"[PROPERTY_NAME]\",\n            \"source_id\": \"11731\",\n            \"source_property_id\": \"881537\",\n            \"source\": \"\",\n            \"reservation_stay_type\": \"Guest\",\n            \"source_reservation_stay_type\": \"SC-ABnB (4)\",\n            \"booked_on\": \"2025-07-19T00:00:00\",\n            \"arrival\": \"2026-03-04T00:00:00\",\n            \"departure\": \"2026-03-11T00:00:00\",\n            \"stay_length\": 7,\n            \"is_canceled\": false,\n            \"canceled_on\": null,\n            \"marketing_source\": \"Airbnb\",\n            \"marketing_source_group\": null,\n            \"adults\": 0,\n            \"children\": 0,\n            \"pets\": 0,\n            \"rent_total\": 18654.59,\n            \"extras_total\": 500,\n            \"rent_tax\": 0,\n            \"extras_tax\": 0,\n            \"currency\": \"USD\",\n            \"raw_total\": 19154.59,\n            \"raw_rent_total\": 18654.59,\n            \"raw_extras_total\": 500,\n            \"raw_rent_tax\": 0,\n            \"raw_extras_tax\": 0,\n            \"conversion_rate\": 1,\n            \"created_on\": \"2025-07-20T11:38:59.823\",\n            \"updated_on\": \"2025-11-06T13:18:34.648583\",\n            \"guest_first_name\": \"[FIRST_NAME]\",\n            \"guest_last_name\": \"[LAST_NAME]\",\n            \"guest_full_name\": \"\",\n            \"guest_email\": \"[EMAIL]\",\n            \"guest_phone\": \"\",\n            \"guest_street\": \"\",\n            \"guest_city\": \"\",\n            \"guest_state\": \"\",\n            \"guest_postal_code\": \"\",\n            \"guest_country\": \"US\",\n            \"full_guest_address\": \"\",\n            \"guest_geo_location\": \"\",\n            \"guest_latitude\": 0,\n            \"guest_longitude\": 0,\n            \"geo_names_id\": 0\n        }\n    ],\n    \"total_count\": 216,\n    \"pagination\": {\n        \"current_page\": 1,\n        \"page_size\": 1,\n        \"total_pages\": 216,\n        \"items_on_page\": 1,\n        \"has_next_page\": true,\n        \"has_previous_page\": false\n    }\n}"}],"_postman_id":"7557ca68-b6a0-45f3-b24e-fc724689eea5"}],"id":"11eb023d-4cb0-441b-97af-7a58a8be5920","_postman_id":"11eb023d-4cb0-441b-97af-7a58a8be5920","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Property Calendars","item":[{"name":"Calendar","id":"c84371f0-9281-4f34-83d9-370bcfae6665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"primary_range\": {\n        \"commonseasontype\": \"CURRENTYEAR\"\n    },\n    \"rate_pricing_date\": null,\n    \"property_ids\": [\n        \"01f98034-c80f-47f5-b3ef-e68d0723d431\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/calendar","description":"<h1 id=\"calendar\">Calendar</h1>\n<p><strong>Description:</strong><br />Retrieve nightly calendar availability, minimum stay, and pricing for specific properties within a date range. Use this endpoint to power availability widgets, pricing calendars, or operational planning.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<blockquote>\n<p><strong>Range rule:</strong> Provide <strong>either</strong> <code>range.commonseasontype</code> <strong>or</strong> the pair <code>range.start</code> <strong>and</strong> <code>range.end</code>. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>primary_range.commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for the date range (e.g., <code>CURRENTYEAR</code>, <code>NEXT120DAYS</code>). Mutually exclusive with <code>range.start</code>/<code>end</code>. See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>primary_range.start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Start date (UTC, <code>YYYY-MM-DD</code>). Required if <code>range.commonseasontype</code> is not provided.</td>\n</tr>\n<tr>\n<td><code>primary_range.end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>End date (UTC, <code>YYYY-MM-DD</code>). Required with <code>range.start</code>.</td>\n</tr>\n<tr>\n<td><code>rate_pricing_date</code></td>\n<td>string (date) / null</td>\n<td>⛔</td>\n<td>Evaluate pricing as of this date (UTC, <code>YYYY-MM-DD</code>). If <code>null</code> or omitted, uses latest available rates.</td>\n</tr>\n<tr>\n<td><code>property_ids</code></td>\n<td>array[string(uuid)]</td>\n<td>✅</td>\n<td>One or more property IDs to return calendars for.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Filter semantics</strong></p>\n<ul>\n<li><p>Supplying <code>property_ids</code> restricts results to those properties; omit to fetch none (this field is required).</p>\n</li>\n<li><p>When using explicit dates, <code>range.start</code> must be ≤ <code>range.end</code>.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Indicates whether the request succeeded.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>string / null</td>\n<td>Error message if any.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>array[object]</td>\n<td>List of calendar payloads by property.</td>\n</tr>\n<tr>\n<td><code>noRatesFound</code></td>\n<td>boolean</td>\n<td><code>true</code> if no rate data exists for the requested window/properties.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"property-calendar-object-data\">Property Calendar Object (<code>data[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>property_id</code></td>\n<td>string</td>\n<td>Property UUID.</td>\n</tr>\n<tr>\n<td><code>property_source_id</code></td>\n<td>string</td>\n<td>Property identifier in the source/PMS/channel.</td>\n</tr>\n<tr>\n<td><code>property_display_name</code></td>\n<td>string</td>\n<td>Property name suitable for UI display.</td>\n</tr>\n<tr>\n<td><code>property_alias</code></td>\n<td>string</td>\n<td>Short alias for the property.</td>\n</tr>\n<tr>\n<td><code>in_service_on</code></td>\n<td>string (date-time)</td>\n<td>Date the property became active (ISO-8601).</td>\n</tr>\n<tr>\n<td><code>out_of_service_on</code></td>\n<td>string / null</td>\n<td>Date the property became inactive, if applicable.</td>\n</tr>\n<tr>\n<td><code>calendar</code></td>\n<td>array[object]</td>\n<td>Nightly calendar entries for the requested range.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"calendar-day-object-datacalendar\">Calendar Day Object (<code>data[].calendar[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>string (date-time)</td>\n<td>Night (ISO-8601, start of day).</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td>Availability status (e.g., <code>open</code>, <code>booked</code>, <code>blocked</code>).</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>Source/system-specific classification (e.g., <code>None</code> or channel label).</td>\n</tr>\n<tr>\n<td><code>rate</code></td>\n<td>number</td>\n<td>Nightly rate for the date (may be <code>null</code> if not priced).</td>\n</tr>\n<tr>\n<td><code>rate_import_date</code></td>\n<td>string (date-time)</td>\n<td>Timestamp when the rate was last imported or calculated.</td>\n</tr>\n<tr>\n<td><code>adr</code></td>\n<td>number / null</td>\n<td>Average Daily Rate for the date, if available.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>ISO currency code (e.g., <code>USD</code>).</td>\n</tr>\n<tr>\n<td><code>min_stay</code></td>\n<td>integer</td>\n<td>Minimum nights required to book this date.</td>\n</tr>\n<tr>\n<td><code>reservation_id</code></td>\n<td>string / null</td>\n<td>Reservation UUID if the night is booked; otherwise <code>null</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; calendars returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or missing required fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Not processable entity Error</td>\n<td>No rates</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p><strong>Date range:</strong> Use <strong>either</strong> a preset <code>range.commonseasontype</code> from Lookups or explicit <code>range.start</code>/<code>range.end</code>.</p>\n</li>\n<li><p><strong>Pricing as-of:</strong> Provide <code>rate_pricing_date</code> to view historical pricing snapshots; omit or set <code>null</code> to use the latest rates.</p>\n</li>\n<li><p><strong>Availability vs. pricing:</strong> <code>status</code> reflects bookability; <code>rate</code>/<code>adr</code> reflect pricing and may be present even when nights are not open.</p>\n</li>\n<li><p><strong>Minimum stay logic:</strong> Enforce <code>min_stay</code> when constructing search results or quoting stays that include this night.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","properties","calendar"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"63ed4105-3b75-499d-9abb-fbe5e204e1f0","name":"Calendar - Common Season","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"primary_range\": {\n        \"commonseasontype\": \"CURRENTYEAR\"\n    },\n    \"rate_pricing_date\": null,\n    \"property_ids\": [\n        \"01f98034-c80f-47f5-b3ef-e68d0723d431\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/calendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 06 Nov 2025 18:39:10 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"data\": [\n        {\n            \"property_id\": \"01f98034-c80f-47f5-b3ef-e68d0723d431\",\n            \"property_source_id\": \"967580\",\n            \"property_display_name\": \"Meander\",\n            \"property_alias\": \"Meander\",\n            \"in_service_on\": \"2025-05-28T00:00:00\",\n            \"out_of_service_on\": null,\n            \"calendar\": [\n                {\n                    \"date\": \"2025-01-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-31T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-31T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 434,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 468,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 358,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-31T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 353,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 282.93,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"5fd8246f-c186-4e84-bb08-00f9c7e26230\"\n                },\n                {\n                    \"date\": \"2025-06-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 390,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 397,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 303,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 312,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 268,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 378,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 315.29,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"cf693937-7771-43b5-9b62-aad9c9cc5ef3\"\n                },\n                {\n                    \"date\": \"2025-06-07T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 388,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 315.29,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"cf693937-7771-43b5-9b62-aad9c9cc5ef3\"\n                },\n                {\n                    \"date\": \"2025-06-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 306,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 209,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-10T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 208,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-11T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 230,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-12T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 270,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-13T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-14T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 540,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 321,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 262,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 269,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 257,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 340,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 250,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 250,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 229,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 201,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 211,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 226,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 297,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 309,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 285,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 201,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 235,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 3,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 450,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-04T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 450,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 569.695,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"acfce8b3-ed3d-4ee9-8825-06ae86b69ff1\"\n                },\n                {\n                    \"date\": \"2025-07-05T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 450,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 569.695,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"acfce8b3-ed3d-4ee9-8825-06ae86b69ff1\"\n                },\n                {\n                    \"date\": \"2025-07-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 219,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-07T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-08T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-09T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 251,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 359,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 375,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 272,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 204,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"3a872af1-3546-41f3-a9b5-f190ad0bdc45\"\n                },\n                {\n                    \"date\": \"2025-07-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 237,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 292,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 304,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 311,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-20T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 327,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-21T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 255,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-22T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 242,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-23T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 262,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-24T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 230,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 309.633333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"66e68434-155b-4116-849a-a4b00060894f\"\n                },\n                {\n                    \"date\": \"2025-07-25T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 320,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 309.633333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"66e68434-155b-4116-849a-a4b00060894f\"\n                },\n                {\n                    \"date\": \"2025-07-26T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 328,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 309.633333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"66e68434-155b-4116-849a-a4b00060894f\"\n                },\n                {\n                    \"date\": \"2025-07-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 214,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"d70596fc-fbf1-4097-9efa-20102102ca07\"\n                },\n                {\n                    \"date\": \"2025-07-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 202,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-31T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 314,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"e4caf4fd-1f2d-4bc6-9a97-5bfa5d7738d9\"\n                },\n                {\n                    \"date\": \"2025-08-01T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 386,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 412.86,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f3a26d3b-5a96-4fd6-acca-f4a64e075816\"\n                },\n                {\n                    \"date\": \"2025-08-02T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 395,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 396.37,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"0ac68cb1-15b8-47ad-adf9-ffc2cf6a53cd\"\n                },\n                {\n                    \"date\": \"2025-08-03T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 259,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.87,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"9257b738-c488-404a-86b2-dc6c8c476e03\"\n                },\n                {\n                    \"date\": \"2025-08-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 246,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 223,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 239,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 278,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 313,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 322,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-15T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 427,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 418.92,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"379eaf77-2338-4840-aac3-54b397c7728e\"\n                },\n                {\n                    \"date\": \"2025-08-16T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 417,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 418.92,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"379eaf77-2338-4840-aac3-54b397c7728e\"\n                },\n                {\n                    \"date\": \"2025-08-17T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 289,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 418.92,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"379eaf77-2338-4840-aac3-54b397c7728e\"\n                },\n                {\n                    \"date\": \"2025-08-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 303,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 259,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 266,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 323,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 316,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 328,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-24T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 322,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 315.86,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f6ecf425-bedb-4e9b-a341-1cd6e5df5044\"\n                },\n                {\n                    \"date\": \"2025-08-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 214,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 213,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 214,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 311,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 331,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-30T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 471,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 594.25,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c86eae13-2a79-49b1-b24f-bfd23752c462\"\n                },\n                {\n                    \"date\": \"2025-08-31T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-05T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 378,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 458.145,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"e4ebd01a-87dd-4dae-b5cd-77fff820809d\"\n                },\n                {\n                    \"date\": \"2025-09-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 416,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 458.145,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"e4ebd01a-87dd-4dae-b5cd-77fff820809d\"\n                },\n                {\n                    \"date\": \"2025-09-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 304,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-09T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 206,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 266.63,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"065cd859-4724-4b94-88e6-01d062530863\"\n                },\n                {\n                    \"date\": \"2025-09-10T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 226,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 266.63,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"065cd859-4724-4b94-88e6-01d062530863\"\n                },\n                {\n                    \"date\": \"2025-09-11T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 304,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 266.63,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"065cd859-4724-4b94-88e6-01d062530863\"\n                },\n                {\n                    \"date\": \"2025-09-12T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 338,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 372.785,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"6f17e461-34aa-4aa9-a307-c9246dacd373\"\n                },\n                {\n                    \"date\": \"2025-09-13T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 383,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 372.785,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"6f17e461-34aa-4aa9-a307-c9246dacd373\"\n                },\n                {\n                    \"date\": \"2025-09-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 308,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 211,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 204,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 215,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 280,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-19T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 360,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 345.14,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"2e2f9876-9548-4718-ae5b-9cbd34129183\"\n                },\n                {\n                    \"date\": \"2025-09-20T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 345,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 345.14,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"2e2f9876-9548-4718-ae5b-9cbd34129183\"\n                },\n                {\n                    \"date\": \"2025-09-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 405,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"d686cf33-7fe3-45d1-a55b-e12f24ffeb40\"\n                },\n                {\n                    \"date\": \"2025-09-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 246,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 268,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-24T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 287,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-25T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 342,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-26T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 425,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-27T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 445,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-28T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 331,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.463333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"7c5a8430-80a4-46c3-b91e-effcce358cf0\"\n                },\n                {\n                    \"date\": \"2025-09-29T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 236,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.463333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"7c5a8430-80a4-46c3-b91e-effcce358cf0\"\n                },\n                {\n                    \"date\": \"2025-09-30T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 224,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.463333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"7c5a8430-80a4-46c3-b91e-effcce358cf0\"\n                },\n                {\n                    \"date\": \"2025-10-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-10-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 245,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-10-03T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 386,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 466.21,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"91015cab-4919-415d-bd30-c256ea226015\"\n                },\n                {\n                    \"date\": \"2025-10-04T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 327,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.71,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"6036a141-360b-4598-ae8c-3943aad6c703\"\n                },\n                {\n                    \"date\": \"2025-10-05T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 280,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"edc99d9f-5969-4c64-b280-9f036b5b128e\"\n                },\n                {\n                    \"date\": \"2025-10-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 191.7,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"077e7d31-99fd-4f01-a9d3-70db29a0d22d\"\n                },\n                {\n                    \"date\": \"2025-10-07T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 191.7,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f3a906e7-9786-44f9-a45f-15df038446d5\"\n                },\n                {\n                    \"date\": \"2025-10-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-10-09T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 506,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-10T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 573,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-11T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 590,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-12T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 551,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-13T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 532,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-14T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 475,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 387,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-16T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 479,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-17T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 647,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-18T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 717,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-19T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 479,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-20T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 375,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 346,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-22T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 372,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-23T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 503,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-24T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 661,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-25T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 628,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-26T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 414,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-28T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-29T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-30T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-31T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-01T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-02T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-03T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-04T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-05T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-06T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-07T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-08T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-09T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-10T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-11T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-12T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-13T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-14T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-16T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-17T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-18T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-19T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-20T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-22T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-23T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-24T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-25T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-26T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-28T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-29T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-30T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-01T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-02T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-03T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-04T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-05T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-06T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-07T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-08T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-09T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-10T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-11T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-12T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-13T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-14T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-16T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-17T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-18T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-19T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-20T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-22T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-23T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-24T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-25T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-26T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-28T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-29T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-30T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-31T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                }\n            ]\n        }\n    ],\n    \"noRatesFound\": false\n}"},{"id":"39848822-4d03-4b29-9810-082e34cf1115","name":"Calendar - Date Range","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"primary_range\": {\n        \"dates\": {\n            \"start\": \"01-01-2025\",\n            \"end\": \"01-31-2025\"\n        }\n    },\n    \"rate_pricing_date\": null,\n    \"property_ids\": [\n        \"01f98034-c80f-47f5-b3ef-e68d0723d431\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/calendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 06 Nov 2025 18:39:10 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"data\": [\n        {\n            \"property_id\": \"01f98034-c80f-47f5-b3ef-e68d0723d431\",\n            \"property_source_id\": \"967580\",\n            \"property_display_name\": \"Meander\",\n            \"property_alias\": \"Meander\",\n            \"in_service_on\": \"2025-05-28T00:00:00\",\n            \"out_of_service_on\": null,\n            \"calendar\": [\n                {\n                    \"date\": \"2025-01-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-01-31T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-02-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-03-31T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-04-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 30,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 434,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 468,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 358,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-05-31T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 353,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 282.93,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"5fd8246f-c186-4e84-bb08-00f9c7e26230\"\n                },\n                {\n                    \"date\": \"2025-06-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 390,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 397,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 303,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 312,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 268,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 378,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 315.29,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"cf693937-7771-43b5-9b62-aad9c9cc5ef3\"\n                },\n                {\n                    \"date\": \"2025-06-07T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 388,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 315.29,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"cf693937-7771-43b5-9b62-aad9c9cc5ef3\"\n                },\n                {\n                    \"date\": \"2025-06-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 306,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 209,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-10T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 208,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-11T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 230,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-12T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 270,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-13T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-14T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 540,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.736,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"286bb12f-29f7-4d18-8153-ce6f40e21773\"\n                },\n                {\n                    \"date\": \"2025-06-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 321,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 262,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 269,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 257,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 340,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 250,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 250,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 229,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 201,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-24T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 211,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 226,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 297,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 309,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 285,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-06-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 201,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 235,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 3,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 450,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-04T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 450,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 569.695,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"acfce8b3-ed3d-4ee9-8825-06ae86b69ff1\"\n                },\n                {\n                    \"date\": \"2025-07-05T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 450,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 569.695,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"acfce8b3-ed3d-4ee9-8825-06ae86b69ff1\"\n                },\n                {\n                    \"date\": \"2025-07-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 219,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-07T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-08T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-09T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 206.2775,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f888fa8e-6b73-40ea-bd77-edb94dbc0582\"\n                },\n                {\n                    \"date\": \"2025-07-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 251,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 359,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 375,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 272,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 204,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"3a872af1-3546-41f3-a9b5-f190ad0bdc45\"\n                },\n                {\n                    \"date\": \"2025-07-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 237,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 292,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 304,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 311,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-20T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 327,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-21T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 255,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-22T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 242,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-23T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 262,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 321.465,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c140c904-887d-4b75-aec7-04c42996456d\"\n                },\n                {\n                    \"date\": \"2025-07-24T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 230,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 309.633333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"66e68434-155b-4116-849a-a4b00060894f\"\n                },\n                {\n                    \"date\": \"2025-07-25T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 320,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 309.633333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"66e68434-155b-4116-849a-a4b00060894f\"\n                },\n                {\n                    \"date\": \"2025-07-26T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 328,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 309.633333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"66e68434-155b-4116-849a-a4b00060894f\"\n                },\n                {\n                    \"date\": \"2025-07-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 214,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"d70596fc-fbf1-4097-9efa-20102102ca07\"\n                },\n                {\n                    \"date\": \"2025-07-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 202,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-30T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-07-31T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 314,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"e4caf4fd-1f2d-4bc6-9a97-5bfa5d7738d9\"\n                },\n                {\n                    \"date\": \"2025-08-01T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 386,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 412.86,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f3a26d3b-5a96-4fd6-acca-f4a64e075816\"\n                },\n                {\n                    \"date\": \"2025-08-02T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 395,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 396.37,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"0ac68cb1-15b8-47ad-adf9-ffc2cf6a53cd\"\n                },\n                {\n                    \"date\": \"2025-08-03T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 259,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.87,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"9257b738-c488-404a-86b2-dc6c8c476e03\"\n                },\n                {\n                    \"date\": \"2025-08-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 246,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-05T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 223,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-06T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 239,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 278,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 313,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-09T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 322,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-10T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-11T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-12T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-13T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-15T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 427,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 418.92,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"379eaf77-2338-4840-aac3-54b397c7728e\"\n                },\n                {\n                    \"date\": \"2025-08-16T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 417,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 418.92,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"379eaf77-2338-4840-aac3-54b397c7728e\"\n                },\n                {\n                    \"date\": \"2025-08-17T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 289,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 418.92,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"379eaf77-2338-4840-aac3-54b397c7728e\"\n                },\n                {\n                    \"date\": \"2025-08-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 303,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-19T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 259,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-20T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 266,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-21T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 323,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 316,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 328,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-24T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 322,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 315.86,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f6ecf425-bedb-4e9b-a341-1cd6e5df5044\"\n                },\n                {\n                    \"date\": \"2025-08-25T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 214,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-26T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 213,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-27T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 214,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-28T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 311,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-29T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 331,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-08-30T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 471,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 594.25,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"c86eae13-2a79-49b1-b24f-bfd23752c462\"\n                },\n                {\n                    \"date\": \"2025-08-31T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-03T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-04T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-05T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 378,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 458.145,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"e4ebd01a-87dd-4dae-b5cd-77fff820809d\"\n                },\n                {\n                    \"date\": \"2025-09-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 416,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 458.145,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"e4ebd01a-87dd-4dae-b5cd-77fff820809d\"\n                },\n                {\n                    \"date\": \"2025-09-07T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 304,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 225,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-09T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 206,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 266.63,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"065cd859-4724-4b94-88e6-01d062530863\"\n                },\n                {\n                    \"date\": \"2025-09-10T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 226,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 266.63,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"065cd859-4724-4b94-88e6-01d062530863\"\n                },\n                {\n                    \"date\": \"2025-09-11T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 304,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 266.63,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"065cd859-4724-4b94-88e6-01d062530863\"\n                },\n                {\n                    \"date\": \"2025-09-12T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 338,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 372.785,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"6f17e461-34aa-4aa9-a307-c9246dacd373\"\n                },\n                {\n                    \"date\": \"2025-09-13T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 383,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 372.785,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"6f17e461-34aa-4aa9-a307-c9246dacd373\"\n                },\n                {\n                    \"date\": \"2025-09-14T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 308,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-15T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 211,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-16T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 204,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-17T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 215,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-18T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 280,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-19T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 360,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 345.14,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"2e2f9876-9548-4718-ae5b-9cbd34129183\"\n                },\n                {\n                    \"date\": \"2025-09-20T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 345,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 345.14,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"2e2f9876-9548-4718-ae5b-9cbd34129183\"\n                },\n                {\n                    \"date\": \"2025-09-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Blocked\",\n                    \"rate\": 405,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"d686cf33-7fe3-45d1-a55b-e12f24ffeb40\"\n                },\n                {\n                    \"date\": \"2025-09-22T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 246,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-23T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 268,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-09-24T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 287,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-25T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 342,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-26T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 425,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-27T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 445,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 457.5,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f45a916a-cbca-4fba-8f28-a7c2c0f983ec\"\n                },\n                {\n                    \"date\": \"2025-09-28T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 331,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.463333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"7c5a8430-80a4-46c3-b91e-effcce358cf0\"\n                },\n                {\n                    \"date\": \"2025-09-29T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 236,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.463333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"7c5a8430-80a4-46c3-b91e-effcce358cf0\"\n                },\n                {\n                    \"date\": \"2025-09-30T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 224,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 250.463333333333,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"7c5a8430-80a4-46c3-b91e-effcce358cf0\"\n                },\n                {\n                    \"date\": \"2025-10-01T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-10-02T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 245,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-10-03T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 386,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 466.21,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"91015cab-4919-415d-bd30-c256ea226015\"\n                },\n                {\n                    \"date\": \"2025-10-04T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 327,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 320.71,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"6036a141-360b-4598-ae8c-3943aad6c703\"\n                },\n                {\n                    \"date\": \"2025-10-05T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 280,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"edc99d9f-5969-4c64-b280-9f036b5b128e\"\n                },\n                {\n                    \"date\": \"2025-10-06T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 191.7,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"077e7d31-99fd-4f01-a9d3-70db29a0d22d\"\n                },\n                {\n                    \"date\": \"2025-10-07T00:00:00\",\n                    \"status\": \"booked\",\n                    \"type\": \"Guest\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 191.7,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"f3a906e7-9786-44f9-a45f-15df038446d5\"\n                },\n                {\n                    \"date\": \"2025-10-08T00:00:00\",\n                    \"status\": \"open\",\n                    \"type\": \"None\",\n                    \"rate\": 200,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": null,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": null\n                },\n                {\n                    \"date\": \"2025-10-09T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 506,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-10T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 573,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-11T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 590,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-12T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 551,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-13T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 532,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-14T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 475,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 387,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-16T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 479,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-17T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 647,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-18T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 717,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-19T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 479,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-20T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 375,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 346,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-22T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 372,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-23T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 503,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-24T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 661,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-25T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 628,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-26T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 414,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-28T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-29T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-30T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 1,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-10-31T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-01T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-02T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-03T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-04T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-05T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-06T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-07T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-08T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-09T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-10T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-11T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-12T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-13T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-14T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-16T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-17T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-18T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-19T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-20T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-22T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-23T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-24T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-25T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-26T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-28T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-29T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-11-30T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-01T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-02T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-03T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-04T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-05T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-06T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-07T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-08T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-09T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-10T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-11T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-12T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-13T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-14T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-15T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-16T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-17T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-18T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-19T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-20T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-21T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-22T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-23T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-24T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-25T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-26T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-27T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-28T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-29T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-30T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                },\n                {\n                    \"date\": \"2025-12-31T00:00:00\",\n                    \"status\": \"blocked\",\n                    \"type\": \"Hold\",\n                    \"rate\": 500,\n                    \"rate_import_date\": \"2025-11-06T00:00:00\",\n                    \"adr\": 0,\n                    \"currency\": \"USD\",\n                    \"min_stay\": 2,\n                    \"reservation_id\": \"8dfe75ef-b0a6-4f5f-a033-62e6611c6bf7\"\n                }\n            ]\n        }\n    ],\n    \"noRatesFound\": false\n}"}],"_postman_id":"c84371f0-9281-4f34-83d9-370bcfae6665"}],"id":"51759d55-9487-415b-83f3-0454f3f60b12","_postman_id":"51759d55-9487-415b-83f3-0454f3f60b12","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Property KPIs","item":[{"name":"KPIs","id":"0bd71842-cab5-45da-8e41-b5101f33e73b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"timescale\": \"Month\",\n    \"include_time_series\": true,\n    \"primary_range\": {\n        \"commonseasontype\": \"CURRENTYEAR\",\n        \"as_of\": {\n            \"type\": \"TODAY\"\n        }\n    },\n    \"compare_ranges\": [\n        {\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\"\n            }\n        }\n    ],\n    \"property_ids\": [\n        \"01f98034-c80f-47f5-b3ef-e68d0723d431\"\n    ],\n    \"kpi_types\": [\n        \"ADR\"\n    ],\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/kpis","description":"<h1 id=\"property-kpis\">Property KPIs</h1>\n<p><strong>Description:</strong>  </p>\n<p>Retrieve property-level KPI metrics with optional filtering by property attributes, amenities, and capacity. Use this endpoint to analyze individual property performance, compare properties within your portfolio, and generate property-specific reports with time series breakdowns.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>timescale</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Aggregation granularity for time series data. Valid values: <code>Day</code>, <code>Week</code>, <code>Month</code>. See Lookups for all available timescales.</td>\n</tr>\n<tr>\n<td><code>include_time_series</code></td>\n<td>boolean</td>\n<td>⛔</td>\n<td>When <code>true</code>, includes granular time series data in each property's <code>data[]</code> array. When <code>false</code> or omitted, returns only rollup totals.</td>\n</tr>\n<tr>\n<td><code>primary_range</code></td>\n<td>object</td>\n<td>✅</td>\n<td>Defines the primary date range and reference point for the report.</td>\n</tr>\n<tr>\n<td><code>primary_range.commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for the date range (e.g., <code>CURRENTYEAR</code>, <code>LAST90DAYS</code>). Mutually exclusive with explicit start/end dates. See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>primary_range.start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Start date (UTC, <code>YYYY-MM-DD</code>). Required if <code>commonseasontype</code> is not provided.</td>\n</tr>\n<tr>\n<td><code>primary_range.end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>End date (UTC, <code>YYYY-MM-DD</code>). Required with <code>start</code>.</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Reference point for calculating KPIs (e.g., booking window calculations).</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of.type</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>As-of date type (e.g., <code>TODAY</code>, <code>YESTERDAY</code>, <code>CUSTOM</code>). See Lookups for available types.</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of.date</code></td>\n<td>string (date-time)</td>\n<td>⛔</td>\n<td>Custom as-of date (ISO-8601). Required when <code>as_of.type</code> is <code>CUSTOM</code>.</td>\n</tr>\n<tr>\n<td><code>compare_ranges</code></td>\n<td>array[object]</td>\n<td>⛔</td>\n<td>One or more comparison periods to benchmark against the primary range.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for comparison. See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].dates</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Explicit date boundaries for comparison period.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].dates.start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Comparison start date (UTC, <code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].dates.end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Comparison end date (UTC, <code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].as_of</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Reference point for comparison KPIs.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].as_of.type</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>As-of date type for comparison (e.g., <code>TODAYMINUSONEYEAR</code>). See Lookups for available types.</td>\n</tr>\n<tr>\n<td><code>kpi_types</code></td>\n<td>array[string]</td>\n<td>✅</td>\n<td>List of KPI metrics to retrieve. See Lookups for available KPI types.</td>\n</tr>\n<tr>\n<td><code>property_ids</code></td>\n<td>array[string(uuid)]</td>\n<td>⛔</td>\n<td>Filter to specific property UUIDs. Omit to include all properties matching other filters.</td>\n</tr>\n<tr>\n<td><code>bedrooms</code></td>\n<td>array[integer]</td>\n<td>⛔</td>\n<td>Filter properties by bedroom count. Properties matching any value in the array are included.</td>\n</tr>\n<tr>\n<td><code>sleeps</code></td>\n<td>array[integer]</td>\n<td>⛔</td>\n<td>Filter properties by maximum occupancy. Properties matching any value in the array are included.</td>\n</tr>\n<tr>\n<td><code>amenities</code></td>\n<td>array[string]</td>\n<td>⛔</td>\n<td>Filter properties by amenities. Only properties with <strong>all</strong> specified amenities are included. See Lookups for valid amenity names.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>ISO currency code for monetary values (e.g., <code>USD</code>, <code>EUR</code>). Defaults to account currency if omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Range semantics</strong></p>\n<ul>\n<li><p>Provide <strong>either</strong> <code>commonseasontype</code> <strong>or</strong> explicit <code>start</code>/<code>end</code> dates (or <code>dates.start</code>/<code>dates.end</code> for compare ranges).</p>\n</li>\n<li><p>When using explicit dates, <code>start</code> must be ≤ <code>end</code>.</p>\n</li>\n<li><p>Comparison ranges are optional; omit <code>compare_ranges</code> to retrieve only primary period data.</p>\n</li>\n</ul>\n<p><strong>Filter semantics</strong></p>\n<ul>\n<li><p>Filters are combined with AND logic: properties must match all specified filter criteria.</p>\n</li>\n<li><p><code>bedrooms</code> and <code>sleeps</code> use OR logic within each filter: <code>\"bedrooms\": [2, 3]</code> matches properties with 2 OR 3 bedrooms.</p>\n</li>\n<li><p><code>amenities</code> uses AND logic: <code>\"amenities\": [\"Pool\", \"HotTub\"]</code> matches only properties with <strong>both</strong> amenities.</p>\n</li>\n<li><p>Omit a filter to apply no restriction on that attribute.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Indicates whether the request succeeded.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>string / null</td>\n<td>Error message if any.</td>\n</tr>\n<tr>\n<td><code>result_ranges</code></td>\n<td>array[object]</td>\n<td>List of result sets for primary and comparison periods.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"result-range-object-result_ranges\">Result Range Object (<code>result_ranges[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>period</code></td>\n<td>string</td>\n<td>Period identifier: <code>Primary</code> or <code>Compare</code>.</td>\n</tr>\n<tr>\n<td><code>compare_index</code></td>\n<td>integer</td>\n<td>Index of the comparison range (present only for <code>Compare</code> periods, zero-based).</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>object</td>\n<td>Resolved date boundaries for the period.</td>\n</tr>\n<tr>\n<td><code>dates.start</code></td>\n<td>string (date)</td>\n<td>Resolved start date (<code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>dates.end</code></td>\n<td>string (date)</td>\n<td>Resolved end date (<code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>dates.commonseasontype</code></td>\n<td>string</td>\n<td>Season type used if preset was specified.</td>\n</tr>\n<tr>\n<td><code>dates.type</code></td>\n<td>string</td>\n<td>Comparison type applied (present on comparison periods).</td>\n</tr>\n<tr>\n<td><code>as_of</code></td>\n<td>object</td>\n<td>Resolved as-of reference point.</td>\n</tr>\n<tr>\n<td><code>as_of.type</code></td>\n<td>string</td>\n<td>As-of type used for the period.</td>\n</tr>\n<tr>\n<td><code>as_of.date</code></td>\n<td>string (date-time)</td>\n<td>Resolved as-of date (ISO-8601). Present when type resolves to a specific date.</td>\n</tr>\n<tr>\n<td><code>kpis_rollup</code></td>\n<td>array[object]</td>\n<td>Aggregated KPI totals/averages across all matching properties for the entire period.</td>\n</tr>\n<tr>\n<td><code>properties</code></td>\n<td>array[object]</td>\n<td>Per-property KPI breakdowns.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"property-object-properties\">Property Object (<code>properties[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>property_id</code></td>\n<td>string (uuid)</td>\n<td>Unique property identifier.</td>\n</tr>\n<tr>\n<td><code>property_display_name</code></td>\n<td>string</td>\n<td>Property name suitable for UI display.</td>\n</tr>\n<tr>\n<td><code>property_source_id</code></td>\n<td>string</td>\n<td>Property identifier in the source PMS/channel.</td>\n</tr>\n<tr>\n<td><code>property_alias</code></td>\n<td>string</td>\n<td>Short alias for the property.</td>\n</tr>\n<tr>\n<td><code>bedrooms</code></td>\n<td>integer</td>\n<td>Number of bedrooms.</td>\n</tr>\n<tr>\n<td><code>sleeps</code></td>\n<td>integer</td>\n<td>Maximum occupancy.</td>\n</tr>\n<tr>\n<td><code>kpis_rollup</code></td>\n<td>array[object]</td>\n<td>Aggregated KPI totals/averages for this property across the entire period.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>array[object]</td>\n<td>Time series data points for this property (present when <code>include_time_series</code> is <code>true</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"kpi-object-kpis_rollup-and-datakpis\">KPI Object (<code>kpis_rollup[]</code> and <code>data[].kpis[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>kpi_type</code></td>\n<td>string</td>\n<td>KPI metric identifier (e.g., <code>ADR</code>, <code>NightsSold</code>, <code>TotalRevenue</code>).</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>number</td>\n<td>Raw numeric value for the KPI.</td>\n</tr>\n<tr>\n<td><code>formatted_value</code></td>\n<td>string</td>\n<td>Human-readable formatted value (e.g., <code>$1,230.08</code>, <code>29.3%</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"time-series-data-point-data\">Time Series Data Point (<code>data[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>string (date-time)</td>\n<td>Period start date (ISO-8601). Granularity matches requested <code>timescale</code>.</td>\n</tr>\n<tr>\n<td><code>kpis</code></td>\n<td>array[object]</td>\n<td>KPI values for this time period.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; property KPI data returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input, missing required fields, or conflicting range parameters.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Validation Error</td>\n<td>Valid syntax but semantically invalid (e.g., unknown KPI type or invalid property ID).</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p><strong>Property filtering:</strong> Combine <code>property_ids</code> with attribute filters to narrow results. When <code>property_ids</code> is provided, attribute filters further restrict within that set.</p>\n</li>\n<li><p><strong>Amenity filtering:</strong> Amenity names must match exactly as returned by the Lookups endpoint (e.g., <code>Fireplace</code>, <code>GameRoom</code>, <code>Pool</code>). Amenity filtering uses AND logic—properties must have all specified amenities.</p>\n</li>\n<li><p><strong>Empty comparison results:</strong> When comparison periods return empty <code>properties</code> arrays, this indicates no matching data exists for the comparison criteria (e.g., property wasn't active during the comparison period).</p>\n</li>\n<li><p><strong>Aggregation levels:</strong> The response provides KPIs at two levels: portfolio-wide rollups in <code>result_ranges[].kpis_rollup</code> and individual property rollups in <code>properties[].kpis_rollup</code>.</p>\n</li>\n<li><p><strong>Zero values:</strong> A KPI value of <code>0</code> typically indicates no bookings or activity during that period, not missing data.</p>\n</li>\n<li><p><strong>Time series alignment:</strong> For <code>Month</code> timescale, dates represent the first day of each month. Partial months at range boundaries include only days within the specified range.</p>\n</li>\n<li><p><strong>Year-over-year comparison:</strong> Use <code>TODAYMINUSONEYEAR</code> as-of type for historical comparisons to ensure booking pace metrics reflect equivalent points in time.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","properties","kpis"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"28b74680-d840-4662-a604-9e624fdc0016","name":"KPIs with Search Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"timescale\": \"Month\",\n    \"include_time_series\": true,\n    \"primary_range\": {\n        \"commonseasontype\": \"CURRENTYEAR\",\n        \"as_of\": {\n            \"type\": \"TODAY\"\n        }\n    },\n    \"compare_ranges\": [\n        {\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\"\n            }\n        }\n    ],\n    \"bedrooms\": [7],\n    \"sleeps\": [16],\n    \"amenities\": [\"Fireplace\", \"GameRoom\"],\n    \"kpi_types\": [\n        \"ADR\"\n    ],\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/kpis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 03 Dec 2025 21:17:10 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"result_ranges\": [\n        {\n            \"period\": \"Primary\",\n            \"dates\": {\n                \"start\": \"2025-01-01\",\n                \"end\": \"2025-12-31\",\n                \"commonseasontype\": \"CURRENTYEAR\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAY\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 1230.0763358778627,\n                    \"formatted_value\": \"$1,230.08\"\n                }\n            ],\n            \"properties\": [\n                {\n                    \"property_id\": \"4510acfb-fc82-4de0-bfff-c5b10471dc92\",\n                    \"property_display_name\": \"Shadow Rock\",\n                    \"property_source_id\": \"884981\",\n                    \"property_alias\": \"Shadow Rock\",\n                    \"bedrooms\": 7,\n                    \"sleeps\": 16,\n                    \"kpis_rollup\": [\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 1230.0763358778627,\n                            \"formatted_value\": \"$1,230.08\"\n                        }\n                    ],\n                    \"data\": [\n                        {\n                            \"date\": \"2025-01-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 0,\n                                    \"formatted_value\": \"$0.00\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-02-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 0,\n                                    \"formatted_value\": \"$0.00\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-03-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 0,\n                                    \"formatted_value\": \"$0.00\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-04-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 0,\n                                    \"formatted_value\": \"$0.00\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-05-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 0,\n                                    \"formatted_value\": \"$0.00\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-06-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 1026.2,\n                                    \"formatted_value\": \"$1,026.20\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-07-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 775.7777777777778,\n                                    \"formatted_value\": \"$775.78\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-08-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 693.35,\n                                    \"formatted_value\": \"$693.35\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-09-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 1053.304347826087,\n                                    \"formatted_value\": \"$1,053.30\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-10-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 1387.037037037037,\n                                    \"formatted_value\": \"$1,387.04\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-11-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 1911.3529411764705,\n                                    \"formatted_value\": \"$1,911.35\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-12-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 2252.25,\n                                    \"formatted_value\": \"$2,252.25\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 0,\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\",\n                \"date\": \"2024-12-03T00:00:00\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0.00\"\n                }\n            ],\n            \"properties\": []\n        }\n    ]\n}"},{"id":"cfe16950-44de-4127-812d-1ab123eca2f8","name":"KPIs with Specific Property","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"timescale\": \"Month\",\n    \"include_time_series\": true,\n    \"primary_range\": {\n        \"commonseasontype\": \"CURRENTYEAR\",\n        \"as_of\": {\n            \"type\": \"TODAY\"\n        }\n    },\n    \"compare_ranges\": [\n        {\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\"\n            }\n        }\n    ],\n    \"property_ids\": [\n        \"01f98034-c80f-47f5-b3ef-e68d0723d431\"\n    ],\n    \"kpi_types\": [\n        \"ADR\"\n    ],\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/kpis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 03 Dec 2025 21:18:00 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"result_ranges\": [\n        {\n            \"period\": \"Primary\",\n            \"dates\": {\n                \"start\": \"2025-01-01\",\n                \"end\": \"2025-12-31\",\n                \"commonseasontype\": \"CURRENTYEAR\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAY\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 343.40816326530614,\n                    \"formatted_value\": \"$343.41\"\n                }\n            ],\n            \"properties\": [\n                {\n                    \"property_id\": \"01f98034-c80f-47f5-b3ef-e68d0723d431\",\n                    \"property_display_name\": \"Meander\",\n                    \"property_source_id\": \"967580\",\n                    \"property_alias\": \"Meander\",\n                    \"bedrooms\": 4,\n                    \"sleeps\": 10,\n                    \"kpis_rollup\": [\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 343.38775510204084,\n                            \"formatted_value\": \"$343.39\"\n                        }\n                    ],\n                    \"data\": [\n                        {\n                            \"date\": \"2025-05-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 283,\n                                    \"formatted_value\": \"$283.00\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-06-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 319.14285714285717,\n                                    \"formatted_value\": \"$319.14\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-07-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 321.46153846153845,\n                                    \"formatted_value\": \"$321.46\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-08-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 403.375,\n                                    \"formatted_value\": \"$403.38\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-09-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 358.3125,\n                                    \"formatted_value\": \"$358.31\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-10-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 292.5,\n                                    \"formatted_value\": \"$292.50\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-11-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 0,\n                                    \"formatted_value\": \"$0.00\"\n                                }\n                            ]\n                        },\n                        {\n                            \"date\": \"2025-12-01T00:00:00\",\n                            \"kpis\": [\n                                {\n                                    \"kpi_type\": \"ADR\",\n                                    \"value\": 0,\n                                    \"formatted_value\": \"$0.00\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 0,\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\",\n                \"date\": \"2024-12-03T00:00:00\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0.00\"\n                }\n            ],\n            \"properties\": []\n        }\n    ]\n}"}],"_postman_id":"0bd71842-cab5-45da-8e41-b5101f33e73b"}],"id":"8dd3bf98-3fb3-47c7-91da-06585bfb79c2","_postman_id":"8dd3bf98-3fb3-47c7-91da-06585bfb79c2","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Portfolio KPIs","item":[{"name":"KPIs","id":"9ecf47e9-7014-440b-92c7-3987075d2f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"primary_range\": {\n        \"dates\": {\n            \"start\": \"2024-01-01\",\n            \"end\": \"2024-12-31\"\n        },\n        \"as_of\": {\n            \"type\": \"TODAY\"\n        }\n    },\n    \"compare_ranges\": [\n        {\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\"\n            }\n        },\n        {\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\"\n            },\n            \"as_of\": {\n                \"type\": \"NONEMINUSONEYEAR\"\n            }\n        }\n    ],\n    \"property_ids\": [\n        \"01f98034-c80f-47f5-b3ef-e68d0723d431\"\n    ],\n    \"kpi_types\": [\n        \"NightsSold\",\n        \"UnitRevenue\",\n        \"PaidOccupancy\",\n        \"ADR\",\n        \"RevPAR\"\n    ],\n    \"timescale\": \"Month\",\n    \"include_time_series\": true,\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/portfolio","description":"<h1 id=\"portfolio-kpis\">Portfolio KPIs</h1>\n<p><strong>Description:</strong></p>\n<p>Retrieve aggregated portfolio-level KPI metrics with optional filtering by booking source and specific properties. Use this endpoint to analyze overall portfolio performance, compare booking channel contributions, and generate aggregate reports with time series breakdowns across multiple comparison periods.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>timescale</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Aggregation granularity for time series data. Valid values: <code>Day</code>, <code>Week</code>, <code>Month</code>. See Lookups for all available timescales.</td>\n</tr>\n<tr>\n<td><code>include_time_series</code></td>\n<td>boolean</td>\n<td>⛔</td>\n<td>When <code>true</code>, includes granular time series data in <code>data[]</code> arrays. When <code>false</code> or omitted, returns only rollup totals.</td>\n</tr>\n<tr>\n<td><code>primary_range</code></td>\n<td>object</td>\n<td>✅</td>\n<td>Defines the primary date range and reference point for the report.</td>\n</tr>\n<tr>\n<td><code>primary_range.commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for the date range (e.g., <code>CURRENTYEAR</code>, <code>LAST90DAYS</code>). Mutually exclusive with explicit dates. See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>primary_range.dates</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Explicit date boundaries for primary period.</td>\n</tr>\n<tr>\n<td><code>primary_range.dates.start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Start date (UTC, <code>YYYY-MM-DD</code>). Required if <code>commonseasontype</code> is not provided.</td>\n</tr>\n<tr>\n<td><code>primary_range.dates.end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>End date (UTC, <code>YYYY-MM-DD</code>). Required with <code>dates.start</code>.</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Reference point for calculating KPIs (e.g., booking window calculations).</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of.type</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>As-of date type (e.g., <code>TODAY</code>, <code>YESTERDAY</code>, <code>CUSTOM</code>). See Lookups for available types.</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of.date</code></td>\n<td>string (date-time)</td>\n<td>⛔</td>\n<td>Custom as-of date (ISO-8601). Required when <code>as_of.type</code> is <code>CUSTOM</code>.</td>\n</tr>\n<tr>\n<td><code>compare_ranges</code></td>\n<td>array[object]</td>\n<td>⛔</td>\n<td>One or more comparison periods to benchmark against the primary range. Supports multiple comparisons.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for comparison. See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].dates</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Explicit date boundaries for comparison period.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].dates.start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Comparison start date (UTC, <code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].dates.end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Comparison end date (UTC, <code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].as_of</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Reference point for comparison KPIs.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].as_of.type</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>As-of date type for comparison (e.g., <code>TODAYMINUSONEYEAR</code>, <code>NONEMINUSONEYEAR</code>). See Lookups for available types.</td>\n</tr>\n<tr>\n<td><code>kpi_types</code></td>\n<td>array[string]</td>\n<td>✅</td>\n<td>List of KPI metrics to retrieve. See Lookups for available KPI types.</td>\n</tr>\n<tr>\n<td><code>property_ids</code></td>\n<td>array[string(uuid)]</td>\n<td>⛔</td>\n<td>Filter to specific property UUIDs. Omit to include all properties in the portfolio.</td>\n</tr>\n<tr>\n<td><code>booking_source_types</code></td>\n<td>array[integer]</td>\n<td>⛔</td>\n<td>Filter by booking source type IDs. Only reservations from specified sources are included in KPI calculations. See Lookups for available booking source types.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>ISO currency code for monetary values (e.g., <code>USD</code>, <code>EUR</code>). Defaults to account currency if omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Range semantics</strong></p>\n<ul>\n<li><p>Provide <strong>either</strong> <code>commonseasontype</code> <strong>or</strong> explicit <code>dates.start</code>/<code>dates.end</code> for each range object.</p>\n</li>\n<li><p>When using explicit dates, <code>start</code> must be ≤ <code>end</code>.</p>\n</li>\n<li><p>Multiple comparison ranges are supported; each appears as a separate <code>Compare</code> period in the response with its own <code>compare_index</code>.</p>\n</li>\n</ul>\n<p><strong>Filter semantics</strong></p>\n<ul>\n<li><p><code>property_ids</code> restricts calculations to the specified properties.</p>\n</li>\n<li><p><code>booking_source_types</code> filters reservations by channel/source before calculating KPIs.</p>\n</li>\n<li><p>Filters are combined with AND logic: properties must match <code>property_ids</code> AND reservations must match <code>booking_source_types</code>.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Indicates whether the request succeeded.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>string / null</td>\n<td>Error message if any.</td>\n</tr>\n<tr>\n<td><code>result_ranges</code></td>\n<td>array[object]</td>\n<td>List of result sets for primary and comparison periods.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"result-range-object-result_ranges\">Result Range Object (<code>result_ranges[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>period</code></td>\n<td>string</td>\n<td>Period identifier: <code>Primary</code> or <code>Compare</code>.</td>\n</tr>\n<tr>\n<td><code>compare_index</code></td>\n<td>integer</td>\n<td>Index of the comparison range (present only for <code>Compare</code> periods, zero-based).</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>object</td>\n<td>Resolved date boundaries for the period.</td>\n</tr>\n<tr>\n<td><code>dates.start</code></td>\n<td>string (date)</td>\n<td>Resolved start date (<code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>dates.end</code></td>\n<td>string (date)</td>\n<td>Resolved end date (<code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>dates.commonseasontype</code></td>\n<td>string</td>\n<td>Season type used if preset was specified.</td>\n</tr>\n<tr>\n<td><code>dates.type</code></td>\n<td>string</td>\n<td>Date resolution type (e.g., <code>None</code> for explicit dates).</td>\n</tr>\n<tr>\n<td><code>as_of</code></td>\n<td>object</td>\n<td>Resolved as-of reference point.</td>\n</tr>\n<tr>\n<td><code>as_of.type</code></td>\n<td>string</td>\n<td>As-of type used for the period.</td>\n</tr>\n<tr>\n<td><code>as_of.date</code></td>\n<td>string (date-time)</td>\n<td>Resolved as-of date (ISO-8601). Present when type resolves to a specific date.</td>\n</tr>\n<tr>\n<td><code>kpis_rollup</code></td>\n<td>array[object]</td>\n<td>Aggregated KPI totals/averages for the entire period across all matching properties and sources.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>array[object]</td>\n<td>Time series data points (present when <code>include_time_series</code> is <code>true</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"kpi-object-kpis_rollup-and-datakpis\">KPI Object (<code>kpis_rollup[]</code> and <code>data[].kpis[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>kpi_type</code></td>\n<td>string</td>\n<td>KPI metric identifier (e.g., <code>ADR</code>, <code>NightsSold</code>, <code>TotalRevenue</code>).</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>number</td>\n<td>Raw numeric value for the KPI.</td>\n</tr>\n<tr>\n<td><code>formatted_value</code></td>\n<td>string</td>\n<td>Human-readable formatted value (e.g., <code>$624</code>, <code>36.3%</code>, <code>5,327</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"time-series-data-point-data\">Time Series Data Point (<code>data[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>string (date-time)</td>\n<td>Period start date (ISO-8601). Granularity matches requested <code>timescale</code>.</td>\n</tr>\n<tr>\n<td><code>kpis</code></td>\n<td>array[object]</td>\n<td>KPI values for this time period.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"available-kpi-types\">Available KPI Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>KPI Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>NightsSold</code></td>\n<td>Total nights with paid reservations.</td>\n</tr>\n<tr>\n<td><code>UnitRevenue</code></td>\n<td>Net accommodation revenue (excludes fees).</td>\n</tr>\n<tr>\n<td><code>PaidOccupancy</code></td>\n<td>Occupancy rate for paid bookings only.</td>\n</tr>\n<tr>\n<td><code>ADR</code></td>\n<td>Average Daily Rate for paid bookings.</td>\n</tr>\n<tr>\n<td><code>RevPAR</code></td>\n<td>Revenue per available room (includes vacant nights).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; portfolio KPI data returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input, missing required fields, or conflicting range parameters.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Validation Error</td>\n<td>Valid syntax but semantically invalid (e.g., unknown KPI type or invalid property ID).</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p><strong>Booking source filtering:</strong> Use <code>booking_source_types</code> to analyze channel-specific performance. Source type IDs correspond to booking channels (e.g., Airbnb, Direct, Expedia). Retrieve valid IDs from the Lookups endpoint.</p>\n</li>\n<li><p><strong>Multiple comparisons:</strong> This endpoint supports multiple <code>compare_ranges</code> for analyzing trends across several historical periods simultaneously. Each comparison period is returned with a unique <code>compare_index</code> for correlation.</p>\n</li>\n<li><p><strong>As-of type variations:</strong> Use <code>TODAYMINUSONEYEAR</code> for pace comparisons that factor in booking lead time. Use <code>NONEMINUSONEYEAR</code> (or <code>NONE</code>) for final/actual performance without as-of date restrictions.</p>\n</li>\n<li><p><strong>Portfolio aggregation:</strong> Unlike property-level endpoints, this endpoint returns only aggregate KPIs across all matching properties. For per-property breakdowns, use the Property KPIs endpoint.</p>\n</li>\n<li><p><strong>Time series alignment:</strong> For <code>Month</code> timescale, dates represent the first day of each month. The response includes all periods within the specified range.</p>\n</li>\n<li><p><strong>Revenue metrics:</strong> <code>UnitRevenue</code> represents net accommodation revenue while <code>RevPAR</code> factors in all available nights (occupied and vacant) for yield analysis.</p>\n</li>\n<li><p><strong>Occupancy calculations:</strong> <code>PaidOccupancy</code> excludes owner stays, holds, and blocked nights from both numerator and denominator for accurate rental performance measurement.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","properties","portfolio"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"38866717-bd01-4898-ba37-2ce624808886","name":"Portfolio","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"primary_range\": {\n      \"dates\": {\n        \"start\": \"2024-01-01\",\n        \"end\": \"2024-12-31\"\n      },\n      \"as_of\": {\n        \"type\": \"TODAY\"\n      }\n    },\n    \"compare_ranges\": [\n      {\n        \"dates\": {\n          \"start\": \"2023-01-01\",\n          \"end\": \"2023-12-31\"\n        },\n        \"as_of\": {\n          \"type\": \"TODAYMINUSONEYEAR\"\n        }\n      },\n      {\n        \"dates\": {\n          \"start\": \"2023-01-01\",\n          \"end\": \"2023-12-31\"\n        },\n        \"as_of\": {\n          \"type\": \"NONEMINUSONEYEAR\"\n        }\n      }\n    ],\n    \"kpi_types\": [\n      \"NightsSold\",\n      \"UnitRevenue\",\n      \"PaidOccupancy\",\n      \"ADR\",\n      \"RevPAR\"\n    ],\n    \"timescale\": \"Month\",\n    \"include_time_series\": true,\n    \"property_ids\": [\n    ],\n    \"booking_source_types\": [\n      1,\n      2\n    ],\n    \"currency\": \"USD\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/portfolio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 03 Dec 2025 21:36:28 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"result_ranges\": [\n        {\n            \"period\": \"Primary\",\n            \"dates\": {\n                \"start\": \"2024-01-01\",\n                \"end\": \"2024-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAY\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 5327,\n                    \"formatted_value\": \"5,327\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 3324268,\n                    \"formatted_value\": \"$3,324,268\"\n                },\n                {\n                    \"kpi_type\": \"PaidOccupancy\",\n                    \"value\": 0.3632210555025228,\n                    \"formatted_value\": \"36.3%\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 624.0412990426131,\n                    \"formatted_value\": \"$624\"\n                },\n                {\n                    \"kpi_type\": \"RevPAR\",\n                    \"value\": 226.66493931542342,\n                    \"formatted_value\": \"$227\"\n                }\n            ],\n            \"data\": [\n                {\n                    \"date\": \"2024-01-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 264,\n                            \"formatted_value\": \"264\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 138526,\n                            \"formatted_value\": \"$138,526\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.24331797235023034,\n                            \"formatted_value\": \"24.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 629.3712121212121,\n                            \"formatted_value\": \"$629\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 4468.58064516129,\n                            \"formatted_value\": \"$4,469\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-02-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 256,\n                            \"formatted_value\": \"256\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 131580,\n                            \"formatted_value\": \"$131,580\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.25221674876847294,\n                            \"formatted_value\": \"25.2%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 643.2265625,\n                            \"formatted_value\": \"$643\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 4537.241379310344,\n                            \"formatted_value\": \"$4,537\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-03-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 369,\n                            \"formatted_value\": \"369\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 240111,\n                            \"formatted_value\": \"$240,111\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.3233689061363084,\n                            \"formatted_value\": \"32.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 748.8915989159891,\n                            \"formatted_value\": \"$749\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 7827.420506912443,\n                            \"formatted_value\": \"$7,827\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-04-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 369,\n                            \"formatted_value\": \"369\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 234271,\n                            \"formatted_value\": \"$234,271\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.32518796992481197,\n                            \"formatted_value\": \"32.5%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 743.4119241192412,\n                            \"formatted_value\": \"$743\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 7820.0619047619075,\n                            \"formatted_value\": \"$7,820\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-05-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 458,\n                            \"formatted_value\": \"458\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 250265,\n                            \"formatted_value\": \"$250,265\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.3930107526881721,\n                            \"formatted_value\": \"39.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 650.4868995633187,\n                            \"formatted_value\": \"$650\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 8292.749103942653,\n                            \"formatted_value\": \"$8,293\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-06-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 550,\n                            \"formatted_value\": \"550\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 392427,\n                            \"formatted_value\": \"$392,427\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4471544715447155,\n                            \"formatted_value\": \"44.7%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 804.7690909090909,\n                            \"formatted_value\": \"$805\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 13080.9,\n                            \"formatted_value\": \"$13,081\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-07-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 672,\n                            \"formatted_value\": \"672\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 480343,\n                            \"formatted_value\": \"$480,343\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.5168458781362008,\n                            \"formatted_value\": \"51.7%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 800.546130952381,\n                            \"formatted_value\": \"$801\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 15508.209677419354,\n                            \"formatted_value\": \"$15,508\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-08-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 429,\n                            \"formatted_value\": \"429\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 307590,\n                            \"formatted_value\": \"$307,590\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.32808202050512625,\n                            \"formatted_value\": \"32.8%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 814.4125874125874,\n                            \"formatted_value\": \"$814\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 10127.634408602149,\n                            \"formatted_value\": \"$10,128\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-09-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 375,\n                            \"formatted_value\": \"375\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 191986,\n                            \"formatted_value\": \"$191,986\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.292963625521765,\n                            \"formatted_value\": \"29.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 624.8053333333334,\n                            \"formatted_value\": \"$625\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 6444.471794871795,\n                            \"formatted_value\": \"$6,444\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-10-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 544,\n                            \"formatted_value\": \"544\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 326818,\n                            \"formatted_value\": \"$326,818\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.39882697947214063,\n                            \"formatted_value\": \"39.9%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 683.3198529411765,\n                            \"formatted_value\": \"$683\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 10542.516129032258,\n                            \"formatted_value\": \"$10,543\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-11-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 542,\n                            \"formatted_value\": \"542\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 346063,\n                            \"formatted_value\": \"$346,063\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4106060606060604,\n                            \"formatted_value\": \"41.1%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 724.819188191882,\n                            \"formatted_value\": \"$725\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 11535.433333333332,\n                            \"formatted_value\": \"$11,535\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-12-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 499,\n                            \"formatted_value\": \"499\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 284291,\n                            \"formatted_value\": \"$284,291\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.36583577712609966,\n                            \"formatted_value\": \"36.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 656.0180360721442,\n                            \"formatted_value\": \"$656\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 9170.677419354837,\n                            \"formatted_value\": \"$9,171\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 0,\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\",\n                \"date\": \"2024-12-03T00:00:00\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 4750,\n                    \"formatted_value\": \"4,750\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 2719671,\n                    \"formatted_value\": \"$2,719,671\"\n                },\n                {\n                    \"kpi_type\": \"PaidOccupancy\",\n                    \"value\": 0.42819796267916704,\n                    \"formatted_value\": \"42.8%\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 572.5623157894737,\n                    \"formatted_value\": \"$573\"\n                },\n                {\n                    \"kpi_type\": \"RevPAR\",\n                    \"value\": 245.1700171279185,\n                    \"formatted_value\": \"$245\"\n                }\n            ],\n            \"data\": [\n                {\n                    \"date\": \"2023-01-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 319,\n                            \"formatted_value\": \"319\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 121946,\n                            \"formatted_value\": \"$121,946\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.35591133004926095,\n                            \"formatted_value\": \"35.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 473.0564263322884,\n                            \"formatted_value\": \"$473\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 3936.195852534562,\n                            \"formatted_value\": \"$3,936\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-02-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 240,\n                            \"formatted_value\": \"240\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 91773,\n                            \"formatted_value\": \"$91,773\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.2955665024630542,\n                            \"formatted_value\": \"29.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 493.1791666666667,\n                            \"formatted_value\": \"$493\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 3277.6071428571427,\n                            \"formatted_value\": \"$3,278\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-03-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 416,\n                            \"formatted_value\": \"416\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 188905,\n                            \"formatted_value\": \"$188,905\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.46273637374860954,\n                            \"formatted_value\": \"46.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 535.0360576923077,\n                            \"formatted_value\": \"$535\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 6093.709677419354,\n                            \"formatted_value\": \"$6,094\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-04-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 445,\n                            \"formatted_value\": \"445\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 203084,\n                            \"formatted_value\": \"$203,084\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.5297619047619048,\n                            \"formatted_value\": \"53.0%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 538.1977528089888,\n                            \"formatted_value\": \"$538\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 6769.466666666665,\n                            \"formatted_value\": \"$6,769\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-05-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 407,\n                            \"formatted_value\": \"407\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 179481,\n                            \"formatted_value\": \"$179,481\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4688940092165899,\n                            \"formatted_value\": \"46.9%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 517.002457002457,\n                            \"formatted_value\": \"$517\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 5789.709677419356,\n                            \"formatted_value\": \"$5,790\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-06-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 405,\n                            \"formatted_value\": \"405\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 232193,\n                            \"formatted_value\": \"$232,193\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4565325670498084,\n                            \"formatted_value\": \"45.7%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 664.7728395061729,\n                            \"formatted_value\": \"$665\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 7856.933908045977,\n                            \"formatted_value\": \"$7,857\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-07-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 521,\n                            \"formatted_value\": \"521\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 406425,\n                            \"formatted_value\": \"$406,425\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.5602150537634408,\n                            \"formatted_value\": \"56.0%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 865.8502879078695,\n                            \"formatted_value\": \"$866\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 13110.483870967746,\n                            \"formatted_value\": \"$13,110\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-08-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 387,\n                            \"formatted_value\": \"387\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 287145,\n                            \"formatted_value\": \"$287,145\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4033744611268024,\n                            \"formatted_value\": \"40.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 845.6046511627907,\n                            \"formatted_value\": \"$846\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 9274.150921658986,\n                            \"formatted_value\": \"$9,274\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-09-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 330,\n                            \"formatted_value\": \"330\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 202633,\n                            \"formatted_value\": \"$202,633\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.33471250971250976,\n                            \"formatted_value\": \"33.5%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 725.0727272727273,\n                            \"formatted_value\": \"$725\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 6772.898076923076,\n                            \"formatted_value\": \"$6,773\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-10-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 455,\n                            \"formatted_value\": \"455\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 268199,\n                            \"formatted_value\": \"$268,199\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4447702834799609,\n                            \"formatted_value\": \"44.5%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 692.5824175824176,\n                            \"formatted_value\": \"$693\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 8651.58064516129,\n                            \"formatted_value\": \"$8,652\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-11-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 400,\n                            \"formatted_value\": \"400\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 246672,\n                            \"formatted_value\": \"$246,672\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.40404040404040403,\n                            \"formatted_value\": \"40.4%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 711.33,\n                            \"formatted_value\": \"$711\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 8222.4,\n                            \"formatted_value\": \"$8,222\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-12-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 425,\n                            \"formatted_value\": \"425\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 291219,\n                            \"formatted_value\": \"$291,219\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.41105990783410135,\n                            \"formatted_value\": \"41.1%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 787.3505882352941,\n                            \"formatted_value\": \"$787\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 10100.370967741937,\n                            \"formatted_value\": \"$10,100\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 1,\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"NONE\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 4750,\n                    \"formatted_value\": \"4,750\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 2719671,\n                    \"formatted_value\": \"$2,719,671\"\n                },\n                {\n                    \"kpi_type\": \"PaidOccupancy\",\n                    \"value\": 0.42819796267916704,\n                    \"formatted_value\": \"42.8%\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 572.5623157894737,\n                    \"formatted_value\": \"$573\"\n                },\n                {\n                    \"kpi_type\": \"RevPAR\",\n                    \"value\": 245.1700171279185,\n                    \"formatted_value\": \"$245\"\n                }\n            ],\n            \"data\": [\n                {\n                    \"date\": \"2023-01-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 319,\n                            \"formatted_value\": \"319\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 121946,\n                            \"formatted_value\": \"$121,946\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.35591133004926095,\n                            \"formatted_value\": \"35.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 473.0564263322884,\n                            \"formatted_value\": \"$473\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 3936.195852534562,\n                            \"formatted_value\": \"$3,936\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-02-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 240,\n                            \"formatted_value\": \"240\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 91773,\n                            \"formatted_value\": \"$91,773\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.2955665024630542,\n                            \"formatted_value\": \"29.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 493.1791666666667,\n                            \"formatted_value\": \"$493\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 3277.6071428571427,\n                            \"formatted_value\": \"$3,278\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-03-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 416,\n                            \"formatted_value\": \"416\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 188905,\n                            \"formatted_value\": \"$188,905\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.46273637374860954,\n                            \"formatted_value\": \"46.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 535.0360576923077,\n                            \"formatted_value\": \"$535\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 6093.709677419354,\n                            \"formatted_value\": \"$6,094\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-04-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 445,\n                            \"formatted_value\": \"445\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 203084,\n                            \"formatted_value\": \"$203,084\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.5297619047619048,\n                            \"formatted_value\": \"53.0%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 538.1977528089888,\n                            \"formatted_value\": \"$538\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 6769.466666666665,\n                            \"formatted_value\": \"$6,769\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-05-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 407,\n                            \"formatted_value\": \"407\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 179481,\n                            \"formatted_value\": \"$179,481\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4688940092165899,\n                            \"formatted_value\": \"46.9%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 517.002457002457,\n                            \"formatted_value\": \"$517\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 5789.709677419356,\n                            \"formatted_value\": \"$5,790\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-06-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 405,\n                            \"formatted_value\": \"405\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 232193,\n                            \"formatted_value\": \"$232,193\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4565325670498084,\n                            \"formatted_value\": \"45.7%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 664.7728395061729,\n                            \"formatted_value\": \"$665\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 7856.933908045977,\n                            \"formatted_value\": \"$7,857\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-07-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 521,\n                            \"formatted_value\": \"521\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 406425,\n                            \"formatted_value\": \"$406,425\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.5602150537634408,\n                            \"formatted_value\": \"56.0%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 865.8502879078695,\n                            \"formatted_value\": \"$866\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 13110.483870967746,\n                            \"formatted_value\": \"$13,110\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-08-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 387,\n                            \"formatted_value\": \"387\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 287145,\n                            \"formatted_value\": \"$287,145\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4033744611268024,\n                            \"formatted_value\": \"40.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 845.6046511627907,\n                            \"formatted_value\": \"$846\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 9274.150921658986,\n                            \"formatted_value\": \"$9,274\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-09-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 330,\n                            \"formatted_value\": \"330\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 202633,\n                            \"formatted_value\": \"$202,633\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.33471250971250976,\n                            \"formatted_value\": \"33.5%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 725.0727272727273,\n                            \"formatted_value\": \"$725\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 6772.898076923076,\n                            \"formatted_value\": \"$6,773\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-10-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 455,\n                            \"formatted_value\": \"455\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 268199,\n                            \"formatted_value\": \"$268,199\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.4447702834799609,\n                            \"formatted_value\": \"44.5%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 692.5824175824176,\n                            \"formatted_value\": \"$693\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 8651.58064516129,\n                            \"formatted_value\": \"$8,652\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-11-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 400,\n                            \"formatted_value\": \"400\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 246672,\n                            \"formatted_value\": \"$246,672\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.40404040404040403,\n                            \"formatted_value\": \"40.4%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 711.33,\n                            \"formatted_value\": \"$711\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 8222.4,\n                            \"formatted_value\": \"$8,222\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2023-12-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 425,\n                            \"formatted_value\": \"425\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 291219,\n                            \"formatted_value\": \"$291,219\"\n                        },\n                        {\n                            \"kpi_type\": \"PaidOccupancy\",\n                            \"value\": 0.41105990783410135,\n                            \"formatted_value\": \"41.1%\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 787.3505882352941,\n                            \"formatted_value\": \"$787\"\n                        },\n                        {\n                            \"kpi_type\": \"RevPAR\",\n                            \"value\": 10100.370967741937,\n                            \"formatted_value\": \"$10,100\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"9bbaacbf-a1f4-4c91-8fca-b457d155a418","name":"KPIs with Property Filter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"primary_range\": {\n      \"dates\": {\n        \"start\": \"2024-01-01\",\n        \"end\": \"2024-12-31\"\n      },\n      \"as_of\": {\n        \"type\": \"TODAY\"\n      }\n    },\n    \"compare_ranges\": [\n      {\n        \"dates\": {\n          \"start\": \"2023-01-01\",\n          \"end\": \"2023-12-31\"\n        },\n        \"as_of\": {\n          \"type\": \"TODAYMINUSONEYEAR\"\n        }\n      },\n      {\n        \"dates\": {\n          \"start\": \"2023-01-01\",\n          \"end\": \"2023-12-31\"\n        },\n        \"as_of\": {\n          \"type\": \"NONEMINUSONEYEAR\"\n        }\n      }\n    ],\n        \"property_ids\": [\n        \"01f98034-c80f-47f5-b3ef-e68d0723d431\"\n    ],\n    \"kpi_types\": [\n      \"NightsSold\",\n      \"UnitRevenue\",\n      \"PaidOccupancy\",\n      \"ADR\",\n      \"RevPAR\"\n    ],\n    \"timescale\": \"Month\",\n    \"include_time_series\": true,\n    \"booking_source_types\": [\n      1,\n      2\n    ],\n    \"currency\": \"USD\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/properties/portfolio"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 03 Dec 2025 21:37:23 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"result_ranges\": [\n        {\n            \"period\": \"Primary\",\n            \"dates\": {\n                \"start\": \"2024-01-01\",\n                \"end\": \"2024-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAY\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 0,\n                    \"formatted_value\": \"0\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                },\n                {\n                    \"kpi_type\": \"PaidOccupancy\",\n                    \"value\": 0,\n                    \"formatted_value\": \"0.0%\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                },\n                {\n                    \"kpi_type\": \"RevPAR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                }\n            ],\n            \"data\": []\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 0,\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEAR\",\n                \"date\": \"2024-12-03T00:00:00\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 0,\n                    \"formatted_value\": \"0\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                },\n                {\n                    \"kpi_type\": \"PaidOccupancy\",\n                    \"value\": 0,\n                    \"formatted_value\": \"0.0%\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                },\n                {\n                    \"kpi_type\": \"RevPAR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                }\n            ],\n            \"data\": []\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 1,\n            \"dates\": {\n                \"start\": \"2023-01-01\",\n                \"end\": \"2023-12-31\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"NONE\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 0,\n                    \"formatted_value\": \"0\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                },\n                {\n                    \"kpi_type\": \"PaidOccupancy\",\n                    \"value\": 0,\n                    \"formatted_value\": \"0.0%\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                },\n                {\n                    \"kpi_type\": \"RevPAR\",\n                    \"value\": 0,\n                    \"formatted_value\": \"$0\"\n                }\n            ],\n            \"data\": []\n        }\n    ]\n}"}],"_postman_id":"9ecf47e9-7014-440b-92c7-3987075d2f82"}],"id":"29d15cdf-236f-4611-b4ab-359635b5b045","_postman_id":"29d15cdf-236f-4611-b4ab-359635b5b045","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Market KPIs","item":[{"name":"KPIs","id":"f6ed5c02-0ec9-4d15-98c1-5bf0bd33c4a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"timescale\": \"Week\",\n    \"include_time_series\": false,\n    \"primary_range\": {\n        \"commonseasontype\": \"LAST90DAYS\",\n        \"as_of\": {\n            \"type\": \"TODAY\"\n        }\n    },\n    \"compare_ranges\": [\n        {\n            \"commonseasontype\": \"PRIMARYRANGEMINUSONEYEAR\",\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEARSAMEDAYOFWEEK\"\n            }\n        }\n    ],\n    \"kpi_types\": [\n        \"AdjustedPaidOccupancy\",\n        \"AdjustedRevPAR\",\n        \"ADR\",\n        \"AverageBookingWindow\",\n        \"NightsSold\",\n        \"TotalRevenue\",\n        \"UnitRevenue\"\n    ],\n    \"market_ids\": [\n        \"d19aec4f-21db-47de-8985-48af969f03c5\"\n    ],\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/market/kpis","description":"<h1 id=\"market-kpis\">Market KPIs</h1>\n<p><strong>Description:</strong>  </p>\n<p>Retrieve aggregated market-level KPI metrics for a specified date range with optional year-over-year or custom comparison periods. Use this endpoint to power market performance dashboards, trend analysis, and benchmarking reports.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>timescale</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Aggregation granularity for time series data. Valid values: <code>Day</code>, <code>Week</code>, <code>Month</code>. See Lookups for all available timescales.</td>\n</tr>\n<tr>\n<td><code>include_time_series</code></td>\n<td>boolean</td>\n<td>⛔</td>\n<td>When <code>true</code>, includes granular time series data in <code>data[]</code> arrays. When <code>false</code> or omitted, returns only rollup totals.</td>\n</tr>\n<tr>\n<td><code>primary_range</code></td>\n<td>object</td>\n<td>✅</td>\n<td>Defines the primary date range and reference point for the report.</td>\n</tr>\n<tr>\n<td><code>primary_range.commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for the date range (e.g., <code>LAST90DAYS</code>, <code>CURRENTYEAR</code>). Mutually exclusive with explicit start/end dates. See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>primary_range.start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Start date (UTC, <code>YYYY-MM-DD</code>). Required if <code>commonseasontype</code> is not provided.</td>\n</tr>\n<tr>\n<td><code>primary_range.end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>End date (UTC, <code>YYYY-MM-DD</code>). Required with <code>start</code>.</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Reference point for calculating KPIs (e.g., booking window calculations).</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of.type</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>As-of date type (e.g., <code>TODAY</code>, <code>YESTERDAY</code>, <code>CUSTOM</code>). See Lookups for available types.</td>\n</tr>\n<tr>\n<td><code>primary_range.as_of.date</code></td>\n<td>string (date-time)</td>\n<td>⛔</td>\n<td>Custom as-of date (ISO-8601). Required when <code>as_of.type</code> is <code>CUSTOM</code>.</td>\n</tr>\n<tr>\n<td><code>compare_ranges</code></td>\n<td>array[object]</td>\n<td>⛔</td>\n<td>One or more comparison periods to benchmark against the primary range.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].commonseasontype</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Preset window for comparison (e.g., <code>PRIMARYRANGEMINUSONEYEAR</code>). See Lookups for allowed values.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].start</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Comparison start date (UTC, <code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].end</code></td>\n<td>string (date)</td>\n<td>⛔</td>\n<td>Comparison end date (UTC, <code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].as_of</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Reference point for comparison KPIs.</td>\n</tr>\n<tr>\n<td><code>compare_ranges[].as_of.type</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>As-of date type for comparison (e.g., <code>TODAYMINUSONEYEARSAMEDAYOFWEEK</code>). See Lookups for available types.</td>\n</tr>\n<tr>\n<td><code>kpi_types</code></td>\n<td>array[string]</td>\n<td>✅</td>\n<td>List of KPI metrics to retrieve. See Lookups for available KPI types.</td>\n</tr>\n<tr>\n<td><code>market_ids</code></td>\n<td>array[string(uuid)]</td>\n<td>✅</td>\n<td>One or more market UUIDs to aggregate. See Lookups for available markets.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>ISO currency code for monetary values (e.g., <code>USD</code>, <code>EUR</code>). Defaults to account currency if omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Range semantics</strong></p>\n<ul>\n<li><p>Provide <strong>either</strong> <code>commonseasontype</code> <strong>or</strong> the pair <code>start</code> and <code>end</code> for each range object.</p>\n</li>\n<li><p>When using explicit dates, <code>start</code> must be ≤ <code>end</code>.</p>\n</li>\n<li><p>Comparison ranges are optional; omit <code>compare_ranges</code> to retrieve only primary period data.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>boolean</td>\n<td>Indicates whether the request succeeded.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>string / null</td>\n<td>Error message if any.</td>\n</tr>\n<tr>\n<td><code>result_ranges</code></td>\n<td>array[object]</td>\n<td>List of result sets for primary and comparison periods.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"result-range-object-result_ranges\">Result Range Object (<code>result_ranges[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>period</code></td>\n<td>string</td>\n<td>Period identifier: <code>Primary</code> or <code>Compare</code>.</td>\n</tr>\n<tr>\n<td><code>compare_index</code></td>\n<td>integer</td>\n<td>Index of the comparison range (present only for <code>Compare</code> periods, zero-based).</td>\n</tr>\n<tr>\n<td><code>dates</code></td>\n<td>object</td>\n<td>Resolved date boundaries for the period.</td>\n</tr>\n<tr>\n<td><code>dates.start</code></td>\n<td>string (date)</td>\n<td>Resolved start date (<code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>dates.end</code></td>\n<td>string (date)</td>\n<td>Resolved end date (<code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>dates.commonseasontype</code></td>\n<td>string</td>\n<td>Season type used if preset was specified.</td>\n</tr>\n<tr>\n<td><code>dates.type</code></td>\n<td>string</td>\n<td>Comparison type applied (e.g., <code>None</code>, <code>SameDay</code>). Present on comparison periods.</td>\n</tr>\n<tr>\n<td><code>as_of</code></td>\n<td>object</td>\n<td>Resolved as-of reference point.</td>\n</tr>\n<tr>\n<td><code>as_of.type</code></td>\n<td>string</td>\n<td>As-of type used for the period.</td>\n</tr>\n<tr>\n<td><code>as_of.date</code></td>\n<td>string (date-time)</td>\n<td>Resolved as-of date (ISO-8601). Present when type resolves to a specific date.</td>\n</tr>\n<tr>\n<td><code>kpis_rollup</code></td>\n<td>array[object]</td>\n<td>Aggregated KPI totals/averages for the entire period.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>array[object]</td>\n<td>Time series data points (present when <code>include_time_series</code> is <code>true</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"kpi-object-kpis_rollup-and-datakpis\">KPI Object (<code>kpis_rollup[]</code> and <code>data[].kpis[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>kpi_type</code></td>\n<td>string</td>\n<td>KPI metric identifier (e.g., <code>ADR</code>, <code>NightsSold</code>, <code>TotalRevenue</code>).</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>number</td>\n<td>Raw numeric value for the KPI.</td>\n</tr>\n<tr>\n<td><code>formatted_value</code></td>\n<td>string</td>\n<td>Human-readable formatted value (e.g., <code>$256</code>, <code>29.3%</code>, <code>9,528</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"time-series-data-point-data\">Time Series Data Point (<code>data[]</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>string (date-time)</td>\n<td>Period start date (ISO-8601). Granularity matches requested <code>timescale</code>.</td>\n</tr>\n<tr>\n<td><code>kpis</code></td>\n<td>array[object]</td>\n<td>KPI values for this time period.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"available-kpi-types\">Available KPI Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>KPI Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>AdjustedPaidOccupancy</code></td>\n<td>Occupancy rate excluding owner stays and holds.</td>\n</tr>\n<tr>\n<td><code>AdjustedRevPAR</code></td>\n<td>Revenue per available room adjusted for non-revenue nights.</td>\n</tr>\n<tr>\n<td><code>ADR</code></td>\n<td>Average Daily Rate for paid bookings.</td>\n</tr>\n<tr>\n<td><code>AverageBookingWindow</code></td>\n<td>Average days between booking and check-in.</td>\n</tr>\n<tr>\n<td><code>NightsSold</code></td>\n<td>Total nights with paid reservations.</td>\n</tr>\n<tr>\n<td><code>TotalRevenue</code></td>\n<td>Gross revenue including fees and extras.</td>\n</tr>\n<tr>\n<td><code>UnitRevenue</code></td>\n<td>Net accommodation revenue (excludes fees).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; KPI data returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input, missing required fields, or conflicting range parameters.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Validation Error</td>\n<td>Valid syntax but semantically invalid (e.g., unknown KPI type or market).</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p><strong>Timescale alignment:</strong> Time series dates align to period boundaries. For <code>Week</code>, dates represent the week's start (typically Sunday or Monday based on account settings).</p>\n</li>\n<li><p><strong>Year-over-year comparison:</strong> Use <code>PRIMARYRANGEMINUSONEYEAR</code> with <code>TODAYMINUSONEYEARSAMEDAYOFWEEK</code> as-of type for accurate pace comparisons that account for day-of-week alignment.</p>\n</li>\n<li><p><strong>Rollup vs. time series:</strong> Set <code>include_time_series: false</code> when only summary totals are needed to reduce response size.</p>\n</li>\n<li><p><strong>Multi-market aggregation:</strong> Provide multiple <code>market_ids</code> to aggregate KPIs across markets. Results represent combined totals, not per-market breakdowns.</p>\n</li>\n<li><p><strong>Currency conversion:</strong> Specify <code>currency</code> to receive monetary KPIs in a consistent currency. Conversion uses rates as of the as-of date.</p>\n</li>\n<li><p><strong>KPI selection:</strong> Request only needed KPIs to optimize response time. All requested KPIs appear in both <code>kpis_rollup</code> and each <code>data[]</code> entry.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","pm","market","kpis"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"670d7500-dbe0-471d-aa7c-5f435c1cb8aa","name":"KPIs with Time Series","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"timescale\": \"Week\",\n    \"include_time_series\": true,\n    \"primary_range\": {\n        \"commonseasontype\": \"LAST90DAYS\",\n        \"as_of\": {\n            \"type\": \"TODAY\"\n        }\n    },\n    \"compare_ranges\": [\n        {\n            \"commonseasontype\": \"PRIMARYRANGEMINUSONEYEAR\",\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEARSAMEDAYOFWEEK\"\n            }\n        }\n    ],\n    \"kpi_types\": [\n        \"AdjustedPaidOccupancy\",\n        \"AdjustedRevPAR\",\n        \"ADR\",\n        \"AverageBookingWindow\",\n        \"NightsSold\",\n        \"TotalRevenue\",\n        \"UnitRevenue\"\n    ],\n    \"market_ids\": [\n        \"d19aec4f-21db-47de-8985-48af969f03c5\"\n    ],\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/market/kpis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 03 Dec 2025 21:04:10 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"result_ranges\": [\n        {\n            \"period\": \"Primary\",\n            \"dates\": {\n                \"start\": \"2025-09-04\",\n                \"end\": \"2025-12-03\",\n                \"commonseasontype\": \"LAST90DAYS\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAY\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"AdjustedPaidOccupancy\",\n                    \"value\": 0.29302092531879126,\n                    \"formatted_value\": \"29.3%\"\n                },\n                {\n                    \"kpi_type\": \"AdjustedRevPAR\",\n                    \"value\": 74.68765705363701,\n                    \"formatted_value\": \"$75\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 256.0450913098236,\n                    \"formatted_value\": \"$256\"\n                },\n                {\n                    \"kpi_type\": \"AverageBookingWindow\",\n                    \"value\": 56.331664580725906,\n                    \"formatted_value\": \"56\"\n                },\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 9528,\n                    \"formatted_value\": \"9,528\"\n                },\n                {\n                    \"kpi_type\": \"TotalRevenue\",\n                    \"value\": 3296161.649999999,\n                    \"formatted_value\": \"$3,296,162\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 2439597.6299999994,\n                    \"formatted_value\": \"$2,439,598\"\n                }\n            ],\n            \"data\": [\n                {\n                    \"date\": \"2025-09-04T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.33044219138429987,\n                            \"formatted_value\": \"33.0%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 75.32660084052601,\n                            \"formatted_value\": \"$75\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 256.6044258004926,\n                            \"formatted_value\": \"$257\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 56.85792349726776,\n                            \"formatted_value\": \"57\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 6496,\n                            \"formatted_value\": \"6,496\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 2253065.31,\n                            \"formatted_value\": \"$2,253,065\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 1666902.35,\n                            \"formatted_value\": \"$1,666,902\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-09-07T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.3985594237695078,\n                            \"formatted_value\": \"39.9%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 106.99533013205283,\n                            \"formatted_value\": \"$107\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 268.4551506024096,\n                            \"formatted_value\": \"$268\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 58.98684210526316,\n                            \"formatted_value\": \"59\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 332,\n                            \"formatted_value\": \"332\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 118439.05,\n                            \"formatted_value\": \"$118,439\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 89127.11,\n                            \"formatted_value\": \"$89,127\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-09-14T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.3811230585424134,\n                            \"formatted_value\": \"38.1%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 96.26430107526882,\n                            \"formatted_value\": \"$96\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 252.58062695924767,\n                            \"formatted_value\": \"$253\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 75.33333333333333,\n                            \"formatted_value\": \"75\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 319,\n                            \"formatted_value\": \"319\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 107695.4,\n                            \"formatted_value\": \"$107,695\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 80573.22,\n                            \"formatted_value\": \"$80,573\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-09-21T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.457286432160804,\n                            \"formatted_value\": \"45.7%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 117.3386934673367,\n                            \"formatted_value\": \"$117\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 256.5978021978022,\n                            \"formatted_value\": \"$257\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 67.8586956521739,\n                            \"formatted_value\": \"68\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 364,\n                            \"formatted_value\": \"364\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 127272.8,\n                            \"formatted_value\": \"$127,273\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 93401.6,\n                            \"formatted_value\": \"$93,402\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-09-28T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.4708029197080292,\n                            \"formatted_value\": \"47.1%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 120.11239659367396,\n                            \"formatted_value\": \"$120\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 255.12245478036175,\n                            \"formatted_value\": \"$255\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 57.08108108108108,\n                            \"formatted_value\": \"57\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 387,\n                            \"formatted_value\": \"387\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 135589.25,\n                            \"formatted_value\": \"$135,589\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 98732.39,\n                            \"formatted_value\": \"$98,732\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-10-05T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.4283950617283951,\n                            \"formatted_value\": \"42.8%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 109.20541975308642,\n                            \"formatted_value\": \"$109\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 254.91755043227664,\n                            \"formatted_value\": \"$255\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 45.8936170212766,\n                            \"formatted_value\": \"46\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 347,\n                            \"formatted_value\": \"347\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 124053.23,\n                            \"formatted_value\": \"$124,053\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 88456.39,\n                            \"formatted_value\": \"$88,456\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-10-12T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.3726937269372694,\n                            \"formatted_value\": \"37.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 88.80263222632226,\n                            \"formatted_value\": \"$89\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 238.27240924092408,\n                            \"formatted_value\": \"$238\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 52.01315789473684,\n                            \"formatted_value\": \"52\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 303,\n                            \"formatted_value\": \"303\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 99249.06,\n                            \"formatted_value\": \"$99,249\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 72196.54,\n                            \"formatted_value\": \"$72,197\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-10-19T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.19759036144578312,\n                            \"formatted_value\": \"19.8%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 45.08415662650602,\n                            \"formatted_value\": \"$45\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 228.16981707317072,\n                            \"formatted_value\": \"$228\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 31.91891891891892,\n                            \"formatted_value\": \"32\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 164,\n                            \"formatted_value\": \"164\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 50299.23,\n                            \"formatted_value\": \"$50,299\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 37419.85,\n                            \"formatted_value\": \"$37,420\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-10-26T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.15795868772782504,\n                            \"formatted_value\": \"15.8%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 35.52808019441069,\n                            \"formatted_value\": \"$36\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 224.92007692307692,\n                            \"formatted_value\": \"$225\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 29.576923076923077,\n                            \"formatted_value\": \"30\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 130,\n                            \"formatted_value\": \"130\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 39114.8,\n                            \"formatted_value\": \"$39,115\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 29239.61,\n                            \"formatted_value\": \"$29,240\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-11-02T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.11189634864546526,\n                            \"formatted_value\": \"11.2%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 22.087809187279152,\n                            \"formatted_value\": \"$22\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 197.39526315789473,\n                            \"formatted_value\": \"$197\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 48.08695652173913,\n                            \"formatted_value\": \"48\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 95,\n                            \"formatted_value\": \"95\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 24931.13,\n                            \"formatted_value\": \"$24,931\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 18752.55,\n                            \"formatted_value\": \"$18,753\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-11-09T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.09433962264150944,\n                            \"formatted_value\": \"9.4%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 18.730400943396226,\n                            \"formatted_value\": \"$19\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 198.54225,\n                            \"formatted_value\": \"$199\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 40.666666666666664,\n                            \"formatted_value\": \"41\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 80,\n                            \"formatted_value\": \"80\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 20176.59,\n                            \"formatted_value\": \"$20,177\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 15883.38,\n                            \"formatted_value\": \"$15,883\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-11-16T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.14285714285714285,\n                            \"formatted_value\": \"14.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 27.27841142857143,\n                            \"formatted_value\": \"$27\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 190.94888,\n                            \"formatted_value\": \"$191\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 42.04545454545455,\n                            \"formatted_value\": \"42\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 125,\n                            \"formatted_value\": \"125\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 32201.78,\n                            \"formatted_value\": \"$32,202\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 23868.61,\n                            \"formatted_value\": \"$23,869\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-11-23T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.3861271676300578,\n                            \"formatted_value\": \"38.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 130.1324971098266,\n                            \"formatted_value\": \"$130\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 337.01979041916167,\n                            \"formatted_value\": \"$337\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 61.15277777777778,\n                            \"formatted_value\": \"61\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 334,\n                            \"formatted_value\": \"334\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 148316.04,\n                            \"formatted_value\": \"$148,316\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 112564.61,\n                            \"formatted_value\": \"$112,565\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2025-11-30T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.09737827715355805,\n                            \"formatted_value\": \"9.7%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 23.369700374531835,\n                            \"formatted_value\": \"$23\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 239.98884615384617,\n                            \"formatted_value\": \"$240\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 42.22222222222222,\n                            \"formatted_value\": \"42\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 52,\n                            \"formatted_value\": \"52\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 15757.98,\n                            \"formatted_value\": \"$15,758\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 12479.42,\n                            \"formatted_value\": \"$12,479\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 0,\n            \"dates\": {\n                \"start\": \"2024-09-04\",\n                \"end\": \"2024-12-03\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEARSAMEDAYOFWEEK\",\n                \"date\": \"2024-12-04T00:00:00\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"AdjustedPaidOccupancy\",\n                    \"value\": 0.34260441351586457,\n                    \"formatted_value\": \"34.3%\"\n                },\n                {\n                    \"kpi_type\": \"AdjustedRevPAR\",\n                    \"value\": 83.8458736798076,\n                    \"formatted_value\": \"$84\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 239.42015228426396,\n                    \"formatted_value\": \"$239\"\n                },\n                {\n                    \"kpi_type\": \"AverageBookingWindow\",\n                    \"value\": 59.54046997389034,\n                    \"formatted_value\": \"60\"\n                },\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 10047,\n                    \"formatted_value\": \"10,047\"\n                },\n                {\n                    \"kpi_type\": \"TotalRevenue\",\n                    \"value\": 3286239.5100000002,\n                    \"formatted_value\": \"$3,286,240\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 2405454.27,\n                    \"formatted_value\": \"$2,405,454\"\n                }\n            ],\n            \"data\": [\n                {\n                    \"date\": \"2024-09-04T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.3997419295721039,\n                            \"formatted_value\": \"40.0%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 84.63173563865158,\n                            \"formatted_value\": \"$85\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 239.46530612244896,\n                            \"formatted_value\": \"$239\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 59.653164556962025,\n                            \"formatted_value\": \"60\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 6909,\n                            \"formatted_value\": \"6,909\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 2260503.33,\n                            \"formatted_value\": \"$2,260,503\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 1654465.7999999998,\n                            \"formatted_value\": \"$1,654,466\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-09-08T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.4671916010498688,\n                            \"formatted_value\": \"46.7%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 112.62509186351707,\n                            \"formatted_value\": \"$113\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 241.06831460674158,\n                            \"formatted_value\": \"$241\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 73.75949367088607,\n                            \"formatted_value\": \"74\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 356,\n                            \"formatted_value\": \"356\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 114727.04,\n                            \"formatted_value\": \"$114,727\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 85820.32,\n                            \"formatted_value\": \"$85,820\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-09-15T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.5130208333333334,\n                            \"formatted_value\": \"51.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 124.89708333333334,\n                            \"formatted_value\": \"$125\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 243.45421319796955,\n                            \"formatted_value\": \"$243\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 65.54022988505747,\n                            \"formatted_value\": \"66\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 394,\n                            \"formatted_value\": \"394\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 129863.2,\n                            \"formatted_value\": \"$129,863\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 95920.96,\n                            \"formatted_value\": \"$95,921\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-09-22T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.5262483994878361,\n                            \"formatted_value\": \"52.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 132.23163892445584,\n                            \"formatted_value\": \"$132\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 251.27228710462288,\n                            \"formatted_value\": \"$251\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 65.55555555555556,\n                            \"formatted_value\": \"66\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 411,\n                            \"formatted_value\": \"411\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 140457.66,\n                            \"formatted_value\": \"$140,458\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 103272.91,\n                            \"formatted_value\": \"$103,273\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-09-29T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.4993412384716733,\n                            \"formatted_value\": \"49.9%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 119.20100131752305,\n                            \"formatted_value\": \"$119\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 238.71651715039576,\n                            \"formatted_value\": \"$239\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 64.98076923076923,\n                            \"formatted_value\": \"65\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 379,\n                            \"formatted_value\": \"379\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 123892.11,\n                            \"formatted_value\": \"$123,892\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 90473.56,\n                            \"formatted_value\": \"$90,474\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-10-06T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.5301204819277109,\n                            \"formatted_value\": \"53.0%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 121.76078982597055,\n                            \"formatted_value\": \"$122\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 229.68512626262626,\n                            \"formatted_value\": \"$230\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 49.54,\n                            \"formatted_value\": \"50\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 396,\n                            \"formatted_value\": \"396\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 127781.86,\n                            \"formatted_value\": \"$127,782\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 90955.31,\n                            \"formatted_value\": \"$90,955\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-10-13T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.43201133144475923,\n                            \"formatted_value\": \"43.2%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 95.8964447592068,\n                            \"formatted_value\": \"$96\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 221.97668852459017,\n                            \"formatted_value\": \"$222\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 48.225806451612904,\n                            \"formatted_value\": \"48\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 305,\n                            \"formatted_value\": \"305\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 93458.76,\n                            \"formatted_value\": \"$93,459\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 67702.89,\n                            \"formatted_value\": \"$67,703\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-10-20T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.26285714285714284,\n                            \"formatted_value\": \"26.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 51.88411428571428,\n                            \"formatted_value\": \"$52\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 197.38521739130434,\n                            \"formatted_value\": \"$197\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 35.729729729729726,\n                            \"formatted_value\": \"36\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 184,\n                            \"formatted_value\": \"184\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 49322.46,\n                            \"formatted_value\": \"$49,322\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 36318.88,\n                            \"formatted_value\": \"$36,319\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-10-27T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.12446958981612447,\n                            \"formatted_value\": \"12.4%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 23.679773691654876,\n                            \"formatted_value\": \"$24\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 190.24545454545452,\n                            \"formatted_value\": \"$190\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 53.46666666666667,\n                            \"formatted_value\": \"53\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 88,\n                            \"formatted_value\": \"88\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 22842.59,\n                            \"formatted_value\": \"$22,843\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 16741.6,\n                            \"formatted_value\": \"$16,742\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-11-03T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.1284153005464481,\n                            \"formatted_value\": \"12.8%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 24.808251366120217,\n                            \"formatted_value\": \"$25\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 193.18765957446809,\n                            \"formatted_value\": \"$193\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 39.90909090909091,\n                            \"formatted_value\": \"40\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 94,\n                            \"formatted_value\": \"94\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 24414.72,\n                            \"formatted_value\": \"$24,415\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 18159.64,\n                            \"formatted_value\": \"$18,160\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-11-10T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.1349862258953168,\n                            \"formatted_value\": \"13.5%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 27.464490358126724,\n                            \"formatted_value\": \"$27\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 203.46142857142857,\n                            \"formatted_value\": \"$203\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 38.714285714285715,\n                            \"formatted_value\": \"39\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 98,\n                            \"formatted_value\": \"98\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 26601.4,\n                            \"formatted_value\": \"$26,601\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 19939.22,\n                            \"formatted_value\": \"$19,939\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-11-17T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.12299465240641712,\n                            \"formatted_value\": \"12.3%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 28.737647058823526,\n                            \"formatted_value\": \"$29\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 233.64956521739128,\n                            \"formatted_value\": \"$234\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 51.6764705882353,\n                            \"formatted_value\": \"52\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 92,\n                            \"formatted_value\": \"92\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 29722.93,\n                            \"formatted_value\": \"$29,723\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 21495.76,\n                            \"formatted_value\": \"$21,496\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-11-24T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.4450784593437946,\n                            \"formatted_value\": \"44.5%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 139.80358059914408,\n                            \"formatted_value\": \"$140\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 314.10996794871795,\n                            \"formatted_value\": \"$314\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 71.52857142857142,\n                            \"formatted_value\": \"72\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 312,\n                            \"formatted_value\": \"312\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 134190.01,\n                            \"formatted_value\": \"$134,190\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 98002.31,\n                            \"formatted_value\": \"$98,002\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2024-12-01T00:00:00\",\n                    \"kpis\": [\n                        {\n                            \"kpi_type\": \"AdjustedPaidOccupancy\",\n                            \"value\": 0.09570957095709572,\n                            \"formatted_value\": \"9.6%\"\n                        },\n                        {\n                            \"kpi_type\": \"AdjustedRevPAR\",\n                            \"value\": 20.41290429042904,\n                            \"formatted_value\": \"$20\"\n                        },\n                        {\n                            \"kpi_type\": \"ADR\",\n                            \"value\": 213.27965517241378,\n                            \"formatted_value\": \"$213\"\n                        },\n                        {\n                            \"kpi_type\": \"AverageBookingWindow\",\n                            \"value\": 33.25,\n                            \"formatted_value\": \"33\"\n                        },\n                        {\n                            \"kpi_type\": \"NightsSold\",\n                            \"value\": 29,\n                            \"formatted_value\": \"29\"\n                        },\n                        {\n                            \"kpi_type\": \"TotalRevenue\",\n                            \"value\": 8461.44,\n                            \"formatted_value\": \"$8,461\"\n                        },\n                        {\n                            \"kpi_type\": \"UnitRevenue\",\n                            \"value\": 6185.11,\n                            \"formatted_value\": \"$6,185\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"f6299e32-49a0-4242-ac10-8ee691085487","name":"KPIs with No Time Series","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"timescale\": \"Week\",\n    \"include_time_series\": false,\n    \"primary_range\": {\n        \"commonseasontype\": \"LAST90DAYS\",\n        \"as_of\": {\n            \"type\": \"TODAY\"\n        }\n    },\n    \"compare_ranges\": [\n        {\n            \"commonseasontype\": \"PRIMARYRANGEMINUSONEYEAR\",\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEARSAMEDAYOFWEEK\"\n            }\n        }\n    ],\n    \"kpi_types\": [\n        \"AdjustedPaidOccupancy\",\n        \"AdjustedRevPAR\",\n        \"ADR\",\n        \"AverageBookingWindow\",\n        \"NightsSold\",\n        \"TotalRevenue\",\n        \"UnitRevenue\"\n    ],\n    \"market_ids\": [\n        \"d19aec4f-21db-47de-8985-48af969f03c5\"\n    ],\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/pm/market/kpis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 03 Dec 2025 21:05:13 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"error\": null,\n    \"result_ranges\": [\n        {\n            \"period\": \"Primary\",\n            \"dates\": {\n                \"start\": \"2025-09-04\",\n                \"end\": \"2025-12-03\",\n                \"commonseasontype\": \"LAST90DAYS\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAY\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"AdjustedPaidOccupancy\",\n                    \"value\": 0.29302092531879126,\n                    \"formatted_value\": \"29.3%\"\n                },\n                {\n                    \"kpi_type\": \"AdjustedRevPAR\",\n                    \"value\": 74.68765705363701,\n                    \"formatted_value\": \"$75\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 256.0450913098236,\n                    \"formatted_value\": \"$256\"\n                },\n                {\n                    \"kpi_type\": \"AverageBookingWindow\",\n                    \"value\": 56.331664580725906,\n                    \"formatted_value\": \"56\"\n                },\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 9528,\n                    \"formatted_value\": \"9,528\"\n                },\n                {\n                    \"kpi_type\": \"TotalRevenue\",\n                    \"value\": 3296161.649999999,\n                    \"formatted_value\": \"$3,296,162\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 2439597.6299999994,\n                    \"formatted_value\": \"$2,439,598\"\n                }\n            ],\n            \"data\": []\n        },\n        {\n            \"period\": \"Compare\",\n            \"compare_index\": 0,\n            \"dates\": {\n                \"start\": \"2024-09-04\",\n                \"end\": \"2024-12-03\",\n                \"type\": \"None\"\n            },\n            \"as_of\": {\n                \"type\": \"TODAYMINUSONEYEARSAMEDAYOFWEEK\",\n                \"date\": \"2024-12-04T00:00:00\"\n            },\n            \"kpis_rollup\": [\n                {\n                    \"kpi_type\": \"AdjustedPaidOccupancy\",\n                    \"value\": 0.34260441351586457,\n                    \"formatted_value\": \"34.3%\"\n                },\n                {\n                    \"kpi_type\": \"AdjustedRevPAR\",\n                    \"value\": 83.8458736798076,\n                    \"formatted_value\": \"$84\"\n                },\n                {\n                    \"kpi_type\": \"ADR\",\n                    \"value\": 239.42015228426396,\n                    \"formatted_value\": \"$239\"\n                },\n                {\n                    \"kpi_type\": \"AverageBookingWindow\",\n                    \"value\": 59.54046997389034,\n                    \"formatted_value\": \"60\"\n                },\n                {\n                    \"kpi_type\": \"NightsSold\",\n                    \"value\": 10047,\n                    \"formatted_value\": \"10,047\"\n                },\n                {\n                    \"kpi_type\": \"TotalRevenue\",\n                    \"value\": 3286239.5100000002,\n                    \"formatted_value\": \"$3,286,240\"\n                },\n                {\n                    \"kpi_type\": \"UnitRevenue\",\n                    \"value\": 2405454.27,\n                    \"formatted_value\": \"$2,405,454\"\n                }\n            ],\n            \"data\": []\n        }\n    ]\n}"}],"_postman_id":"f6ed5c02-0ec9-4d15-98c1-5bf0bd33c4a6"}],"id":"8f7783c1-8346-4569-b230-f072973e169f","_postman_id":"8f7783c1-8346-4569-b230-f072973e169f","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}}],"id":"c802ff79-cbcf-4cb1-ba3d-5a28ae89f3f7","_postman_id":"c802ff79-cbcf-4cb1-ba3d-5a28ae89f3f7","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"OTA Data","item":[{"name":"Listings","item":[{"name":"KPIs","item":[{"name":"Weekly","id":"776403d1-c55b-4ba0-9c79-4a5275dc3d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{public_api_ota_key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"listing_id\": \"airbnb_17024610\",\n   \"start_date\": \"2025-01-01\",\n   \"end_date\": \"2025-12-31\",\n   \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/listing/kpis/week","description":"<h1 id=\"listing-kpis-weekly\">Listing KPIs Weekly</h1>\n<p><strong>Description:</strong><br />Retrieves weekly time-series Key Performance Indicator (KPI) data for a specific listing over a specified date range. This endpoint provides detailed performance metrics including revenue, occupancy rates, ADR, guest statistics, and booking patterns aggregated by week. Commonly used for short-term performance tracking, weekly trend analysis, and operational decision-making.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<blockquote>\n<p><strong>Note:</strong> The <code>end_date</code> must be after the <code>start_date</code>. Recommended maximum date range is 104 weeks (2 years) for optimal performance.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listing_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Listing identifier.</td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>Start date for KPI data retrieval, inclusive (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>End date for KPI data retrieval, inclusive (YYYY-MM-DD). Must be after <code>start_date</code>.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Currency code for monetary values (default: <code>USD</code>). Examples: <code>EUR</code>, <code>GBP</code>, <code>CAD</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>object</td>\n<td>Data wrapper containing KPI results.</td>\n</tr>\n<tr>\n<td><code>data.kpis</code></td>\n<td>array[object]</td>\n<td>List of KPI data points, one per week.</td>\n</tr>\n<tr>\n<td><code>errors</code></td>\n<td>null</td>\n<td>Error information (null on success).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"kpi-object\">KPI Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listing_id</code></td>\n<td>string</td>\n<td>Listing identifier.</td>\n</tr>\n<tr>\n<td><code>time_scale</code></td>\n<td>string</td>\n<td>Time scale for aggregation (<code>weekly</code>).</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>string(date)</td>\n<td>Start date of the week (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>adr</code></td>\n<td>float / null</td>\n<td>Average Daily Rate in requested currency.</td>\n</tr>\n<tr>\n<td><code>guest_occupancy</code></td>\n<td>float / null</td>\n<td>Guest occupancy rate (0-1). Percentage of available nights with guests.</td>\n</tr>\n<tr>\n<td><code>revpar</code></td>\n<td>float / null</td>\n<td>Revenue Per Available Room in requested currency.</td>\n</tr>\n<tr>\n<td><code>revenue_rent</code></td>\n<td>float / null</td>\n<td>Total rental revenue in requested currency.</td>\n</tr>\n<tr>\n<td><code>guest_nights</code></td>\n<td>integer / null</td>\n<td>Total number of nights with guests staying.</td>\n</tr>\n<tr>\n<td><code>guest_checkins</code></td>\n<td>integer / null</td>\n<td>Total number of guest check-ins.</td>\n</tr>\n<tr>\n<td><code>guest_checkouts</code></td>\n<td>integer / null</td>\n<td>Total number of guest check-outs.</td>\n</tr>\n<tr>\n<td><code>adr_unbooked</code></td>\n<td>float / null</td>\n<td>Average Daily Rate for unbooked nights in requested currency.</td>\n</tr>\n<tr>\n<td><code>revpar_adj</code></td>\n<td>float / null</td>\n<td>Adjusted Revenue Per Available Room in requested currency.</td>\n</tr>\n<tr>\n<td><code>avg_stay_length</code></td>\n<td>float / null</td>\n<td>Average length of stay in nights.</td>\n</tr>\n<tr>\n<td><code>avg_booking_window</code></td>\n<td>float / null</td>\n<td>Average booking window in days (time between booking and check-in).</td>\n</tr>\n<tr>\n<td><code>avg_stay_value</code></td>\n<td>float / null</td>\n<td>Average total value per stay in requested currency.</td>\n</tr>\n<tr>\n<td><code>calendar_occupancy</code></td>\n<td>float / null</td>\n<td>Calendar occupancy rate (0-1). Percentage of total nights marked as unavailable.</td>\n</tr>\n<tr>\n<td><code>property_nights</code></td>\n<td>integer / null</td>\n<td>Total property nights in the week.</td>\n</tr>\n<tr>\n<td><code>hold_nights</code></td>\n<td>integer / null</td>\n<td>Total nights marked as hold/blocked.</td>\n</tr>\n<tr>\n<td><code>available_nights</code></td>\n<td>integer / null</td>\n<td>Total nights available for booking.</td>\n</tr>\n<tr>\n<td><code>open_nights</code></td>\n<td>integer / null</td>\n<td>Total nights that are open/unbooked.</td>\n</tr>\n<tr>\n<td><code>total_stay_length</code></td>\n<td>integer / null</td>\n<td>Total stay length across all bookings in nights.</td>\n</tr>\n<tr>\n<td><code>total_booking_window</code></td>\n<td>integer / null</td>\n<td>Total booking window across all bookings in days.</td>\n</tr>\n<tr>\n<td><code>updated_on</code></td>\n<td>string(date)</td>\n<td>Date when this KPI data was last updated (YYYY-MM-DD).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; KPI data returned (may be empty array if no data).</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or missing required fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>Access Denied</td>\n<td>User does not have access to this listing's market(s).</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Validation Error</td>\n<td>Invalid date range (e.g., <code>end_date</code> before <code>start_date</code>).</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><strong>Weekly Aggregation</strong>: Data is aggregated by week. The <code>date</code> field represents the start date of each week. The endpoint returns one KPI object per week within the specified date range.</li>\n<li><strong>Currency Conversion</strong>: All monetary values are converted to the requested currency using current exchange rates. Default is USD.</li>\n<li><strong>Occupancy Metrics</strong>: <ul>\n<li><code>guest_occupancy</code> = guest_nights / available_nights (actual guest usage)</li>\n<li><code>calendar_occupancy</code> = (property_nights - available_nights) / property_nights (calendar blocking)</li>\n</ul>\n</li>\n<li><strong>Revenue Metrics</strong>:<ul>\n<li><code>adr</code> = revenue_rent / guest_nights (average rate per occupied night)</li>\n<li><code>revpar</code> = revenue_rent / available_nights (revenue efficiency)</li>\n<li><code>revpar_adj</code> = adjusted revenue per available room (includes unbooked potential)</li>\n</ul>\n</li>\n<li><strong>Booking Patterns</strong>: <code>avg_booking_window</code> indicates how far in advance guests book. Lower values suggest last-minute bookings. Weekly data helps identify booking pattern changes.</li>\n<li><strong>Stay Patterns</strong>: <code>avg_stay_length</code> shows typical guest stay duration. Weekly tracking helps optimize minimum stay requirements.</li>\n<li><strong>Market Access</strong>: Users must have access to at least one market that the listing belongs to. Access is validated before returning data.</li>\n<li><strong>Empty Results</strong>: If no KPI data exists for the date range, an empty <code>kpis</code> array is returned with a 200 status.</li>\n<li><strong>Data Freshness</strong>: The <code>updated_on</code> field indicates when the KPI data was last calculated. KPI data is typically updated daily.</li>\n<li><strong>Historical Data</strong>: Historical KPI data is available based on when the listing was first tracked in the system. Future dates will return empty results.</li>\n<li><strong>Empty Weeks</strong>: Weeks with no activity may still return an object with null values for metrics that require bookings.</li>\n</ul>\n<hr />\n<h2 id=\"example-use-cases\">Example Use Cases</h2>\n<ul>\n<li><strong>Weekly Performance Tracking</strong>: Monitor revenue, occupancy, and ADR trends on a weekly basis for operational adjustments.</li>\n<li><strong>Short-Term Trend Analysis</strong>: Identify recent performance changes and react quickly to market conditions.</li>\n<li><strong>Booking Pattern Analysis</strong>: Analyze weekly booking windows and stay lengths to optimize pricing strategies.</li>\n<li><strong>Seasonal Pattern Detection</strong>: Compare weekly performance across different seasons to identify micro-seasonal trends.</li>\n<li><strong>Operational Planning</strong>: Use weekly data for staff scheduling, inventory management, and maintenance planning.</li>\n<li><strong>Dynamic Pricing</strong>: Feed weekly performance data into dynamic pricing algorithms for rate optimization.</li>\n<li><strong>Marketing Campaign Analysis</strong>: Measure the impact of marketing campaigns on weekly booking and revenue metrics.</li>\n<li><strong>Competitive Response</strong>: Track weekly performance to quickly respond to competitive market changes.</li>\n</ul>\n","urlObject":{"path":["api","v1","ota","listing","kpis","week"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d44a7c81-b87a-4ba5-a026-1e1ac4f407ac","name":"Weekly","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"listing_id\": \"airbnb_17024610\",\n   \"start_date\": \"2025-01-01\",\n   \"end_date\": \"2025-12-31\",\n   \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/listing/kpis/week"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2555"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 13 Nov 2025 20:22:52 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"kpis\": [\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-01-06\",\n                \"adr\": 314,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 224.29,\n                \"revenue_rent\": 1570,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 299,\n                \"revpar_adj\": 224.29,\n                \"avg_stay_length\": 2,\n                \"avg_booking_window\": 5.33,\n                \"avg_stay_value\": 523.33,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 16,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-01-13\",\n                \"adr\": 337.52,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 289.3,\n                \"revenue_rent\": 2025.12,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 299,\n                \"revpar_adj\": 289.3,\n                \"avg_stay_length\": 1.67,\n                \"avg_booking_window\": 6,\n                \"avg_stay_value\": 675.04,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 18,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-01-20\",\n                \"adr\": 401.45,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 286.75,\n                \"revenue_rent\": 2007.24,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 405.12,\n                \"revpar_adj\": 286.75,\n                \"avg_stay_length\": 2.5,\n                \"avg_booking_window\": 38.5,\n                \"avg_stay_value\": 1003.62,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 77,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-01-27\",\n                \"adr\": 399,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 285,\n                \"revenue_rent\": 1995,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 349,\n                \"revpar_adj\": 285,\n                \"avg_stay_length\": 2.5,\n                \"avg_booking_window\": 32,\n                \"avg_stay_value\": 997.5,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 64,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-02-03\",\n                \"adr\": 341.86,\n                \"guest_occupancy\": 1,\n                \"revpar\": 341.86,\n                \"revenue_rent\": 2393,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 341.86,\n                \"avg_stay_length\": 2.33,\n                \"avg_booking_window\": 30,\n                \"avg_stay_value\": 797.67,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 90,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-02-10\",\n                \"adr\": 370.43,\n                \"guest_occupancy\": 1,\n                \"revpar\": 370.43,\n                \"revenue_rent\": 2593,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 370.43,\n                \"avg_stay_length\": 2.33,\n                \"avg_booking_window\": 31.33,\n                \"avg_stay_value\": 864.33,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 94,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-02-17\",\n                \"adr\": 399,\n                \"guest_occupancy\": 1,\n                \"revpar\": 399,\n                \"revenue_rent\": 2793,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 399,\n                \"avg_stay_length\": 3,\n                \"avg_booking_window\": 31.33,\n                \"avg_stay_value\": 931,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 9,\n                \"total_booking_window\": 94,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-02-24\",\n                \"adr\": 399,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 342,\n                \"revenue_rent\": 2394,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 399,\n                \"revpar_adj\": 342,\n                \"avg_stay_length\": 1.33,\n                \"avg_booking_window\": 42.33,\n                \"avg_stay_value\": 798,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 4,\n                \"total_booking_window\": 127,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-03-03\",\n                \"adr\": 399,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 342,\n                \"revenue_rent\": 2394,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 399,\n                \"revpar_adj\": 342,\n                \"avg_stay_length\": 2,\n                \"avg_booking_window\": 40.33,\n                \"avg_stay_value\": 798,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 121,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-03-10\",\n                \"adr\": 417.65,\n                \"guest_occupancy\": 0.571,\n                \"revpar\": 238.66,\n                \"revenue_rent\": 1670.59,\n                \"guest_nights\": 4,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 399,\n                \"revpar_adj\": 238.66,\n                \"avg_stay_length\": 2,\n                \"avg_booking_window\": 48.5,\n                \"avg_stay_value\": 835.29,\n                \"calendar_occupancy\": 0.571,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 3,\n                \"total_stay_length\": 4,\n                \"total_booking_window\": 97,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-03-17\",\n                \"adr\": 407.34,\n                \"guest_occupancy\": 1,\n                \"revpar\": 407.34,\n                \"revenue_rent\": 2851.35,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 407.34,\n                \"avg_stay_length\": 2.67,\n                \"avg_booking_window\": 26,\n                \"avg_stay_value\": 950.45,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 8,\n                \"total_booking_window\": 78,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-03-24\",\n                \"adr\": 291.43,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 249.8,\n                \"revenue_rent\": 1748.59,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 159,\n                \"revpar_adj\": 249.8,\n                \"avg_stay_length\": 1.67,\n                \"avg_booking_window\": 20,\n                \"avg_stay_value\": 582.86,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 60,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-03-31\",\n                \"adr\": 413.05,\n                \"guest_occupancy\": 1,\n                \"revpar\": 413.05,\n                \"revenue_rent\": 2891.35,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 5,\n                \"guest_checkouts\": 5,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 413.05,\n                \"avg_stay_length\": 1.6,\n                \"avg_booking_window\": 13.4,\n                \"avg_stay_value\": 578.27,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 8,\n                \"total_booking_window\": 67,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-04-07\",\n                \"adr\": 189,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 135,\n                \"revenue_rent\": 945,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 199,\n                \"revpar_adj\": 135,\n                \"avg_stay_length\": 2.5,\n                \"avg_booking_window\": 12,\n                \"avg_stay_value\": 472.5,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 24,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-04-14\",\n                \"adr\": 178.47,\n                \"guest_occupancy\": 0.571,\n                \"revpar\": 101.98,\n                \"revenue_rent\": 713.88,\n                \"guest_nights\": 4,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 189.82,\n                \"revpar_adj\": 101.98,\n                \"avg_stay_length\": 3,\n                \"avg_booking_window\": 17,\n                \"avg_stay_value\": 713.88,\n                \"calendar_occupancy\": 0.571,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 3,\n                \"total_stay_length\": 3,\n                \"total_booking_window\": 17,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-04-21\",\n                \"adr\": 99,\n                \"guest_occupancy\": 0.143,\n                \"revpar\": 14.14,\n                \"revenue_rent\": 99,\n                \"guest_nights\": 1,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 147.88,\n                \"revpar_adj\": 14.14,\n                \"avg_stay_length\": 1,\n                \"avg_booking_window\": 3,\n                \"avg_stay_value\": 99,\n                \"calendar_occupancy\": 0.143,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 6,\n                \"total_stay_length\": 1,\n                \"total_booking_window\": 3,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-04-28\",\n                \"adr\": 147.27,\n                \"guest_occupancy\": 0.429,\n                \"revpar\": 63.12,\n                \"revenue_rent\": 441.82,\n                \"guest_nights\": 3,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 99,\n                \"revpar_adj\": 73.64,\n                \"avg_stay_length\": 16,\n                \"avg_booking_window\": 2.5,\n                \"avg_stay_value\": 220.91,\n                \"calendar_occupancy\": 0.571,\n                \"property_nights\": 7,\n                \"hold_nights\": 1,\n                \"available_nights\": 6,\n                \"open_nights\": 3,\n                \"total_stay_length\": 32,\n                \"total_booking_window\": 5,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-05-05\",\n                \"adr\": 213.82,\n                \"guest_occupancy\": 1,\n                \"revpar\": 213.82,\n                \"revenue_rent\": 1496.72,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 213.82,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-05-12\",\n                \"adr\": 213.82,\n                \"guest_occupancy\": 1,\n                \"revpar\": 213.82,\n                \"revenue_rent\": 1496.72,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 213.82,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-05-19\",\n                \"adr\": 213.82,\n                \"guest_occupancy\": 1,\n                \"revpar\": 213.82,\n                \"revenue_rent\": 1496.72,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 213.82,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-05-26\",\n                \"adr\": 213.82,\n                \"guest_occupancy\": 1,\n                \"revpar\": 213.82,\n                \"revenue_rent\": 1496.72,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 213.82,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-06-02\",\n                \"adr\": 275.56,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 196.83,\n                \"revenue_rent\": 1377.82,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 325.24,\n                \"revpar_adj\": 196.83,\n                \"avg_stay_length\": 2.67,\n                \"avg_booking_window\": 24.67,\n                \"avg_stay_value\": 459.27,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 8,\n                \"total_booking_window\": 74,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-06-09\",\n                \"adr\": 205.18,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 146.56,\n                \"revenue_rent\": 1025.92,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 285.87,\n                \"revpar_adj\": 146.56,\n                \"avg_stay_length\": 1,\n                \"avg_booking_window\": 2,\n                \"avg_stay_value\": 1025.92,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 1,\n                \"total_booking_window\": 2,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-06-16\",\n                \"adr\": 290.06,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 248.62,\n                \"revenue_rent\": 1740.35,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 4,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 299,\n                \"revpar_adj\": 248.62,\n                \"avg_stay_length\": 2,\n                \"avg_booking_window\": 36.25,\n                \"avg_stay_value\": 435.09,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 8,\n                \"total_booking_window\": 145,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-06-23\",\n                \"adr\": 262.96,\n                \"guest_occupancy\": 1,\n                \"revpar\": 262.96,\n                \"revenue_rent\": 1840.73,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 262.96,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 7,\n                \"avg_stay_value\": 1840.73,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 7,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-06-30\",\n                \"adr\": 340.07,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 291.49,\n                \"revenue_rent\": 2040.42,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 5,\n                \"guest_checkouts\": 5,\n                \"adr_unbooked\": 359.47,\n                \"revpar_adj\": 291.49,\n                \"avg_stay_length\": 1.4,\n                \"avg_booking_window\": 13.6,\n                \"avg_stay_value\": 408.08,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 68,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-07-07\",\n                \"adr\": 253.5,\n                \"guest_occupancy\": 1,\n                \"revpar\": 253.5,\n                \"revenue_rent\": 1774.53,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 5,\n                \"guest_checkouts\": 5,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 253.5,\n                \"avg_stay_length\": 1.2,\n                \"avg_booking_window\": 20.6,\n                \"avg_stay_value\": 354.91,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 103,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-07-14\",\n                \"adr\": 330.56,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 283.34,\n                \"revenue_rent\": 1983.37,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 4,\n                \"guest_checkouts\": 5,\n                \"adr_unbooked\": 222.53,\n                \"revpar_adj\": 283.34,\n                \"avg_stay_length\": 1.5,\n                \"avg_booking_window\": 11.25,\n                \"avg_stay_value\": 495.84,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 45,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-07-21\",\n                \"adr\": 266.22,\n                \"guest_occupancy\": 1,\n                \"revpar\": 266.22,\n                \"revenue_rent\": 1863.54,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 266.22,\n                \"avg_stay_length\": 2.33,\n                \"avg_booking_window\": 8.33,\n                \"avg_stay_value\": 621.18,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 25,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-07-28\",\n                \"adr\": 349.58,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 299.64,\n                \"revenue_rent\": 2097.48,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 359.47,\n                \"revpar_adj\": 299.64,\n                \"avg_stay_length\": 2,\n                \"avg_booking_window\": 26.67,\n                \"avg_stay_value\": 699.16,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 80,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-08-04\",\n                \"adr\": 273.5,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 234.43,\n                \"revenue_rent\": 1641.02,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 4,\n                \"guest_checkouts\": 5,\n                \"adr_unbooked\": 359.47,\n                \"revpar_adj\": 234.43,\n                \"avg_stay_length\": 1.5,\n                \"avg_booking_window\": 23.25,\n                \"avg_stay_value\": 410.25,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 93,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-08-11\",\n                \"adr\": 302.19,\n                \"guest_occupancy\": 1,\n                \"revpar\": 302.19,\n                \"revenue_rent\": 2115.35,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 5,\n                \"guest_checkouts\": 4,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 302.19,\n                \"avg_stay_length\": 1.4,\n                \"avg_booking_window\": 38.2,\n                \"avg_stay_value\": 423.07,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 191,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-08-18\",\n                \"adr\": 368.6,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 315.94,\n                \"revenue_rent\": 2211.6,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 359.47,\n                \"revpar_adj\": 315.94,\n                \"avg_stay_length\": 3,\n                \"avg_booking_window\": 42.5,\n                \"avg_stay_value\": 1105.8,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 85,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-08-25\",\n                \"adr\": 278.83,\n                \"guest_occupancy\": 0.429,\n                \"revpar\": 119.5,\n                \"revenue_rent\": 836.48,\n                \"guest_nights\": 3,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 341.97,\n                \"revpar_adj\": 139.41,\n                \"avg_stay_length\": 1,\n                \"avg_booking_window\": 30.67,\n                \"avg_stay_value\": 278.83,\n                \"calendar_occupancy\": 0.571,\n                \"property_nights\": 7,\n                \"hold_nights\": 1,\n                \"available_nights\": 6,\n                \"open_nights\": 3,\n                \"total_stay_length\": 3,\n                \"total_booking_window\": 92,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-09-01\",\n                \"adr\": 181.45,\n                \"guest_occupancy\": 0.571,\n                \"revpar\": 103.68,\n                \"revenue_rent\": 725.79,\n                \"guest_nights\": 4,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 4,\n                \"adr_unbooked\": 157.1,\n                \"revpar_adj\": 103.68,\n                \"avg_stay_length\": 1.33,\n                \"avg_booking_window\": 6.33,\n                \"avg_stay_value\": 241.93,\n                \"calendar_occupancy\": 0.571,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 3,\n                \"total_stay_length\": 4,\n                \"total_booking_window\": 19,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-09-08\",\n                \"adr\": 170.95,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 122.11,\n                \"revenue_rent\": 854.74,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 262.24,\n                \"revpar_adj\": 122.11,\n                \"avg_stay_length\": 2.5,\n                \"avg_booking_window\": 31.5,\n                \"avg_stay_value\": 427.37,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 63,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-09-15\",\n                \"adr\": 248.17,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 212.72,\n                \"revenue_rent\": 1489.01,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 4,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 194.68,\n                \"revpar_adj\": 212.72,\n                \"avg_stay_length\": 1.75,\n                \"avg_booking_window\": 39.25,\n                \"avg_stay_value\": 372.25,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 157,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-09-22\",\n                \"adr\": 269.48,\n                \"guest_occupancy\": 1,\n                \"revpar\": 269.48,\n                \"revenue_rent\": 1886.37,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 4,\n                \"guest_checkouts\": 4,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 269.48,\n                \"avg_stay_length\": 1.5,\n                \"avg_booking_window\": 43.5,\n                \"avg_stay_value\": 471.59,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 174,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-09-29\",\n                \"adr\": 270.08,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 231.5,\n                \"revenue_rent\": 1620.47,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 4,\n                \"guest_checkouts\": 4,\n                \"adr_unbooked\": 245.35,\n                \"revpar_adj\": 231.5,\n                \"avg_stay_length\": 1.5,\n                \"avg_booking_window\": 56.5,\n                \"avg_stay_value\": 405.12,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 6,\n                \"total_booking_window\": 226,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-10-06\",\n                \"adr\": 179.82,\n                \"guest_occupancy\": 1,\n                \"revpar\": 179.82,\n                \"revenue_rent\": 1258.72,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 179.82,\n                \"avg_stay_length\": 3.33,\n                \"avg_booking_window\": 10.67,\n                \"avg_stay_value\": 419.57,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 10,\n                \"total_booking_window\": 32,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-10-13\",\n                \"adr\": 166.78,\n                \"guest_occupancy\": 1,\n                \"revpar\": 166.78,\n                \"revenue_rent\": 1167.43,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 3,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 166.78,\n                \"avg_stay_length\": 2.33,\n                \"avg_booking_window\": 12.33,\n                \"avg_stay_value\": 389.14,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 37,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-10-20\",\n                \"adr\": 184.19,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 131.56,\n                \"revenue_rent\": 920.93,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 71.32,\n                \"revpar_adj\": 131.56,\n                \"avg_stay_length\": 1,\n                \"avg_booking_window\": 42,\n                \"avg_stay_value\": 460.47,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 2,\n                \"total_booking_window\": 84,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-10-27\",\n                \"adr\": 0,\n                \"guest_occupancy\": 0,\n                \"revpar\": 0,\n                \"revenue_rent\": 0,\n                \"guest_nights\": 0,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 119.82,\n                \"revpar_adj\": 0,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 5,\n                \"available_nights\": 2,\n                \"open_nights\": 2,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-11-03\",\n                \"adr\": 151.78,\n                \"guest_occupancy\": 0.429,\n                \"revpar\": 65.05,\n                \"revenue_rent\": 455.33,\n                \"guest_nights\": 3,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 192.86,\n                \"revpar_adj\": 113.83,\n                \"avg_stay_length\": 2,\n                \"avg_booking_window\": 24.5,\n                \"avg_stay_value\": 227.67,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 3,\n                \"available_nights\": 4,\n                \"open_nights\": 1,\n                \"total_stay_length\": 4,\n                \"total_booking_window\": 49,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-11-10\",\n                \"adr\": 178.02,\n                \"guest_occupancy\": 0.857,\n                \"revpar\": 152.59,\n                \"revenue_rent\": 1068.15,\n                \"guest_nights\": 6,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 3,\n                \"adr_unbooked\": 165.47,\n                \"revpar_adj\": 152.59,\n                \"avg_stay_length\": 2.5,\n                \"avg_booking_window\": 8.5,\n                \"avg_stay_value\": 534.07,\n                \"calendar_occupancy\": 0.857,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 1,\n                \"total_stay_length\": 5,\n                \"total_booking_window\": 17,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-11-17\",\n                \"adr\": 0,\n                \"guest_occupancy\": 0,\n                \"revpar\": 0,\n                \"revenue_rent\": 0,\n                \"guest_nights\": 0,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 200.68,\n                \"revpar_adj\": 0,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 0,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 7,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-11-24\",\n                \"adr\": 219.27,\n                \"guest_occupancy\": 1,\n                \"revpar\": 219.27,\n                \"revenue_rent\": 1534.88,\n                \"guest_nights\": 7,\n                \"guest_checkins\": 2,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 219.27,\n                \"avg_stay_length\": 3.5,\n                \"avg_booking_window\": 34,\n                \"avg_stay_value\": 767.44,\n                \"calendar_occupancy\": 1,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 0,\n                \"total_stay_length\": 7,\n                \"total_booking_window\": 68,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-12-01\",\n                \"adr\": 0,\n                \"guest_occupancy\": 0,\n                \"revpar\": 0,\n                \"revenue_rent\": 0,\n                \"guest_nights\": 0,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 259.7,\n                \"revpar_adj\": 0,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 0,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 7,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-12-08\",\n                \"adr\": 386.86,\n                \"guest_occupancy\": 0.143,\n                \"revpar\": 55.27,\n                \"revenue_rent\": 386.86,\n                \"guest_nights\": 1,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 364.04,\n                \"revpar_adj\": 55.27,\n                \"avg_stay_length\": 1,\n                \"avg_booking_window\": 78,\n                \"avg_stay_value\": 386.86,\n                \"calendar_occupancy\": 0.143,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 6,\n                \"total_stay_length\": 1,\n                \"total_booking_window\": 78,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-12-15\",\n                \"adr\": 478.16,\n                \"guest_occupancy\": 0.143,\n                \"revpar\": 68.31,\n                \"revenue_rent\": 478.16,\n                \"guest_nights\": 1,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 1,\n                \"adr_unbooked\": 445.82,\n                \"revpar_adj\": 68.31,\n                \"avg_stay_length\": 1,\n                \"avg_booking_window\": 67,\n                \"avg_stay_value\": 478.16,\n                \"calendar_occupancy\": 0.143,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 6,\n                \"total_stay_length\": 1,\n                \"total_booking_window\": 67,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-12-22\",\n                \"adr\": 772.58,\n                \"guest_occupancy\": 0.429,\n                \"revpar\": 331.1,\n                \"revenue_rent\": 2317.73,\n                \"guest_nights\": 3,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 758.88,\n                \"revpar_adj\": 331.1,\n                \"avg_stay_length\": 4,\n                \"avg_booking_window\": 48,\n                \"avg_stay_value\": 2317.73,\n                \"calendar_occupancy\": 0.429,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 4,\n                \"total_stay_length\": 4,\n                \"total_booking_window\": 48,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"listing_id\": \"airbnb_17024610\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2025-12-29\",\n                \"adr\": 658.46,\n                \"guest_occupancy\": 0.714,\n                \"revpar\": 470.33,\n                \"revenue_rent\": 3292.29,\n                \"guest_nights\": 5,\n                \"guest_checkins\": 1,\n                \"guest_checkouts\": 2,\n                \"adr_unbooked\": 379.44,\n                \"revpar_adj\": 470.33,\n                \"avg_stay_length\": 4,\n                \"avg_booking_window\": 107,\n                \"avg_stay_value\": 3292.29,\n                \"calendar_occupancy\": 0.714,\n                \"property_nights\": 7,\n                \"hold_nights\": 0,\n                \"available_nights\": 7,\n                \"open_nights\": 2,\n                \"total_stay_length\": 4,\n                \"total_booking_window\": 107,\n                \"updated_on\": \"2025-11-10\"\n            }\n        ]\n    },\n    \"errors\": null\n}"}],"_postman_id":"776403d1-c55b-4ba0-9c79-4a5275dc3d0a"},{"name":"Monthly","id":"1fc52025-b82e-4c38-842c-b0feefd9f85e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{public_api_ota_key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"listing_id\": \"airbnb_17024610\",\n   \"start_date\": \"2025-01-01\",\n   \"end_date\": \"2025-12-31\",\n   \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/listing/kpis/month","description":"<h2 id=\"api-endpoint-retrieve-kpis-for-listings\">API Endpoint: Retrieve KPIs for Listings</h2>\n<p>This endpoint allows users to retrieve Key Performance Indicators (KPIs) for a specific listing over a defined date range. The KPIs provide insights into various metrics related to the listing's performance, such as average daily rate (ADR), occupancy rates, and revenue figures.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{url}}/api/v1/ota/listing/kpis/month</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>listing_id</td>\n<td>string</td>\n<td>The unique identifier for the listing (e.g., \"airbnb_17024610\").</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>string</td>\n<td>The start date for the KPI analysis in YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>string</td>\n<td>The end date for the KPI analysis in YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>The currency code for the KPIs (e.g., \"USD\").</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"listing_id\": \"airbnb_17024610\",\n    \"start_date\": \"2025-01-01\",\n    \"end_date\": \"2025-12-31\",\n    \"currency\": \"USD\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API returns a response with a status code of 200 and the following JSON structure:</p>\n<ul>\n<li><strong>data</strong>: An object containing the KPIs.<ul>\n<li><strong>kpis</strong>: An array of KPI objects, each containing the following fields:<ul>\n<li><p><strong>listing_id</strong>: The ID of the listing.</p>\n</li>\n<li><p><strong>time_scale</strong>: The time scale of the data.</p>\n</li>\n<li><p><strong>date</strong>: The specific date for the KPI data.</p>\n</li>\n<li><p><strong>adr</strong>: Average Daily Rate.</p>\n</li>\n<li><p><strong>guest_occupancy</strong>: Percentage of occupied guest nights.</p>\n</li>\n<li><p><strong>revpar</strong>: Revenue per available room.</p>\n</li>\n<li><p><strong>revenue_rent</strong>: Total revenue from rent.</p>\n</li>\n<li><p><strong>guest_nights</strong>: Total guest nights.</p>\n</li>\n<li><p><strong>guest_checkins</strong>: Total number of guest check-ins.</p>\n</li>\n<li><p><strong>guest_checkouts</strong>: Total number of guest check-outs.</p>\n</li>\n<li><p><strong>adr_unbooked</strong>: ADR for unbooked nights.</p>\n</li>\n<li><p><strong>revpar_adj</strong>: Adjusted revenue per available room.</p>\n</li>\n<li><p><strong>avg_stay_length</strong>: Average length of stay.</p>\n</li>\n<li><p><strong>avg_booking_window</strong>: Average booking window.</p>\n</li>\n<li><p><strong>avg_stay_value</strong>: Average value of stays.</p>\n</li>\n<li><p><strong>calendar_occupancy</strong>: Occupancy rate on the calendar.</p>\n</li>\n<li><p><strong>property_nights</strong>: Total nights the property was available.</p>\n</li>\n<li><p><strong>hold_nights</strong>: Total nights held for reservations.</p>\n</li>\n<li><p><strong>available_nights</strong>: Total nights available for booking.</p>\n</li>\n<li><p><strong>open_nights</strong>: Total nights open for reservations.</p>\n</li>\n<li><p><strong>total_stay_length</strong>: Total length of all stays.</p>\n</li>\n<li><p><strong>total_booking_window</strong>: Total booking window across all reservations.</p>\n</li>\n<li><p><strong>updated_on</strong>: Timestamp of the last update.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"kpis\": [\n            {\n                \"listing_id\": \"\",\n                \"time_scale\": \"\",\n                \"date\": \"\",\n                \"adr\": 0,\n                \"guest_occupancy\": 0,\n                \"revpar\": 0,\n                \"revenue_rent\": 0,\n                \"guest_nights\": 0,\n                \"guest_checkins\": 0,\n                \"guest_checkouts\": 0,\n                \"adr_unbooked\": 0,\n                \"revpar_adj\": 0,\n                \"avg_stay_length\": 0,\n                \"avg_booking_window\": 0,\n                \"avg_stay_value\": 0,\n                \"calendar_occupancy\": 0,\n                \"property_nights\": 0,\n                \"hold_nights\": 0,\n                \"available_nights\": 0,\n                \"open_nights\": 0,\n                \"total_stay_length\": 0,\n                \"total_booking_window\": 0,\n                \"updated_on\": \"\"\n            }\n        ]\n    },\n    \"errors\": null\n}\n\n</code></pre>\n","urlObject":{"path":["api","v1","ota","listing","kpis","month"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4f34dceb-13a7-4970-97e1-7260653261d3","name":"Valid","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/v1/ota/listing/airbnb_4015461"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"listing\": {\n        \"id\": \"airbnb_4015461\",\n        \"ota\": \"airbnb\",\n        \"title\": \"True B&B, Queen OR BunkBeds, Private Bath, Hot Tub\",\n        \"url\": \"https://www.airbnb.com/rooms/4015461\",\n        \"listing_space\": \"private\",\n        \"license\": \"6802\",\n        \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-4015461/original/190c18e9-95c9-4df7-9caa-4f6b74a02e29.jpeg\",\n        \"photo_count\": 36,\n        \"is_instant_book_enabled\": null,\n        \"max_guests\": 2,\n        \"min_stay\": 2,\n        \"check_in_time\": \"16:00\",\n        \"check_out_time\": \"10:00\",\n        \"currency_native\": \"USD\",\n        \"best_match_ota\": null,\n        \"best_match_confidence\": null,\n        \"property_type\": \"bnb\",\n        \"type_detail\": \"bnb\",\n        \"bedrooms\": 1,\n        \"beds\": 3,\n        \"bathrooms\": 1,\n        \"updated_on\": \"2025-11-10\",\n        \"calendar_updated_on\": null,\n        \"listing_status\": \"listed\",\n        \"listed_on\": \"2015-01-01\",\n        \"last_booking_on\": \"2025-11-08\",\n        \"markets_list\": [\n            {\n                \"id\": 24709,\n                \"uuid\": \"516f5ac4-14ce-4486-aea6-93ee08d6f8aa\",\n                \"name\": \"Mountain Market C\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 7252,\n                \"uuid\": \"a0a7b93f-f370-4af6-adf8-72bf7b7fbe42\",\n                \"name\": \"North America\",\n                \"type\": \"Combined Area\"\n            },\n            {\n                \"id\": 471,\n                \"uuid\": \"6105aacc-e510-4dd2-8ce0-0c290e09ad70\",\n                \"name\": \"Northwest Colorado\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 24551,\n                \"uuid\": \"be092204-e27a-4fcb-b95c-e9d7ef01b7f5\",\n                \"name\": \"Mountain Market B\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 469,\n                \"uuid\": \"793d23a7-1e63-4e58-9b8e-c6c6c09f0ed1\",\n                \"name\": \"Rocky Mountain States\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 480,\n                \"uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"name\": \"Vail\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 4817,\n                \"uuid\": \"d10cf6fb-d8a0-45a0-b917-4e53b5f42b11\",\n                \"name\": \"Summit and Eagle Ski Areas\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 13752,\n                \"uuid\": \"d65d761c-d93d-4520-946c-a675c310990b\",\n                \"name\": \"Greater Western States\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 154,\n                \"uuid\": \"f54346d7-a71c-4570-bf59-84e978836ce0\",\n                \"name\": \"Colorado\",\n                \"type\": \"State\"\n            },\n            {\n                \"id\": 13824,\n                \"uuid\": \"e12f9e28-4f6a-4653-aee2-8279d52eb41d\",\n                \"name\": \"Vail Village\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 470,\n                \"uuid\": \"e6a0aa6e-cdc4-4735-8d66-ca29fc53b2ee\",\n                \"name\": \"Colorado Western Slope\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 1,\n                \"uuid\": \"a261d510-d4be-4934-a8b9-967b28579f05\",\n                \"name\": \"United States\",\n                \"type\": \"Country\"\n            },\n            {\n                \"id\": 472,\n                \"uuid\": \"f8ca1883-b21c-4e75-8b32-eb2c54dc9e34\",\n                \"name\": \"Eagle - CO\",\n                \"type\": \"County\"\n            }\n        ],\n        \"geo\": {\n            \"latitude\": 39.64756,\n            \"longitude\": -106.33347,\n            \"latlong_exact\": false,\n            \"city\": \"Vail\",\n            \"state\": \"Colorado\",\n            \"postal_code\": \"81657\",\n            \"locality\": \"Vail\",\n            \"neighborhood\": \"\",\n            \"country\": \"United States\",\n            \"country_code\": \"US\",\n            \"admin_level_1\": \"Colorado\",\n            \"admin_level_2\": \"Eagle County\",\n            \"admin_level_3\": \"Colorado\",\n            \"admin_level_4\": \"\"\n        },\n        \"amenity\": {\n            \"golf\": null,\n            \"hot_tub\": null,\n            \"mountain\": \"view\",\n            \"parking\": \"on premises\",\n            \"parking_cost\": \"free\",\n            \"pool\": null,\n            \"ski\": \"ski_in_ski_out\",\n            \"water\": null,\n            \"list\": null\n        },\n        \"host\": {\n            \"host_id\": \"20819969\",\n            \"host_name\": \"Dawn And Cone\",\n            \"host_review_count\": 199,\n            \"is_professionally_managed\": false,\n            \"is_airbnb_superhost\": false,\n            \"airbnb_response_rate\": 1,\n            \"airbnb_response_time_minutes\": \"within a few hours\",\n            \"host_since\": \"2025-01-01\",\n            \"native_language\": \"English\",\n            \"property_manager_domain\": null,\n            \"property_manager_company\": null\n        },\n        \"reviews\": {\n            \"review_count\": 204,\n            \"review_accuracy\": 0.992,\n            \"review_check_in\": 0.996,\n            \"review_cleanliness\": 0.978,\n            \"review_communication\": 0.998,\n            \"review_location\": 0.972,\n            \"review_value\": 0.98,\n            \"review_overall\": 4.92\n        },\n        \"performance\": {\n            \"performance_updated_on\": \"2025-11-01\",\n            \"last_12_months\": {\n                \"revenue\": 8051,\n                \"guest_occupancy\": 0.14,\n                \"adr\": 161\n            },\n            \"next_6_months\": {\n                \"revenue\": 864,\n                \"guest_occupancy\": 0.03,\n                \"adr\": 173\n            }\n        }\n    },\n    \"errors\": null\n}"}],"_postman_id":"1fc52025-b82e-4c38-842c-b0feefd9f85e"}],"id":"6c849f6f-104a-46c5-98d2-a5c61656b2e9","_postman_id":"6c849f6f-104a-46c5-98d2-a5c61656b2e9","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Listings","event":[{"listen":"test","script":{"id":"d9aa4bd5-83f5-4118-8689-7ffcd56dbe47","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response has required structure\", function () {","    const jsonData = pm.response.json();","    pm.expect(jsonData).to.have.property('market_uuid');","    pm.expect(jsonData).to.have.property('currency');","    pm.expect(jsonData).to.have.property('pagination');","    pm.expect(jsonData).to.have.property('listing');","});","","pm.test(\"Market UUID matches request\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    pm.expect(jsonData.market_uuid).to.eql(requestData.market_uuid);","});","","pm.test(\"Currency matches request\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    const expectedCurrency = requestData.currency || \"USD\";","    pm.expect(jsonData.currency).to.eql(expectedCurrency);","});","","pm.test(\"Pagination limit respected\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    const expectedLimit = requestData.limit || requestData.pagination?.limit || 25;","    ","    pm.expect(jsonData.pagination.limit).to.eql(expectedLimit);","    ","    if (jsonData.listing && jsonData.listing.length > 0) {","        pm.expect(jsonData.listing.length).to.be.at.most(expectedLimit);","    }","});","","pm.test(\"Offset matches request\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    const expectedOffset = requestData.offset || requestData.pagination?.offset || 0;","    pm.expect(jsonData.pagination.offset).to.eql(expectedOffset);","});","","pm.test(\"Sort by matches request\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    const expectedSortBy = requestData.sort_by || requestData.pagination?.sort_by || \"last_12mo_revenue\";","    pm.expect(jsonData.pagination.sort_by).to.eql(expectedSortBy);","});","","// Test property filters","pm.test(\"Property type filter applied correctly\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    ","    if (requestData.filters?.property?.type && jsonData.listing && jsonData.listing.length > 0) {","        const allowedTypes = requestData.filters.property.type;","        jsonData.listing.forEach(listing => {","            if (listing.property_type) {","                pm.expect(allowedTypes).to.include(listing.property_type);","            }","        });","    }","});","","// Test bedroom filters","pm.test(\"Bedroom filter applied correctly\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    ","    if (requestData.filters?.property?.bedrooms && jsonData.listing && jsonData.listing.length > 0) {","        const minBedrooms = requestData.filters.property.bedrooms.min;","        const maxBedrooms = requestData.filters.property.bedrooms.max;","        ","        jsonData.listing.forEach(listing => {","            if (listing.bedrooms !== null && listing.bedrooms !== undefined) {","                if (minBedrooms) pm.expect(listing.bedrooms).to.be.at.least(minBedrooms);","                if (maxBedrooms) pm.expect(listing.bedrooms).to.be.at.most(maxBedrooms);","            }","        });","    }","});","","// Test bathroom filters","pm.test(\"Bathroom filter applied correctly\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    ","    if (requestData.filters?.property?.bathrooms && jsonData.listing && jsonData.listing.length > 0) {","        const minBathrooms = requestData.filters.property.bathrooms.min;","        const maxBathrooms = requestData.filters.property.bathrooms.max;","        ","        jsonData.listing.forEach(listing => {","            if (listing.bathrooms !== null && listing.bathrooms !== undefined) {","                if (minBathrooms) pm.expect(listing.bathrooms).to.be.at.least(minBathrooms);","                if (maxBathrooms) pm.expect(listing.bathrooms).to.be.at.most(maxBathrooms);","            }","        });","    }","});","","// Test OTA source filter","pm.test(\"OTA source filter applied correctly\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    ","    if (requestData.filters?.ota_source && jsonData.listing && jsonData.listing.length > 0) {","        const allowedSources = requestData.filters.ota_source;","        jsonData.listing.forEach(listing => {","            if (listing.ota) {","                pm.expect(allowedSources).to.include(listing.ota);","            }","        });","    }","});","","// Test exclude fields","pm.test(\"Excluded fields are not present\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    ","    if (requestData.exclude && jsonData.listing && jsonData.listing.length > 0) {","        jsonData.listing.forEach(listing => {","            requestData.exclude.forEach(excludeField => {","                if (excludeField === \"amenity_list\") {","                    pm.expect(listing.amenity?.list).to.be.null;","                } else if (excludeField === \"host\") {","                    pm.expect(listing.host).to.be.null;","                } else if (excludeField === \"reviews\") {","                    pm.expect(listing.reviews).to.be.null;","                } else if (excludeField === \"performance\") {","                    pm.expect(listing.performance).to.be.null;","                }","            });","        });","    }","});","","// Test amenity filters","pm.test(\"Amenity filters applied correctly\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    ","    if (requestData.filters?.amenity && jsonData.listing && jsonData.listing.length > 0) {","        const amenityFilters = requestData.filters.amenity;","        ","        jsonData.listing.forEach(listing => {","            if (listing.amenity) {","                // Test pool filter","                if (amenityFilters.has_pool === true) {","                    pm.expect(listing.amenity.pool).to.not.eql(\"no\");","                } else if (amenityFilters.has_pool === false) {","                    pm.expect(listing.amenity.pool).to.eql(\"no\");","                }","                ","                // Test parking filter","                if (amenityFilters.has_parking === true) {","                    pm.expect(listing.amenity.parking).to.not.eql(\"no\");","                } else if (amenityFilters.has_parking === false) {","                    pm.expect(listing.amenity.parking).to.eql(\"no\");","                }","            }","        });","    }","});","","// Test host filters","pm.test(\"Host filters applied correctly\", function () {","    const jsonData = pm.response.json();","    const requestData = JSON.parse(pm.request.body.raw);","    ","    if (requestData.filters?.host && jsonData.listing && jsonData.listing.length > 0) {","        const hostFilters = requestData.filters.host;","        ","        jsonData.listing.forEach(listing => {","            if (listing.host) {","                if (hostFilters.is_professionally_managed !== undefined) {","                    pm.expect(listing.host.is_professionally_managed).to.eql(hostFilters.is_professionally_managed);","                }","                ","                if (hostFilters.is_airbnb_superhost !== undefined) {","                    pm.expect(listing.host.is_airbnb_superhost).to.eql(hostFilters.is_airbnb_superhost);","                }","            }","        });","    }","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5eb1f3cd-5e17-4db3-b4d1-f2b5f9976c0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{public_api_ota_key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 1,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings","description":"<h1 id=\"listings-by-market\">Listings by Market</h1>\n<p><strong>Description:</strong><br />Retrieve detailed listing data for a specific market with comprehensive filtering, sorting, and pagination capabilities. This endpoint returns structured listing information including property details, geographic data, amenities, host information, reviews, and historical/forward-looking performance metrics. Use this to power market analysis, competitive intelligence, portfolio comparisons, and property discovery features.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<h3 id=\"core-parameters\">Core Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>market_uuid</code></td>\n<td>string (uuid)</td>\n<td>✅</td>\n<td>Market UUID identifier. Use the Lookups endpoint to retrieve available markets.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Currency code for monetary values (e.g., <code>USD</code>, <code>EUR</code>, <code>GBP</code>). Default: <code>USD</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination-object\">Pagination Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pagination.limit</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Number of results per page. Default: <code>25</code>. Maximum: <code>2000</code>.</td>\n</tr>\n<tr>\n<td><code>pagination.offset</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Number of results to skip for pagination. Default: <code>0</code>.</td>\n</tr>\n<tr>\n<td><code>pagination.sort_by</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Field to sort results by. Options: <code>last_12mo_revenue</code>, <code>listing_id</code>, <code>review_count</code>. Default: <code>last_12mo_revenue</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"filters-object\">Filters Object</h3>\n<p>All filter fields are optional. When multiple filters are provided, they are combined with AND logic.</p>\n<h4 id=\"ota-filter\">OTA Filter</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filters.ota</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Filter by OTA platforms. Valid values: <code>airbnb</code>, <code>vrbo</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"performance-filters\">Performance Filters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filters.performance.last_12mo_performance_tier</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Filter by last 12 months performance tier classification.</td>\n</tr>\n<tr>\n<td><code>filters.performance.last_12mo_adr_tier</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Filter by last 12 months ADR tier classification.</td>\n</tr>\n<tr>\n<td><code>filters.performance.next_6mo_performance_tier</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Filter by next 6 months forecasted performance tier.</td>\n</tr>\n<tr>\n<td><code>filters.performance.next_6mo_adr_tier</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Filter by next 6 months forecasted ADR tier.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"property-type-and-capacity-filters\">Property Type and Capacity Filters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filters.property_type</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Filter by property types (e.g., <code>House</code>, <code>Condo</code>, <code>Apartment</code>). Use Lookups endpoint for valid values.</td>\n</tr>\n<tr>\n<td><code>filters.bedrooms.min</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Minimum number of bedrooms.</td>\n</tr>\n<tr>\n<td><code>filters.bedrooms.max</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Maximum number of bedrooms.</td>\n</tr>\n<tr>\n<td><code>filters.beds.min</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Minimum number of beds.</td>\n</tr>\n<tr>\n<td><code>filters.beds.max</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Maximum number of beds.</td>\n</tr>\n<tr>\n<td><code>filters.bathrooms.min</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Minimum number of bathrooms (supports half baths, e.g., <code>2.5</code>).</td>\n</tr>\n<tr>\n<td><code>filters.bathrooms.max</code></td>\n<td>number</td>\n<td>❌</td>\n<td>Maximum number of bathrooms.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"geographic-filters\">Geographic Filters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filters.geo</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Geographic filtering options. Structure to be defined based on implementation.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"amenity-filters\">Amenity Filters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filters.amenity.has_golf</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties with golf amenities.</td>\n</tr>\n<tr>\n<td><code>filters.amenity.has_hot_tub</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties with hot tub.</td>\n</tr>\n<tr>\n<td><code>filters.amenity.has_mountain</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties with mountain views/access.</td>\n</tr>\n<tr>\n<td><code>filters.amenity.has_parking</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties with parking.</td>\n</tr>\n<tr>\n<td><code>filters.amenity.has_pool</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties with pool.</td>\n</tr>\n<tr>\n<td><code>filters.amenity.has_ski</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties with ski access.</td>\n</tr>\n<tr>\n<td><code>filters.amenity.has_water</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties with water views/access.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"host-filters\">Host Filters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filters.host.is_professionally_managed</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for properties managed by professional management companies.</td>\n</tr>\n<tr>\n<td><code>filters.host.property_manager_domain</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Filter by specific property manager domain.</td>\n</tr>\n<tr>\n<td><code>filters.host.is_airbnb_superhost</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Filter for Airbnb Superhost properties.</td>\n</tr>\n<tr>\n<td><code>filters.host.review_count.min</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Minimum review count.</td>\n</tr>\n<tr>\n<td><code>filters.host.review_count.max</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Maximum review count.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-select-object\">Data Select Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data_select.include</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Fields to include in response. Default: <code>[\"all\"]</code>. Use to reduce payload size by selecting specific data sections.</td>\n</tr>\n<tr>\n<td><code>data_select.exclude</code></td>\n<td>array[string]</td>\n<td>❌</td>\n<td>Fields to exclude from response. Valid values: <code>amenity_list</code>, <code>host</code>, <code>reviews</code>, <code>performance</code>. Use to optimize response size when certain data is not needed.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<h3 id=\"top-level-response-structure\">Top-Level Response Structure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>market</code></td>\n<td>object</td>\n<td>Market information for the requested market_uuid.</td>\n</tr>\n<tr>\n<td><code>pagination</code></td>\n<td>object</td>\n<td>Pagination parameters used in the request.</td>\n</tr>\n<tr>\n<td><code>listings</code></td>\n<td>array[object]</td>\n<td>Array of listing objects matching the filter criteria.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"market-object\">Market Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>market.id</code></td>\n<td>integer</td>\n<td>Numeric market identifier.</td>\n</tr>\n<tr>\n<td><code>market.uuid</code></td>\n<td>string</td>\n<td>Market UUID (matches request market_uuid).</td>\n</tr>\n<tr>\n<td><code>market.name</code></td>\n<td>string</td>\n<td>Human-readable market name.</td>\n</tr>\n<tr>\n<td><code>market.type</code></td>\n<td>string</td>\n<td>Market classification type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination-object-response\">Pagination Object (Response)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pagination.limit</code></td>\n<td>integer</td>\n<td>Number of results returned per page.</td>\n</tr>\n<tr>\n<td><code>pagination.offset</code></td>\n<td>integer</td>\n<td>Number of results skipped.</td>\n</tr>\n<tr>\n<td><code>pagination.sort_by</code></td>\n<td>string</td>\n<td>Field used for sorting.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"listing-object\">Listing Object</h3>\n<p>Each listing in the <code>listings</code> array contains the following structure:</p>\n<h4 id=\"core-listing-fields\">Core Listing Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Unique listing identifier.</td>\n</tr>\n<tr>\n<td><code>ota</code></td>\n<td>string</td>\n<td>OTA platform (e.g., <code>airbnb</code>, <code>vrbo</code>).</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>string</td>\n<td>Listing title/name as displayed on OTA.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>Direct URL to the listing on the OTA platform.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"geographic-object-geo\">Geographic Object (<code>geo</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>geo.latitude</code></td>\n<td>number</td>\n<td>Listing latitude coordinate.</td>\n</tr>\n<tr>\n<td><code>geo.longitude</code></td>\n<td>number</td>\n<td>Listing longitude coordinate.</td>\n</tr>\n<tr>\n<td><code>geo.city</code></td>\n<td>string</td>\n<td>City name.</td>\n</tr>\n<tr>\n<td><code>geo.state</code></td>\n<td>string</td>\n<td>State or province code.</td>\n</tr>\n<tr>\n<td><code>geo.market</code></td>\n<td>object</td>\n<td>Nested market information for this specific listing.</td>\n</tr>\n<tr>\n<td><code>geo.market.id</code></td>\n<td>integer</td>\n<td>Market numeric ID.</td>\n</tr>\n<tr>\n<td><code>geo.market.uuid</code></td>\n<td>string</td>\n<td>Market UUID.</td>\n</tr>\n<tr>\n<td><code>geo.market.name</code></td>\n<td>string</td>\n<td>Market name.</td>\n</tr>\n<tr>\n<td><code>geo.market.type</code></td>\n<td>string</td>\n<td>Market type classification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"amenity-object-amenity\">Amenity Object (<code>amenity</code>)</h4>\n<p>Conditionally included based on <code>data_select.exclude</code> settings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>amenity.golf</code></td>\n<td>string</td>\n<td>Golf amenity description or availability.</td>\n</tr>\n<tr>\n<td><code>amenity.hot_tub</code></td>\n<td>string</td>\n<td>Hot tub amenity description or availability.</td>\n</tr>\n<tr>\n<td><code>amenity.pool</code></td>\n<td>string</td>\n<td>Pool amenity description or availability.</td>\n</tr>\n<tr>\n<td><code>amenity.list</code></td>\n<td>array[string]</td>\n<td>Complete list of all amenities. Excluded if <code>amenity_list</code> in <code>data_select.exclude</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"host-object-host\">Host Object (<code>host</code>)</h4>\n<p>Conditionally included based on <code>data_select.exclude</code> settings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>host.host_id</code></td>\n<td>string</td>\n<td>Unique host identifier on the OTA platform.</td>\n</tr>\n<tr>\n<td><code>host.host_name</code></td>\n<td>string</td>\n<td>Host display name.</td>\n</tr>\n<tr>\n<td><code>host.is_professionally_managed</code></td>\n<td>boolean</td>\n<td>Indicates if property is managed by a professional management company.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"reviews-object-reviews\">Reviews Object (<code>reviews</code>)</h4>\n<p>Conditionally included based on <code>data_select.exclude</code> settings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reviews.review_count</code></td>\n<td>integer</td>\n<td>Total number of reviews.</td>\n</tr>\n<tr>\n<td><code>reviews.review_overall</code></td>\n<td>number</td>\n<td>Overall review rating (typically 0-5 scale).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"performance-object-performance\">Performance Object (<code>performance</code>)</h4>\n<p>Conditionally included based on <code>data_select.exclude</code> settings. Contains historical and forecasted performance metrics.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>performance.performance_ranking_group</code></td>\n<td>string</td>\n<td>Performance ranking classification group.</td>\n</tr>\n<tr>\n<td><code>performance.performance_updated_on</code></td>\n<td>string (date)</td>\n<td>Date when performance metrics were last updated (YYYY-MM-DD).</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"last-12-months-performance-performancelast_12_months\">Last 12 Months Performance (<code>performance.last_12_months</code>)</h5>\n<p>Historical performance metrics for the trailing 12-month period.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>last_12_months.revenue</code></td>\n<td>number</td>\n<td>Total revenue in specified currency.</td>\n</tr>\n<tr>\n<td><code>last_12_months.guest_occupancy</code></td>\n<td>number</td>\n<td>Guest occupancy rate (0-1 decimal, e.g., 0.75 = 75%).</td>\n</tr>\n<tr>\n<td><code>last_12_months.adr</code></td>\n<td>number</td>\n<td>Average Daily Rate.</td>\n</tr>\n<tr>\n<td><code>last_12_months.revpar</code></td>\n<td>number</td>\n<td>Revenue Per Available Room.</td>\n</tr>\n<tr>\n<td><code>last_12_months.guest_checkins</code></td>\n<td>integer</td>\n<td>Total number of guest check-ins.</td>\n</tr>\n<tr>\n<td><code>last_12_months.guest_nights</code></td>\n<td>integer</td>\n<td>Total nights occupied by guests.</td>\n</tr>\n<tr>\n<td><code>last_12_months.available_nights</code></td>\n<td>integer</td>\n<td>Total nights available for booking.</td>\n</tr>\n<tr>\n<td><code>last_12_months.hold_nights</code></td>\n<td>integer</td>\n<td>Nights blocked/held by owner or management.</td>\n</tr>\n<tr>\n<td><code>last_12_months.open_nights</code></td>\n<td>integer</td>\n<td>Nights available but not booked.</td>\n</tr>\n<tr>\n<td><code>last_12_months.total_nights</code></td>\n<td>integer</td>\n<td>Total nights in the period.</td>\n</tr>\n<tr>\n<td><code>last_12_months.avg_length_of_stay</code></td>\n<td>number</td>\n<td>Average length of stay in nights.</td>\n</tr>\n<tr>\n<td><code>last_12_months.avg_booking_window</code></td>\n<td>number</td>\n<td>Average days between booking and check-in.</td>\n</tr>\n<tr>\n<td><code>last_12_months.adr_tier</code></td>\n<td>string</td>\n<td>ADR tier classification.</td>\n</tr>\n<tr>\n<td><code>last_12_months.performance_tier</code></td>\n<td>string</td>\n<td>Overall performance tier classification.</td>\n</tr>\n<tr>\n<td><code>last_12_months.performance_pctl_rank</code></td>\n<td>number</td>\n<td>Performance percentile rank (0-100).</td>\n</tr>\n<tr>\n<td><code>last_12_months.revenue_pctl_rank</code></td>\n<td>number</td>\n<td>Revenue percentile rank (0-100).</td>\n</tr>\n<tr>\n<td><code>last_12_months.adr_pctl_rank</code></td>\n<td>number</td>\n<td>ADR percentile rank (0-100).</td>\n</tr>\n<tr>\n<td><code>last_12_months.guest_occupancy_pctl_rank</code></td>\n<td>number</td>\n<td>Occupancy percentile rank (0-100).</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"next-6-months-performance-performancenext_6_months\">Next 6 Months Performance (<code>performance.next_6_months</code>)</h5>\n<p>Forecasted performance metrics for the next 6-month period.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>next_6_months.revenue</code></td>\n<td>number</td>\n<td>Projected revenue in specified currency.</td>\n</tr>\n<tr>\n<td><code>next_6_months.guest_occupancy</code></td>\n<td>number</td>\n<td>Projected guest occupancy rate (0-1 decimal).</td>\n</tr>\n<tr>\n<td><code>next_6_months.adr</code></td>\n<td>number</td>\n<td>Projected Average Daily Rate.</td>\n</tr>\n<tr>\n<td><code>next_6_months.revpar</code></td>\n<td>number</td>\n<td>Projected Revenue Per Available Room.</td>\n</tr>\n<tr>\n<td><code>next_6_months.guest_nights</code></td>\n<td>integer</td>\n<td>Projected nights occupied by guests.</td>\n</tr>\n<tr>\n<td><code>next_6_months.available_nights</code></td>\n<td>integer</td>\n<td>Projected nights available for booking.</td>\n</tr>\n<tr>\n<td><code>next_6_months.hold_nights</code></td>\n<td>integer</td>\n<td>Projected nights blocked/held.</td>\n</tr>\n<tr>\n<td><code>next_6_months.open_nights</code></td>\n<td>integer</td>\n<td>Projected nights available but not yet booked.</td>\n</tr>\n<tr>\n<td><code>next_6_months.total_nights</code></td>\n<td>integer</td>\n<td>Total nights in the forecast period.</td>\n</tr>\n<tr>\n<td><code>next_6_months.avg_length_of_stay</code></td>\n<td>number</td>\n<td>Projected average length of stay in nights.</td>\n</tr>\n<tr>\n<td><code>next_6_months.avg_booking_window</code></td>\n<td>number</td>\n<td>Projected average booking window in days.</td>\n</tr>\n<tr>\n<td><code>next_6_months.adr_tier</code></td>\n<td>string</td>\n<td>Projected ADR tier classification.</td>\n</tr>\n<tr>\n<td><code>next_6_months.performance_tier</code></td>\n<td>string</td>\n<td>Projected performance tier classification.</td>\n</tr>\n<tr>\n<td><code>next_6_months.performance_pctl_rank</code></td>\n<td>number</td>\n<td>Projected performance percentile rank (0-100).</td>\n</tr>\n<tr>\n<td><code>next_6_months.revenue_pctl_rank</code></td>\n<td>number</td>\n<td>Projected revenue percentile rank (0-100).</td>\n</tr>\n<tr>\n<td><code>next_6_months.adr_pctl_rank</code></td>\n<td>number</td>\n<td>Projected ADR percentile rank (0-100).</td>\n</tr>\n<tr>\n<td><code>next_6_months.guest_occupancy_pctl_rank</code></td>\n<td>number</td>\n<td>Projected occupancy percentile rank (0-100).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful, listings data returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input, missing required fields, or invalid filter values.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>404 Not Found</code></td>\n<td>Not Found</td>\n<td>Specified market_uuid does not exist.</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p><strong>Market Selection:</strong> Use the Lookups endpoint to retrieve valid <code>market_uuid</code> values and hierarchical market structures.</p>\n</li>\n<li><p><strong>Pagination:</strong> For large result sets, use <code>offset</code> to paginate through results. Calculate next page as <code>offset + limit</code>.</p>\n</li>\n<li><p><strong>Sorting:</strong> Default sort is by <code>last_12mo_revenue</code> (descending). Use <code>listing_id</code> for stable pagination or <code>review_count</code> for reputation-based sorting.</p>\n</li>\n<li><p><strong>Performance Optimization:</strong> Use <code>data_select.exclude</code> to remove unnecessary data sections and reduce response payload size. Common exclusions include <code>amenity_list</code> for simple property searches or <code>performance</code> for basic listing discovery.</p>\n</li>\n<li><p><strong>Filter Combinations:</strong> All filters use AND logic. For example, filtering by both <code>property_type</code> and <code>bedrooms</code> returns only properties matching both criteria.</p>\n</li>\n<li><p><strong>Percentile Rankings:</strong> All percentile ranks are calculated relative to the specified market and property type cohort. Higher percentiles indicate better performance.</p>\n</li>\n<li><p><strong>Occupancy Calculations:</strong> Guest occupancy = guest_nights / available_nights. Available nights = total_nights - hold_nights.</p>\n</li>\n<li><p><strong>Forward-Looking Metrics:</strong> The <code>next_6_months</code> performance data includes already-booked reservations plus forecasted bookings based on historical patterns and current booking pace.</p>\n</li>\n<li><p><strong>Currency Handling:</strong> All monetary values are returned in the specified currency. Exchange rates are applied at time of data processing.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","ota","market","listings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"34f157ef-ab4b-400a-bc9e-df39b0a6b655","name":"By Market","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 1,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 22:53:54 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1512"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T225352Z-16cc86565ccm2q45hC1CO18ans00000007b0000000003txp"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 1,\n        \"offset\": 0,\n        \"total\": 16542,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": null,\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"vrbo_3700771\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front with Panoramic Views! Sleeps 35! Golf Cart and Bikes!\",\n            \"url\": \"https://www.vrbo.com/3700771\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/101000000/100250000/100242400/100242367/9451cf91_b.jpg\",\n            \"photo_count\": 128,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 35,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 11,\n            \"beds\": 11,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-11-17\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.290629199931463,\n                \"longitude\": -86.0515501136357,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_private\",\n                    \"amenity_ice_maker\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_view_ocean\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_available\",\n                    \"amenity_on_the_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 11 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 527929,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 2869,\n                    \"revpar\": 1446,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 242,\n                    \"hold_nights\": 123,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 186,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.862,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99692,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 3216,\n                    \"revpar\": 542,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 71,\n                    \"hold_nights\": 113,\n                    \"open_nights\": 40,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 202,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.987,\n                    \"adr_pctl_rank\": 0.95,\n                    \"guest_occupancy_pctl_rank\": 0.581\n                }\n            }\n        }\n    ]\n}"},{"id":"27ae2281-12a7-492c-b89a-b67657965b01","name":"By Property Characteristics","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 5,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"property\": {\n            \"type\": [\n                \"apartment\"\n            ],\n            \"bedrooms\": {\n                \"min\": 1,\n                \"max\": 2\n            },\n            \"beds\": {\n                \"min\": 1,\n                \"max\": 3\n            },\n            \"bathrooms\": {\n                \"min\": 1,\n                \"max\": 2\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 23:03:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3741"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T230300Z-16dc8544dbdd9g6vhC1CO18e4400000002eg00000000h0w0"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 5,\n        \"offset\": 0,\n        \"total\": 2223,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"ota\": null,\n        \"performance\": null,\n        \"property\": {\n            \"type\": [\n                \"apartment\"\n            ],\n            \"bedrooms\": {\n                \"min\": 1,\n                \"max\": 2\n            },\n            \"beds\": {\n                \"min\": 1,\n                \"max\": 3\n            },\n            \"bathrooms\": {\n                \"min\": 1,\n                \"max\": 2\n            }\n        },\n        \"geo\": null,\n        \"amenity\": null,\n        \"host\": null\n    },\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"vrbo_2396403\",\n            \"ota\": \"vrbo\",\n            \"title\": \"PRIME LOCATION!! WATERCOLOR CONDO FULLY RENOVATED! STEPS TO BEACH CLUB!\",\n            \"url\": \"https://www.vrbo.com/2396403\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/70000000/69780000/69775500/69775419/44003d56_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 6,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 2,\n            \"beds\": 2,\n            \"bathrooms\": 2,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32321,\n                \"longitude\": -86.144928,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_parking_available\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_pool_heated\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_game_room\",\n                    \"amenity_boat\",\n                    \"amenity_living_room\",\n                    \"amenity_desk\",\n                    \"amenity_spices\",\n                    \"amenity_toaster\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_pool\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_golf\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_washer\",\n                    \"amenity_massage\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_office\",\n                    \"amenity_ice_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_elevator\",\n                    \"amenity_english\",\n                    \"amenity_tennis\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_pool_private\",\n                    \"amenity_books\",\n                    \"amenity_pool_communal\",\n                    \"amenity_microwave\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_towels\",\n                    \"amenity_desk_chair\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 2 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 186429,\n                    \"guest_occupancy\": 0.58,\n                    \"adr\": 892,\n                    \"revpar\": 515,\n                    \"guest_checkins\": 52,\n                    \"guest_nights\": 209,\n                    \"available_nights\": 325,\n                    \"hold_nights\": 37,\n                    \"open_nights\": 116,\n                    \"total_nights\": 362,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 51,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.997,\n                    \"guest_occupancy_pctl_rank\": 0.818\n                },\n                \"next_6_months\": {\n                    \"revenue\": 37696,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 785,\n                    \"revpar\": 207,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 180,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 132,\n                    \"total_nights\": 182,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 68,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.983,\n                    \"adr_pctl_rank\": 0.993,\n                    \"guest_occupancy_pctl_rank\": 0.765\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3358518\",\n            \"ota\": \"vrbo\",\n            \"title\": \"High Pointe Gulf Front Condo 45W - Lagoon Pool, Beach Side Restaurant, and More!\",\n            \"url\": \"https://www.vrbo.com/3358518\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/93000000/92960000/92952900/92952815/509a0cd1_b.jpg\",\n            \"photo_count\": 39,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 8,\n            \"min_stay\": 2,\n            \"check_in_time\": \"15:30\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 2,\n            \"beds\": 2,\n            \"bathrooms\": 2,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-28\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279671,\n                \"longitude\": -86.021428,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_air_conditioning\",\n                    \"amenity_spa_tub\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_dining_table\",\n                    \"amenity_elevator\",\n                    \"amenity_hottub\",\n                    \"amenity_english\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_balcony\",\n                    \"amenity_water_sports_gear\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_living_room\",\n                    \"amenity_view_ocean\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_oven\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 245568,\n                \"host_name\": \"30A Escapes .com\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a escapes com\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 2 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 177274,\n                    \"guest_occupancy\": 0.65,\n                    \"adr\": 754,\n                    \"revpar\": 490,\n                    \"guest_checkins\": 42,\n                    \"guest_nights\": 235,\n                    \"available_nights\": 317,\n                    \"hold_nights\": 45,\n                    \"open_nights\": 82,\n                    \"total_nights\": 362,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.985,\n                    \"guest_occupancy_pctl_rank\": 0.932\n                },\n                \"next_6_months\": {\n                    \"revenue\": 45496,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 569,\n                    \"revpar\": 247,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 80,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 96,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.895,\n                    \"guest_occupancy_pctl_rank\": 0.971\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289480755076851\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Love Me Tender #99\",\n            \"url\": \"https://www.airbnb.com/rooms/651289480755076851\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289480755076851/original/7566e6d8-503b-4684-9d6c-b10ef48b8bdc.jpeg\",\n            \"photo_count\": 45,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 4,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2697804\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 1,\n            \"beds\": 2,\n            \"bathrooms\": 1,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-09-25\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31975,\n                \"longitude\": -86.13709,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_gym\",\n                    \"amenity_building_staff\",\n                    \"amenity_balcony\",\n                    \"amenity_hangers\",\n                    \"amenity_pool\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_stove\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_bicycles\",\n                    \"amenity_refrigerator\",\n                    \"amenity_toaster\",\n                    \"amenity_iron\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hot_water\",\n                    \"amenity_essentials\",\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dining_table\",\n                    \"amenity_self_check_in\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_sound_system\",\n                    \"amenity_tv\",\n                    \"amenity_kitchen\",\n                    \"amenity_private_entrance\",\n                    \"amenity_shampoo\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 6,\n                \"review_accuracy\": 0.966,\n                \"review_check_in\": 0.866,\n                \"review_cleanliness\": 0.934,\n                \"review_communication\": 0.866,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 1 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 177178,\n                    \"guest_occupancy\": 0.7,\n                    \"adr\": 689,\n                    \"revpar\": 485,\n                    \"guest_checkins\": 63,\n                    \"guest_nights\": 257,\n                    \"available_nights\": 348,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 91,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 42,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.865\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65466,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 719,\n                    \"revpar\": 356,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 91,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 92,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 94,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.988\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1558724\",\n            \"ota\": \"vrbo\",\n            \"title\": \"High Pointe 32W - Luxurious Gulf Front w/ Breathtaking Views!!\",\n            \"url\": \"https://www.vrbo.com/1558724\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/35000000/34360000/34352500/34352426/765f5c6b_b.jpg\",\n            \"photo_count\": 46,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 8,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 2,\n            \"beds\": 2,\n            \"bathrooms\": 2,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-03-09\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279472,\n                \"longitude\": -86.021056,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_oven\",\n                    \"amenity_english\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_golf\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_view_ocean\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_towels\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 61,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 2 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 163946,\n                    \"guest_occupancy\": 0.65,\n                    \"adr\": 695,\n                    \"revpar\": 449,\n                    \"guest_checkins\": 47,\n                    \"guest_nights\": 236,\n                    \"available_nights\": 273,\n                    \"hold_nights\": 92,\n                    \"open_nights\": 37,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 86,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.932\n                },\n                \"next_6_months\": {\n                    \"revenue\": 43375,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 620,\n                    \"revpar\": 236,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 70,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 92,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.939,\n                    \"guest_occupancy_pctl_rank\": 0.936\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_31411764\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Gulf Views-Two-story Condo-2 Bikes-Heated Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/31411764\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-31411764/original/68515bfe-c149-44da-aa82-8a477f1a5025.jpeg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 5,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_1391761\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 2,\n            \"beds\": 3,\n            \"bathrooms\": 2,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-05-06\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279144,\n                \"longitude\": -86.017008,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_hangers\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_parking_free\",\n                    \"amenity_essentials\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dishwasher\",\n                    \"amenity_kitchen\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_shampoo\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_stove\",\n                    \"amenity_microwave\",\n                    \"amenity_freezer\",\n                    \"amenity_pool\",\n                    \"amenity_dining_table\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_private_entrance\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bed_linens\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_books\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_balcony\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_heating\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_dryer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 59221265,\n                \"host_name\": \"30A Vacay\",\n                \"host_review_count\": 937,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30a-vacay.com\",\n                \"property_manager_company\": \"30a vacay\"\n            },\n            \"reviews\": {\n                \"review_count\": 7,\n                \"review_accuracy\": 0.742,\n                \"review_check_in\": 0.914,\n                \"review_cleanliness\": 0.8,\n                \"review_communication\": 0.942,\n                \"review_location\": 0.972,\n                \"review_value\": 0.686,\n                \"review_overall\": 3.86\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 2 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 161009,\n                    \"guest_occupancy\": 0.63,\n                    \"adr\": 697,\n                    \"revpar\": 441,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 231,\n                    \"available_nights\": 363,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 132,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 46,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.958,\n                    \"guest_occupancy_pctl_rank\": 0.818\n                },\n                \"next_6_months\": {\n                    \"revenue\": 32658,\n                    \"guest_occupancy\": 0.27,\n                    \"adr\": 653,\n                    \"revpar\": 177,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 50,\n                    \"available_nights\": 182,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 132,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.959,\n                    \"revenue_pctl_rank\": 0.959,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.816\n                }\n            }\n        }\n    ]\n}"},{"id":"0561762e-d04e-4c68-bdf5-dc6cb0a9ca21","name":"By Superhosts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_uuid\": \"{{market_uuid}}\",\n  \"currency\": \"USD\",\n  \"pagination\": {\n    \"limit\": 50,\n    \"offset\": 0,\n    \"sort_by\": \"last_12mo_revenue\"\n  },\n  \"filters\": {\n    \"host\": {\n        \"is_airbnb_superhost\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 20:54:15 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"22426"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T205414Z-15864f79fd4c7zg8hC1WSTvx7c0000000akg000000009sz9"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 3485,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"ota\": null,\n        \"performance\": null,\n        \"property\": null,\n        \"geo\": null,\n        \"amenity\": null,\n        \"host\": {\n            \"is_professionally_managed\": null,\n            \"property_manager_domain\": null,\n            \"is_airbnb_superhost\": true,\n            \"review_count\": null\n        }\n    },\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"airbnb_1085477457664434141\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Big Blue Crab | Sleeps 20 | 4 King ensuites | 7BR\",\n            \"url\": \"https://www.airbnb.com/rooms/1085477457664434141\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1085477457664434141/original/2cf0b140-23fd-47d0-aca4-2fd9092147bc.jpeg\",\n            \"photo_count\": 139,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 13,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2015-03-01\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.284089,\n                \"longitude\": -86.021225,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_tv\",\n                    \"amenity_shower_gel\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_freezer\",\n                    \"amenity_toaster\",\n                    \"amenity_kitchen\",\n                    \"amenity_essentials\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_heating\",\n                    \"amenity_balcony\",\n                    \"amenity_dryer\",\n                    \"amenity_shampoo\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_portable_fans\",\n                    \"amenity_bathtub\",\n                    \"amenity_dining_table\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_front_water\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_backyard\",\n                    \"amenity_stove\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_oven\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_conditioner\",\n                    \"amenity_pool\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_crib\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_microwave\",\n                    \"amenity_coffee\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_iron\",\n                    \"amenity_refrigerator\",\n                    \"amenity_washer\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_ev_charger\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 29026031,\n                \"host_name\": \"Fivestar.Getaways\",\n                \"host_review_count\": 203,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"fivestargulfrentals.com\",\n                \"property_manager_company\": \"fivestargetaways\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 381988,\n                    \"guest_occupancy\": 0.71,\n                    \"adr\": 1475,\n                    \"revpar\": 1047,\n                    \"guest_checkins\": 60,\n                    \"guest_nights\": 259,\n                    \"available_nights\": 304,\n                    \"hold_nights\": 61,\n                    \"open_nights\": 45,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.539,\n                    \"guest_occupancy_pctl_rank\": 0.966\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65483,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 1074,\n                    \"revpar\": 356,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 61,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 115,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 143,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.933,\n                    \"revenue_pctl_rank\": 0.933,\n                    \"adr_pctl_rank\": 0.393,\n                    \"guest_occupancy_pctl_rank\": 0.955\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_782520785584225417\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Heated Pool, LSV, Bikes, Pet Friendly!\",\n            \"url\": \"https://www.airbnb.com/rooms/782520785584225417\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NzgyNTIwNzg1NTg0MjI1NDE3/original/ce730868-a470-4d0d-88ff-5cbdd2a2c76e.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3245917,\n                \"longitude\": -86.1450533,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_pool\",\n                    \"amenity_dishwasher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_smart_lock\",\n                    \"amenity_iron\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_stove\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hangers\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_parking_paid\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_shampoo\",\n                    \"amenity_lake_access\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_refrigerator\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_sound_system\",\n                    \"amenity_balcony\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_washer\",\n                    \"amenity_dining_table\",\n                    \"amenity_dryer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_toaster\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_oven\",\n                    \"amenity_kitchen\",\n                    \"amenity_tv\",\n                    \"amenity_board_games\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 21,\n                \"review_accuracy\": 0.942,\n                \"review_check_in\": 0.962,\n                \"review_cleanliness\": 0.886,\n                \"review_communication\": 0.952,\n                \"review_location\": 0.99,\n                \"review_value\": 0.9039999999999999,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374951,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1811,\n                    \"revpar\": 1027,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 207,\n                    \"available_nights\": 342,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 135,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.972,\n                    \"guest_occupancy_pctl_rank\": 0.893\n                },\n                \"next_6_months\": {\n                    \"revenue\": 107615,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1606,\n                    \"revpar\": 585,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_623000767908867030\",\n            \"ota\": \"airbnb\",\n            \"title\": \"President Row WaterColor! Pool, LSV, Steps 2 Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/623000767908867030\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjIzMDAwNzY3OTA4ODY3MDMw/original/e685792a-4c9f-4bbd-8501-6163421befc3.jpeg\",\n            \"photo_count\": 143,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 16,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-07-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324094772338867,\n                \"longitude\": -86.14459991455078,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dining_table\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_backyard\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_bicycles\",\n                    \"amenity_sound_system\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_fire_pit\",\n                    \"amenity_smart_lock\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_body_soap\",\n                    \"amenity_shower_gel\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_shampoo\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_iron\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_books\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_paid\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_conditioner\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_freezer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_lake_access\",\n                    \"amenity_hangers\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_self_check_in\",\n                    \"amenity_stove\",\n                    \"amenity_kitchen\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_board_games\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_washer\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_dishwasher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 24,\n                \"review_accuracy\": 0.966,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 0.95,\n                \"review_communication\": 0.976,\n                \"review_location\": 0.992,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.71\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374004,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 2397,\n                    \"revpar\": 1025,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 246,\n                    \"hold_nights\": 119,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.921,\n                    \"guest_occupancy_pctl_rank\": 0.809\n                },\n                \"next_6_months\": {\n                    \"revenue\": 109455,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2329,\n                    \"revpar\": 595,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 153,\n                    \"hold_nights\": 31,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.899\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1079647394200421027\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Prime WaterColor Phase 1! With free LSV & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/1079647394200421027\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTA3OTY0NzM5NDIwMDQyMTAyNw%3D%3D/original/61c37821-9f46-4bc7-93ef-4196c164423a.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-16\",\n            \"last_booking_on\": \"2025-07-19\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3256165,\n                \"longitude\": -86.1449475,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_board_games\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_dining_table\",\n                    \"amenity_conditioner\",\n                    \"amenity_sound_system\",\n                    \"amenity_washer\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_kitchen\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_pool\",\n                    \"amenity_hot_water\",\n                    \"amenity_tv\",\n                    \"amenity_front_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_refrigerator\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_parking_free\",\n                    \"amenity_backyard\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_bicycles\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hangers\",\n                    \"amenity_freezer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishwasher\",\n                    \"amenity_body_soap\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_oven\",\n                    \"amenity_heating\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_safe\",\n                    \"amenity_lake_access\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_private_entrance\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.974,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.96,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 357075,\n                    \"guest_occupancy\": 0.73,\n                    \"adr\": 1332,\n                    \"revpar\": 978,\n                    \"guest_checkins\": 54,\n                    \"guest_nights\": 268,\n                    \"available_nights\": 354,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 86,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 90,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.662,\n                    \"guest_occupancy_pctl_rank\": 0.982\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75923,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1356,\n                    \"revpar\": 413,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 149,\n                    \"hold_nights\": 35,\n                    \"open_nights\": 93,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 181,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.924,\n                    \"revenue_pctl_rank\": 0.927,\n                    \"adr_pctl_rank\": 0.756,\n                    \"guest_occupancy_pctl_rank\": 0.88\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_644180853723375686\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor LUX! Pool, Spa, FirePit, LSV, & Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/644180853723375686\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjQ0MTgwODUzNzIzMzc1Njg2/original/f82e443e-db37-486d-8a22-9a5b10bc0825.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-15\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32720549999999,\n                \"longitude\": -86.1400232,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2649,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 33,\n                \"review_accuracy\": 0.982,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.964,\n                \"review_location\": 1,\n                \"review_value\": 0.958,\n                \"review_overall\": 4.91\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 352561,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1846,\n                    \"revpar\": 966,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 191,\n                    \"available_nights\": 345,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 154,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.869\n                },\n                \"next_6_months\": {\n                    \"revenue\": 120500,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1799,\n                    \"revpar\": 655,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.953,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289129773339531\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Just for Fun Main and Carriage\",\n            \"url\": \"https://www.airbnb.com/rooms/651289129773339531\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289129773339531/original/7fabdda2-b41d-433d-b1dc-37afc4f8680d.jpeg\",\n            \"photo_count\": 56,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 13,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2600651\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 9,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-09-25\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32277,\n                \"longitude\": -86.13935,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_building_staff\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_gym\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_sound_system\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 331036,\n                    \"guest_occupancy\": 0.64,\n                    \"adr\": 1421,\n                    \"revpar\": 907,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 233,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                },\n                \"next_6_months\": {\n                    \"revenue\": 63700,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1249,\n                    \"revpar\": 346,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 51,\n                    \"available_nights\": 179,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.903\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_899166452827949457\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Bluegrass by AvantStay | Downtown + Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/899166452827949457\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-899166452827949457/original/1e4b41d6-1069-441d-94a4-1904939cc1ec.jpeg\",\n            \"photo_count\": 44,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-24\",\n            \"last_booking_on\": \"2025-05-14\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27863,\n                \"longitude\": -86.01631,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_microwave\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_bathtub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_toaster\",\n                    \"amenity_body_soap\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_parking_free\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_shower_gel\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_freezer\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishwasher\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_kitchen\",\n                    \"amenity_conditioner\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_backyard\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_pool\",\n                    \"amenity_essentials\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_oven\",\n                    \"amenity_smart_lock\",\n                    \"amenity_barbecue_utensils\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 98745888,\n                \"host_name\": \"30A Beach Girls By AvantStay\",\n                \"host_review_count\": 1216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 0.99,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a beach\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.6,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.8,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 328079,\n                    \"guest_occupancy\": 0.54,\n                    \"adr\": 1674,\n                    \"revpar\": 899,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 196,\n                    \"available_nights\": 307,\n                    \"hold_nights\": 58,\n                    \"open_nights\": 111,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.99,\n                    \"guest_occupancy_pctl_rank\": 0.84\n                },\n                \"next_6_months\": {\n                    \"revenue\": 108577,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1410,\n                    \"revpar\": 590,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 77,\n                    \"available_nights\": 113,\n                    \"hold_nights\": 71,\n                    \"open_nights\": 36,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 166,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_53235395\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor with LSV, 10 Bikes & Carriage House!\",\n            \"url\": \"https://www.airbnb.com/rooms/53235395\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-53235395/original/38851f39-6709-4e7c-810b-09a3f2f2f5e2.jpeg\",\n            \"photo_count\": 120,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 10,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-03-12\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327983856201172,\n                \"longitude\": -86.1385269165039,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dryer\",\n                    \"amenity_front_water\",\n                    \"amenity_keypad\",\n                    \"amenity_heating\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_self_check_in\",\n                    \"amenity_private_entrance\",\n                    \"amenity_kitchen\",\n                    \"amenity_dishwasher\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_washer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_parking_paid\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_backyard\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dining_table\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_shampoo\",\n                    \"amenity_board_games\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_balcony\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_iron\",\n                    \"amenity_lake_access\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_pool\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_body_soap\",\n                    \"amenity_hangers\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_freezer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_conditioner\",\n                    \"amenity_bicycles\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_sound_system\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hot_water\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_shower_gel\",\n                    \"amenity_parking_free\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 34,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.988,\n                \"review_cleanliness\": 0.93,\n                \"review_communication\": 0.988,\n                \"review_location\": 1,\n                \"review_value\": 0.942,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 321871,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1601,\n                    \"revpar\": 882,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 201,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 101,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.836,\n                    \"guest_occupancy_pctl_rank\": 0.909\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74933,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1388,\n                    \"revpar\": 407,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 134,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.916,\n                    \"revenue_pctl_rank\": 0.924,\n                    \"adr_pctl_rank\": 0.778,\n                    \"guest_occupancy_pctl_rank\": 0.858\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1218045845607924293\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Pool, LSV, Bikes! Sleeps 22! By WaterColor Slides!\",\n            \"url\": \"https://www.airbnb.com/rooms/1218045845607924293\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIxODA0NTg0NTYwNzkyNDI5Mw==/original/4254ed34-8124-4ee3-a82e-e014fb10722f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 15,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-08-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.325192,\n                \"longitude\": -86.130757,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.98,\n                \"review_location\": 1,\n                \"review_value\": 0.9400000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 310000,\n                    \"guest_occupancy\": 0.58,\n                    \"adr\": 1558,\n                    \"revpar\": 904,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 199,\n                    \"available_nights\": 314,\n                    \"hold_nights\": 29,\n                    \"open_nights\": 115,\n                    \"total_nights\": 343,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.985,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.818,\n                    \"guest_occupancy_pctl_rank\": 0.935\n                },\n                \"next_6_months\": {\n                    \"revenue\": 129191,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1700,\n                    \"revpar\": 702,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 76,\n                    \"available_nights\": 177,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 101,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.92,\n                    \"guest_occupancy_pctl_rank\": 0.967\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1050603399021026817\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Poppy's Cottage - Carriage House, Heated Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/1050603399021026817\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1050603399021026817/original/2dcf4a9e-eb25-4a7c-8d9c-ae631f5fb5dd.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 12,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-01-06\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2806545,\n                \"longitude\": -86.0130941,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_private_entrance\",\n                    \"amenity_dining_table\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_tv\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hot_water\",\n                    \"amenity_washer\",\n                    \"amenity_backyard\",\n                    \"amenity_shampoo\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_body_soap\",\n                    \"amenity_microwave\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_smart_lock\",\n                    \"amenity_high_chair\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_shower_gel\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_portable_fans\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_kitchen\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 364703335,\n                \"host_name\": \"Coast\",\n                \"host_review_count\": 307,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"coast-properties.com\",\n                \"property_manager_company\": \"coast property management\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306869,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1582,\n                    \"revpar\": 841,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 194,\n                    \"available_nights\": 284,\n                    \"hold_nights\": 81,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.852\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65591,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1682,\n                    \"revpar\": 356,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 145,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 74,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.961,\n                    \"revenue_pctl_rank\": 0.961,\n                    \"adr_pctl_rank\": 0.979,\n                    \"guest_occupancy_pctl_rank\": 0.755\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1071733668525146699\",\n            \"ota\": \"airbnb\",\n            \"title\": \"30 Love Main House\",\n            \"url\": \"https://www.airbnb.com/rooms/1071733668525146699\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1071733668525146699/original/0dc812a9-3105-4cf5-bf35-c8fc0ef3ab3e.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-04-28\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27885,\n                \"longitude\": -86.01358,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dishwasher\",\n                    \"amenity_gym\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_pool\",\n                    \"amenity_parking_free\",\n                    \"amenity_hot_water\",\n                    \"amenity_toaster\",\n                    \"amenity_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_building_staff\",\n                    \"amenity_kitchen\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bicycles\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_essentials\",\n                    \"amenity_bed_linens\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_backyard\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_stove\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306529,\n                    \"guest_occupancy\": 0.6,\n                    \"adr\": 1400,\n                    \"revpar\": 840,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 219,\n                    \"available_nights\": 361,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 67,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.904\n                },\n                \"next_6_months\": {\n                    \"revenue\": 54998,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1618,\n                    \"revpar\": 299,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 141,\n                    \"hold_nights\": 43,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 91,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.976,\n                    \"adr_pctl_rank\": 0.997,\n                    \"guest_occupancy_pctl_rank\": 0.743\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_665374509582628671\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor Park District! LSV, Bikes, Pet Friendly\",\n            \"url\": \"https://www.airbnb.com/rooms/665374509582628671\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-665374509582628671/original/688537df-b3d2-4b4f-98c5-681c81d623ba.jpeg\",\n            \"photo_count\": 104,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 11,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324825,\n                \"longitude\": -86.144033,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_tv\",\n                    \"amenity_essentials\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free\",\n                    \"amenity_balcony\",\n                    \"amenity_stove\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_shower_gel\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_front_water\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pool\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_oven\",\n                    \"amenity_self_check_in\",\n                    \"amenity_toaster\",\n                    \"amenity_lake_access\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_body_soap\",\n                    \"amenity_board_games\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_dining_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_freezer\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_conditioner\",\n                    \"amenity_iron\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishwasher\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_shampoo\",\n                    \"amenity_hot_water\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smart_lock\",\n                    \"amenity_heating\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": 0.958,\n                \"review_check_in\": 0.98,\n                \"review_cleanliness\": 0.896,\n                \"review_communication\": 0.958,\n                \"review_location\": 0.994,\n                \"review_value\": 0.9099999999999999,\n                \"review_overall\": 4.76\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303804,\n                    \"guest_occupancy\": 0.82,\n                    \"adr\": 1019,\n                    \"revpar\": 832,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 298,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 4,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 8,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.677,\n                    \"guest_occupancy_pctl_rank\": 0.988\n                },\n                \"next_6_months\": {\n                    \"revenue\": 104017,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 1010,\n                    \"revpar\": 565,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 103,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 70,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.735,\n                    \"guest_occupancy_pctl_rank\": 0.996\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158344019181598\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Renaissance\",\n            \"url\": \"https://www.airbnb.com/rooms/725158344019181598\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158344019181598/original/c564c045-18fb-4545-b4ff-933e912ff1b2.jpeg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-26\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27638,\n                \"longitude\": -86.01508,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_shampoo\",\n                    \"amenity_gym\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_balcony\",\n                    \"amenity_sound_system\",\n                    \"amenity_self_check_in\",\n                    \"amenity_bed_linens\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_stove\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_building_staff\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_iron\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_washer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 0.9,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.9,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.85,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303317,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1743,\n                    \"revpar\": 831,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 174,\n                    \"available_nights\": 281,\n                    \"hold_nights\": 84,\n                    \"open_nights\": 107,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.969,\n                    \"guest_occupancy_pctl_rank\": 0.768\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75279,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 2035,\n                    \"revpar\": 409,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.719\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_920313661950083842\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Loaded WaterColor Home! Pool, Spa, LSV, & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/920313661950083842\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTIwMzEzNjYxOTUwMDgzODQy/original/08e3c32b-a35f-4bc3-a125-1d0e2cc39b3f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 11,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-22\",\n            \"last_booking_on\": \"2025-07-28\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3257564,\n                \"longitude\": -86.1386162,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishwasher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_body_soap\",\n                    \"amenity_bicycles\",\n                    \"amenity_toaster\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_washer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_conditioner\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_shower_gel\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_board_games\",\n                    \"amenity_lake_access\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_kitchen\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_iron\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shampoo\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_hottub\",\n                    \"amenity_tv\",\n                    \"amenity_backyard\",\n                    \"amenity_pool\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_oven\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_balcony\",\n                    \"amenity_essentials\",\n                    \"amenity_bathtub\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_bed_linens\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.982,\n                \"review_cleanliness\": 0.982,\n                \"review_communication\": 0.946,\n                \"review_location\": 1,\n                \"review_value\": 0.9640000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 296246,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 1899,\n                    \"revpar\": 812,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 308,\n                    \"hold_nights\": 57,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 102,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                },\n                \"next_6_months\": {\n                    \"revenue\": 104617,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2180,\n                    \"revpar\": 569,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1102988485428447116\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rooftop Deck, Pool, Easy Walk to Public Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/1102988485428447116\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1102988485428447116/original/d75d9895-9fa6-4e36-a256-3a74e5df19e2.jpeg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 12,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27585,\n                \"longitude\": -86.00669,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_backyard\",\n                    \"amenity_self_check_in\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_tv\",\n                    \"amenity_heating\",\n                    \"amenity_washer\",\n                    \"amenity_board_games\",\n                    \"amenity_dryer\",\n                    \"amenity_body_soap\",\n                    \"amenity_smart_lock\",\n                    \"amenity_hangers\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_conditioner\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_balcony\",\n                    \"amenity_private_entrance\",\n                    \"amenity_stove\",\n                    \"amenity_hot_water\",\n                    \"amenity_shampoo\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pool\",\n                    \"amenity_freezer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_safe\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_shower_gel\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 444647601,\n                \"host_name\": \"AvantStay\",\n                \"host_review_count\": 659,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"avantstay.com\",\n                \"property_manager_company\": \"avantstay\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 0.972,\n                \"review_cleanliness\": 0.986,\n                \"review_communication\": 0.972,\n                \"review_location\": 0.942,\n                \"review_value\": 0.942,\n                \"review_overall\": 4.86\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 283284,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1540,\n                    \"revpar\": 776,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 329,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 145,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 120,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.804,\n                    \"guest_occupancy_pctl_rank\": 0.822\n                },\n                \"next_6_months\": {\n                    \"revenue\": 94387,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 1452,\n                    \"revpar\": 513,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 65,\n                    \"available_nights\": 175,\n                    \"hold_nights\": 9,\n                    \"open_nights\": 110,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.825,\n                    \"guest_occupancy_pctl_rank\": 0.927\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1126212321469172641\",\n            \"ota\": \"airbnb\",\n            \"title\": \"30A Gulf View BeachAccess HtdPool Golf Cart 6Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/1126212321469172641\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-1126212321469172641/original/2740a761-983c-4a22-8cb4-e3274ab9e2cb.jpeg\",\n            \"photo_count\": 48,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2016-07-01\",\n            \"last_booking_on\": \"2025-07-24\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31166,\n                \"longitude\": -86.11174,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_baby_safety_gates\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_essentials\",\n                    \"amenity_elevator\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_dryer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_conditioner\",\n                    \"amenity_hangers\",\n                    \"amenity_washer\",\n                    \"amenity_self_check_in\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_board_games\",\n                    \"amenity_freezer\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_shower_gel\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_oven\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_stove\",\n                    \"amenity_parking_free\",\n                    \"amenity_toaster\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_body_soap\",\n                    \"amenity_keypad\",\n                    \"amenity_hot_water\",\n                    \"amenity_books\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_front_water\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_backyard\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_bicycles\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pool\",\n                    \"amenity_cabletv\",\n                    \"amenity_iron\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 82565839,\n                \"host_name\": \"Brooke\",\n                \"host_review_count\": 76,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 27,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.992,\n                \"review_communication\": 1,\n                \"review_location\": 0.992,\n                \"review_value\": 0.986,\n                \"review_overall\": 4.96\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 281787,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1402,\n                    \"revpar\": 772,\n                    \"guest_checkins\": 49,\n                    \"guest_nights\": 201,\n                    \"available_nights\": 341,\n                    \"hold_nights\": 24,\n                    \"open_nights\": 140,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 66,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.975,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.709,\n                    \"guest_occupancy_pctl_rank\": 0.909\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51379,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1070,\n                    \"revpar\": 279,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 135,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 127,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.804,\n                    \"revenue_pctl_rank\": 0.807,\n                    \"adr_pctl_rank\": 0.553,\n                    \"guest_occupancy_pctl_rank\": 0.811\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_47731906\",\n            \"ota\": \"airbnb\",\n            \"title\": \"LSV, Private Pool, Games! WaterColor Park District\",\n            \"url\": \"https://www.airbnb.com/rooms/47731906\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-47731906/original/9b1aba12-9a24-40d0-9624-1abcc51f47e5.jpeg\",\n            \"photo_count\": 99,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-03-09\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32293,\n                \"longitude\": -86.14151,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_bicycles\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_essentials\",\n                    \"amenity_washer\",\n                    \"amenity_heating\",\n                    \"amenity_self_check_in\",\n                    \"amenity_gym\",\n                    \"amenity_stove\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_parking_free\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_smart_lock\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_hangers\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_lake_access\",\n                    \"amenity_iron\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_body_soap\",\n                    \"amenity_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_private_entrance\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_freezer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shampoo\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dining_table\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_high_chair\",\n                    \"amenity_crib\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 48,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.958,\n                \"review_communication\": 0.988,\n                \"review_location\": 1,\n                \"review_value\": 0.97,\n                \"review_overall\": 4.92\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 280431,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1402,\n                    \"revpar\": 768,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 200,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 149,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 112,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.91,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 119007,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1469,\n                    \"revpar\": 647,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 81,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.987\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_963735388356053626\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor Steps 2 Beach w Pool, LSV, & Sleeps 18!\",\n            \"url\": \"https://www.airbnb.com/rooms/963735388356053626\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-963735388356053626/original/21d08a4f-524b-49c9-8b5b-2933a74b5f6b.jpeg\",\n            \"photo_count\": 122,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 10,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-09-22\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32417719999999,\n                \"longitude\": -86.1449475,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_heating\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_self_check_in\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_shampoo\",\n                    \"amenity_sound_system\",\n                    \"amenity_private_entrance\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_dryer\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_body_soap\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_refrigerator\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_shower_gel\",\n                    \"amenity_oven\",\n                    \"amenity_hangers\",\n                    \"amenity_bed_linens\",\n                    \"amenity_front_water\",\n                    \"amenity_bicycles\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_pool\",\n                    \"amenity_iron\",\n                    \"amenity_balcony\",\n                    \"amenity_backyard\",\n                    \"amenity_board_games\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_free\",\n                    \"amenity_smart_lock\",\n                    \"amenity_freezer\",\n                    \"amenity_lake_access\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_stove\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_hot_water\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_washer\",\n                    \"amenity_tv\",\n                    \"amenity_dishwasher\",\n                    \"amenity_essentials\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.978,\n                \"review_cleanliness\": 0.956,\n                \"review_communication\": 0.978,\n                \"review_location\": 1,\n                \"review_value\": 0.978,\n                \"review_overall\": 4.89\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 278963,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 2007,\n                    \"revpar\": 764,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 139,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 210,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.955,\n                    \"revenue_pctl_rank\": 0.955,\n                    \"adr_pctl_rank\": 0.831,\n                    \"guest_occupancy_pctl_rank\": 0.742\n                },\n                \"next_6_months\": {\n                    \"revenue\": 76499,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1962,\n                    \"revpar\": 416,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 131,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 115,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.933,\n                    \"guest_occupancy_pctl_rank\": 0.764\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_884012532603383525\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Loaded on Eastern Lake! Pool, Spa, LSV, 4 Masters!\",\n            \"url\": \"https://www.airbnb.com/rooms/884012532603383525\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-884012532603383525/original/7c8e142e-231c-4454-9ada-88f7b3e19611.jpeg\",\n            \"photo_count\": 77,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 9,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-06-08\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.30886,\n                \"longitude\": -86.09046099999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_bathtub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_lake_access\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_bicycles\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_parking_free\",\n                    \"amenity_iron\",\n                    \"amenity_freezer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_washer\",\n                    \"amenity_hottub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_front_water\",\n                    \"amenity_parking_free\",\n                    \"amenity_pool\",\n                    \"amenity_board_games\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_dryer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_kitchen\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_books\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_stove\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smart_lock\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_pit\",\n                    \"amenity_heating\",\n                    \"amenity_dishwasher\",\n                    \"amenity_shower_gel\",\n                    \"amenity_self_check_in\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_refrigerator\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_conditioner\",\n                    \"amenity_body_soap\",\n                    \"amenity_sound_system\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_tv\",\n                    \"amenity_dining_table\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_balcony\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hot_water\",\n                    \"amenity_hangers\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_bed_linens\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_parking_free_street\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 41,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 0.97,\n                \"review_cleanliness\": 0.98,\n                \"review_communication\": 0.956,\n                \"review_location\": 0.99,\n                \"review_value\": 0.9359999999999999,\n                \"review_overall\": 4.9\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 276357,\n                    \"guest_occupancy\": 0.61,\n                    \"adr\": 1250,\n                    \"revpar\": 757,\n                    \"guest_checkins\": 49,\n                    \"guest_nights\": 221,\n                    \"available_nights\": 346,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 125,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.854,\n                    \"guest_occupancy_pctl_rank\": 0.921\n                },\n                \"next_6_months\": {\n                    \"revenue\": 70828,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 1161,\n                    \"revpar\": 385,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 61,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 123,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 92,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.966,\n                    \"revenue_pctl_rank\": 0.973,\n                    \"adr_pctl_rank\": 0.841,\n                    \"guest_occupancy_pctl_rank\": 0.937\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_49361459\",\n            \"ota\": \"airbnb\",\n            \"title\": \"1 House Off Beach! Pool, Spa, LSV, & Gulf Views!\",\n            \"url\": \"https://www.airbnb.com/rooms/49361459\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-49361459/original/55536e30-143d-4ef6-8638-01711aa6a10f.jpeg\",\n            \"photo_count\": 73,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2343019\",\n            \"best_match_confidence\": 0.7,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-18\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.338682174682617,\n                \"longitude\": -86.20106506347656,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_stove\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_essentials\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_private_entrance\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dining_table\",\n                    \"amenity_freezer\",\n                    \"amenity_balcony\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_front_water\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishwasher\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_iron\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_toaster\",\n                    \"amenity_hangers\",\n                    \"amenity_board_games\",\n                    \"amenity_microwave\",\n                    \"amenity_kitchen\",\n                    \"amenity_books\",\n                    \"amenity_refrigerator\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_tv\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_pool\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hottub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_luggage_dropoff_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 99,\n                \"review_accuracy\": 0.968,\n                \"review_check_in\": 0.98,\n                \"review_cleanliness\": 0.948,\n                \"review_communication\": 0.962,\n                \"review_location\": 0.996,\n                \"review_value\": 0.9259999999999999,\n                \"review_overall\": 4.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 272204,\n                    \"guest_occupancy\": 0.68,\n                    \"adr\": 1098,\n                    \"revpar\": 746,\n                    \"guest_checkins\": 52,\n                    \"guest_nights\": 248,\n                    \"available_nights\": 288,\n                    \"hold_nights\": 77,\n                    \"open_nights\": 40,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 57,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.927,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                },\n                \"next_6_months\": {\n                    \"revenue\": 40061,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1145,\n                    \"revpar\": 218,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 149,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.938,\n                    \"revenue_pctl_rank\": 0.937,\n                    \"adr_pctl_rank\": 0.96,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1066584219965410087\",\n            \"ota\": \"airbnb\",\n            \"title\": \"STEPS to Camp WaterColor! LSV & 4 Bikes Included!\",\n            \"url\": \"https://www.airbnb.com/rooms/1066584219965410087\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1066584219965410087/original/780f61f8-6971-494f-aeab-9b831caf3fa0.jpeg\",\n            \"photo_count\": 105,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-04\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3251766,\n                \"longitude\": -86.1332032,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_private_entrance\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_essentials\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_lake_access\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smart_lock\",\n                    \"amenity_hot_water\",\n                    \"amenity_oven\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_bathtub\",\n                    \"amenity_freezer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_front_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_board_games\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pool\",\n                    \"amenity_dryer\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_body_soap\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_refrigerator\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_conditioner\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_hangers\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.98,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 271808,\n                    \"guest_occupancy\": 0.81,\n                    \"adr\": 918,\n                    \"revpar\": 745,\n                    \"guest_checkins\": 48,\n                    \"guest_nights\": 296,\n                    \"available_nights\": 351,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 55,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 76,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                },\n                \"next_6_months\": {\n                    \"revenue\": 61207,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1093,\n                    \"revpar\": 333,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 112,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.984,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_852737737475271730\",\n            \"ota\": \"airbnb\",\n            \"title\": \"All Is Well\",\n            \"url\": \"https://www.airbnb.com/rooms/852737737475271730\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-852737737475271730/original/2b24b1c0-90c5-4347-a79b-b4a385442a9a.jpeg\",\n            \"photo_count\": 95,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-08-16\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.292391,\n                \"longitude\": -86.05539,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_smart_lock\",\n                    \"amenity_balcony\",\n                    \"amenity_portable_fans\",\n                    \"amenity_shampoo\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_iron\",\n                    \"amenity_kitchen\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_dining_table\",\n                    \"amenity_oven\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_pool\",\n                    \"amenity_heating\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_elevator\",\n                    \"amenity_cabletv\",\n                    \"amenity_freezer\",\n                    \"amenity_essentials\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_dryer\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_hot_water\",\n                    \"amenity_self_check_in\",\n                    \"amenity_conditioner\",\n                    \"amenity_bed_linens\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_toaster\",\n                    \"amenity_stove\",\n                    \"amenity_washer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hangers\",\n                    \"amenity_backyard\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bathtub\",\n                    \"amenity_microwave\",\n                    \"amenity_dishwasher\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_hottub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_coffee\",\n                    \"amenity_tv\",\n                    \"amenity_wine_glasses\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 412356838,\n                \"host_name\": \"Shawna\",\n                \"host_review_count\": 216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": 0.98,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 0.98,\n                \"review_value\": 0.9199999999999999,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 269757,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1524,\n                    \"revpar\": 739,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 177,\n                    \"available_nights\": 343,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 166,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.796,\n                    \"guest_occupancy_pctl_rank\": 0.793\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51485,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1609,\n                    \"revpar\": 280,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 32,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 139,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 134,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.815,\n                    \"revenue_pctl_rank\": 0.815,\n                    \"adr_pctl_rank\": 0.887,\n                    \"guest_occupancy_pctl_rank\": 0.64\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1133480498843280574\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Private Pool, LSV, 4 Bikes! Sleeps 14!\",\n            \"url\": \"https://www.airbnb.com/rooms/1133480498843280574\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTEzMzQ4MDQ5ODg0MzI4MDU3NA%3D%3D/original/f46539e7-c594-41a6-85d5-348b188bc7b3.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 10,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-05-06\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3263177,\n                \"longitude\": -86.1336147,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_backyard\",\n                    \"amenity_tv\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_lake_access\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shower_gel\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_shampoo\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_stove\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smart_lock\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pool\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_hot_water\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_toaster\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_oven\",\n                    \"amenity_front_water\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bicycles\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hangers\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 0.95,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.916,\n                \"review_communication\": 0.95,\n                \"review_location\": 1,\n                \"review_value\": 0.916,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 268140,\n                    \"guest_occupancy\": 0.62,\n                    \"adr\": 1192,\n                    \"revpar\": 735,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 225,\n                    \"available_nights\": 296,\n                    \"hold_nights\": 69,\n                    \"open_nights\": 71,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.947,\n                    \"guest_occupancy_pctl_rank\": 0.921\n                },\n                \"next_6_months\": {\n                    \"revenue\": 58687,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1249,\n                    \"revpar\": 319,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 126,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.98,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.878\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1182048836145165989\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Sleeps 18, Priv Pool+Walk to Beach | Knot for Reel\",\n            \"url\": \"https://www.airbnb.com/rooms/1182048836145165989\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1182048836145165989/original/bc415d53-9afe-4d03-86b8-4edfb47ade35.jpeg\",\n            \"photo_count\": 78,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 10,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-06-28\",\n            \"last_booking_on\": \"2025-07-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3096237,\n                \"longitude\": -86.09675039999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_coffee_maker\",\n                    \"amenity_parking_free\",\n                    \"amenity_backyard\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_toaster\",\n                    \"amenity_private_entrance\",\n                    \"amenity_refrigerator\",\n                    \"amenity_conditioner\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_essentials\",\n                    \"amenity_body_soap\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_self_check_in\",\n                    \"amenity_washer\",\n                    \"amenity_hottub\",\n                    \"amenity_shower_gel\",\n                    \"amenity_freezer\",\n                    \"amenity_dryer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_kitchen\",\n                    \"amenity_heating\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishwasher\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_bathtub\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_iron\",\n                    \"amenity_hot_water\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hangers\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bed_linens\",\n                    \"amenity_smart_lock\",\n                    \"amenity_shampoo\",\n                    \"amenity_microwave\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_tv\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_oven\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_balcony\",\n                    \"amenity_stove\",\n                    \"amenity_hot_water\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 444647601,\n                \"host_name\": \"AvantStay\",\n                \"host_review_count\": 661,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 18,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.978,\n                \"review_cleanliness\": 0.922,\n                \"review_communication\": 0.922,\n                \"review_location\": 0.988,\n                \"review_value\": 0.9339999999999999,\n                \"review_overall\": 4.72\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 267247,\n                    \"guest_occupancy\": 0.69,\n                    \"adr\": 1065,\n                    \"revpar\": 732,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 251,\n                    \"available_nights\": 343,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 92,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 74,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.99,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.718,\n                    \"guest_occupancy_pctl_rank\": 0.955\n                },\n                \"next_6_months\": {\n                    \"revenue\": 24598,\n                    \"guest_occupancy\": 0.16,\n                    \"adr\": 848,\n                    \"revpar\": 134,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 29,\n                    \"available_nights\": 29,\n                    \"hold_nights\": 155,\n                    \"open_nights\": 0,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.628,\n                    \"revenue_pctl_rank\": 0.655,\n                    \"adr_pctl_rank\": 0.575,\n                    \"guest_occupancy_pctl_rank\": 0.61\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1185855274112092187\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Beach Home and Carriage House Sleeps 16\",\n            \"url\": \"https://www.airbnb.com/rooms/1185855274112092187\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTE4NTg1NTI3NDExMjA5MjE4Nw%3D%3D/original/82cd7f0e-056c-40df-93fb-935aa73b8c87.jpeg\",\n            \"photo_count\": 44,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-10-01\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2840172,\n                \"longitude\": -86.0163139,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_parking_free\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_heating\",\n                    \"amenity_self_check_in\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_washer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tv\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_keypad\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 221549288,\n                \"host_name\": \"Nick\",\n                \"host_review_count\": 191,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 265029,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 2524,\n                    \"revpar\": 726,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 105,\n                    \"available_nights\": 348,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 243,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 51,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.971,\n                    \"adr_pctl_rank\": 0.985,\n                    \"guest_occupancy_pctl_rank\": 0.436\n                },\n                \"next_6_months\": {\n                    \"revenue\": 33215,\n                    \"guest_occupancy\": 0.1,\n                    \"adr\": 1845,\n                    \"revpar\": 181,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 18,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 155,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.691,\n                    \"revenue_pctl_rank\": 0.662,\n                    \"adr_pctl_rank\": 0.967,\n                    \"guest_occupancy_pctl_rank\": 0.444\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158359519503720\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Sea Vous Play\",\n            \"url\": \"https://www.airbnb.com/rooms/725158359519503720\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158359519503720/original/12884882-5e69-46ac-847e-5c1a64273643.jpeg\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2329189\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-02\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32709,\n                \"longitude\": -86.13224,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_sound_system\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_iron\",\n                    \"amenity_bed_linens\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_refrigerator\",\n                    \"amenity_bicycles\",\n                    \"amenity_microwave\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_pool\",\n                    \"amenity_boat_slip\",\n                    \"amenity_parking_free\",\n                    \"amenity_dryer\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hangers\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_washer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_stove\",\n                    \"amenity_self_check_in\",\n                    \"amenity_toaster\",\n                    \"amenity_shampoo\",\n                    \"amenity_essentials\",\n                    \"amenity_building_staff\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 264248,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1223,\n                    \"revpar\": 724,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 216,\n                    \"available_nights\": 362,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 61,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.957,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 73173,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1330,\n                    \"revpar\": 398,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 55,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 129,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_821204299160442414\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Serenity - Private Access & Pool - Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/821204299160442414\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-821204299160442414/original/97b2dcff-67fb-4293-bd5c-6e0b599f85dc.jpeg\",\n            \"photo_count\": 53,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2165628\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-04-10\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27944,\n                \"longitude\": -86.01274,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_bicycles\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_bathtub\",\n                    \"amenity_hot_water\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dining_table\",\n                    \"amenity_hangers\",\n                    \"amenity_parking_free\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_smart_lock\",\n                    \"amenity_iron\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_private_entrance\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_tv\",\n                    \"amenity_bed_linens\",\n                    \"amenity_refrigerator\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 168150468,\n                \"host_name\": \"Oversee\",\n                \"host_review_count\": 781,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"oversee.us\",\n                \"property_manager_company\": \"oversee\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.95,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.95,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 263379,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1214,\n                    \"revpar\": 722,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 217,\n                    \"available_nights\": 348,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 131,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 73,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.953,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 103790,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 988,\n                    \"revpar\": 564,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 105,\n                    \"available_nights\": 178,\n                    \"hold_nights\": 6,\n                    \"open_nights\": 73,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 136,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.998\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289756093538253\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Oyster's Pearl\",\n            \"url\": \"https://www.airbnb.com/rooms/651289756093538253\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289756093538253/original/dfd3af9d-7790-430e-87a1-fd7853ac9f76.jpeg\",\n            \"photo_count\": 66,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 11,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_687927\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-08-08\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32384,\n                \"longitude\": -86.12144,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_tv\",\n                    \"amenity_refrigerator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bathtub\",\n                    \"amenity_iron\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_sound_system\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_bed_linens\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_boat_slip\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_hangers\",\n                    \"amenity_bicycles\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_building_staff\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 0.8,\n                \"review_check_in\": 0.9,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 4.5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 259990,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1215,\n                    \"revpar\": 712,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 214,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 105,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 81,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 83279,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1173,\n                    \"revpar\": 453,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 106,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.964,\n                    \"guest_occupancy_pctl_rank\": 0.974\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_51346439\",\n            \"ota\": \"airbnb\",\n            \"title\": \"1 House Off Beach! LSV, Bikes, Pool, Pet Friendly!\",\n            \"url\": \"https://www.airbnb.com/rooms/51346439\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NTEzNDY0Mzk%3D/original/30f7c942-9a0f-40c4-a18a-b2438da28276.jpeg\",\n            \"photo_count\": 103,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2409831\",\n            \"best_match_confidence\": 0.87,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 11,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-11-28\",\n            \"last_booking_on\": \"2025-07-22\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.305192947387695,\n                \"longitude\": -86.0897216796875,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_mini_fridge\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_hot_water\",\n                    \"amenity_balcony\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_parking_free\",\n                    \"amenity_freezer\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_dining_table\",\n                    \"amenity_bed_linens\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bicycles\",\n                    \"amenity_iron\",\n                    \"amenity_backyard\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_smart_lock\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_stove\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_private_entrance\",\n                    \"amenity_dryer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_washer\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_heating\",\n                    \"amenity_dishwasher\",\n                    \"amenity_kitchen\",\n                    \"amenity_toaster\",\n                    \"amenity_cabletv\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_self_check_in\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_microwave\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_pool\",\n                    \"amenity_bathtub\",\n                    \"amenity_hangers\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_tv\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_lake_access\",\n                    \"amenity_parking_paid\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_board_games\",\n                    \"amenity_fire_pit\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 69,\n                \"review_accuracy\": 0.968,\n                \"review_check_in\": 0.986,\n                \"review_cleanliness\": 0.904,\n                \"review_communication\": 0.966,\n                \"review_location\": 0.976,\n                \"review_value\": 0.9179999999999999,\n                \"review_overall\": 4.74\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 258915,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1193,\n                    \"revpar\": 709,\n                    \"guest_checkins\": 49,\n                    \"guest_nights\": 217,\n                    \"available_nights\": 352,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 135,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 76,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.987,\n                    \"revenue_pctl_rank\": 0.99,\n                    \"adr_pctl_rank\": 0.815,\n                    \"guest_occupancy_pctl_rank\": 0.906\n                },\n                \"next_6_months\": {\n                    \"revenue\": 106245,\n                    \"guest_occupancy\": 0.6,\n                    \"adr\": 957,\n                    \"revpar\": 577,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 111,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 73,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 147,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.695,\n                    \"guest_occupancy_pctl_rank\": 1\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_54144496\",\n            \"ota\": \"airbnb\",\n            \"title\": \"NEXT to Camp WaterColor! HUGE! LSV & 4 Bikes INCL\",\n            \"url\": \"https://www.airbnb.com/rooms/54144496\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NTQxNDQ0OTY%3D/original/77b0ba10-65cf-452f-9bf7-11a4e057fb46.png\",\n            \"photo_count\": 101,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 13,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-08-18\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3249954,\n                \"longitude\": -86.1324217,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_air_conditioning\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_essentials\",\n                    \"amenity_iron\",\n                    \"amenity_board_games\",\n                    \"amenity_shampoo\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_free\",\n                    \"amenity_dining_table\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_balcony\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dryer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_backyard\",\n                    \"amenity_hangers\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_washer\",\n                    \"amenity_freezer\",\n                    \"amenity_conditioner\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_stove\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_body_soap\",\n                    \"amenity_bicycles\",\n                    \"amenity_tv\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_bathtub\",\n                    \"amenity_shower_gel\",\n                    \"amenity_heating\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_refrigerator\",\n                    \"amenity_smart_lock\",\n                    \"amenity_self_check_in\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_oven\",\n                    \"amenity_front_water\",\n                    \"amenity_hot_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_toaster\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_lake_access\",\n                    \"amenity_books\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_kitchen\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pool\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 26,\n                \"review_accuracy\": 0.924,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 0.916,\n                \"review_communication\": 0.908,\n                \"review_location\": 0.992,\n                \"review_value\": 0.916,\n                \"review_overall\": 4.62\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 258415,\n                    \"guest_occupancy\": 0.66,\n                    \"adr\": 1077,\n                    \"revpar\": 708,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 240,\n                    \"available_nights\": 362,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 122,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 94,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.985,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.728,\n                    \"guest_occupancy_pctl_rank\": 0.948\n                },\n                \"next_6_months\": {\n                    \"revenue\": 61590,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1141,\n                    \"revpar\": 335,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 90,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.95,\n                    \"revenue_pctl_rank\": 0.953,\n                    \"adr_pctl_rank\": 0.831,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_989080720350688145\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Phase 1 WaterColor Location! W/ NEW LSV & 4 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/989080720350688145\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTg5MDgwNzIwMzUwNjg4MTQ1/original/e095fb7b-ab73-4305-9555-b604f67d2b49.jpeg\",\n            \"photo_count\": 97,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 6,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-29\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3238608,\n                \"longitude\": -86.14129799999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_freezer\",\n                    \"amenity_ev_charger\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hangers\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_shampoo\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_board_games\",\n                    \"amenity_conditioner\",\n                    \"amenity_essentials\",\n                    \"amenity_stove\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_washer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_lake_access\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_private_entrance\",\n                    \"amenity_backyard\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_hot_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_front_water\",\n                    \"amenity_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_tv\",\n                    \"amenity_toaster\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": 0.954,\n                \"review_check_in\": 0.924,\n                \"review_cleanliness\": 0.954,\n                \"review_communication\": 0.954,\n                \"review_location\": 1,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.77\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 257856,\n                    \"guest_occupancy\": 0.67,\n                    \"adr\": 1061,\n                    \"revpar\": 706,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 243,\n                    \"available_nights\": 344,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 101,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.915,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                },\n                \"next_6_months\": {\n                    \"revenue\": 36834,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1052,\n                    \"revpar\": 200,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 182,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 147,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.924,\n                    \"adr_pctl_rank\": 0.938,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_46071132\",\n            \"ota\": \"airbnb\",\n            \"title\": \"STEPS From Rosemary! Private Pool, Carriage House!\",\n            \"url\": \"https://www.airbnb.com/rooms/46071132\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/6d3d9ffb-f834-4a8f-9a37-8067f4b1349b.jpg\",\n            \"photo_count\": 46,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 14,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-12-12\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28024,\n                \"longitude\": -86.01139,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_iron\",\n                    \"amenity_books\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_breakfast\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_self_check_in\",\n                    \"amenity_parking_free\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_backyard\",\n                    \"amenity_kitchen\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_shampoo\",\n                    \"amenity_dryer\",\n                    \"amenity_bathtub\",\n                    \"amenity_game_console\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_essentials\",\n                    \"amenity_cabletv\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_pool\",\n                    \"amenity_bed_linens\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hot_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_pit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_stove\",\n                    \"amenity_shower_gel\",\n                    \"amenity_high_chair\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_balcony\",\n                    \"amenity_lockbox\",\n                    \"amenity_refrigerator\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 214654783,\n                \"host_name\": \"Beth\",\n                \"host_review_count\": 260,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 39,\n                \"review_accuracy\": 0.958,\n                \"review_check_in\": 0.974,\n                \"review_cleanliness\": 0.938,\n                \"review_communication\": 0.944,\n                \"review_location\": 0.99,\n                \"review_value\": 0.924,\n                \"review_overall\": 4.77\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 256048,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1422,\n                    \"revpar\": 702,\n                    \"guest_checkins\": 45,\n                    \"guest_nights\": 180,\n                    \"available_nights\": 338,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 158,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.785\n                },\n                \"next_6_months\": {\n                    \"revenue\": 112455,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1388,\n                    \"revpar\": 611,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 81,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 100,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 118,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.939,\n                    \"guest_occupancy_pctl_rank\": 0.987\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651291110626865203\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Yolo #73\",\n            \"url\": \"https://www.airbnb.com/rooms/651291110626865203\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651291110626865203/original/3c797f84-3b98-4e2f-932f-7c2ec32c5e3a.jpeg\",\n            \"photo_count\": 64,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-06-07\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32874,\n                \"longitude\": -86.13468,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_sound_system\",\n                    \"amenity_washer\",\n                    \"amenity_stove\",\n                    \"amenity_building_staff\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dining_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_self_check_in\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hot_water\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_gym\",\n                    \"amenity_kitchen\",\n                    \"amenity_bathtub\",\n                    \"amenity_hangers\",\n                    \"amenity_bicycles\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_backyard\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_pool\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_shampoo\",\n                    \"amenity_refrigerator\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_boat_slip\",\n                    \"amenity_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_heating\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_free\",\n                    \"amenity_balcony\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 269,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 253006,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1698,\n                    \"revpar\": 693,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 149,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.965,\n                    \"guest_occupancy_pctl_rank\": 0.591\n                },\n                \"next_6_months\": {\n                    \"revenue\": 82593,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1530,\n                    \"revpar\": 449,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 144,\n                    \"hold_nights\": 40,\n                    \"open_nights\": 90,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.983,\n                    \"revenue_pctl_rank\": 0.983,\n                    \"adr_pctl_rank\": 0.965,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651291016381125774\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Watchtower Walk\",\n            \"url\": \"https://www.airbnb.com/rooms/651291016381125774\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651291016381125774/original/45145e9f-14cf-4a58-bfe8-7dde788653e3.jpeg\",\n            \"photo_count\": 58,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_797758\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 11,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-03-12\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32585,\n                \"longitude\": -86.13751,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_bed_linens\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_freezer\",\n                    \"amenity_oven\",\n                    \"amenity_body_soap\",\n                    \"amenity_boat_slip\",\n                    \"amenity_essentials\",\n                    \"amenity_bathtub\",\n                    \"amenity_iron\",\n                    \"amenity_backyard\",\n                    \"amenity_toaster\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_hot_water\",\n                    \"amenity_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_balcony\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_private_entrance\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_washer\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_sound_system\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bicycles\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_hangers\",\n                    \"amenity_dining_table\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_lake_access\",\n                    \"amenity_shampoo\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_front_water\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_parking_free\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_building_staff\",\n                    \"amenity_stove\",\n                    \"amenity_dishwasher\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shower_gel\",\n                    \"amenity_heating\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 269,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 248694,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1231,\n                    \"revpar\": 681,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 202,\n                    \"available_nights\": 346,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 144,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 59,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.84,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 45615,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1170,\n                    \"revpar\": 248,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 145,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.895,\n                    \"revenue_pctl_rank\": 0.902,\n                    \"adr_pctl_rank\": 0.843,\n                    \"guest_occupancy_pctl_rank\": 0.755\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_53732964\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Pickleball, Pool/Spa, 5 min Beach, Heated Pool-Spa\",\n            \"url\": \"https://www.airbnb.com/rooms/53732964\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-53732964/original/9d61d350-de99-4959-9ced-915f8a7bc046.jpeg\",\n            \"photo_count\": 77,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2571194\",\n            \"best_match_confidence\": 0.8,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 13,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-20\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.321022,\n                \"longitude\": -86.130951,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_body_soap\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_essentials\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_stove\",\n                    \"amenity_hot_water\",\n                    \"amenity_pool\",\n                    \"amenity_private_entrance\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_board_games\",\n                    \"amenity_washer\",\n                    \"amenity_backyard\",\n                    \"amenity_conditioner\",\n                    \"amenity_balcony\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_freezer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dining_table\",\n                    \"amenity_heating\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_tv\",\n                    \"amenity_smart_lock\",\n                    \"amenity_bed_linens\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_pit\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shower_gel\",\n                    \"amenity_high_chair\",\n                    \"amenity_kitchen\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_coffee\",\n                    \"amenity_self_check_in\",\n                    \"amenity_parking_free\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48323226,\n                \"host_name\": \"Mitch\",\n                \"host_review_count\": 226,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"destinvacationrentalmanagementinc.com\",\n                \"property_manager_company\": \"pmi destin30a\"\n            },\n            \"reviews\": {\n                \"review_count\": 45,\n                \"review_accuracy\": 0.992,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.964,\n                \"review_communication\": 0.996,\n                \"review_location\": 0.992,\n                \"review_value\": 0.952,\n                \"review_overall\": 4.89\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 248597,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1237,\n                    \"revpar\": 681,\n                    \"guest_checkins\": 49,\n                    \"guest_nights\": 201,\n                    \"available_nights\": 340,\n                    \"hold_nights\": 25,\n                    \"open_nights\": 139,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 149,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.378,\n                    \"guest_occupancy_pctl_rank\": 0.889\n                },\n                \"next_6_months\": {\n                    \"revenue\": 85552,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1126,\n                    \"revpar\": 465,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 76,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 97,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 192,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.967,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.489,\n                    \"guest_occupancy_pctl_rank\": 0.956\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1085499312862609580\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Grayton Beach Fits 24! Pool, Bikes, Carriage House\",\n            \"url\": \"https://www.airbnb.com/rooms/1085499312862609580\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1085499312862609580/original/54eec225-535c-4ba8-8b3c-6dae8e2da370.jpeg\",\n            \"photo_count\": 85,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 14,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-18\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3312253,\n                \"longitude\": -86.16752609999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_board_games\",\n                    \"amenity_refrigerator\",\n                    \"amenity_shampoo\",\n                    \"amenity_front_water\",\n                    \"amenity_heating\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_bed_linens\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_stove\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pool\",\n                    \"amenity_oven\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smart_lock\",\n                    \"amenity_tv\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_bathtub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hot_water\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_iron\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_washer\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_lake_access\",\n                    \"amenity_bicycles\",\n                    \"amenity_dining_table\",\n                    \"amenity_essentials\",\n                    \"amenity_freezer\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_private_entrance\",\n                    \"amenity_parking_free\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_backyard\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_self_check_in\",\n                    \"amenity_shower_gel\",\n                    \"amenity_hangers\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_balcony\",\n                    \"amenity_dryer\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_body_soap\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": 0.974,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.894,\n                \"review_communication\": 0.986,\n                \"review_location\": 1,\n                \"review_value\": 0.974,\n                \"review_overall\": 4.87\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 246953,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1143,\n                    \"revpar\": 677,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 216,\n                    \"available_nights\": 356,\n                    \"hold_nights\": 9,\n                    \"open_nights\": 140,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"5_economy\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.933,\n                    \"adr_pctl_rank\": 0.225,\n                    \"guest_occupancy_pctl_rank\": 0.944\n                },\n                \"next_6_months\": {\n                    \"revenue\": 57800,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 997,\n                    \"revpar\": 327,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 58,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 118,\n                    \"total_nights\": 177,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 164,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.888,\n                    \"revenue_pctl_rank\": 0.888,\n                    \"adr_pctl_rank\": 0.348,\n                    \"guest_occupancy_pctl_rank\": 0.955\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_820988976100147682\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Luxury ADA home with sweeping Gulf views!\",\n            \"url\": \"https://www.airbnb.com/rooms/820988976100147682\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-820988976100147682/original/8ade6472-58c0-490a-b4a3-2e8cb5eb41c0.jpeg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 11,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-28\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32836,\n                \"longitude\": -86.16505,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_hot_water\",\n                    \"amenity_cabletv\",\n                    \"amenity_hangers\",\n                    \"amenity_balcony\",\n                    \"amenity_pool\",\n                    \"amenity_bed_linens\",\n                    \"amenity_bathtub\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_keypad\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_elevator\",\n                    \"amenity_gym\",\n                    \"amenity_iron\",\n                    \"amenity_kitchen\",\n                    \"amenity_gym\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishwasher\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_private_entrance\",\n                    \"amenity_front_water\",\n                    \"amenity_parking_free\",\n                    \"amenity_essentials\",\n                    \"amenity_laundromat_nearby\",\n                    \"amenity_stove\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_self_check_in\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_high_chair\",\n                    \"amenity_heating\",\n                    \"amenity_dining_table\",\n                    \"amenity_shampoo\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 323954204,\n                \"host_name\": \"Liv\",\n                \"host_review_count\": 716,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 3,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.934,\n                \"review_location\": 1,\n                \"review_value\": 0.9339999999999999,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 245609,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1718,\n                    \"revpar\": 673,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 143,\n                    \"available_nights\": 342,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 199,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 169,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.744,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72842,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 1584,\n                    \"revpar\": 396,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 180,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 134,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 154,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.922,\n                    \"revenue_pctl_rank\": 0.922,\n                    \"adr_pctl_rank\": 0.811,\n                    \"guest_occupancy_pctl_rank\": 0.778\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1125493193678447881\",\n            \"ota\": \"airbnb\",\n            \"title\": \"30A Beach Music by AvantStay | Pool w/ Gulf Views\",\n            \"url\": \"https://www.airbnb.com/rooms/1125493193678447881\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1125493193678447881/original/783d3f9c-a029-4069-8d5d-6270c9951261.jpeg\",\n            \"photo_count\": 39,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 12,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-06-30\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3111,\n                \"longitude\": -86.10863,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_tv\",\n                    \"amenity_shower_gel\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_smart_lock\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bed_linens\",\n                    \"amenity_iron\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_stove\",\n                    \"amenity_kitchen\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_conditioner\",\n                    \"amenity_parking_free\",\n                    \"amenity_hot_water\",\n                    \"amenity_washer\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishwasher\",\n                    \"amenity_cabletv\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_self_check_in\",\n                    \"amenity_body_soap\",\n                    \"amenity_dryer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_shampoo\",\n                    \"amenity_microwave\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_hangers\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_freezer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 98745888,\n                \"host_name\": \"30A Beach Girls By AvantStay\",\n                \"host_review_count\": 1215,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 0.99,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 0.92,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.92,\n                \"review_location\": 1,\n                \"review_value\": 0.9199999999999999,\n                \"review_overall\": 4.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 245527,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1436,\n                    \"revpar\": 673,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 171,\n                    \"available_nights\": 355,\n                    \"hold_nights\": 10,\n                    \"open_nights\": 184,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 83,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.956,\n                    \"revenue_pctl_rank\": 0.96,\n                    \"adr_pctl_rank\": 0.749,\n                    \"guest_occupancy_pctl_rank\": 0.764\n                },\n                \"next_6_months\": {\n                    \"revenue\": 49597,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1210,\n                    \"revpar\": 270,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 41,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 143,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.789,\n                    \"revenue_pctl_rank\": 0.793,\n                    \"adr_pctl_rank\": 0.669,\n                    \"guest_occupancy_pctl_rank\": 0.727\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1029817861343215953\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Drift Away 30A|Easy Beach Access|Private Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/1029817861343215953\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1029817861343215953/original/f7feb261-8be5-4cee-8291-9c316198e5ff.jpeg\",\n            \"photo_count\": 55,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 12,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-12-16\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.317335,\n                \"longitude\": -86.127651,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_tv\",\n                    \"amenity_dining_table\",\n                    \"amenity_hottub\",\n                    \"amenity_refrigerator\",\n                    \"amenity_high_chair\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_balcony\",\n                    \"amenity_bicycles\",\n                    \"amenity_essentials\",\n                    \"amenity_smart_lock\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_pool_table\",\n                    \"amenity_washer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_backyard\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_kitchen\",\n                    \"amenity_game_console\",\n                    \"amenity_dishwasher\",\n                    \"amenity_oven\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_parking_free\",\n                    \"amenity_toaster\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_iron\",\n                    \"amenity_microwave\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_cabletv\",\n                    \"amenity_sound_system\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 172937559,\n                \"host_name\": \"Echelon\",\n                \"host_review_count\": 212,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"eluxuryproperties.com\",\n                \"property_manager_company\": \"echelon\"\n            },\n            \"reviews\": {\n                \"review_count\": 6,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.966,\n                \"review_location\": 1,\n                \"review_value\": 0.966,\n                \"review_overall\": 4.83\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 239233,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1661,\n                    \"revpar\": 655,\n                    \"guest_checkins\": 27,\n                    \"guest_nights\": 144,\n                    \"available_nights\": 338,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 194,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"5_economy\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0,\n                    \"guest_occupancy_pctl_rank\": 0.735\n                },\n                \"next_6_months\": {\n                    \"revenue\": 42879,\n                    \"guest_occupancy\": 0.16,\n                    \"adr\": 1429,\n                    \"revpar\": 233,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 30,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 154,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 118,\n                    \"adr_tier\": \"5_economy\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.912,\n                    \"revenue_pctl_rank\": 0.941,\n                    \"adr_pctl_rank\": 0,\n                    \"guest_occupancy_pctl_rank\": 0.676\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_52236520\",\n            \"ota\": \"airbnb\",\n            \"title\": \"The Belvedere -7 BR/9BA Masterpiece w Private Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/52236520\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/5542b7fe-c170-4b2d-9fb6-40add64ca517.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2464171\",\n            \"best_match_confidence\": 0.87,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 14,\n            \"bathrooms\": 9,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2796,\n                \"longitude\": -86.01769,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_parking_free\",\n                    \"amenity_washer\",\n                    \"amenity_elevator\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_freezer\",\n                    \"amenity_self_check_in\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dining_table\",\n                    \"amenity_iron\",\n                    \"amenity_hot_water\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_shower_gel\",\n                    \"amenity_private_entrance\",\n                    \"amenity_keypad\",\n                    \"amenity_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_pool\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_balcony\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_toaster\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_stove\",\n                    \"amenity_hangers\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_body_soap\",\n                    \"amenity_microwave\",\n                    \"amenity_dishwasher\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_heating\",\n                    \"amenity_hot_water\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_essentials\",\n                    \"amenity_tv\",\n                    \"amenity_shampoo\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_internet_wifi\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 295426857,\n                \"host_name\": \"Inspire Vacation Properties\",\n                \"host_review_count\": 298,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"inspirevp.com\",\n                \"property_manager_company\": \"inspire vacation properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 236587,\n                    \"guest_occupancy\": 0.23,\n                    \"adr\": 2817,\n                    \"revpar\": 648,\n                    \"guest_checkins\": 16,\n                    \"guest_nights\": 84,\n                    \"available_nights\": 355,\n                    \"hold_nights\": 10,\n                    \"open_nights\": 271,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 72,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.933,\n                    \"revenue_pctl_rank\": 0.899,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.393\n                },\n                \"next_6_months\": {\n                    \"revenue\": 41092,\n                    \"guest_occupancy\": 0.09,\n                    \"adr\": 2417,\n                    \"revpar\": 223,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 17,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 167,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 91,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.764,\n                    \"revenue_pctl_rank\": 0.697,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.393\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_667979718898289760\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Beach; Private Pool/Hot Tub; Golf cart\",\n            \"url\": \"https://www.airbnb.com/rooms/667979718898289760\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-667979718898289760/original/ca33cc18-175b-434e-8a41-72e3c2ac0271.jpeg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 10,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-01\",\n            \"last_booking_on\": \"2025-05-13\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3115102,\n                \"longitude\": -86.1051524,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_cooking_basics\",\n                    \"amenity_hangers\",\n                    \"amenity_oven\",\n                    \"amenity_body_soap\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_essentials\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_kitchen\",\n                    \"amenity_parking_free\",\n                    \"amenity_pool\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_coffee\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishwasher\",\n                    \"amenity_dining_table\",\n                    \"amenity_conditioner\",\n                    \"amenity_stove\",\n                    \"amenity_rice_maker\",\n                    \"amenity_bed_linens\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_sound_system\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_bathtub\",\n                    \"amenity_hot_water\",\n                    \"amenity_shower_gel\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_backyard\",\n                    \"amenity_hottub\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_self_check_in\",\n                    \"amenity_shampoo\",\n                    \"amenity_board_games\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_freezer\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_pool_table\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_heating\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_hot_water\",\n                    \"amenity_smart_lock\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_private_entrance\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_high_chair\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 338195990,\n                \"host_name\": \"Robin\",\n                \"host_review_count\": 359,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 3,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.934,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9339999999999999,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 235941,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1318,\n                    \"revpar\": 646,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 179,\n                    \"available_nights\": 310,\n                    \"hold_nights\": 55,\n                    \"open_nights\": 131,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 72,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.976,\n                    \"revenue_pctl_rank\": 0.976,\n                    \"adr_pctl_rank\": 0.875,\n                    \"guest_occupancy_pctl_rank\": 0.785\n                },\n                \"next_6_months\": {\n                    \"revenue\": 10952,\n                    \"guest_occupancy\": 0.04,\n                    \"adr\": 1369,\n                    \"revpar\": 60,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 8,\n                    \"available_nights\": 30,\n                    \"hold_nights\": 154,\n                    \"open_nights\": 22,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 94,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"4_below_market\",\n                    \"performance_pctl_rank\": 0.46,\n                    \"revenue_pctl_rank\": 0.386,\n                    \"adr_pctl_rank\": 0.932,\n                    \"guest_occupancy_pctl_rank\": 0.24\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_690614926926180380\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Somethings Gotta Give Movie Set Replica\",\n            \"url\": \"https://www.airbnb.com/rooms/690614926926180380\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-690614926926180380/original/9a63e33d-75c1-4f8f-8b5b-5ec71a0d933c.jpeg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_431654\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-04-01\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324836,\n                \"longitude\": -86.144334,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_smoke_alarm\",\n                    \"amenity_hangers\",\n                    \"amenity_microwave\",\n                    \"amenity_hot_water\",\n                    \"amenity_dining_table\",\n                    \"amenity_boat_slip\",\n                    \"amenity_parking_free\",\n                    \"amenity_kitchen\",\n                    \"amenity_bathtub\",\n                    \"amenity_pool\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_washer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_iron\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_stove\",\n                    \"amenity_tv\",\n                    \"amenity_dishwasher\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_bed_linens\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_building_staff\",\n                    \"amenity_self_check_in\",\n                    \"amenity_essentials\",\n                    \"amenity_backyard\",\n                    \"amenity_toaster\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_bicycles\",\n                    \"amenity_shampoo\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 269,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.978,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.978,\n                \"review_location\": 1,\n                \"review_value\": 0.978,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 235573,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1294,\n                    \"revpar\": 645,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 182,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 137,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 69,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.97,\n                    \"guest_occupancy_pctl_rank\": 0.769\n                },\n                \"next_6_months\": {\n                    \"revenue\": 71213,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1272,\n                    \"revpar\": 387,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 86,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.99,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.976,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1203591556906343473\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Sleeps 16+ WaterColor! LSV, Pool, Porch, Game Room\",\n            \"url\": \"https://www.airbnb.com/rooms/1203591556906343473\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIwMzU5MTU1NjkwNjM0MzQ3Mw==/original/6f25d7b8-7ca7-4d88-b74c-6a82a4b0e95d.jpeg\",\n            \"photo_count\": 123,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 10,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-10-22\",\n            \"last_booking_on\": \"2025-07-22\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3259948,\n                \"longitude\": -86.1385289,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_balcony\",\n                    \"amenity_essentials\",\n                    \"amenity_bicycles\",\n                    \"amenity_refrigerator\",\n                    \"amenity_kitchen\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_lake_access\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_oven\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_self_check_in\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_smart_lock\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_private_entrance\",\n                    \"amenity_parking_free\",\n                    \"amenity_books\",\n                    \"amenity_tv\",\n                    \"amenity_stove\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_board_games\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_fire_pit\",\n                    \"amenity_heating\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_bed_linens\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_parking_free\",\n                    \"amenity_dining_table\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_hangers\",\n                    \"amenity_freezer\",\n                    \"amenity_backyard\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_toaster\",\n                    \"amenity_conditioner\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_shower_gel\",\n                    \"amenity_hot_water\",\n                    \"amenity_front_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_microwave\",\n                    \"amenity_shampoo\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_iron\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_body_soap\",\n                    \"amenity_dishwasher\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_cleaning_products\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 6,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.966,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 4.83\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 235307,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1796,\n                    \"revpar\": 953,\n                    \"guest_checkins\": 21,\n                    \"guest_nights\": 131,\n                    \"available_nights\": 233,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 102,\n                    \"total_nights\": 247,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 42,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.949,\n                    \"adr_pctl_rank\": 0.898,\n                    \"guest_occupancy_pctl_rank\": 0.884\n                },\n                \"next_6_months\": {\n                    \"revenue\": 114469,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1708,\n                    \"revpar\": 622,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 95,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.985,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.927,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_950074716496003560\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Bowman's Place\",\n            \"url\": \"https://www.airbnb.com/rooms/950074716496003560\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-950074716496003560/original/ebe6d422-fe71-493e-8783-bbc3e9c8570a.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 8,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 3,\n            \"beds\": 4,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-06-22\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31992,\n                \"longitude\": -86.14065,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_refrigerator\",\n                    \"amenity_heating\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_hangers\",\n                    \"amenity_balcony\",\n                    \"amenity_stove\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_microwave\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_kitchen\",\n                    \"amenity_tv\",\n                    \"amenity_washer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 212860987,\n                \"host_name\": \"Homeowner'S Collection\",\n                \"host_review_count\": 343,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 0.9,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"homeownerscollection.com\",\n                \"property_manager_company\": \"homeowners collection\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.6,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.6,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 3 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 235024,\n                    \"guest_occupancy\": 0.4,\n                    \"adr\": 1610,\n                    \"revpar\": 644,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 146,\n                    \"available_nights\": 263,\n                    \"hold_nights\": 102,\n                    \"open_nights\": 117,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 69,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.999,\n                    \"guest_occupancy_pctl_rank\": 0.53\n                },\n                \"next_6_months\": {\n                    \"revenue\": 67944,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 1836,\n                    \"revpar\": 369,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 165,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 89,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.999,\n                    \"guest_occupancy_pctl_rank\": 0.785\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_721544452292618313\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Sweet Escape\",\n            \"url\": \"https://www.airbnb.com/rooms/721544452292618313\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-721544452292618313/original/ca8fbd2d-cc3d-4ca3-8ba2-23826e3f2938.jpeg\",\n            \"photo_count\": 46,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 9,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-04-17\",\n            \"last_booking_on\": \"2025-07-10\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32419,\n                \"longitude\": -86.12013,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_essentials\",\n                    \"amenity_hot_water\",\n                    \"amenity_toaster\",\n                    \"amenity_boat_slip\",\n                    \"amenity_bicycles\",\n                    \"amenity_balcony\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_parking_free\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_backyard\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_dining_table\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_stove\",\n                    \"amenity_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_building_staff\",\n                    \"amenity_hangers\",\n                    \"amenity_private_entrance\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_microwave\",\n                    \"amenity_washer\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_heating\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishwasher\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 234817,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1283,\n                    \"revpar\": 643,\n                    \"guest_checkins\": 33,\n                    \"guest_nights\": 183,\n                    \"available_nights\": 313,\n                    \"hold_nights\": 52,\n                    \"open_nights\": 130,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.973,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.862,\n                    \"guest_occupancy_pctl_rank\": 0.801\n                },\n                \"next_6_months\": {\n                    \"revenue\": 43457,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 1207,\n                    \"revpar\": 236,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 36,\n                    \"available_nights\": 141,\n                    \"hold_nights\": 43,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 97,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.883,\n                    \"revenue_pctl_rank\": 0.884,\n                    \"adr_pctl_rank\": 0.861,\n                    \"guest_occupancy_pctl_rank\": 0.719\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1071845995994373500\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Gulf Front! Private Beach! Walk to Alys & Rosemary\",\n            \"url\": \"https://www.airbnb.com/rooms/1071845995994373500\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1071845995994373500/original/05c1fc47-622f-46fe-8c01-428e4b784451.jpeg\",\n            \"photo_count\": 70,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-02\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.287291,\n                \"longitude\": -86.041977,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": null,\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_gym\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_sound_system\",\n                    \"amenity_coffee\",\n                    \"amenity_iron\",\n                    \"amenity_heating\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dining_table\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_refrigerator\",\n                    \"amenity_body_soap\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_smart_lock\",\n                    \"amenity_private_entrance\",\n                    \"amenity_bathtub\",\n                    \"amenity_bicycles\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_self_check_in\",\n                    \"amenity_cabletv\",\n                    \"amenity_conditioner\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_backyard\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_tv\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_hot_water\",\n                    \"amenity_shower_gel\",\n                    \"amenity_dryer\",\n                    \"amenity_essentials\",\n                    \"amenity_kitchen\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_board_games\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_front_water\",\n                    \"amenity_hot_water\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_washer\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_hangers\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishwasher\",\n                    \"amenity_microwave\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_freezer\",\n                    \"amenity_stove\",\n                    \"amenity_shampoo\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 0.884,\n                \"review_check_in\": 0.916,\n                \"review_cleanliness\": 0.816,\n                \"review_communication\": 0.916,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 4.42\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 234675,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1242,\n                    \"revpar\": 643,\n                    \"guest_checkins\": 43,\n                    \"guest_nights\": 189,\n                    \"available_nights\": 329,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 140,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.973,\n                    \"adr_pctl_rank\": 0.847,\n                    \"guest_occupancy_pctl_rank\": 0.832\n                },\n                \"next_6_months\": {\n                    \"revenue\": 70453,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 992,\n                    \"revpar\": 383,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.97,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.72,\n                    \"guest_occupancy_pctl_rank\": 0.971\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_589847366506914540\",\n            \"ota\": \"airbnb\",\n            \"title\": \"New! Heated Pool -6min walk to Beach- In Rosemary!\",\n            \"url\": \"https://www.airbnb.com/rooms/589847366506914540\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-589847366506914540/original/34986f14-68f5-4ee6-a68f-0563363aa6f0.jpeg\",\n            \"photo_count\": 48,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2764582\",\n            \"best_match_confidence\": 0.74,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-05-28\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.280972,\n                \"longitude\": -86.01313,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_washer\",\n                    \"amenity_private_entrance\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_backyard\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_toaster\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_hangers\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_microwave\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_dining_table\",\n                    \"amenity_shampoo\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dryer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_iron\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_balcony\",\n                    \"amenity_heating\",\n                    \"amenity_hot_water\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tv\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_bed_linens\",\n                    \"amenity_shower_gel\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_keypad\",\n                    \"amenity_self_check_in\",\n                    \"amenity_refrigerator\",\n                    \"amenity_parking_free\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_body_soap\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_freezer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_conditioner\",\n                    \"amenity_fireplace_guards\",\n                    \"amenity_smoke_alarm\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 222033405,\n                \"host_name\": \"CoastalVacay\",\n                \"host_review_count\": 709,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"coastalvacationrentals.com\",\n                \"property_manager_company\": \"coastalvacay\"\n            },\n            \"reviews\": {\n                \"review_count\": 51,\n                \"review_accuracy\": 0.98,\n                \"review_check_in\": 0.984,\n                \"review_cleanliness\": 0.96,\n                \"review_communication\": 0.996,\n                \"review_location\": 0.992,\n                \"review_value\": 0.9640000000000001,\n                \"review_overall\": 4.94\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 234520,\n                    \"guest_occupancy\": 0.75,\n                    \"adr\": 862,\n                    \"revpar\": 643,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 272,\n                    \"available_nights\": 339,\n                    \"hold_nights\": 26,\n                    \"open_nights\": 67,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 127,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.82,\n                    \"guest_occupancy_pctl_rank\": 0.973\n                },\n                \"next_6_months\": {\n                    \"revenue\": 58587,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 630,\n                    \"revpar\": 318,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 93,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 78,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 202,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.983,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.624,\n                    \"guest_occupancy_pctl_rank\": 0.996\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_994181443119590230\",\n            \"ota\": \"airbnb\",\n            \"title\": \"BIG PALM Steps from Beach access, Private pool\",\n            \"url\": \"https://www.airbnb.com/rooms/994181443119590230\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-994181443119590230/original/46999dcf-452c-4b75-b0f6-877b10d51676.jpeg\",\n            \"photo_count\": 106,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-11-06\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2892,\n                \"longitude\": -86.04579,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_board_games\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_lockbox\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_cabletv\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_freezer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_kitchen\",\n                    \"amenity_parking_free\",\n                    \"amenity_shower_gel\",\n                    \"amenity_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_body_soap\",\n                    \"amenity_conditioner\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_shampoo\",\n                    \"amenity_hot_water\",\n                    \"amenity_pool\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_backyard\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_refrigerator\",\n                    \"amenity_bed_linens\",\n                    \"amenity_toaster\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_pit\",\n                    \"amenity_washer\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_self_check_in\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_coffee\",\n                    \"amenity_dishwasher\",\n                    \"amenity_stove\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_iron\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_hangers\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_dining_table\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_essentials\",\n                    \"amenity_tv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 412356838,\n                \"host_name\": \"Shawna\",\n                \"host_review_count\": 216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 17,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.988,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9880000000000001,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 233145,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1166,\n                    \"revpar\": 639,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 200,\n                    \"available_nights\": 354,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 154,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.943,\n                    \"guest_occupancy_pctl_rank\": 0.851\n                },\n                \"next_6_months\": {\n                    \"revenue\": 50025,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 1390,\n                    \"revpar\": 272,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 36,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 147,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 95,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.969,\n                    \"revenue_pctl_rank\": 0.969,\n                    \"adr_pctl_rank\": 0.986,\n                    \"guest_occupancy_pctl_rank\": 0.785\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_547277449559225221\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Updated/Golfcart/Bikes/Watercolor/Wristbands\",\n            \"url\": \"https://www.airbnb.com/rooms/547277449559225221\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-547277449559225221/original/de54fc8d-ba0a-4408-b2f9-e3d4b7239e18.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 8,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 3,\n            \"beds\": 8,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-06-24\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327789306640625,\n                \"longitude\": -86.13609313964844,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_mosquito_net\",\n                    \"amenity_dining_table\",\n                    \"amenity_rice_maker\",\n                    \"amenity_bathtub\",\n                    \"amenity_bed_linens\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_high_chair\",\n                    \"amenity_laundromat_nearby\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dishwasher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_dryer\",\n                    \"amenity_shower_gel\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_stove\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_freezer\",\n                    \"amenity_private_entrance\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_toaster\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_tv\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_pool\",\n                    \"amenity_hot_water\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_oven\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_baby_bath\",\n                    \"amenity_board_games\",\n                    \"amenity_bicycles\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_self_check_in\",\n                    \"amenity_parking_free\",\n                    \"amenity_backyard\",\n                    \"amenity_baby_safety_gates\",\n                    \"amenity_microwave\",\n                    \"amenity_heating\",\n                    \"amenity_lake_access\",\n                    \"amenity_balcony\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_hot_water\",\n                    \"amenity_body_soap\",\n                    \"amenity_essentials\",\n                    \"amenity_conditioner\",\n                    \"amenity_shampoo\",\n                    \"amenity_washer\",\n                    \"amenity_hangers\",\n                    \"amenity_iron\",\n                    \"amenity_refrigerator\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_coffee\",\n                    \"amenity_beach_essentials\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 83272582,\n                \"host_name\": \"Chelsea\",\n                \"host_review_count\": 159,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 35,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9880000000000001,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 3 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 232954,\n                    \"guest_occupancy\": 0.66,\n                    \"adr\": 967,\n                    \"revpar\": 638,\n                    \"guest_checkins\": 48,\n                    \"guest_nights\": 241,\n                    \"available_nights\": 328,\n                    \"hold_nights\": 37,\n                    \"open_nights\": 87,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.967,\n                    \"guest_occupancy_pctl_rank\": 0.93\n                },\n                \"next_6_months\": {\n                    \"revenue\": 38669,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 879,\n                    \"revpar\": 210,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 44,\n                    \"available_nights\": 177,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 136,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.863\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651290544040428186\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Southern Living Cottage\",\n            \"url\": \"https://www.airbnb.com/rooms/651290544040428186\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651290544040428186/original/d2a5756d-931a-4b66-9e82-052000b33e4b.jpeg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 8,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_1617813\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 3,\n            \"beds\": 5,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-07-01\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32382,\n                \"longitude\": -86.12752,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_boat_slip\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_toaster\",\n                    \"amenity_stove\",\n                    \"amenity_microwave\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hot_water\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_self_check_in\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free\",\n                    \"amenity_tv\",\n                    \"amenity_iron\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_heating\",\n                    \"amenity_building_staff\",\n                    \"amenity_bicycles\",\n                    \"amenity_shampoo\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_private_entrance\",\n                    \"amenity_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hangers\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 3 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 232361,\n                    \"guest_occupancy\": 0.61,\n                    \"adr\": 1042,\n                    \"revpar\": 637,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 223,\n                    \"available_nights\": 294,\n                    \"hold_nights\": 71,\n                    \"open_nights\": 71,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 71,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.898\n                },\n                \"next_6_months\": {\n                    \"revenue\": 73529,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1114,\n                    \"revpar\": 400,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 66,\n                    \"available_nights\": 179,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 85,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.965\n                }\n            }\n        }\n    ]\n}"},{"id":"bbc72b9b-c7fc-4952-bcea-ad6f5a2d0069","name":"By Pools","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_uuid\": \"{{market_uuid}}\",\n  \"currency\": \"USD\",\n  \"pagination\": {\n    \"limit\": 50,\n    \"offset\": 0,\n    \"sort_by\": \"last_12mo_revenue\"\n  },\n  \"filters\": {\n    \"amenity\": {\n        \"has_pool\": true\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 23:00:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20024"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T230020Z-16cc86565cc4bccjhC1CO1ru5w00000007fg00000000d9rp"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 8737,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"ota\": null,\n        \"performance\": null,\n        \"property\": null,\n        \"geo\": null,\n        \"amenity\": {\n            \"has_golf\": null,\n            \"has_hot_tub\": null,\n            \"has_mountain\": null,\n            \"has_parking\": null,\n            \"has_pool\": true,\n            \"has_ski\": null,\n            \"has_water\": null\n        },\n        \"host\": null\n    },\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"vrbo_3700771\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front with Panoramic Views! Sleeps 35! Golf Cart and Bikes!\",\n            \"url\": \"https://www.vrbo.com/3700771\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/101000000/100250000/100242400/100242367/9451cf91_b.jpg\",\n            \"photo_count\": 128,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 35,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 11,\n            \"beds\": 11,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-11-17\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.290629199931463,\n                \"longitude\": -86.0515501136357,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_private\",\n                    \"amenity_ice_maker\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_view_ocean\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_available\",\n                    \"amenity_on_the_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 11 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 527929,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 2869,\n                    \"revpar\": 1446,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 242,\n                    \"hold_nights\": 123,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 186,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.862,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99692,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 3216,\n                    \"revpar\": 542,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 71,\n                    \"hold_nights\": 113,\n                    \"open_nights\": 40,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 202,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.987,\n                    \"adr_pctl_rank\": 0.95,\n                    \"guest_occupancy_pctl_rank\": 0.581\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832478\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Enchanted Cottage & CH - Luxury Home! Private Pool & Courtyard!\",\n            \"url\": \"https://www.vrbo.com/1832478\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450307/66b479a1_b.jpg\",\n            \"photo_count\": 38,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 17,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-18\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-03-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2841911,\n                \"longitude\": -86.0154857,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pool\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_heated\",\n                    \"amenity_video_library\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_towels\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 382366,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 2012,\n                    \"revpar\": 1048,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 190,\n                    \"available_nights\": 335,\n                    \"hold_nights\": 30,\n                    \"open_nights\": 145,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                },\n                \"next_6_months\": {\n                    \"revenue\": 68469,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 2075,\n                    \"revpar\": 372,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 33,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 151,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.961,\n                    \"adr_pctl_rank\": 0.99,\n                    \"guest_occupancy_pctl_rank\": 0.659\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3640796\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Newly Designed Rees Home with Private Pool\",\n            \"url\": \"https://www.vrbo.com/3640796\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/100000000/99450000/99448000/99447921/2374bdc0_b.jpg\",\n            \"photo_count\": 41,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-23\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-11\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32445,\n                \"longitude\": -86.1417,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_spices\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\",\n                    \"amenity_game_room\",\n                    \"amenity_towels\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 3,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374338,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1881,\n                    \"revpar\": 1037,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 199,\n                    \"available_nights\": 325,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 126,\n                    \"total_nights\": 361,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 124,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.97\n                },\n                \"next_6_months\": {\n                    \"revenue\": 108680,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 1598,\n                    \"revpar\": 614,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 68,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 101,\n                    \"total_nights\": 177,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 193,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.947,\n                    \"guest_occupancy_pctl_rank\": 0.977\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2668952\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Large Pool, Luxury 6BR Home South of 30a on Boardwalk F in Rosemary Beach, 2 Minutes from Dining\",\n            \"url\": \"https://www.vrbo.com/2668952\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75700000/75699800/75699793/e8161a05_b.jpg\",\n            \"photo_count\": 71,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-10\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2791653,\n                \"longitude\": -86.0157365,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_desk\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_living_room\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_elevator\",\n                    \"amenity_parking_available\",\n                    \"amenity_balcony\",\n                    \"amenity_office\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_english\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool_heated\",\n                    \"amenity_pool_communal\",\n                    \"amenity_washer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_beach_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1119808,\n                \"host_name\": \"30-A Beach Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2015-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30abeachproperties.com\",\n                \"property_manager_company\": \"30a beach properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 24,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 372284,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 2023,\n                    \"revpar\": 1020,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 345,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.913,\n                    \"guest_occupancy_pctl_rank\": 0.913\n                },\n                \"next_6_months\": {\n                    \"revenue\": 56202,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1606,\n                    \"revpar\": 305,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 141,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.814,\n                    \"revenue_pctl_rank\": 0.822,\n                    \"adr_pctl_rank\": 0.854,\n                    \"guest_occupancy_pctl_rank\": 0.648\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2659360\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Oasis Cottage & Carriage House-Luxurious, Breathtaking Gulf Front in Rosemary\",\n            \"url\": \"https://www.vrbo.com/2659360\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75270000/75264700/75264627/1a91e723_b.jpg\",\n            \"photo_count\": 54,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-03-06\",\n            \"last_booking_on\": \"2025-07-10\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.276591712927875,\n                \"longitude\": -86.01295712516594,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_ice_maker\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tennis\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_towels\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_golf\",\n                    \"amenity_near_the_bay\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 26,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 365093,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 2148,\n                    \"revpar\": 1000,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 170,\n                    \"available_nights\": 316,\n                    \"hold_nights\": 49,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.941,\n                    \"guest_occupancy_pctl_rank\": 0.866\n                },\n                \"next_6_months\": {\n                    \"revenue\": 151388,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2132,\n                    \"revpar\": 823,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 131,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2582938\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Looking Glass Cottage & Carriage House\",\n            \"url\": \"https://www.vrbo.com/2582938\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/74000000/73710000/73706200/73706197/9942d646_b.jpg\",\n            \"photo_count\": 45,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2787554,\n                \"longitude\": -86.0183259,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_toaster\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_video_library\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_books\",\n                    \"amenity_washer\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_balcony\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_microwave\",\n                    \"amenity_towels\",\n                    \"amenity_elevator\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 362013,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 3352,\n                    \"revpar\": 992,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 108,\n                    \"available_nights\": 278,\n                    \"hold_nights\": 87,\n                    \"open_nights\": 170,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 149,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.466\n                },\n                \"next_6_months\": {\n                    \"revenue\": 146089,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 3176,\n                    \"revpar\": 794,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 83,\n                    \"hold_nights\": 101,\n                    \"open_nights\": 37,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 163,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.864\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832485\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Living the Dream Cottage & Carriage House - Gulf Views! Close to Town Center & Beach!\",\n            \"url\": \"https://www.vrbo.com/1832485\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450327/57a71bc8_b.jpg\",\n            \"photo_count\": 33,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279525,\n                \"longitude\": -86.0162348,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_tennis\",\n                    \"amenity_balcony\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_dining_table\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_view_ocean\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_video_library\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_toaster\",\n                    \"amenity_english\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 361332,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1943,\n                    \"revpar\": 990,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 186,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 116,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.889,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                },\n                \"next_6_months\": {\n                    \"revenue\": 93177,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1792,\n                    \"revpar\": 509,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 117,\n                    \"total_nights\": 183,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 132,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.929,\n                    \"guest_occupancy_pctl_rank\": 0.85\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1079647394200421027\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Prime WaterColor Phase 1! With free LSV & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/1079647394200421027\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTA3OTY0NzM5NDIwMDQyMTAyNw%3D%3D/original/61c37821-9f46-4bc7-93ef-4196c164423a.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-16\",\n            \"last_booking_on\": \"2025-07-19\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3256165,\n                \"longitude\": -86.1449475,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_board_games\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_dining_table\",\n                    \"amenity_conditioner\",\n                    \"amenity_sound_system\",\n                    \"amenity_washer\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_kitchen\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_pool\",\n                    \"amenity_hot_water\",\n                    \"amenity_tv\",\n                    \"amenity_front_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_refrigerator\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_parking_free\",\n                    \"amenity_backyard\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_bicycles\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hangers\",\n                    \"amenity_freezer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishwasher\",\n                    \"amenity_body_soap\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_oven\",\n                    \"amenity_heating\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_safe\",\n                    \"amenity_lake_access\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_private_entrance\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.974,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.96,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 357075,\n                    \"guest_occupancy\": 0.73,\n                    \"adr\": 1332,\n                    \"revpar\": 978,\n                    \"guest_checkins\": 54,\n                    \"guest_nights\": 268,\n                    \"available_nights\": 354,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 86,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 90,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.662,\n                    \"guest_occupancy_pctl_rank\": 0.982\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75923,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1356,\n                    \"revpar\": 413,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 149,\n                    \"hold_nights\": 35,\n                    \"open_nights\": 93,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 181,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.924,\n                    \"revenue_pctl_rank\": 0.927,\n                    \"adr_pctl_rank\": 0.756,\n                    \"guest_occupancy_pctl_rank\": 0.88\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_838575\",\n            \"ota\": \"vrbo\",\n            \"title\": \"WaterColor Luxury on 30A! 63 Western Lake, Park District, Pool, 7 Bdrms, Slps 16+\",\n            \"url\": \"https://www.vrbo.com/838575\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/24000000/23090000/23089100/23089078/edd4c6dd_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-13\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2016-06-04\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.322122,\n                \"longitude\": -86.143135,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\",\n                    \"amenity_living_room\",\n                    \"amenity_balcony\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool_communal\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 34,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 355402,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 2019,\n                    \"revpar\": 974,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 176,\n                    \"available_nights\": 337,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 146,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.977,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.807,\n                    \"guest_occupancy_pctl_rank\": 0.932\n                },\n                \"next_6_months\": {\n                    \"revenue\": 82873,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1727,\n                    \"revpar\": 450,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 164,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 116,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 181,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.898,\n                    \"revenue_pctl_rank\": 0.898,\n                    \"adr_pctl_rank\": 0.784,\n                    \"guest_occupancy_pctl_rank\": 0.875\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_671729473150978045\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Serendipity Cottage & Carriage House\",\n            \"url\": \"https://www.airbnb.com/rooms/671729473150978045\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/65f6e99c-f963-4c80-a4a2-b15fb53fa215.jpg\",\n            \"photo_count\": 57,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": null,\n            \"check_out_time\": \"Unknown\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_1832081\",\n            \"best_match_confidence\": 0.87,\n            \"property_type\": \"house\",\n            \"type_detail\": \"villa\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-03-01\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2804345006555,\n                \"longitude\": -86.01778395473956,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_heating\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_parking_free\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_kitchen\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_tv\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_fire_pit\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dryer\",\n                    \"amenity_pool_table\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_dedicated_workspace\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 250740576,\n                \"host_name\": \"Robert\",\n                \"host_review_count\": 14,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 351850,\n                    \"guest_occupancy\": 0.37,\n                    \"adr\": 2626,\n                    \"revpar\": 964,\n                    \"guest_checkins\": 22,\n                    \"guest_nights\": 134,\n                    \"available_nights\": 360,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 226,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.589\n                },\n                \"next_6_months\": {\n                    \"revenue\": 148027,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 2741,\n                    \"revpar\": 804,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.858\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2187785\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Seagrove Social - Private Pool & Expansive Rooftop Deck with Gulf Views\",\n            \"url\": \"https://www.vrbo.com/2187785\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/64000000/63880000/63870500/63870434/24fc51ed_b.jpg\",\n            \"photo_count\": 64,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 26,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-01\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-01-01\",\n            \"last_booking_on\": \"2025-07-30\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3171945,\n                \"longitude\": -86.1277684,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_microwave\",\n                    \"amenity_game_room\",\n                    \"amenity_pool\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_view_beach\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_office\",\n                    \"amenity_tv\",\n                    \"amenity_elevator\",\n                    \"amenity_spa_tub\",\n                    \"amenity_balcony\",\n                    \"amenity_hottub\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_ice_maker\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_pool_private\",\n                    \"amenity_towels\",\n                    \"amenity_english\",\n                    \"amenity_parking_available\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 19,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 350066,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 2122,\n                    \"revpar\": 1021,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 165,\n                    \"available_nights\": 273,\n                    \"hold_nights\": 70,\n                    \"open_nights\": 108,\n                    \"total_nights\": 343,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 127,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.869,\n                    \"guest_occupancy_pctl_rank\": 0.821\n                },\n                \"next_6_months\": {\n                    \"revenue\": 83645,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 1859,\n                    \"revpar\": 455,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 45,\n                    \"available_nights\": 151,\n                    \"hold_nights\": 33,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 163,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.929,\n                    \"revenue_pctl_rank\": 0.929,\n                    \"adr_pctl_rank\": 0.857,\n                    \"guest_occupancy_pctl_rank\": 0.726\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3347120\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Holiday Availability! Elegant Rosemary Beach! 5 Adult Bikes! Walkable to Town! Private Pool!\",\n            \"url\": \"https://www.vrbo.com/3347120\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/93000000/92790000/92783200/92783112/c4960b9b_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 17,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-23\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279402957440546,\n                \"longitude\": -86.01751917313184,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pool\",\n                    \"amenity_pool_private\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_balcony\",\n                    \"amenity_view_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_english\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool_communal\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"callistaenterprise.se\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 348940,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1960,\n                    \"revpar\": 1042,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 178,\n                    \"available_nights\": 303,\n                    \"hold_nights\": 32,\n                    \"open_nights\": 125,\n                    \"total_nights\": 335,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 68,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                },\n                \"next_6_months\": {\n                    \"revenue\": 117219,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1563,\n                    \"revpar\": 637,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 75,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 101,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.939,\n                    \"guest_occupancy_pctl_rank\": 0.99\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2902203\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Loaded Luxe Home with Pool and Carriage House, 3 Minutes to Camp WaterColor\",\n            \"url\": \"https://www.vrbo.com/2902203\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/84000000/83060000/83057000/83056963/0921a0d5_b.jpg\",\n            \"photo_count\": 63,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-22\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-18\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324216,\n                \"longitude\": -86.126042,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_tennis\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_living_room\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_pool_communal\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchenette\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 27,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 346353,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1862,\n                    \"revpar\": 949,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 186,\n                    \"available_nights\": 320,\n                    \"hold_nights\": 45,\n                    \"open_nights\": 134,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 89,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.929\n                },\n                \"next_6_months\": {\n                    \"revenue\": 141365,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1625,\n                    \"revpar\": 768,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 87,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 94,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.997\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2025921\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front in the Middle of Seaside! Elevator, Heated Community Pools, Bikes\",\n            \"url\": \"https://www.vrbo.com/2025921\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/57000000/56550000/56548900/56548895/3dd97cfb_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-09-04\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.1394,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_elevator\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_heated\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_tennis\",\n                    \"amenity_towels\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_garden\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_available\",\n                    \"amenity_view_beach\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 32,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 345641,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 2857,\n                    \"revpar\": 947,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 121,\n                    \"available_nights\": 273,\n                    \"hold_nights\": 92,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 66,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.481\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99329,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 2483,\n                    \"revpar\": 540,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 142,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.999,\n                    \"guest_occupancy_pctl_rank\": 0.776\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2746345\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Serenity Now Cottage— Private Pool & Carriage House, Bikes, *Newly Remodeled*\",\n            \"url\": \"https://www.vrbo.com/2746345\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/77000000/76890000/76889700/76889682/e74fcbb2_b.jpg\",\n            \"photo_count\": 65,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-07-14\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.277206,\n                \"longitude\": -86.01295,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_ice_maker\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_towels\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_available\",\n                    \"amenity_microwave\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_dining_table\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_balcony\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_pool_communal\",\n                    \"amenity_internet_wifi\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 341750,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1909,\n                    \"revpar\": 936,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 179,\n                    \"available_nights\": 236,\n                    \"hold_nights\": 129,\n                    \"open_nights\": 57,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 132,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.877,\n                    \"guest_occupancy_pctl_rank\": 0.893\n                },\n                \"next_6_months\": {\n                    \"revenue\": 111477,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1689,\n                    \"revpar\": 606,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 66,\n                    \"available_nights\": 106,\n                    \"hold_nights\": 78,\n                    \"open_nights\": 40,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 168,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.897,\n                    \"guest_occupancy_pctl_rank\": 0.976\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1565387\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Magnificent Luxury 30A Getaway w/ Huge Pool & Rooftop Deck!\",\n            \"url\": \"https://www.vrbo.com/1565387\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/35000000/34920000/34914500/34914432/c66e0989_b.jpg\",\n            \"photo_count\": 69,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 26,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 9,\n            \"beds\": 9,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-07-20\",\n            \"last_booking_on\": \"2025-07-12\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.353079,\n                \"longitude\": -86.2490957,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_towels\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_pool\",\n                    \"amenity_view_ocean\",\n                    \"amenity_dining_table\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_pool_heated\",\n                    \"amenity_microwave\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_game_room\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_english\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1060391,\n                \"host_name\": \"Five Star Properties and Bliss Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"fivestargulfrentals.com\",\n                \"property_manager_company\": \"five star properties and bliss beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 7,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 9 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 341215,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1906,\n                    \"revpar\": 935,\n                    \"guest_checkins\": 33,\n                    \"guest_nights\": 179,\n                    \"available_nights\": 298,\n                    \"hold_nights\": 67,\n                    \"open_nights\": 119,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 158,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.536,\n                    \"guest_occupancy_pctl_rank\": 0.869\n                },\n                \"next_6_months\": {\n                    \"revenue\": 38120,\n                    \"guest_occupancy\": 0.11,\n                    \"adr\": 1906,\n                    \"revpar\": 207,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 20,\n                    \"available_nights\": 141,\n                    \"hold_nights\": 43,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 223,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.524,\n                    \"revenue_pctl_rank\": 0.512,\n                    \"adr_pctl_rank\": 0.798,\n                    \"guest_occupancy_pctl_rank\": 0.381\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2413708\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Seaclusion at Seagrove - Private Beach Access! Resort Style Heated Pool!\",\n            \"url\": \"https://www.vrbo.com/2413708\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/71000000/70100000/70094900/70094810/f50d4841_b.jpg\",\n            \"photo_count\": 58,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"hotel\",\n            \"type_detail\": \"hotel\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-01-01\",\n            \"last_booking_on\": \"2025-07-22\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.314,\n                \"longitude\": -86.118303,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_tv\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_view_beach\",\n                    \"amenity_english\",\n                    \"amenity_game_room\",\n                    \"amenity_oven\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_spa_tub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_hottub\",\n                    \"amenity_balcony\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | hotel | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 333445,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 2058,\n                    \"revpar\": 931,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 162,\n                    \"available_nights\": 313,\n                    \"hold_nights\": 45,\n                    \"open_nights\": 151,\n                    \"total_nights\": 358,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.964,\n                    \"guest_occupancy_pctl_rank\": 0.818\n                },\n                \"next_6_months\": {\n                    \"revenue\": 122104,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1822,\n                    \"revpar\": 664,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 184,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.927,\n                    \"guest_occupancy_pctl_rank\": 0.964\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2855553\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxurious WaterColor Home! Private Pool, Spa, LSV, Bikes! Easy Walk to Seaside &\",\n            \"url\": \"https://www.vrbo.com/2855553\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/81000000/80590000/80580900/80580882/ff289ddd_b.jpg\",\n            \"photo_count\": 121,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-06-01\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327269,\n                \"longitude\": -86.139864,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_towels\",\n                    \"amenity_desk\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_desk_chair\",\n                    \"amenity_oven\",\n                    \"amenity_pool_private\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_pool_communal\",\n                    \"amenity_dining_table\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_tennis\",\n                    \"amenity_living_room\",\n                    \"amenity_golf\",\n                    \"amenity_pool\",\n                    \"amenity_books\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_english\",\n                    \"amenity_spices\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_office\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_elevator\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_balcony\",\n                    \"amenity_massage\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_boat\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_garden_or_backyard\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 8,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 8.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 333420,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 2097,\n                    \"revpar\": 913,\n                    \"guest_checkins\": 33,\n                    \"guest_nights\": 159,\n                    \"available_nights\": 337,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 178,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 66,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.966,\n                    \"revenue_pctl_rank\": 0.977,\n                    \"adr_pctl_rank\": 0.852,\n                    \"guest_occupancy_pctl_rank\": 0.83\n                },\n                \"next_6_months\": {\n                    \"revenue\": 113474,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 1860,\n                    \"revpar\": 617,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 61,\n                    \"available_nights\": 178,\n                    \"hold_nights\": 6,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 104,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.943,\n                    \"revenue_pctl_rank\": 0.943,\n                    \"adr_pctl_rank\": 0.83,\n                    \"guest_occupancy_pctl_rank\": 0.955\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289129773339531\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Just for Fun Main and Carriage\",\n            \"url\": \"https://www.airbnb.com/rooms/651289129773339531\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289129773339531/original/7fabdda2-b41d-433d-b1dc-37afc4f8680d.jpeg\",\n            \"photo_count\": 56,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 13,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2600651\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 9,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-09-25\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32277,\n                \"longitude\": -86.13935,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_building_staff\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_gym\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_sound_system\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 331036,\n                    \"guest_occupancy\": 0.64,\n                    \"adr\": 1421,\n                    \"revpar\": 907,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 233,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                },\n                \"next_6_months\": {\n                    \"revenue\": 63700,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1249,\n                    \"revpar\": 346,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 51,\n                    \"available_nights\": 179,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.903\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3480228\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Nothing like this on 30A! Luxury Compound with 2 Homes in the Middle of Seaside.\",\n            \"url\": \"https://www.vrbo.com/3480228\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/96000000/95700000/95694700/95694665/18b5d9bd_b.jpg\",\n            \"photo_count\": 68,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 18,\n            \"min_stay\": null,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 8,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-07-19\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32092,\n                \"longitude\": -86.1361,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": null,\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_pool_heated\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_dining_table\",\n                    \"amenity_oven\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_view_ocean\",\n                    \"amenity_toaster\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_communal\",\n                    \"amenity_microwave\",\n                    \"amenity_towels\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_garden\",\n                    \"amenity_living_room\",\n                    \"amenity_air_conditioning\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 328180,\n                    \"guest_occupancy\": 0.66,\n                    \"adr\": 2564,\n                    \"revpar\": 1700,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 128,\n                    \"available_nights\": 155,\n                    \"hold_nights\": 38,\n                    \"open_nights\": 27,\n                    \"total_nights\": 193,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.966,\n                    \"adr_pctl_rank\": 0.943,\n                    \"guest_occupancy_pctl_rank\": 0.977\n                },\n                \"next_6_months\": {\n                    \"revenue\": 148645,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1930,\n                    \"revpar\": 808,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 77,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 111,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.864,\n                    \"guest_occupancy_pctl_rank\": 1\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2021014\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Beach Front Seaside, Florida Home | Close to Town Center | Outside the Box\",\n            \"url\": \"https://www.vrbo.com/2021014\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/56000000/55620000/55614200/55614170/de08880c_b.jpg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-02\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-17\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.13971,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_english\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 19,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 323513,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1787,\n                    \"revpar\": 886,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 181,\n                    \"available_nights\": 337,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 156,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.856\n                },\n                \"next_6_months\": {\n                    \"revenue\": 97134,\n                    \"guest_occupancy\": 0.32,\n                    \"adr\": 1675,\n                    \"revpar\": 528,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 58,\n                    \"available_nights\": 163,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.994,\n                    \"guest_occupancy_pctl_rank\": 0.946\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2551589\",\n            \"ota\": \"vrbo\",\n            \"title\": \"GORGEOUS WaterColor Beach Home w/ Carriage House, Golf Cart, 10 Bikes!\",\n            \"url\": \"https://www.vrbo.com/2551589\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/74000000/73030000/73026800/73026781/3e03e648_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-02-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3279844,\n                \"longitude\": -86.13852709999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_boat\",\n                    \"amenity_golf\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_desk_chair\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_microwave\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_desk\",\n                    \"amenity_pool\",\n                    \"amenity_oven\",\n                    \"amenity_ice_maker\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_living_room\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_spices\",\n                    \"amenity_office\",\n                    \"amenity_tennis\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_pool_heated\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_english\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_massage\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_pool_communal\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_water_sports_gear\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_private\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_towels\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_books\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 7,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 322542,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1897,\n                    \"revpar\": 927,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 170,\n                    \"available_nights\": 276,\n                    \"hold_nights\": 72,\n                    \"open_nights\": 106,\n                    \"total_nights\": 348,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.976,\n                    \"revenue_pctl_rank\": 0.984,\n                    \"adr_pctl_rank\": 0.874,\n                    \"guest_occupancy_pctl_rank\": 0.893\n                },\n                \"next_6_months\": {\n                    \"revenue\": 79023,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1463,\n                    \"revpar\": 429,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 134,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.937,\n                    \"revenue_pctl_rank\": 0.937,\n                    \"adr_pctl_rank\": 0.81,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_53235395\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor with LSV, 10 Bikes & Carriage House!\",\n            \"url\": \"https://www.airbnb.com/rooms/53235395\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-53235395/original/38851f39-6709-4e7c-810b-09a3f2f2f5e2.jpeg\",\n            \"photo_count\": 120,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 10,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-03-12\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327983856201172,\n                \"longitude\": -86.1385269165039,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dryer\",\n                    \"amenity_front_water\",\n                    \"amenity_keypad\",\n                    \"amenity_heating\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_self_check_in\",\n                    \"amenity_private_entrance\",\n                    \"amenity_kitchen\",\n                    \"amenity_dishwasher\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_washer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_parking_paid\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_backyard\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dining_table\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_shampoo\",\n                    \"amenity_board_games\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_balcony\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_iron\",\n                    \"amenity_lake_access\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_pool\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_body_soap\",\n                    \"amenity_hangers\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_freezer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_conditioner\",\n                    \"amenity_bicycles\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_sound_system\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hot_water\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_shower_gel\",\n                    \"amenity_parking_free\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 34,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.988,\n                \"review_cleanliness\": 0.93,\n                \"review_communication\": 0.988,\n                \"review_location\": 1,\n                \"review_value\": 0.942,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 321871,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1601,\n                    \"revpar\": 882,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 201,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 101,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.836,\n                    \"guest_occupancy_pctl_rank\": 0.909\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74933,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1388,\n                    \"revpar\": 407,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 134,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.916,\n                    \"revenue_pctl_rank\": 0.924,\n                    \"adr_pctl_rank\": 0.778,\n                    \"guest_occupancy_pctl_rank\": 0.858\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2579797\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Terra Casa Cottage & Carriage House - Gulf Views over the Eastern Green\",\n            \"url\": \"https://www.vrbo.com/2579797\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/74000000/73640000/73638400/73638391/9565b174_b.jpg\",\n            \"photo_count\": 80,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-12-26\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.277331,\n                \"longitude\": -86.01456,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_tennis\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_living_room\",\n                    \"amenity_view_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_golf\",\n                    \"amenity_microwave\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_washer\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_communal\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 16,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 316572,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1567,\n                    \"revpar\": 899,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 202,\n                    \"available_nights\": 246,\n                    \"hold_nights\": 106,\n                    \"open_nights\": 44,\n                    \"total_nights\": 352,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.944\n                },\n                \"next_6_months\": {\n                    \"revenue\": 79790,\n                    \"guest_occupancy\": 0.27,\n                    \"adr\": 1628,\n                    \"revpar\": 436,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 49,\n                    \"available_nights\": 131,\n                    \"hold_nights\": 52,\n                    \"open_nights\": 82,\n                    \"total_nights\": 183,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 143,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.993,\n                    \"guest_occupancy_pctl_rank\": 0.901\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_605262\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Private Heated Pool & Sitting Spa! Fantastic Amenities! Books up fast!\",\n            \"url\": \"https://www.vrbo.com/605262\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/22000000/21710000/21702000/21701938/828b04ad_b.jpg\",\n            \"photo_count\": 68,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-11\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2014-07-31\",\n            \"last_booking_on\": \"2025-07-13\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3229798,\n                \"longitude\": -86.1294072,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_private\",\n                    \"amenity_game_room\",\n                    \"amenity_toaster\",\n                    \"amenity_oven\",\n                    \"amenity_towels\",\n                    \"amenity_pool\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_ice_maker\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_elevator\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 314319,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2399,\n                    \"revpar\": 933,\n                    \"guest_checkins\": 21,\n                    \"guest_nights\": 131,\n                    \"available_nights\": 304,\n                    \"hold_nights\": 33,\n                    \"open_nights\": 173,\n                    \"total_nights\": 337,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.98,\n                    \"revenue_pctl_rank\": 0.98,\n                    \"adr_pctl_rank\": 0.976,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74287,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1857,\n                    \"revpar\": 404,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 153,\n                    \"hold_nights\": 31,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.925,\n                    \"revenue_pctl_rank\": 0.925,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.715\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2216302\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Stay Here in the Holidays! Mary Rose - Private Pool! Carriage House! Great Rosemary Location!\",\n            \"url\": \"https://www.vrbo.com/2216302\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64700000/64695800/64695746/a7196383_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-03-17\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27853,\n                \"longitude\": -86.01271,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_towels\",\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_communal\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"callistaenterprise.se\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 8,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 314102,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2804,\n                    \"revpar\": 1087,\n                    \"guest_checkins\": 18,\n                    \"guest_nights\": 112,\n                    \"available_nights\": 146,\n                    \"hold_nights\": 143,\n                    \"open_nights\": 34,\n                    \"total_nights\": 289,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.992,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 111985,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 2489,\n                    \"revpar\": 609,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 45,\n                    \"available_nights\": 81,\n                    \"hold_nights\": 103,\n                    \"open_nights\": 36,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 191,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.775\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832475\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Knoepp Cottage & Carriage House - Spectacular Gulf Views, South of 30A\",\n            \"url\": \"https://www.vrbo.com/1832475\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450302/5b16fe19_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 13,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2779425,\n                \"longitude\": -86.0156452,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golf\",\n                    \"amenity_english\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_video_library\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_living_room\",\n                    \"amenity_parking_available\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_view_ocean\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_near_the_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 305854,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1423,\n                    \"revpar\": 838,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 215,\n                    \"available_nights\": 254,\n                    \"hold_nights\": 111,\n                    \"open_nights\": 39,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 124,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.959\n                },\n                \"next_6_months\": {\n                    \"revenue\": 68936,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 1567,\n                    \"revpar\": 375,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 44,\n                    \"available_nights\": 68,\n                    \"hold_nights\": 116,\n                    \"open_nights\": 24,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 133,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.867\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2922194\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Starfish Cottage & Carriage House | Large Property with Private Pool\",\n            \"url\": \"https://www.vrbo.com/2922194\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/84000000/83320000/83311200/83311200/1245830c_b.jpg\",\n            \"photo_count\": 53,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-01\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-03-01\",\n            \"last_booking_on\": \"2025-07-19\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2834821,\n                \"longitude\": -86.0165819,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tennis\",\n                    \"amenity_toaster\",\n                    \"amenity_elevator\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_pool_private\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_video_library\",\n                    \"amenity_balcony\",\n                    \"amenity_towels\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 305276,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1873,\n                    \"revpar\": 836,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 163,\n                    \"available_nights\": 301,\n                    \"hold_nights\": 64,\n                    \"open_nights\": 138,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 126,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.943,\n                    \"revenue_pctl_rank\": 0.955,\n                    \"adr_pctl_rank\": 0.705,\n                    \"guest_occupancy_pctl_rank\": 0.886\n                },\n                \"next_6_months\": {\n                    \"revenue\": 126969,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1924,\n                    \"revpar\": 690,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 66,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 115,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 167,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.966,\n                    \"revenue_pctl_rank\": 0.966,\n                    \"adr_pctl_rank\": 0.852,\n                    \"guest_occupancy_pctl_rank\": 0.977\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_665374509582628671\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor Park District! LSV, Bikes, Pet Friendly\",\n            \"url\": \"https://www.airbnb.com/rooms/665374509582628671\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-665374509582628671/original/688537df-b3d2-4b4f-98c5-681c81d623ba.jpeg\",\n            \"photo_count\": 104,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 11,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324825,\n                \"longitude\": -86.144033,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_tv\",\n                    \"amenity_essentials\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free\",\n                    \"amenity_balcony\",\n                    \"amenity_stove\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_shower_gel\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_front_water\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pool\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_oven\",\n                    \"amenity_self_check_in\",\n                    \"amenity_toaster\",\n                    \"amenity_lake_access\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_body_soap\",\n                    \"amenity_board_games\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_dining_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_freezer\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_conditioner\",\n                    \"amenity_iron\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishwasher\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_shampoo\",\n                    \"amenity_hot_water\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smart_lock\",\n                    \"amenity_heating\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": 0.958,\n                \"review_check_in\": 0.98,\n                \"review_cleanliness\": 0.896,\n                \"review_communication\": 0.958,\n                \"review_location\": 0.994,\n                \"review_value\": 0.9099999999999999,\n                \"review_overall\": 4.76\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303804,\n                    \"guest_occupancy\": 0.82,\n                    \"adr\": 1019,\n                    \"revpar\": 832,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 298,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 4,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 8,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.677,\n                    \"guest_occupancy_pctl_rank\": 0.988\n                },\n                \"next_6_months\": {\n                    \"revenue\": 104017,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 1010,\n                    \"revpar\": 565,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 103,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 70,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.735,\n                    \"guest_occupancy_pctl_rank\": 0.996\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1573559\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front w/ 2 Private Pools\",\n            \"url\": \"https://www.vrbo.com/1573559\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/36000000/35200000/35192600/35192524/801936e2_b.jpg\",\n            \"photo_count\": 121,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 37,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_38700493\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 10,\n            \"beds\": 10,\n            \"bathrooms\": 10,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-09-10\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.292971,\n                \"longitude\": -86.057509,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool\",\n                    \"amenity_pool_private\",\n                    \"amenity_oven\",\n                    \"amenity_golf\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_pool_heated\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_available\",\n                    \"amenity_view_beach\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_towels\",\n                    \"amenity_garden\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Scenic Stays\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2017-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"myscenicstays.com\",\n                \"property_manager_company\": \"scenic stays\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 7.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 10 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303654,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1687,\n                    \"revpar\": 832,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 180,\n                    \"available_nights\": 274,\n                    \"hold_nights\": 91,\n                    \"open_nights\": 94,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.976,\n                    \"revenue_pctl_rank\": 0.976,\n                    \"adr_pctl_rank\": 0.31,\n                    \"guest_occupancy_pctl_rank\": 0.869\n                },\n                \"next_6_months\": {\n                    \"revenue\": 63991,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1561,\n                    \"revpar\": 348,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 41,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 127,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 163,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.75,\n                    \"revenue_pctl_rank\": 0.774,\n                    \"adr_pctl_rank\": 0.476,\n                    \"guest_occupancy_pctl_rank\": 0.667\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3955838\",\n            \"ota\": \"vrbo\",\n            \"title\": \"STUNNING! NEW Loaded Home! Sleeps 26! LSV & 6 Bikes! Resort-Style Pool, Steps to\",\n            \"url\": \"https://www.vrbo.com/3955838\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/105000000/104100000/104091600/104091551/f69a6fc1_b.jpg\",\n            \"photo_count\": 90,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 26,\n            \"min_stay\": null,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"22:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-08-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.315271,\n                \"longitude\": -86.118701,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"on_premise\",\n                \"parking_cost\": \"unknown\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_near_the_ocean\",\n                    \"amenity_view_ocean\",\n                    \"amenity_game_room\",\n                    \"amenity_pool_heated\",\n                    \"amenity_spa_tub\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_english\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_washer\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_hottub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_massage\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_golf\",\n                    \"amenity_office\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_parking_available\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_spices\",\n                    \"amenity_desk_chair\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_towels\",\n                    \"amenity_desk\",\n                    \"amenity_balcony\",\n                    \"amenity_ice_maker\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_living_room\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_toaster\",\n                    \"amenity_books\",\n                    \"amenity_dining_table\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_kitchen_island\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2024-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303488,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 2265,\n                    \"revpar\": 1145,\n                    \"guest_checkins\": 27,\n                    \"guest_nights\": 134,\n                    \"available_nights\": 252,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 118,\n                    \"total_nights\": 265,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 85,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.984,\n                    \"revenue_pctl_rank\": 0.976,\n                    \"adr_pctl_rank\": 0.957,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                },\n                \"next_6_months\": {\n                    \"revenue\": 107477,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 1679,\n                    \"revpar\": 584,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 64,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 120,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.984,\n                    \"revenue_pctl_rank\": 0.984,\n                    \"adr_pctl_rank\": 0.885,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158344019181598\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Renaissance\",\n            \"url\": \"https://www.airbnb.com/rooms/725158344019181598\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158344019181598/original/c564c045-18fb-4545-b4ff-933e912ff1b2.jpeg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-26\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27638,\n                \"longitude\": -86.01508,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_shampoo\",\n                    \"amenity_gym\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_balcony\",\n                    \"amenity_sound_system\",\n                    \"amenity_self_check_in\",\n                    \"amenity_bed_linens\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_stove\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_building_staff\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_iron\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_washer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 0.9,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.9,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.85,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303317,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1743,\n                    \"revpar\": 831,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 174,\n                    \"available_nights\": 281,\n                    \"hold_nights\": 84,\n                    \"open_nights\": 107,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.969,\n                    \"guest_occupancy_pctl_rank\": 0.768\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75279,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 2035,\n                    \"revpar\": 409,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.719\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2236625\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Sanctuary at Seagrove - Resort Style Heated Pool! Stunning Gulf Views! Private B\",\n            \"url\": \"https://www.vrbo.com/2236625\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/66000000/65590000/65583300/65583297/fb020a24_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_1074779504790539843\",\n            \"best_match_confidence\": 0.83,\n            \"property_type\": \"hotel\",\n            \"type_detail\": \"hotel\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-30\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-03-01\",\n            \"last_booking_on\": \"2025-07-30\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.314218578633337,\n                \"longitude\": -86.11895400740966,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_tv\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_hottub\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_spa_tub\",\n                    \"amenity_parking_available\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_english\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | hotel | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 302890,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 2295,\n                    \"revpar\": 830,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 132,\n                    \"available_nights\": 326,\n                    \"hold_nights\": 39,\n                    \"open_nights\": 194,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.636\n                },\n                \"next_6_months\": {\n                    \"revenue\": 173143,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 2112,\n                    \"revpar\": 941,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 82,\n                    \"available_nights\": 180,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 151,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 1\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3302610\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Book Your Holiday Stay Now! Private Pool! 9 Adult Bikes! Elevator!\",\n            \"url\": \"https://www.vrbo.com/3302610\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/93000000/92020000/92017000/92016969/f750cf92_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-23\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28075933304868,\n                \"longitude\": -86.02172426402082,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_towels\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_elevator\",\n                    \"amenity_washer\",\n                    \"amenity_view_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 302840,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1594,\n                    \"revpar\": 830,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 190,\n                    \"available_nights\": 346,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 156,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.924,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                },\n                \"next_6_months\": {\n                    \"revenue\": 69768,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1269,\n                    \"revpar\": 379,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 55,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 137,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.96,\n                    \"revenue_pctl_rank\": 0.962,\n                    \"adr_pctl_rank\": 0.864,\n                    \"guest_occupancy_pctl_rank\": 0.911\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2027566\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Views and Private Pool - 2657 E County Hwy 30A by Royal Destinations\",\n            \"url\": \"https://www.vrbo.com/2027566\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/57000000/56970000/56968300/56968229/6647ddaa_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-22\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-31\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.317752,\n                \"longitude\": -86.131404,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_parking_available\",\n                    \"amenity_elevator\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_microwave\",\n                    \"amenity_view_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_oven\",\n                    \"amenity_english\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_dining_table\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_balcony\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 30997,\n                \"host_name\": \"Royal Destinations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"royal destinations\"\n            },\n            \"reviews\": {\n                \"review_count\": 26,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 300557,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1927,\n                    \"revpar\": 864,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 306,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 150,\n                    \"total_nights\": 348,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.972,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.885,\n                    \"guest_occupancy_pctl_rank\": 0.842\n                },\n                \"next_6_months\": {\n                    \"revenue\": 49123,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1535,\n                    \"revpar\": 274,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 32,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 9,\n                    \"open_nights\": 138,\n                    \"total_nights\": 179,\n                    \"avg_length_of_stay\": 8,\n                    \"avg_booking_window\": 185,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.763,\n                    \"revenue_pctl_rank\": 0.755,\n                    \"adr_pctl_rank\": 0.834,\n                    \"guest_occupancy_pctl_rank\": 0.597\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2038480\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Views South Side 30A Private Pool Rental High Noon 1 Minute to Beach Access\",\n            \"url\": \"https://www.vrbo.com/2038480\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/58000000/57300000/57291500/57291437/f32fdbbc_b.jpg\",\n            \"photo_count\": 61,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 28,\n            \"min_stay\": 3,\n            \"check_in_time\": \"15:30\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"guest_house\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-28\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-31\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281725,\n                \"longitude\": -86.022753,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_ice_maker\",\n                    \"amenity_living_room\",\n                    \"amenity_oven\",\n                    \"amenity_toaster\",\n                    \"amenity_balcony\",\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 245568,\n                \"host_name\": \"30A Escapes .com\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a escapes com\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 288873,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 2675,\n                    \"revpar\": 807,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 108,\n                    \"available_nights\": 297,\n                    \"hold_nights\": 61,\n                    \"open_nights\": 189,\n                    \"total_nights\": 358,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.464\n                },\n                \"next_6_months\": {\n                    \"revenue\": 66887,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1967,\n                    \"revpar\": 364,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 167,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 191,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.774,\n                    \"revenue_pctl_rank\": 0.81,\n                    \"adr_pctl_rank\": 0.905,\n                    \"guest_occupancy_pctl_rank\": 0.583\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2200790\",\n            \"ota\": \"vrbo\",\n            \"title\": \"WATERCOLOR w PRIVATE POOL, GOLF CART INCLUDED! PARK DISTRICT, PEACEFUL,\",\n            \"url\": \"https://www.vrbo.com/2200790\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64400000/64398900/64398830/50917c3b_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-01-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3229292,\n                \"longitude\": -86.14150819999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_spices\",\n                    \"amenity_parking_available\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_game_room\",\n                    \"amenity_toaster\",\n                    \"amenity_golf\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_office\",\n                    \"amenity_books\",\n                    \"amenity_boat\",\n                    \"amenity_desk_chair\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_pool_communal\",\n                    \"amenity_balcony\",\n                    \"amenity_tennis\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_towels\",\n                    \"amenity_pool_heated\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_massage\",\n                    \"amenity_washer\",\n                    \"amenity_desk\",\n                    \"amenity_living_room\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dining_table\",\n                    \"amenity_elevator\",\n                    \"amenity_ice_maker\",\n                    \"amenity_kayak_canoe\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 288777,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1622,\n                    \"revpar\": 823,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 178,\n                    \"available_nights\": 333,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 155,\n                    \"total_nights\": 351,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 105,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.899\n                },\n                \"next_6_months\": {\n                    \"revenue\": 111209,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1503,\n                    \"revpar\": 632,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 74,\n                    \"available_nights\": 174,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 100,\n                    \"total_nights\": 176,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.99,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.958,\n                    \"guest_occupancy_pctl_rank\": 0.985\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3487695\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Perfect for Families! LUXURY 30A WaterColor Home! Private Pool, Spa, Golf Cart,\",\n            \"url\": \"https://www.vrbo.com/3487695\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/96000000/95800000/95796800/95796753/ca1225aa_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": null,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-04-18\",\n            \"last_booking_on\": \"2025-07-28\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.325746,\n                \"longitude\": -86.138625,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_internet_wifi\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_desk_chair\",\n                    \"amenity_pool_private\",\n                    \"amenity_living_room\",\n                    \"amenity_english\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_communal\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_boat\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_massage\",\n                    \"amenity_towels\",\n                    \"amenity_game_room\",\n                    \"amenity_tennis\",\n                    \"amenity_water_sports_gear\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_view_water\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_spices\",\n                    \"amenity_pool\",\n                    \"amenity_oven\",\n                    \"amenity_golf\",\n                    \"amenity_washer\",\n                    \"amenity_books\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2024-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 3,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286461,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 2535,\n                    \"revpar\": 1199,\n                    \"guest_checkins\": 22,\n                    \"guest_nights\": 113,\n                    \"available_nights\": 217,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 104,\n                    \"total_nights\": 239,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 68,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.955,\n                    \"revenue_pctl_rank\": 0.943,\n                    \"adr_pctl_rank\": 0.932,\n                    \"guest_occupancy_pctl_rank\": 0.909\n                },\n                \"next_6_months\": {\n                    \"revenue\": 98615,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2054,\n                    \"revpar\": 536,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 161,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 105,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.932,\n                    \"revenue_pctl_rank\": 0.932,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.875\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_239026\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front With Private Pool- Grayton Dream By Royal Destinations\",\n            \"url\": \"https://www.vrbo.com/239026\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/22000000/21710000/21709400/21709361/0825cd72_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2010-06-19\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.328692,\n                \"longitude\": -86.164943,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_hair_dryer\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_english\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_view_ocean\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_pool_heated\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 30997,\n                \"host_name\": \"Royal Destinations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"royal destinations\"\n            },\n            \"reviews\": {\n                \"review_count\": 94,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286317,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 2186,\n                    \"revpar\": 798,\n                    \"guest_checkins\": 21,\n                    \"guest_nights\": 131,\n                    \"available_nights\": 332,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 201,\n                    \"total_nights\": 359,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.968,\n                    \"revenue_pctl_rank\": 0.968,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.64\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65359,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 1816,\n                    \"revpar\": 355,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 36,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 134,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 156,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.893,\n                    \"revenue_pctl_rank\": 0.881,\n                    \"adr_pctl_rank\": 0.933,\n                    \"guest_occupancy_pctl_rank\": 0.668\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3367081\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Must See in Watercolor! Private Pool, Outdoor Lounge, Golf Cart, Bikes, and More\",\n            \"url\": \"https://www.vrbo.com/3367081\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/94000000/93090000/93081100/93081004/3bc59fce_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-06-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327669,\n                \"longitude\": -86.139519,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_tennis\",\n                    \"amenity_parking_available\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_communal\",\n                    \"amenity_office\",\n                    \"amenity_game_room\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_heated\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_microwave\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286312,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1847,\n                    \"revpar\": 807,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 299,\n                    \"hold_nights\": 56,\n                    \"open_nights\": 144,\n                    \"total_nights\": 355,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 97,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.725\n                },\n                \"next_6_months\": {\n                    \"revenue\": 78461,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1509,\n                    \"revpar\": 426,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 132,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.963,\n                    \"guest_occupancy_pctl_rank\": 0.872\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2600652\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Spacious Luxury on Blackwater! Amenity Loaded Designer Home on Western Lake\",\n            \"url\": \"https://www.vrbo.com/2600652\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74190000/74189800/74189722/cba9c9d7_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_651290741009211124\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-06\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32694,\n                \"longitude\": -86.14041,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_parking_available\",\n                    \"amenity_tennis\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_heated\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_garden\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_balcony\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_office\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_toaster\",\n                    \"amenity_view_lake\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_living_room\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 23,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 285250,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2023,\n                    \"revpar\": 782,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 141,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 111,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 91753,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1731,\n                    \"revpar\": 499,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 53,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 83,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.957,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.913,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832479\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Spanish Town Cottage & CH South of 30A! Close to the Beach! Free Bikes/Fitness/Tennis!\",\n            \"url\": \"https://www.vrbo.com/1832479\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450315/36b325c8_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_821134517666022829\",\n            \"best_match_confidence\": 0.8,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-03-01\",\n            \"last_booking_on\": \"2025-07-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2803053,\n                \"longitude\": -86.0175285,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_view_beach\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_video_library\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_towels\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_communal\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_balcony\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 285214,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1718,\n                    \"revpar\": 781,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 166,\n                    \"available_nights\": 275,\n                    \"hold_nights\": 90,\n                    \"open_nights\": 109,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.99,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.828\n                },\n                \"next_6_months\": {\n                    \"revenue\": 84649,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1628,\n                    \"revpar\": 460,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 140,\n                    \"hold_nights\": 44,\n                    \"open_nights\": 88,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 156,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.879\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2617391\",\n            \"ota\": \"vrbo\",\n            \"title\": \"NEXT TO Camp WaterColor! LSV, 4 Bikes, 3rd Floor Kid Zone! GORGEOUS\",\n            \"url\": \"https://www.vrbo.com/2617391\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74520000/74511200/74511199/d0d9c494_b.jpg\",\n            \"photo_count\": 100,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-01-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3249782,\n                \"longitude\": -86.1324216,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_golf\",\n                    \"amenity_tennis\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_ice_maker\",\n                    \"amenity_desk_chair\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_communal\",\n                    \"amenity_oven\",\n                    \"amenity_game_room\",\n                    \"amenity_view_water\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_boat\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_massage\",\n                    \"amenity_elevator\",\n                    \"amenity_washer\",\n                    \"amenity_books\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_office\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_desk\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_heated\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_spices\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 282302,\n                    \"guest_occupancy\": 0.63,\n                    \"adr\": 1222,\n                    \"revpar\": 773,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 231,\n                    \"available_nights\": 353,\n                    \"hold_nights\": 12,\n                    \"open_nights\": 122,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 99,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.916,\n                    \"guest_occupancy_pctl_rank\": 0.978\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51539,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 1120,\n                    \"revpar\": 280,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.949,\n                    \"revenue_pctl_rank\": 0.949,\n                    \"adr_pctl_rank\": 0.882,\n                    \"guest_occupancy_pctl_rank\": 0.792\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2196086\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Free Golf & Waterpark / Ain't Mistbehavin' / Private Pool / Golf Cart / 7 BR Sleeps 14 / 6 Bikes/ Media Room\",\n            \"url\": \"https://www.vrbo.com/2196086\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64150000/64146000/64145924/a0baefb0_b.jpg\",\n            \"photo_count\": 54,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-02-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32627,\n                \"longitude\": -86.13897,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_toaster\",\n                    \"amenity_ice_maker\",\n                    \"amenity_oven\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_balcony\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_golf\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_pool_private\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_tennis\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 154640,\n                \"host_name\": \"30A Cottages\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2006-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30acottagesandconcierge.com\",\n                \"property_manager_company\": \"30a cottages\"\n            },\n            \"reviews\": {\n                \"review_count\": 20,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 282280,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1641,\n                    \"revpar\": 773,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 172,\n                    \"available_nights\": 329,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 157,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.784,\n                    \"guest_occupancy_pctl_rank\": 0.804\n                },\n                \"next_6_months\": {\n                    \"revenue\": 31884,\n                    \"guest_occupancy\": 0.13,\n                    \"adr\": 1329,\n                    \"revpar\": 173,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 24,\n                    \"available_nights\": 88,\n                    \"hold_nights\": 96,\n                    \"open_nights\": 64,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 177,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.752,\n                    \"revenue_pctl_rank\": 0.727,\n                    \"adr_pctl_rank\": 0.71,\n                    \"guest_occupancy_pctl_rank\": 0.414\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1773459\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Private Pool + Gulf Views + Across From Beach- Sea4Ever by Royal Destinations\",\n            \"url\": \"https://www.vrbo.com/1773459\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/46000000/45380000/45375300/45375275/955560f0_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 3,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-28\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-12-28\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.316732,\n                \"longitude\": -86.127492,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_office\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_golf\",\n                    \"amenity_towels\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_desk\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_view_ocean\",\n                    \"amenity_english\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_spices\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_ice_maker\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_air_conditioning\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 30997,\n                \"host_name\": \"Royal Destinations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"royal destinations\"\n            },\n            \"reviews\": {\n                \"review_count\": 27,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 279525,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1876,\n                    \"revpar\": 796,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 149,\n                    \"available_nights\": 327,\n                    \"hold_nights\": 24,\n                    \"open_nights\": 178,\n                    \"total_nights\": 351,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 85,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.932,\n                    \"revenue_pctl_rank\": 0.932,\n                    \"adr_pctl_rank\": 0.716,\n                    \"guest_occupancy_pctl_rank\": 0.795\n                },\n                \"next_6_months\": {\n                    \"revenue\": 2037,\n                    \"guest_occupancy\": 0.01,\n                    \"adr\": 2037,\n                    \"revpar\": 11,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 1,\n                    \"available_nights\": 177,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 176,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 64,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"4_below_market\",\n                    \"performance_pctl_rank\": 0.284,\n                    \"revenue_pctl_rank\": 0.148,\n                    \"adr_pctl_rank\": 0.898,\n                    \"guest_occupancy_pctl_rank\": 0.136\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2303626\",\n            \"ota\": \"vrbo\",\n            \"title\": \"SUMMER SALE! PRIVATE  POOL! 6 SEAT GOLF CART!  VOLLEYBALL COURT! 2 MIN. WALK TO BEACH!\",\n            \"url\": \"https://www.vrbo.com/2303626\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/68000000/67420000/67416600/67416510/af4aba3e_b.jpg\",\n            \"photo_count\": 136,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 26,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 10,\n            \"beds\": 10,\n            \"bathrooms\": 0,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-05-29\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31663,\n                \"longitude\": -86.12459,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_game_room\",\n                    \"amenity_living_room\",\n                    \"amenity_view_ocean\",\n                    \"amenity_massage\",\n                    \"amenity_oven\",\n                    \"amenity_desk_chair\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_available\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_kitchen_island\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 94416,\n                \"host_name\": \"Best Beach Getaways\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bestbeachgetaways.com\",\n                \"property_manager_company\": \"best beach getaways\"\n            },\n            \"reviews\": {\n                \"review_count\": 20,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 10 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 278568,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1821,\n                    \"revpar\": 763,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 153,\n                    \"available_nights\": 317,\n                    \"hold_nights\": 48,\n                    \"open_nights\": 164,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 138,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.554,\n                    \"guest_occupancy_pctl_rank\": 0.676\n                },\n                \"next_6_months\": {\n                    \"revenue\": 90796,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 1419,\n                    \"revpar\": 493,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 64,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 166,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.973,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.451,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2670991\",\n            \"ota\": \"vrbo\",\n            \"title\": \"STEPS TO BEACH! SLEEPS 20! PRIVATE POOL, Bikes, Fire Pit, GULF VIEWS\",\n            \"url\": \"https://www.vrbo.com/2670991\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75750000/75749100/75749078/422cfffb_b.jpg\",\n            \"photo_count\": 70,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-02-01\",\n            \"last_booking_on\": \"2025-07-30\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2898816,\n                \"longitude\": -86.0480541,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_golf\",\n                    \"amenity_pool_heated\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_office\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_dining_table\",\n                    \"amenity_spices\",\n                    \"amenity_pool_private\",\n                    \"amenity_massage\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_desk\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_view_beach\",\n                    \"amenity_game_room\",\n                    \"amenity_books\",\n                    \"amenity_towels\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_oven\",\n                    \"amenity_desk_chair\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_washer\",\n                    \"amenity_toaster\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_ice_maker\",\n                    \"amenity_optional_golf_privileges\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 6,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 8.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 277047,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1669,\n                    \"revpar\": 759,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 166,\n                    \"available_nights\": 333,\n                    \"hold_nights\": 32,\n                    \"open_nights\": 167,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 91,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.92,\n                    \"revenue_pctl_rank\": 0.92,\n                    \"adr_pctl_rank\": 0.58,\n                    \"guest_occupancy_pctl_rank\": 0.886\n                },\n                \"next_6_months\": {\n                    \"revenue\": 43339,\n                    \"guest_occupancy\": 0.16,\n                    \"adr\": 1445,\n                    \"revpar\": 236,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 30,\n                    \"available_nights\": 180,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 150,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 118,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.568,\n                    \"revenue_pctl_rank\": 0.602,\n                    \"adr_pctl_rank\": 0.602,\n                    \"guest_occupancy_pctl_rank\": 0.523\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2201600\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Carefree Cottage - Magnificent Rosemary Beach home w/ a private pool\",\n            \"url\": \"https://www.vrbo.com/2201600\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64410000/64406900/64406865/afe14f0f_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-02-24\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281075,\n                \"longitude\": -86.014838,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_parking_available\",\n                    \"amenity_golf\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_desk\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_living_room\",\n                    \"amenity_desk_chair\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dining_table\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_near_the_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 23,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 273799,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1464,\n                    \"revpar\": 756,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 187,\n                    \"available_nights\": 325,\n                    \"hold_nights\": 37,\n                    \"open_nights\": 138,\n                    \"total_nights\": 362,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.985,\n                    \"guest_occupancy_pctl_rank\": 0.883\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72266,\n                    \"guest_occupancy\": 0.34,\n                    \"adr\": 1166,\n                    \"revpar\": 393,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 62,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 119,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 138,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.959,\n                    \"guest_occupancy_pctl_rank\": 0.963\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3777832\",\n            \"ota\": \"vrbo\",\n            \"title\": \"The Road to the Triple Crown - Gulf Views with Large Private Pool Area\",\n            \"url\": \"https://www.vrbo.com/3777832\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/102000000/101250000/101248300/101248210/d07747d0_b.jpg\",\n            \"photo_count\": 76,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 29,\n            \"min_stay\": null,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 12,\n            \"beds\": 12,\n            \"bathrooms\": 10,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-07-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.35588,\n                \"longitude\": -86.2584,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on_premise\",\n                \"parking_cost\": \"unknown\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_parking_on_site\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_tv\",\n                    \"amenity_elevator\",\n                    \"amenity_pool_private\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_pool\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_towels\",\n                    \"amenity_view_beach\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_ice_maker\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_dining_table\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_parking_available\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Five Star Properties and Bliss Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2024-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 12 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 273203,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1938,\n                    \"revpar\": 1097,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 141,\n                    \"available_nights\": 231,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 90,\n                    \"total_nights\": 249,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 85,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.952,\n                    \"revenue_pctl_rank\": 0.94,\n                    \"adr_pctl_rank\": 0.262,\n                    \"guest_occupancy_pctl_rank\": 0.952\n                },\n                \"next_6_months\": {\n                    \"revenue\": 56873,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1625,\n                    \"revpar\": 314,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 138,\n                    \"total_nights\": 181,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 136,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.726,\n                    \"revenue_pctl_rank\": 0.738,\n                    \"adr_pctl_rank\": 0.393,\n                    \"guest_occupancy_pctl_rank\": 0.595\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_972294\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Pet-Friendly 30A Vacation House in WaterColor - Private Pool, Golf Cart, Near Beach\",\n            \"url\": \"https://www.vrbo.com/972294\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/22000000/21720000/21717500/21717435/f1236d9d_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-27\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2017-05-27\",\n            \"last_booking_on\": \"2025-06-13\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327087,\n                \"longitude\": -86.127316,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_pool_heated\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_tennis\",\n                    \"amenity_hottub\",\n                    \"amenity_pool_communal\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_english\",\n                    \"amenity_spa_tub\",\n                    \"amenity_game_room\",\n                    \"amenity_massage\",\n                    \"amenity_pool_private\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1060391,\n                \"host_name\": \"Five Star Properties and Bliss Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"fivestargulfrentals.com\",\n                \"property_manager_company\": \"five star properties and bliss beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 18,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 272142,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 1341,\n                    \"revpar\": 746,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 203,\n                    \"available_nights\": 323,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 120,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 125,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.96,\n                    \"revenue_pctl_rank\": 0.96,\n                    \"adr_pctl_rank\": 0.605,\n                    \"guest_occupancy_pctl_rank\": 0.964\n                },\n                \"next_6_months\": {\n                    \"revenue\": 54357,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 1182,\n                    \"revpar\": 295,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 162,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 116,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 184,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.802,\n                    \"revenue_pctl_rank\": 0.814,\n                    \"adr_pctl_rank\": 0.644,\n                    \"guest_occupancy_pctl_rank\": 0.791\n                }\n            }\n        }\n    ]\n}"},{"id":"aba4cb02-3f9a-4e8d-8e4d-5c91a823ad4f","name":"By Review Counts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"host\": {\n            \"review_count\": {\n                \"min\": 10,\n                \"max\": 15\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 20:58:24 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"21345"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T205823Z-15864f79fd4rhdwnhC1WSTea5n00000005t0000000000n8a"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 1713,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"ota\": null,\n        \"performance\": null,\n        \"property\": null,\n        \"geo\": null,\n        \"amenity\": null,\n        \"host\": {\n            \"is_professionally_managed\": null,\n            \"property_manager_domain\": null,\n            \"is_airbnb_superhost\": null,\n            \"review_count\": {\n                \"min\": 10,\n                \"max\": 15\n            }\n        }\n    },\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"airbnb_1079647394200421027\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Prime WaterColor Phase 1! With free LSV & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/1079647394200421027\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTA3OTY0NzM5NDIwMDQyMTAyNw%3D%3D/original/61c37821-9f46-4bc7-93ef-4196c164423a.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-16\",\n            \"last_booking_on\": \"2025-07-19\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3256165,\n                \"longitude\": -86.1449475,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_board_games\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_dining_table\",\n                    \"amenity_conditioner\",\n                    \"amenity_sound_system\",\n                    \"amenity_washer\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_kitchen\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_pool\",\n                    \"amenity_hot_water\",\n                    \"amenity_tv\",\n                    \"amenity_front_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_refrigerator\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_parking_free\",\n                    \"amenity_backyard\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_bicycles\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hangers\",\n                    \"amenity_freezer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishwasher\",\n                    \"amenity_body_soap\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_oven\",\n                    \"amenity_heating\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_safe\",\n                    \"amenity_lake_access\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_private_entrance\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.974,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.96,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 357075,\n                    \"guest_occupancy\": 0.73,\n                    \"adr\": 1332,\n                    \"revpar\": 978,\n                    \"guest_checkins\": 54,\n                    \"guest_nights\": 268,\n                    \"available_nights\": 354,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 86,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 90,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.662,\n                    \"guest_occupancy_pctl_rank\": 0.982\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75923,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1356,\n                    \"revpar\": 413,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 149,\n                    \"hold_nights\": 35,\n                    \"open_nights\": 93,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 181,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.924,\n                    \"revenue_pctl_rank\": 0.927,\n                    \"adr_pctl_rank\": 0.756,\n                    \"guest_occupancy_pctl_rank\": 0.88\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1218045845607924293\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Pool, LSV, Bikes! Sleeps 22! By WaterColor Slides!\",\n            \"url\": \"https://www.airbnb.com/rooms/1218045845607924293\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIxODA0NTg0NTYwNzkyNDI5Mw==/original/4254ed34-8124-4ee3-a82e-e014fb10722f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 15,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-08-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.325192,\n                \"longitude\": -86.130757,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.98,\n                \"review_location\": 1,\n                \"review_value\": 0.9400000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 310000,\n                    \"guest_occupancy\": 0.58,\n                    \"adr\": 1558,\n                    \"revpar\": 904,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 199,\n                    \"available_nights\": 314,\n                    \"hold_nights\": 29,\n                    \"open_nights\": 115,\n                    \"total_nights\": 343,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.985,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.818,\n                    \"guest_occupancy_pctl_rank\": 0.935\n                },\n                \"next_6_months\": {\n                    \"revenue\": 129191,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1700,\n                    \"revpar\": 702,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 76,\n                    \"available_nights\": 177,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 101,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.92,\n                    \"guest_occupancy_pctl_rank\": 0.967\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2236625\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Sanctuary at Seagrove - Resort Style Heated Pool! Stunning Gulf Views! Private B\",\n            \"url\": \"https://www.vrbo.com/2236625\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/66000000/65590000/65583300/65583297/fb020a24_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_1074779504790539843\",\n            \"best_match_confidence\": 0.83,\n            \"property_type\": \"hotel\",\n            \"type_detail\": \"hotel\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-30\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-03-01\",\n            \"last_booking_on\": \"2025-07-30\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.314218578633337,\n                \"longitude\": -86.11895400740966,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_tv\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_hottub\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_spa_tub\",\n                    \"amenity_parking_available\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_english\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | hotel | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 302890,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 2295,\n                    \"revpar\": 830,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 132,\n                    \"available_nights\": 326,\n                    \"hold_nights\": 39,\n                    \"open_nights\": 194,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.636\n                },\n                \"next_6_months\": {\n                    \"revenue\": 173143,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 2112,\n                    \"revpar\": 941,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 82,\n                    \"available_nights\": 180,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 151,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 1\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_920313661950083842\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Loaded WaterColor Home! Pool, Spa, LSV, & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/920313661950083842\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTIwMzEzNjYxOTUwMDgzODQy/original/08e3c32b-a35f-4bc3-a125-1d0e2cc39b3f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 11,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-22\",\n            \"last_booking_on\": \"2025-07-28\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3257564,\n                \"longitude\": -86.1386162,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishwasher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_body_soap\",\n                    \"amenity_bicycles\",\n                    \"amenity_toaster\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_washer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_conditioner\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_shower_gel\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_board_games\",\n                    \"amenity_lake_access\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_kitchen\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_iron\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shampoo\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_hottub\",\n                    \"amenity_tv\",\n                    \"amenity_backyard\",\n                    \"amenity_pool\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_oven\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_balcony\",\n                    \"amenity_essentials\",\n                    \"amenity_bathtub\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_bed_linens\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.982,\n                \"review_cleanliness\": 0.982,\n                \"review_communication\": 0.946,\n                \"review_location\": 1,\n                \"review_value\": 0.9640000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 296246,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 1899,\n                    \"revpar\": 812,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 308,\n                    \"hold_nights\": 57,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 102,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                },\n                \"next_6_months\": {\n                    \"revenue\": 104617,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2180,\n                    \"revpar\": 569,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2038480\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Views South Side 30A Private Pool Rental High Noon 1 Minute to Beach Access\",\n            \"url\": \"https://www.vrbo.com/2038480\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/58000000/57300000/57291500/57291437/f32fdbbc_b.jpg\",\n            \"photo_count\": 61,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 28,\n            \"min_stay\": 3,\n            \"check_in_time\": \"15:30\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"guest_house\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-28\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-31\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281725,\n                \"longitude\": -86.022753,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_ice_maker\",\n                    \"amenity_living_room\",\n                    \"amenity_oven\",\n                    \"amenity_toaster\",\n                    \"amenity_balcony\",\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 245568,\n                \"host_name\": \"30A Escapes .com\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a escapes com\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 288873,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 2675,\n                    \"revpar\": 807,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 108,\n                    \"available_nights\": 297,\n                    \"hold_nights\": 61,\n                    \"open_nights\": 189,\n                    \"total_nights\": 358,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.464\n                },\n                \"next_6_months\": {\n                    \"revenue\": 66887,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1967,\n                    \"revpar\": 364,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 167,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 191,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.774,\n                    \"revenue_pctl_rank\": 0.81,\n                    \"adr_pctl_rank\": 0.905,\n                    \"guest_occupancy_pctl_rank\": 0.583\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3367081\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Must See in Watercolor! Private Pool, Outdoor Lounge, Golf Cart, Bikes, and More\",\n            \"url\": \"https://www.vrbo.com/3367081\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/94000000/93090000/93081100/93081004/3bc59fce_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-06-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327669,\n                \"longitude\": -86.139519,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_tennis\",\n                    \"amenity_parking_available\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_communal\",\n                    \"amenity_office\",\n                    \"amenity_game_room\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_heated\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_microwave\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286312,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1847,\n                    \"revpar\": 807,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 299,\n                    \"hold_nights\": 56,\n                    \"open_nights\": 144,\n                    \"total_nights\": 355,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 97,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.725\n                },\n                \"next_6_months\": {\n                    \"revenue\": 78461,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1509,\n                    \"revpar\": 426,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 132,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.963,\n                    \"guest_occupancy_pctl_rank\": 0.872\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1102988485428447116\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rooftop Deck, Pool, Easy Walk to Public Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/1102988485428447116\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1102988485428447116/original/d75d9895-9fa6-4e36-a256-3a74e5df19e2.jpeg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 12,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27585,\n                \"longitude\": -86.00669,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_backyard\",\n                    \"amenity_self_check_in\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_tv\",\n                    \"amenity_heating\",\n                    \"amenity_washer\",\n                    \"amenity_board_games\",\n                    \"amenity_dryer\",\n                    \"amenity_body_soap\",\n                    \"amenity_smart_lock\",\n                    \"amenity_hangers\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_conditioner\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_balcony\",\n                    \"amenity_private_entrance\",\n                    \"amenity_stove\",\n                    \"amenity_hot_water\",\n                    \"amenity_shampoo\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pool\",\n                    \"amenity_freezer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_safe\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_shower_gel\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 444647601,\n                \"host_name\": \"AvantStay\",\n                \"host_review_count\": 659,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"avantstay.com\",\n                \"property_manager_company\": \"avantstay\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 0.972,\n                \"review_cleanliness\": 0.986,\n                \"review_communication\": 0.972,\n                \"review_location\": 0.942,\n                \"review_value\": 0.942,\n                \"review_overall\": 4.86\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 283284,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1540,\n                    \"revpar\": 776,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 329,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 145,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 120,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.804,\n                    \"guest_occupancy_pctl_rank\": 0.822\n                },\n                \"next_6_months\": {\n                    \"revenue\": 94387,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 1452,\n                    \"revpar\": 513,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 65,\n                    \"available_nights\": 175,\n                    \"hold_nights\": 9,\n                    \"open_nights\": 110,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.825,\n                    \"guest_occupancy_pctl_rank\": 0.927\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2617391\",\n            \"ota\": \"vrbo\",\n            \"title\": \"NEXT TO Camp WaterColor! LSV, 4 Bikes, 3rd Floor Kid Zone! GORGEOUS\",\n            \"url\": \"https://www.vrbo.com/2617391\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74520000/74511200/74511199/d0d9c494_b.jpg\",\n            \"photo_count\": 100,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-01-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3249782,\n                \"longitude\": -86.1324216,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_golf\",\n                    \"amenity_tennis\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_ice_maker\",\n                    \"amenity_desk_chair\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_communal\",\n                    \"amenity_oven\",\n                    \"amenity_game_room\",\n                    \"amenity_view_water\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_boat\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_massage\",\n                    \"amenity_elevator\",\n                    \"amenity_washer\",\n                    \"amenity_books\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_office\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_desk\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_heated\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_spices\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 282302,\n                    \"guest_occupancy\": 0.63,\n                    \"adr\": 1222,\n                    \"revpar\": 773,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 231,\n                    \"available_nights\": 353,\n                    \"hold_nights\": 12,\n                    \"open_nights\": 122,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 99,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.916,\n                    \"guest_occupancy_pctl_rank\": 0.978\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51539,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 1120,\n                    \"revpar\": 280,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.949,\n                    \"revenue_pctl_rank\": 0.949,\n                    \"adr_pctl_rank\": 0.882,\n                    \"guest_occupancy_pctl_rank\": 0.792\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1066584219965410087\",\n            \"ota\": \"airbnb\",\n            \"title\": \"STEPS to Camp WaterColor! LSV & 4 Bikes Included!\",\n            \"url\": \"https://www.airbnb.com/rooms/1066584219965410087\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1066584219965410087/original/780f61f8-6971-494f-aeab-9b831caf3fa0.jpeg\",\n            \"photo_count\": 105,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-04\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3251766,\n                \"longitude\": -86.1332032,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_private_entrance\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_essentials\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_lake_access\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smart_lock\",\n                    \"amenity_hot_water\",\n                    \"amenity_oven\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_bathtub\",\n                    \"amenity_freezer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_front_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_board_games\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pool\",\n                    \"amenity_dryer\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_body_soap\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_refrigerator\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_conditioner\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_hangers\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.98,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 271808,\n                    \"guest_occupancy\": 0.81,\n                    \"adr\": 918,\n                    \"revpar\": 745,\n                    \"guest_checkins\": 48,\n                    \"guest_nights\": 296,\n                    \"available_nights\": 351,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 55,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 76,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                },\n                \"next_6_months\": {\n                    \"revenue\": 61207,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1093,\n                    \"revpar\": 333,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 112,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.984,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3169173\",\n            \"ota\": \"vrbo\",\n            \"title\": \"PRIME WATERCOLOR LOCATION! HEATED POOL, LSV, 6 BIKES! STEPS to BEACH CLUB! PET\",\n            \"url\": \"https://www.vrbo.com/3169173\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/91000000/90120000/90114500/90114446/503aa43b_b.jpg\",\n            \"photo_count\": 107,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": null,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-07-19\",\n            \"last_booking_on\": \"2025-07-19\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324586,\n                \"longitude\": -86.145067,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"on_premise\",\n                \"parking_cost\": \"unknown\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_balcony\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_books\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_oven\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_beach_towels\",\n                    \"amenity_ice_maker\",\n                    \"amenity_parking_available\",\n                    \"amenity_spices\",\n                    \"amenity_dining_table\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_massage\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_golf\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_kitchenette\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_boat\",\n                    \"amenity_microwave\",\n                    \"amenity_desk_chair\",\n                    \"amenity_pool_heated\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2024-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 270466,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 2312,\n                    \"revpar\": 1108,\n                    \"guest_checkins\": 22,\n                    \"guest_nights\": 117,\n                    \"available_nights\": 222,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 105,\n                    \"total_nights\": 244,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 60,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.99,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.88\n                },\n                \"next_6_months\": {\n                    \"revenue\": 112187,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1674,\n                    \"revpar\": 610,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 122,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.96,\n                    \"guest_occupancy_pctl_rank\": 0.965\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_852737737475271730\",\n            \"ota\": \"airbnb\",\n            \"title\": \"All Is Well\",\n            \"url\": \"https://www.airbnb.com/rooms/852737737475271730\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-852737737475271730/original/2b24b1c0-90c5-4347-a79b-b4a385442a9a.jpeg\",\n            \"photo_count\": 95,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-08-16\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.292391,\n                \"longitude\": -86.05539,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_smart_lock\",\n                    \"amenity_balcony\",\n                    \"amenity_portable_fans\",\n                    \"amenity_shampoo\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_iron\",\n                    \"amenity_kitchen\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_dining_table\",\n                    \"amenity_oven\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_pool\",\n                    \"amenity_heating\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_elevator\",\n                    \"amenity_cabletv\",\n                    \"amenity_freezer\",\n                    \"amenity_essentials\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_dryer\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_hot_water\",\n                    \"amenity_self_check_in\",\n                    \"amenity_conditioner\",\n                    \"amenity_bed_linens\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_toaster\",\n                    \"amenity_stove\",\n                    \"amenity_washer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hangers\",\n                    \"amenity_backyard\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bathtub\",\n                    \"amenity_microwave\",\n                    \"amenity_dishwasher\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_hottub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_coffee\",\n                    \"amenity_tv\",\n                    \"amenity_wine_glasses\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 412356838,\n                \"host_name\": \"Shawna\",\n                \"host_review_count\": 216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": 0.98,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 0.98,\n                \"review_value\": 0.9199999999999999,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 269757,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1524,\n                    \"revpar\": 739,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 177,\n                    \"available_nights\": 343,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 166,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.796,\n                    \"guest_occupancy_pctl_rank\": 0.793\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51485,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1609,\n                    \"revpar\": 280,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 32,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 139,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 134,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.815,\n                    \"revenue_pctl_rank\": 0.815,\n                    \"adr_pctl_rank\": 0.887,\n                    \"guest_occupancy_pctl_rank\": 0.64\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2623558\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Sleeps 22! PRIVATE POOL, Spa, GULF VIEWS on Rooftop Deck, GOLF CART, Bikes!\",\n            \"url\": \"https://www.vrbo.com/2623558\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74630000/74625300/74625278/48fcd88e_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-03-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-01-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3196837,\n                \"longitude\": -86.13164789999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_desk_chair\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_ice_maker\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_books\",\n                    \"amenity_spices\",\n                    \"amenity_water_sports_gear\",\n                    \"amenity_living_room\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_hottub\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_spa_tub\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_office\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_music_library\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_oven\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_balcony\",\n                    \"amenity_desk\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_parking_available\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_massage\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_pool_heated\",\n                    \"amenity_dining_table\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_view_beach\",\n                    \"amenity_microwave\",\n                    \"amenity_game_room\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"donna craig\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 269574,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1809,\n                    \"revpar\": 747,\n                    \"guest_checkins\": 33,\n                    \"guest_nights\": 149,\n                    \"available_nights\": 317,\n                    \"hold_nights\": 44,\n                    \"open_nights\": 168,\n                    \"total_nights\": 361,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 68,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.985,\n                    \"revenue_pctl_rank\": 0.987,\n                    \"adr_pctl_rank\": 0.762,\n                    \"guest_occupancy_pctl_rank\": 0.641\n                },\n                \"next_6_months\": {\n                    \"revenue\": 55933,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1804,\n                    \"revpar\": 304,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 152,\n                    \"hold_nights\": 32,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.932,\n                    \"revenue_pctl_rank\": 0.917,\n                    \"adr_pctl_rank\": 0.812,\n                    \"guest_occupancy_pctl_rank\": 0.581\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1133480498843280574\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Private Pool, LSV, 4 Bikes! Sleeps 14!\",\n            \"url\": \"https://www.airbnb.com/rooms/1133480498843280574\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTEzMzQ4MDQ5ODg0MzI4MDU3NA%3D%3D/original/f46539e7-c594-41a6-85d5-348b188bc7b3.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 10,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-05-06\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3263177,\n                \"longitude\": -86.1336147,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_backyard\",\n                    \"amenity_tv\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_lake_access\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shower_gel\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_shampoo\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_stove\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smart_lock\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pool\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_hot_water\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_toaster\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_oven\",\n                    \"amenity_front_water\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bicycles\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hangers\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 0.95,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.916,\n                \"review_communication\": 0.95,\n                \"review_location\": 1,\n                \"review_value\": 0.916,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 268140,\n                    \"guest_occupancy\": 0.62,\n                    \"adr\": 1192,\n                    \"revpar\": 735,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 225,\n                    \"available_nights\": 296,\n                    \"hold_nights\": 69,\n                    \"open_nights\": 71,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.947,\n                    \"guest_occupancy_pctl_rank\": 0.921\n                },\n                \"next_6_months\": {\n                    \"revenue\": 58687,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1249,\n                    \"revpar\": 319,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 126,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.98,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.878\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1273295\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxurious 6BR WaterColor Estate! Private Pool, Carriage House, Near Beach! Ideal For Large Groups!\",\n            \"url\": \"https://www.vrbo.com/1273295\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/23000000/22870000/22865000/22864937/463d76dd_b.jpg\",\n            \"photo_count\": 71,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-04-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.323997998402145,\n                \"longitude\": -86.14467604249204,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_heated\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_toaster\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_ice_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_dining_table\",\n                    \"amenity_tennis\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_onsite_parking_options_include_a_garage\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48767,\n                \"host_name\": \"Sanders Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"sandersbeachrentals.com\",\n                \"property_manager_company\": \"sanders beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 263576,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1843,\n                    \"revpar\": 722,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 143,\n                    \"available_nights\": 285,\n                    \"hold_nights\": 80,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 162,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 90069,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1732,\n                    \"revpar\": 490,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 157,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.977,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.872\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2349063\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Elysee Reunion - Custom Home, Pool, Bikes, Beach Chairs, Private Gated Street\",\n            \"url\": \"https://www.vrbo.com/2349063\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/69000000/68700000/68697300/68697231/acedd995_b.jpg\",\n            \"photo_count\": 75,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-14\",\n            \"last_booking_on\": \"2025-07-22\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281724,\n                \"longitude\": -86.021544,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_dining_table\",\n                    \"amenity_spices\",\n                    \"amenity_tennis\",\n                    \"amenity_washer\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_oven\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_ice_maker\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_toaster\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_beach_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_living_room\",\n                    \"amenity_golf\",\n                    \"amenity_pool_heated\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_towels\",\n                    \"amenity_english\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 262004,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1401,\n                    \"revpar\": 718,\n                    \"guest_checkins\": 33,\n                    \"guest_nights\": 187,\n                    \"available_nights\": 331,\n                    \"hold_nights\": 34,\n                    \"open_nights\": 144,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 128,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.987,\n                    \"adr_pctl_rank\": 0.885,\n                    \"guest_occupancy_pctl_rank\": 0.929\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74342,\n                    \"guest_occupancy\": 0.32,\n                    \"adr\": 1260,\n                    \"revpar\": 404,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 59,\n                    \"available_nights\": 178,\n                    \"hold_nights\": 6,\n                    \"open_nights\": 119,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 146,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.967,\n                    \"revenue_pctl_rank\": 0.97,\n                    \"adr_pctl_rank\": 0.857,\n                    \"guest_occupancy_pctl_rank\": 0.934\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2602305\",\n            \"ota\": \"vrbo\",\n            \"title\": \"St Ivory|Private Community Beach Access|Private Heated Pool\",\n            \"url\": \"https://www.vrbo.com/2602305\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74220000/74213600/74213543/1d372bcf_b.jpg\",\n            \"photo_count\": 60,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-03-27\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-01-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281781,\n                \"longitude\": -86.012947,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_pool_communal\",\n                    \"amenity_office\",\n                    \"amenity_elevator\",\n                    \"amenity_living_room\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool_heated\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_ice_maker\",\n                    \"amenity_english\",\n                    \"amenity_towels\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 259567,\n                    \"guest_occupancy\": 0.58,\n                    \"adr\": 1291,\n                    \"revpar\": 750,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 201,\n                    \"available_nights\": 327,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 126,\n                    \"total_nights\": 346,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 104,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.983,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.835,\n                    \"guest_occupancy_pctl_rank\": 0.98\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75128,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 1232,\n                    \"revpar\": 408,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 61,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 123,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.971,\n                    \"adr_pctl_rank\": 0.85,\n                    \"guest_occupancy_pctl_rank\": 0.942\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1623803\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Happy Days - Gulf Front, Private Pool, Beach Service, Main House + Guest House!\",\n            \"url\": \"https://www.vrbo.com/1623803\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/37000000/36450000/36442800/36442757/2d7ba9d7_b.jpg\",\n            \"photo_count\": 35,\n            \"is_instant_book_enabled\": false,\n            \"max_guests\": 18,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"guest_house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-28\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-07-31\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.348426,\n                \"longitude\": -86.2376888,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_near_the_ocean\",\n                    \"amenity_spanish\",\n                    \"amenity_tv\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_towels\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_dining_table\",\n                    \"amenity_english\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_balcony\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool_private\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 129182,\n                \"host_name\": \"Ocean Reef\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"oceanreefresorts.com\",\n                \"property_manager_company\": \"ocean reef\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 258700,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1421,\n                    \"revpar\": 709,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 182,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 167,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 74,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.875,\n                    \"revenue_pctl_rank\": 0.898,\n                    \"adr_pctl_rank\": 0.432,\n                    \"guest_occupancy_pctl_rank\": 0.943\n                },\n                \"next_6_months\": {\n                    \"revenue\": 50215,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1255,\n                    \"revpar\": 273,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 159,\n                    \"hold_nights\": 25,\n                    \"open_nights\": 119,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.693,\n                    \"revenue_pctl_rank\": 0.705,\n                    \"adr_pctl_rank\": 0.455,\n                    \"guest_occupancy_pctl_rank\": 0.727\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_989080720350688145\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Phase 1 WaterColor Location! W/ NEW LSV & 4 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/989080720350688145\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTg5MDgwNzIwMzUwNjg4MTQ1/original/e095fb7b-ab73-4305-9555-b604f67d2b49.jpeg\",\n            \"photo_count\": 97,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 6,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-29\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3238608,\n                \"longitude\": -86.14129799999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_freezer\",\n                    \"amenity_ev_charger\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hangers\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_shampoo\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_board_games\",\n                    \"amenity_conditioner\",\n                    \"amenity_essentials\",\n                    \"amenity_stove\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_washer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_lake_access\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_private_entrance\",\n                    \"amenity_backyard\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_hot_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_front_water\",\n                    \"amenity_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_tv\",\n                    \"amenity_toaster\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": 0.954,\n                \"review_check_in\": 0.924,\n                \"review_cleanliness\": 0.954,\n                \"review_communication\": 0.954,\n                \"review_location\": 1,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.77\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 257856,\n                    \"guest_occupancy\": 0.67,\n                    \"adr\": 1061,\n                    \"revpar\": 706,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 243,\n                    \"available_nights\": 344,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 101,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.915,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                },\n                \"next_6_months\": {\n                    \"revenue\": 36834,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1052,\n                    \"revpar\": 200,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 182,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 147,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.924,\n                    \"adr_pctl_rank\": 0.938,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3091735\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Pet Friendly + Private Pool in Rosemary Beach- Harp's Haven Main and Carriage\",\n            \"url\": \"https://www.vrbo.com/3091735\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/89000000/88770000/88765500/88765444/a24de25e_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 3,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-02-20\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.283005,\n                \"longitude\": -86.015428,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_living_room\",\n                    \"amenity_balcony\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_pool\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_towels\",\n                    \"amenity_pool_heated\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 30997,\n                \"host_name\": \"Royal Destinations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"royal destinations\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 254454,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1506,\n                    \"revpar\": 725,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 169,\n                    \"available_nights\": 338,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 169,\n                    \"total_nights\": 351,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 66,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.975,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.709,\n                    \"guest_occupancy_pctl_rank\": 0.834\n                },\n                \"next_6_months\": {\n                    \"revenue\": 115813,\n                    \"guest_occupancy\": 0.37,\n                    \"adr\": 1703,\n                    \"revpar\": 629,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 68,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 116,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 155,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.865,\n                    \"guest_occupancy_pctl_rank\": 0.965\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2838164\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Deauville Cottage — A deluxe Rosemary hideaway w/pool and easy beach access\",\n            \"url\": \"https://www.vrbo.com/2838164\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/79000000/78700000/78696800/78696715/cbd8187e_b.jpg\",\n            \"photo_count\": 45,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-06\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-04-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.278725,\n                \"longitude\": -86.01529,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_washer\",\n                    \"amenity_toaster\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_communal\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_heated\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_english\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_spices\",\n                    \"amenity_towels\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_ice_maker\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_oven\",\n                    \"amenity_pool\",\n                    \"amenity_living_room\",\n                    \"amenity_kitchen_island\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 251196,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1351,\n                    \"revpar\": 722,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 186,\n                    \"available_nights\": 290,\n                    \"hold_nights\": 58,\n                    \"open_nights\": 104,\n                    \"total_nights\": 348,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 75,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.974,\n                    \"guest_occupancy_pctl_rank\": 0.9\n                },\n                \"next_6_months\": {\n                    \"revenue\": 78771,\n                    \"guest_occupancy\": 0.34,\n                    \"adr\": 1313,\n                    \"revpar\": 440,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 60,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 106,\n                    \"total_nights\": 179,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 151,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.963\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1085499312862609580\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Grayton Beach Fits 24! Pool, Bikes, Carriage House\",\n            \"url\": \"https://www.airbnb.com/rooms/1085499312862609580\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1085499312862609580/original/54eec225-535c-4ba8-8b3c-6dae8e2da370.jpeg\",\n            \"photo_count\": 85,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 14,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-18\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3312253,\n                \"longitude\": -86.16752609999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_board_games\",\n                    \"amenity_refrigerator\",\n                    \"amenity_shampoo\",\n                    \"amenity_front_water\",\n                    \"amenity_heating\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_bed_linens\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_stove\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pool\",\n                    \"amenity_oven\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smart_lock\",\n                    \"amenity_tv\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_bathtub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hot_water\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_iron\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_washer\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_lake_access\",\n                    \"amenity_bicycles\",\n                    \"amenity_dining_table\",\n                    \"amenity_essentials\",\n                    \"amenity_freezer\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_private_entrance\",\n                    \"amenity_parking_free\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_backyard\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_self_check_in\",\n                    \"amenity_shower_gel\",\n                    \"amenity_hangers\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_balcony\",\n                    \"amenity_dryer\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_body_soap\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": 0.974,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.894,\n                \"review_communication\": 0.986,\n                \"review_location\": 1,\n                \"review_value\": 0.974,\n                \"review_overall\": 4.87\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 246953,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1143,\n                    \"revpar\": 677,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 216,\n                    \"available_nights\": 356,\n                    \"hold_nights\": 9,\n                    \"open_nights\": 140,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"5_economy\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.933,\n                    \"adr_pctl_rank\": 0.225,\n                    \"guest_occupancy_pctl_rank\": 0.944\n                },\n                \"next_6_months\": {\n                    \"revenue\": 57800,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 997,\n                    \"revpar\": 327,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 58,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 118,\n                    \"total_nights\": 177,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 164,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.888,\n                    \"revenue_pctl_rank\": 0.888,\n                    \"adr_pctl_rank\": 0.348,\n                    \"guest_occupancy_pctl_rank\": 0.955\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3225636\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Sunlight Coast by AvantStay | Sleeps 28 | Pool, Gulf View, Golf Cart\",\n            \"url\": \"https://www.vrbo.com/3225636\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/91000000/90980000/90975200/90975199/7700f110_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 28,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 10,\n            \"beds\": 10,\n            \"bathrooms\": 9,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-30\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-04-01\",\n            \"last_booking_on\": \"2025-06-21\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3488881,\n                \"longitude\": -86.2297291,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_toilet_paper\",\n                    \"amenity_toaster\",\n                    \"amenity_english\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_view_ocean\",\n                    \"amenity_paper_towels\",\n                    \"amenity_elevator\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_smart_tv\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_game_room\",\n                    \"amenity_towels\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_balcony\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_spanish\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_microwave\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"30A-BeachGirls\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2018-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30a-beachgirls.com\",\n                \"property_manager_company\": \"30abeachgirls\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 10 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 242852,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1840,\n                    \"revpar\": 665,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 132,\n                    \"available_nights\": 299,\n                    \"hold_nights\": 66,\n                    \"open_nights\": 167,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 90,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.968,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.567,\n                    \"guest_occupancy_pctl_rank\": 0.478\n                },\n                \"next_6_months\": {\n                    \"revenue\": 25595,\n                    \"guest_occupancy\": 0.1,\n                    \"adr\": 1422,\n                    \"revpar\": 139,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 18,\n                    \"available_nights\": 50,\n                    \"hold_nights\": 134,\n                    \"open_nights\": 32,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 196,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.697,\n                    \"revenue_pctl_rank\": 0.641,\n                    \"adr_pctl_rank\": 0.453,\n                    \"guest_occupancy_pctl_rank\": 0.319\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_816613\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Available for the Holidays! South of 30A! Gulf Views! Luxury Park Row Home!\",\n            \"url\": \"https://www.vrbo.com/816613\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/21000000/20140000/20139700/20139617/872c897e_b.jpg\",\n            \"photo_count\": 53,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2016-04-03\",\n            \"last_booking_on\": \"2025-07-24\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32308,\n                \"longitude\": -86.1461,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_dining_table\",\n                    \"amenity_microwave\",\n                    \"amenity_view_ocean\",\n                    \"amenity_ice_maker\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_english\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool_communal\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 242254,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1459,\n                    \"revpar\": 706,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 166,\n                    \"available_nights\": 277,\n                    \"hold_nights\": 66,\n                    \"open_nights\": 111,\n                    \"total_nights\": 343,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.913,\n                    \"revenue_pctl_rank\": 0.929,\n                    \"adr_pctl_rank\": 0.672,\n                    \"guest_occupancy_pctl_rank\": 0.881\n                },\n                \"next_6_months\": {\n                    \"revenue\": 69495,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1336,\n                    \"revpar\": 378,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 116,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 142,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.897,\n                    \"revenue_pctl_rank\": 0.901,\n                    \"adr_pctl_rank\": 0.735,\n                    \"guest_occupancy_pctl_rank\": 0.85\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1071845995994373500\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Gulf Front! Private Beach! Walk to Alys & Rosemary\",\n            \"url\": \"https://www.airbnb.com/rooms/1071845995994373500\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1071845995994373500/original/05c1fc47-622f-46fe-8c01-428e4b784451.jpeg\",\n            \"photo_count\": 70,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-02\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.287291,\n                \"longitude\": -86.041977,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": null,\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_gym\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_sound_system\",\n                    \"amenity_coffee\",\n                    \"amenity_iron\",\n                    \"amenity_heating\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dining_table\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_refrigerator\",\n                    \"amenity_body_soap\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_smart_lock\",\n                    \"amenity_private_entrance\",\n                    \"amenity_bathtub\",\n                    \"amenity_bicycles\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_self_check_in\",\n                    \"amenity_cabletv\",\n                    \"amenity_conditioner\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_backyard\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_tv\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_hot_water\",\n                    \"amenity_shower_gel\",\n                    \"amenity_dryer\",\n                    \"amenity_essentials\",\n                    \"amenity_kitchen\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_board_games\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_front_water\",\n                    \"amenity_hot_water\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_washer\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_hangers\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishwasher\",\n                    \"amenity_microwave\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_freezer\",\n                    \"amenity_stove\",\n                    \"amenity_shampoo\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 0.884,\n                \"review_check_in\": 0.916,\n                \"review_cleanliness\": 0.816,\n                \"review_communication\": 0.916,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 4.42\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 234675,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1242,\n                    \"revpar\": 643,\n                    \"guest_checkins\": 43,\n                    \"guest_nights\": 189,\n                    \"available_nights\": 329,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 140,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.973,\n                    \"adr_pctl_rank\": 0.847,\n                    \"guest_occupancy_pctl_rank\": 0.832\n                },\n                \"next_6_months\": {\n                    \"revenue\": 70453,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 992,\n                    \"revpar\": 383,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.97,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.72,\n                    \"guest_occupancy_pctl_rank\": 0.971\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1184870019437164948\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Luxe 4BR Home w/ Private Pool ~ Cristalino Summer\",\n            \"url\": \"https://www.airbnb.com/rooms/1184870019437164948\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1184870019437164948/original/235e7ae3-ca2f-492e-9f3b-ff7ed1941b45.jpeg\",\n            \"photo_count\": 63,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 13,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 11,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-07-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2826641,\n                \"longitude\": -86.0181743,\n                \"latlong_exact\": null,\n                \"city\": \"Inlet Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": null,\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Inlet Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_hot_water\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_freezer\",\n                    \"amenity_bicycles\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_washer\",\n                    \"amenity_board_games\",\n                    \"amenity_backyard\",\n                    \"amenity_private_entrance\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_window_guards\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_dining_table\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dryer\",\n                    \"amenity_smart_lock\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_dishwasher\",\n                    \"amenity_bathtub\",\n                    \"amenity_hangers\",\n                    \"amenity_trash_compactor\",\n                    \"amenity_self_check_in\",\n                    \"amenity_iron\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_portable_fans\",\n                    \"amenity_toaster\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_refrigerator\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_bed_linens\",\n                    \"amenity_baby_safety_gates\",\n                    \"amenity_body_soap\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_kitchen\",\n                    \"amenity_microwave\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_heating\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_table_corner_guards\",\n                    \"amenity_outlet_covers\",\n                    \"amenity_ev_charger\",\n                    \"amenity_parking_free\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_tv\",\n                    \"amenity_pool\",\n                    \"amenity_safe\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178459569,\n                \"host_name\": \"BeachWalk\",\n                \"host_review_count\": 2890,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 0.94,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.984,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 228826,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1308,\n                    \"revpar\": 627,\n                    \"guest_checkins\": 44,\n                    \"guest_nights\": 175,\n                    \"available_nights\": 344,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 169,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 81,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.971,\n                    \"guest_occupancy_pctl_rank\": 0.739\n                },\n                \"next_6_months\": {\n                    \"revenue\": 69369,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 1156,\n                    \"revpar\": 377,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 60,\n                    \"available_nights\": 95,\n                    \"hold_nights\": 89,\n                    \"open_nights\": 35,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 8,\n                    \"avg_booking_window\": 57,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.99,\n                    \"adr_pctl_rank\": 0.962,\n                    \"guest_occupancy_pctl_rank\": 0.941\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2303667\",\n            \"ota\": \"vrbo\",\n            \"title\": \"South Side of 30A in Rosemary! Carriage House! 6 Adult Bikes\",\n            \"url\": \"https://www.vrbo.com/2303667\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/68000000/67420000/67417000/67416906/2d680ed9_b.jpg\",\n            \"photo_count\": 48,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 17,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-11\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-06-01\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27923,\n                \"longitude\": -86.01469,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_english\",\n                    \"amenity_towels\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_dining_table\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_internet_wifi\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"callistaenterprise.se\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 228209,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 1220,\n                    \"revpar\": 683,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 187,\n                    \"available_nights\": 300,\n                    \"hold_nights\": 34,\n                    \"open_nights\": 113,\n                    \"total_nights\": 334,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 81,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.948,\n                    \"revenue_pctl_rank\": 0.962,\n                    \"adr_pctl_rank\": 0.827,\n                    \"guest_occupancy_pctl_rank\": 0.962\n                },\n                \"next_6_months\": {\n                    \"revenue\": 83320,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 1055,\n                    \"revpar\": 453,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 79,\n                    \"available_nights\": 182,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 103,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 120,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.97,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.767,\n                    \"guest_occupancy_pctl_rank\": 0.992\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_38700490\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Pelican Paradise - Unit A\",\n            \"url\": \"https://www.airbnb.com/rooms/38700490\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-38700490/original/36ebfa94-124b-47fb-a368-23d83a803f97.jpeg\",\n            \"photo_count\": 60,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_1549485\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-05-25\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.29188,\n                \"longitude\": -86.05715,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_microwave\",\n                    \"amenity_stove\",\n                    \"amenity_essentials\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_bed_linens\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pool\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_keypad\",\n                    \"amenity_oven\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishwasher\",\n                    \"amenity_washer\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_iron\",\n                    \"amenity_parking_free\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dedicated_workspace\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 166013075,\n                \"host_name\": \"Scenic Stays\",\n                \"host_review_count\": 2770,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 0.94,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"scenicstays30a.com\",\n                \"property_manager_company\": \"scenic stays\"\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 0.8,\n                \"review_check_in\": 0.9,\n                \"review_cleanliness\": 0.766,\n                \"review_communication\": 0.8,\n                \"review_location\": 0.966,\n                \"review_value\": 0.766,\n                \"review_overall\": 3.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 228208,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 1119,\n                    \"revpar\": 625,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 204,\n                    \"available_nights\": 344,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 140,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.967,\n                    \"revenue_pctl_rank\": 0.97,\n                    \"adr_pctl_rank\": 0.76,\n                    \"guest_occupancy_pctl_rank\": 0.884\n                },\n                \"next_6_months\": {\n                    \"revenue\": 25639,\n                    \"guest_occupancy\": 0.13,\n                    \"adr\": 1115,\n                    \"revpar\": 139,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 23,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 146,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.678,\n                    \"revenue_pctl_rank\": 0.667,\n                    \"adr_pctl_rank\": 0.82,\n                    \"guest_occupancy_pctl_rank\": 0.519\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_14802419\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Prime Location~Pools~30A~Watercolor Townhouse 9\",\n            \"url\": \"https://www.airbnb.com/rooms/14802419\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-14802419/original/9d4893cc-baaf-4423-b9d9-5d2fcb622735.jpeg\",\n            \"photo_count\": 66,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 8,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_475396\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"townhouse\",\n            \"bedrooms\": 3,\n            \"beds\": 5,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-09-04\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32156,\n                \"longitude\": -86.14392,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_tv\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_heating\",\n                    \"amenity_dryer\",\n                    \"amenity_bicycles\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_hangers\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_self_check_in\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bathtub\",\n                    \"amenity_iron\",\n                    \"amenity_front_water\",\n                    \"amenity_pool\",\n                    \"amenity_refrigerator\",\n                    \"amenity_stove\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bed_linens\",\n                    \"amenity_kitchen\",\n                    \"amenity_hot_water\",\n                    \"amenity_smart_lock\",\n                    \"amenity_oven\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 92458245,\n                \"host_name\": \"RealJoy\",\n                \"host_review_count\": 31946,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"realjoy.com\",\n                \"property_manager_company\": \"realjoy\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 0.914,\n                \"review_cleanliness\": 0.972,\n                \"review_communication\": 0.972,\n                \"review_location\": 1,\n                \"review_value\": 0.9720000000000001,\n                \"review_overall\": 4.79\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 3 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 224603,\n                    \"guest_occupancy\": 0.71,\n                    \"adr\": 864,\n                    \"revpar\": 615,\n                    \"guest_checkins\": 53,\n                    \"guest_nights\": 260,\n                    \"available_nights\": 330,\n                    \"hold_nights\": 35,\n                    \"open_nights\": 70,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 63,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.936,\n                    \"guest_occupancy_pctl_rank\": 0.962\n                },\n                \"next_6_months\": {\n                    \"revenue\": 66840,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 696,\n                    \"revpar\": 363,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 96,\n                    \"available_nights\": 178,\n                    \"hold_nights\": 6,\n                    \"open_nights\": 82,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.89,\n                    \"guest_occupancy_pctl_rank\": 0.997\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2227467\",\n            \"ota\": \"vrbo\",\n            \"title\": \"RARE FIND~Beachfront~Endless Ocean Views~Prime Seaside~Butterfly Bluff\",\n            \"url\": \"https://www.vrbo.com/2227467\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/66000000/65410000/65403100/65403073/f58c990d_b.jpg\",\n            \"photo_count\": 61,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_48701978\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"guest_house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-04-24\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3180979,\n                \"longitude\": -86.1332369,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": null,\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_on_the_beach\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_living_room\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_view_ocean\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_oven\",\n                    \"amenity_dining_table\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_tv\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_parking_available\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_towels\",\n                    \"amenity_washer\",\n                    \"amenity_english\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97810,\n                \"host_name\": \"RealJoy Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"realjoy.com\",\n                \"property_manager_company\": \"realjoy vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 224051,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1161,\n                    \"revpar\": 619,\n                    \"guest_checkins\": 44,\n                    \"guest_nights\": 193,\n                    \"available_nights\": 334,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 141,\n                    \"total_nights\": 362,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 42,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.893,\n                    \"revenue_pctl_rank\": 0.905,\n                    \"adr_pctl_rank\": 0.439,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                },\n                \"next_6_months\": {\n                    \"revenue\": 34369,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1011,\n                    \"revpar\": 187,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 137,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.593,\n                    \"revenue_pctl_rank\": 0.617,\n                    \"adr_pctl_rank\": 0.49,\n                    \"guest_occupancy_pctl_rank\": 0.597\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2843563\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Happy HollyDay - Private Pool!\",\n            \"url\": \"https://www.vrbo.com/2843563\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/79000000/78890000/78886100/78886042/bf6e9cd8_b.jpg\",\n            \"photo_count\": 102,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 30,\n            \"min_stay\": 5,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_641153502808695633\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 9,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2017-04-01\",\n            \"last_booking_on\": \"2025-06-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3174253,\n                \"longitude\": -86.1279673,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_kitchen_island\",\n                    \"amenity_towels\",\n                    \"amenity_toaster\",\n                    \"amenity_dining_table\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_view_water\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_heated\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_pool\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_pool_private\",\n                    \"amenity_ice_maker\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_fire_extinguisher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Scenic Stays\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2017-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"myscenicstays.com\",\n                \"property_manager_company\": \"scenic stays\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 222752,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1558,\n                    \"revpar\": 610,\n                    \"guest_checkins\": 23,\n                    \"guest_nights\": 143,\n                    \"available_nights\": 289,\n                    \"hold_nights\": 76,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 149,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.784,\n                    \"revenue_pctl_rank\": 0.83,\n                    \"adr_pctl_rank\": 0.511,\n                    \"guest_occupancy_pctl_rank\": 0.761\n                },\n                \"next_6_months\": {\n                    \"revenue\": 7469,\n                    \"guest_occupancy\": 0.04,\n                    \"adr\": 1067,\n                    \"revpar\": 41,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 7,\n                    \"available_nights\": 7,\n                    \"hold_nights\": 177,\n                    \"open_nights\": 0,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 136,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"5_lagging\",\n                    \"performance_pctl_rank\": 0.193,\n                    \"revenue_pctl_rank\": 0.193,\n                    \"adr_pctl_rank\": 0.318,\n                    \"guest_occupancy_pctl_rank\": 0.182\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1069737178148453512\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Good Times and Tan Lines - Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/1069737178148453512\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1069737178148453512/original/c95ade39-6416-4669-ad65-8718162b5fa5.jpeg\",\n            \"photo_count\": 68,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-01-30\",\n            \"last_booking_on\": \"2025-06-14\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.30798,\n                \"longitude\": -86.09938,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_shampoo\",\n                    \"amenity_hangers\",\n                    \"amenity_stove\",\n                    \"amenity_dishwasher\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_pool\",\n                    \"amenity_essentials\",\n                    \"amenity_keypad\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_oven\",\n                    \"amenity_toaster\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_private_entrance\",\n                    \"amenity_parking_free\",\n                    \"amenity_bed_linens\",\n                    \"amenity_heating\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hot_water\",\n                    \"amenity_dryer\",\n                    \"amenity_iron\",\n                    \"amenity_bicycles\",\n                    \"amenity_balcony\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_tv\",\n                    \"amenity_refrigerator\",\n                    \"amenity_washer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 168150468,\n                \"host_name\": \"Oversee\",\n                \"host_review_count\": 781,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"oversee.us\",\n                \"property_manager_company\": \"oversee\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.92,\n                \"review_communication\": 0.986,\n                \"review_location\": 0.974,\n                \"review_value\": 0.96,\n                \"review_overall\": 4.87\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 222206,\n                    \"guest_occupancy\": 0.6,\n                    \"adr\": 1019,\n                    \"revpar\": 609,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 218,\n                    \"available_nights\": 285,\n                    \"hold_nights\": 80,\n                    \"open_nights\": 67,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 120,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.966,\n                    \"adr_pctl_rank\": 0.674,\n                    \"guest_occupancy_pctl_rank\": 0.914\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74832,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 813,\n                    \"revpar\": 407,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 92,\n                    \"available_nights\": 172,\n                    \"hold_nights\": 12,\n                    \"open_nights\": 80,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 169,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.979,\n                    \"revenue_pctl_rank\": 0.979,\n                    \"adr_pctl_rank\": 0.538,\n                    \"guest_occupancy_pctl_rank\": 0.992\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3418334\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Emerald Palace by AvantStay | 10BDR w/ Private Pool & Golf Cart\",\n            \"url\": \"https://www.vrbo.com/3418334\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/95000000/94720000/94719500/94719461/ffc400f5_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 28,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 10,\n            \"beds\": 10,\n            \"bathrooms\": 9,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-27\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-01\",\n            \"last_booking_on\": \"2025-02-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3502169,\n                \"longitude\": -86.2296696,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_parking_on_site\",\n                    \"amenity_spanish\",\n                    \"amenity_parking_available\",\n                    \"amenity_towels\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_golf\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_hottub\",\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_spa_tub\",\n                    \"amenity_oven\",\n                    \"amenity_pool_private\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_microwave\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_garden\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool\",\n                    \"amenity_view_ocean\",\n                    \"amenity_smart_tv\",\n                    \"amenity_elevator\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"30A-BeachGirls\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2018-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30a-beachgirls.com\",\n                \"property_manager_company\": \"30abeachgirls\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 10 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 219706,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 2034,\n                    \"revpar\": 602,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 108,\n                    \"available_nights\": 257,\n                    \"hold_nights\": 108,\n                    \"open_nights\": 149,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 144,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.958,\n                    \"revenue_pctl_rank\": 0.952,\n                    \"adr_pctl_rank\": 0.674,\n                    \"guest_occupancy_pctl_rank\": 0.314\n                },\n                \"next_6_months\": {\n                    \"revenue\": 1974,\n                    \"guest_occupancy\": 0.01,\n                    \"adr\": 1974,\n                    \"revpar\": 11,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 1,\n                    \"available_nights\": 33,\n                    \"hold_nights\": 151,\n                    \"open_nights\": 32,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 293,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"4_below_market\",\n                    \"performance_pctl_rank\": 0.471,\n                    \"revenue_pctl_rank\": 0.143,\n                    \"adr_pctl_rank\": 0.739,\n                    \"guest_occupancy_pctl_rank\": 0.121\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2038080\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Located Across from Camp WaterColor | Luxurious 5BR/7BTH Home + Golf Cart\",\n            \"url\": \"https://www.vrbo.com/2038080\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/58000000/57280000/57272600/57272527/d6eb5575_b.jpg\",\n            \"photo_count\": 45,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-03\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-31\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32533,\n                \"longitude\": -86.13154,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_beach_nearby\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_toaster\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_english\",\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_washer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_microwave\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_oven\",\n                    \"amenity_living_room\",\n                    \"amenity_parking_available\",\n                    \"amenity_garden\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_balcony\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_fire_extinguisher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 216303,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1319,\n                    \"revpar\": 593,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 164,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 155,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 118,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.885,\n                    \"revenue_pctl_rank\": 0.901,\n                    \"adr_pctl_rank\": 0.597,\n                    \"guest_occupancy_pctl_rank\": 0.842\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51298,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 1140,\n                    \"revpar\": 279,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 45,\n                    \"available_nights\": 152,\n                    \"hold_nights\": 32,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 154,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.759,\n                    \"revenue_pctl_rank\": 0.775,\n                    \"adr_pctl_rank\": 0.613,\n                    \"guest_occupancy_pctl_rank\": 0.771\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3677198\",\n            \"ota\": \"vrbo\",\n            \"title\": \"\\\"WAVES\\\" 8 BR/8.5 BA, GOLF CART, 3 MIN WALK TO THE BEACH, Private Pool, Game Room & Tesla Charger!\",\n            \"url\": \"https://www.vrbo.com/3677198\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/100000000/99940000/99932600/99932567/3099bb68_b.jpg\",\n            \"photo_count\": 109,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 30,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-09-12\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.315844,\n                \"longitude\": -86.119384,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_beach_nearby\",\n                    \"amenity_living_room\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_tv\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_pool_private\",\n                    \"amenity_desk\",\n                    \"amenity_parking_available\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_desk_chair\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_towels\",\n                    \"amenity_pool\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_washer\",\n                    \"amenity_game_room\",\n                    \"amenity_dining_table\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_heated\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Concierge Cottages\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2023-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 215603,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1225,\n                    \"revpar\": 591,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 176,\n                    \"available_nights\": 325,\n                    \"hold_nights\": 40,\n                    \"open_nights\": 149,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.927,\n                    \"revenue_pctl_rank\": 0.948,\n                    \"adr_pctl_rank\": 0.378,\n                    \"guest_occupancy_pctl_rank\": 0.834\n                },\n                \"next_6_months\": {\n                    \"revenue\": 67261,\n                    \"guest_occupancy\": 0.34,\n                    \"adr\": 1140,\n                    \"revpar\": 384,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 59,\n                    \"available_nights\": 167,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 108,\n                    \"total_nights\": 175,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 174,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.953,\n                    \"revenue_pctl_rank\": 0.957,\n                    \"adr_pctl_rank\": 0.456,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1922327\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Newly Updated Rosemary Beach Rental w/ Gulf Views 'Stairway to Heaven Cottage'\",\n            \"url\": \"https://www.vrbo.com/1922327\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/49000000/48560000/48552800/48552768/a80e721d_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 11,\n            \"min_stay\": 3,\n            \"check_in_time\": \"15:30\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-03-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.278551,\n                \"longitude\": -86.013754,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_view_ocean\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_living_room\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_communal\",\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dining_table\",\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_water_tubing_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 245568,\n                \"host_name\": \"30A Escapes .com\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a escapes com\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 215403,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1282,\n                    \"revpar\": 628,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 168,\n                    \"available_nights\": 301,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 133,\n                    \"total_nights\": 343,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.951,\n                    \"revenue_pctl_rank\": 0.955,\n                    \"adr_pctl_rank\": 0.831,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 42414,\n                    \"guest_occupancy\": 0.23,\n                    \"adr\": 1010,\n                    \"revpar\": 231,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 42,\n                    \"available_nights\": 147,\n                    \"hold_nights\": 37,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.831,\n                    \"revenue_pctl_rank\": 0.843,\n                    \"adr_pctl_rank\": 0.707,\n                    \"guest_occupancy_pctl_rank\": 0.805\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3231774\",\n            \"ota\": \"vrbo\",\n            \"title\": \"All Decked Out Seagrove by AvantStay | Priv Pool+Hot Tub, Ocean Views!\",\n            \"url\": \"https://www.vrbo.com/3231774\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/92000000/91040000/91037200/91037130/cde62d1c_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-01\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-04-01\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3161849,\n                \"longitude\": -86.1223786,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_parking_available\",\n                    \"amenity_ice_maker\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_living_room\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_oven\",\n                    \"amenity_smart_tv\",\n                    \"amenity_hottub\",\n                    \"amenity_paper_towels\",\n                    \"amenity_spa_tub\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_view_ocean\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pool_heated\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_garden\",\n                    \"amenity_toilet_paper\",\n                    \"amenity_spanish\",\n                    \"amenity_air_conditioning\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"30A-BeachGirls\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2018-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30a-beachgirls.com\",\n                \"property_manager_company\": \"30abeachgirls\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 211760,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 1546,\n                    \"revpar\": 580,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 137,\n                    \"available_nights\": 292,\n                    \"hold_nights\": 73,\n                    \"open_nights\": 155,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 115,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.932,\n                    \"revenue_pctl_rank\": 0.937,\n                    \"adr_pctl_rank\": 0.85,\n                    \"guest_occupancy_pctl_rank\": 0.537\n                },\n                \"next_6_months\": {\n                    \"revenue\": 54609,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 1187,\n                    \"revpar\": 297,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 167,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 136,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.905,\n                    \"revenue_pctl_rank\": 0.907,\n                    \"adr_pctl_rank\": 0.74,\n                    \"guest_occupancy_pctl_rank\": 0.804\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1987586\",\n            \"ota\": \"vrbo\",\n            \"title\": \"'Rees on Wiregrass' | Private Pool, Golf Cart, Carriage House | Lake District, WaterColor, FL\",\n            \"url\": \"https://www.vrbo.com/1987586\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/54000000/53810000/53808500/53808413/627bed2b_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-01\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-07-14\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.328477149273915,\n                \"longitude\": -86.13907371038023,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_ice_maker\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_english\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_available\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_living_room\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_pool\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 209266,\n                    \"guest_occupancy\": 0.34,\n                    \"adr\": 1701,\n                    \"revpar\": 573,\n                    \"guest_checkins\": 23,\n                    \"guest_nights\": 123,\n                    \"available_nights\": 289,\n                    \"hold_nights\": 76,\n                    \"open_nights\": 166,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.952,\n                    \"revenue_pctl_rank\": 0.951,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.518\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72857,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1777,\n                    \"revpar\": 396,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 41,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 125,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.97,\n                    \"revenue_pctl_rank\": 0.968,\n                    \"adr_pctl_rank\": 0.974,\n                    \"guest_occupancy_pctl_rank\": 0.776\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2764582\",\n            \"ota\": \"vrbo\",\n            \"title\": \"New! Heated Pool - 6 min walk to Beach - In Rosemary!\",\n            \"url\": \"https://www.vrbo.com/2764582\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/78000000/77150000/77140300/77140254/93ba2b5a_b.jpg\",\n            \"photo_count\": 48,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_589847366506914540\",\n            \"best_match_confidence\": 0.74,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2014-02-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281,\n                \"longitude\": -86.0131,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_desk\",\n                    \"amenity_desk_chair\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pool\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_washer\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_heated\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_ice_maker\",\n                    \"amenity_towels\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_balcony\",\n                    \"amenity_garden\",\n                    \"amenity_dining_table\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_oven\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Coastal Vacay\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2014-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 208928,\n                    \"guest_occupancy\": 0.69,\n                    \"adr\": 829,\n                    \"revpar\": 572,\n                    \"guest_checkins\": 50,\n                    \"guest_nights\": 252,\n                    \"available_nights\": 324,\n                    \"hold_nights\": 41,\n                    \"open_nights\": 72,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.984,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.782,\n                    \"guest_occupancy_pctl_rank\": 0.989\n                },\n                \"next_6_months\": {\n                    \"revenue\": 50376,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 566,\n                    \"revpar\": 274,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 89,\n                    \"available_nights\": 165,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 76,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 201,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.972,\n                    \"revenue_pctl_rank\": 0.97,\n                    \"adr_pctl_rank\": 0.575,\n                    \"guest_occupancy_pctl_rank\": 0.998\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1041135\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Discover WaterColor Bliss: Beach Club Access, Bikes, Carriage House, and More.\",\n            \"url\": \"https://www.vrbo.com/1041135\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/23000000/22720000/22718400/22718372/80e3017f_b.jpg\",\n            \"photo_count\": 41,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-18\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2017-11-23\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3273129,\n                \"longitude\": -86.1351834,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_oven\",\n                    \"amenity_dining_table\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_golf\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_english\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48767,\n                \"host_name\": \"Sanders Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"sandersbeachrentals.com\",\n                \"property_manager_company\": \"sanders beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 208237,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1285,\n                    \"revpar\": 571,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 162,\n                    \"available_nights\": 299,\n                    \"hold_nights\": 66,\n                    \"open_nights\": 137,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.923,\n                    \"revenue_pctl_rank\": 0.93,\n                    \"adr_pctl_rank\": 0.849,\n                    \"guest_occupancy_pctl_rank\": 0.725\n                },\n                \"next_6_months\": {\n                    \"revenue\": 68251,\n                    \"guest_occupancy\": 0.31,\n                    \"adr\": 1197,\n                    \"revpar\": 371,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 57,\n                    \"available_nights\": 160,\n                    \"hold_nights\": 24,\n                    \"open_nights\": 103,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.955,\n                    \"revenue_pctl_rank\": 0.96,\n                    \"adr_pctl_rank\": 0.85,\n                    \"guest_occupancy_pctl_rank\": 0.918\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_898020362244606203\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor GULF FRONT, Golf Cart, Beach, Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/898020362244606203\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-898020362244606203/original/22c14951-bf78-48c6-b5e3-418107d4c610.jpeg\",\n            \"photo_count\": 68,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 3,\n            \"beds\": 4,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-07-04\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32244,\n                \"longitude\": -86.14313,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_wine_glasses\",\n                    \"amenity_iron\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_conditioner\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_private_entrance\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hangers\",\n                    \"amenity_shower_gel\",\n                    \"amenity_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\",\n                    \"amenity_washer\",\n                    \"amenity_tv\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_books\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_portable_fans\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_self_check_in\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_pool\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_essentials\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_stove\",\n                    \"amenity_coffee\",\n                    \"amenity_high_chair\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_cabletv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_hot_water\",\n                    \"amenity_kitchen\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_dining_table\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_board_games\",\n                    \"amenity_toaster\",\n                    \"amenity_body_soap\",\n                    \"amenity_front_water\",\n                    \"amenity_shampoo\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_hot_water\",\n                    \"amenity_keypad\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_trash_compactor\",\n                    \"amenity_bathtub\",\n                    \"amenity_balcony\",\n                    \"amenity_freezer\",\n                    \"amenity_dishwasher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 516244379,\n                \"host_name\": \"Concierge Cottages\",\n                \"host_review_count\": 79,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"myconciergecottages.com\",\n                \"property_manager_company\": \"concierge cottages\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.964,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 3 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 206104,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1102,\n                    \"revpar\": 565,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 187,\n                    \"available_nights\": 311,\n                    \"hold_nights\": 54,\n                    \"open_nights\": 124,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.992,\n                    \"guest_occupancy_pctl_rank\": 0.761\n                },\n                \"next_6_months\": {\n                    \"revenue\": 66430,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 949,\n                    \"revpar\": 361,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 70,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 96,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 145,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.978,\n                    \"guest_occupancy_pctl_rank\": 0.963\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2864022\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front! 5bed,3 bath,On the Beach! Bikes! Private Beach!\",\n            \"url\": \"https://www.vrbo.com/2864022\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/82000000/81740000/81735900/81735839/7ad25178_b.jpg\",\n            \"photo_count\": 46,\n            \"is_instant_book_enabled\": false,\n            \"max_guests\": 14,\n            \"min_stay\": 5,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2016-04-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3515895,\n                \"longitude\": -86.2480767,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": null,\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_microwave\",\n                    \"amenity_view_beach\",\n                    \"amenity_english\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_balcony\",\n                    \"amenity_books\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_toaster\",\n                    \"amenity_dining_table\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Kim & Andy\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2016-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"villagroveproperties.com\",\n                \"property_manager_company\": \"kim andy\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 205899,\n                    \"guest_occupancy\": 0.54,\n                    \"adr\": 1045,\n                    \"revpar\": 564,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 197,\n                    \"available_nights\": 295,\n                    \"hold_nights\": 70,\n                    \"open_nights\": 98,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 75,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.935,\n                    \"revenue_pctl_rank\": 0.948,\n                    \"adr_pctl_rank\": 0.665,\n                    \"guest_occupancy_pctl_rank\": 0.967\n                },\n                \"next_6_months\": {\n                    \"revenue\": 53921,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1037,\n                    \"revpar\": 293,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 159,\n                    \"hold_nights\": 25,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 124,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.913,\n                    \"revenue_pctl_rank\": 0.921,\n                    \"adr_pctl_rank\": 0.729,\n                    \"guest_occupancy_pctl_rank\": 0.879\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2054061\",\n            \"ota\": \"vrbo\",\n            \"title\": \"6 min Bike Ride to Beach! Private Pool with Lake Views in WaterColor! 5BR!\",\n            \"url\": \"https://www.vrbo.com/2054061\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/58000000/57720000/57719100/57719081/b3b1d445_b.jpg\",\n            \"photo_count\": 48,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-09-15\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.329,\n                \"longitude\": -86.142052,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_view_lake\",\n                    \"amenity_parking_available\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_private\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_heated\",\n                    \"amenity_elevator\",\n                    \"amenity_washer\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_pool_communal\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_towels\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_microwave\",\n                    \"amenity_oven\",\n                    \"amenity_living_room\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 203350,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 1463,\n                    \"revpar\": 557,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 139,\n                    \"available_nights\": 351,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 212,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 97,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.939,\n                    \"revenue_pctl_rank\": 0.945,\n                    \"adr_pctl_rank\": 0.9,\n                    \"guest_occupancy_pctl_rank\": 0.644\n                },\n                \"next_6_months\": {\n                    \"revenue\": 32432,\n                    \"guest_occupancy\": 0.12,\n                    \"adr\": 1474,\n                    \"revpar\": 176,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 22,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 161,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 55,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.769,\n                    \"revenue_pctl_rank\": 0.763,\n                    \"adr_pctl_rank\": 0.922,\n                    \"guest_occupancy_pctl_rank\": 0.459\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2021708\",\n            \"ota\": \"vrbo\",\n            \"title\": \"'Sapphire Sunset\\\"  6BR/6.5BTH + 6 Seater Golf Cart in the Lake District of WaterColor\",\n            \"url\": \"https://www.vrbo.com/2021708\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/57000000/56020000/56015500/56015488/87e16f57_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-17\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3290682,\n                \"longitude\": -86.13854352,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_ice_maker\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tennis\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dining_table\",\n                    \"amenity_balcony\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_washer\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_towels\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 202010,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1263,\n                    \"revpar\": 553,\n                    \"guest_checkins\": 27,\n                    \"guest_nights\": 160,\n                    \"available_nights\": 262,\n                    \"hold_nights\": 103,\n                    \"open_nights\": 102,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 138,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.917,\n                    \"revenue_pctl_rank\": 0.922,\n                    \"adr_pctl_rank\": 0.696,\n                    \"guest_occupancy_pctl_rank\": 0.725\n                },\n                \"next_6_months\": {\n                    \"revenue\": 47101,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 1070,\n                    \"revpar\": 256,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 44,\n                    \"available_nights\": 107,\n                    \"hold_nights\": 77,\n                    \"open_nights\": 63,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 173,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.864,\n                    \"revenue_pctl_rank\": 0.872,\n                    \"adr_pctl_rank\": 0.654,\n                    \"guest_occupancy_pctl_rank\": 0.775\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1877087\",\n            \"ota\": \"vrbo\",\n            \"title\": \"'As Good As It Gets' Gulf Views, Private Pool, Private Beach, 3 Masters, Parking\",\n            \"url\": \"https://www.vrbo.com/1877087\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/46000000/45820000/45816200/45816121/af9857cb_b.jpg\",\n            \"photo_count\": 48,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"15:30\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-03-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281478,\n                \"longitude\": -86.023264,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"unknown\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool_heated\",\n                    \"amenity_dining_table\",\n                    \"amenity_view_ocean\",\n                    \"amenity_oven\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_parking_available\",\n                    \"amenity_english\",\n                    \"amenity_pool_private\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_ice_maker\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_water_skiing_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 245568,\n                \"host_name\": \"30A Escapes.com\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a escapescom\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 200380,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1431,\n                    \"revpar\": 557,\n                    \"guest_checkins\": 23,\n                    \"guest_nights\": 140,\n                    \"available_nights\": 272,\n                    \"hold_nights\": 88,\n                    \"open_nights\": 132,\n                    \"total_nights\": 360,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 132,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.846,\n                    \"revenue_pctl_rank\": 0.87,\n                    \"adr_pctl_rank\": 0.66,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 34415,\n                    \"guest_occupancy\": 0.16,\n                    \"adr\": 1147,\n                    \"revpar\": 187,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 30,\n                    \"available_nights\": 123,\n                    \"hold_nights\": 61,\n                    \"open_nights\": 93,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.609,\n                    \"revenue_pctl_rank\": 0.621,\n                    \"adr_pctl_rank\": 0.621,\n                    \"guest_occupancy_pctl_rank\": 0.542\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3095311\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxury Home with Private Heated Pool, Boardwalk to Beach!\",\n            \"url\": \"https://www.vrbo.com/3095311\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/89000000/88850000/88847900/88847802/c11c4a17_b.jpg\",\n            \"photo_count\": 39,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_821681322238723324\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-23\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-11-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.29377,\n                \"longitude\": -86.057083,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_private\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_living_room\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_dining_table\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_microwave\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_towels\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_pool\",\n                    \"amenity_parking_available\",\n                    \"amenity_washer\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_heated\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_balcony\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 194217,\n                \"host_name\": \"Sunnyside Family with Oversee 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2003-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"oversee.us\",\n                \"property_manager_company\": \"sunnyside family with oversee 30a\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 200094,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1170,\n                    \"revpar\": 548,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 171,\n                    \"available_nights\": 311,\n                    \"hold_nights\": 54,\n                    \"open_nights\": 140,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 104,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.931,\n                    \"revenue_pctl_rank\": 0.941,\n                    \"adr_pctl_rank\": 0.768,\n                    \"guest_occupancy_pctl_rank\": 0.86\n                },\n                \"next_6_months\": {\n                    \"revenue\": 48970,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1020,\n                    \"revpar\": 266,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 120,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 161,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.883,\n                    \"revenue_pctl_rank\": 0.896,\n                    \"adr_pctl_rank\": 0.719,\n                    \"guest_occupancy_pctl_rank\": 0.85\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3480226\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Loaded Designer Cottage in the Middle of Seaside. Must See!\",\n            \"url\": \"https://www.vrbo.com/3480226\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/96000000/95700000/95694700/95694656/70c1f1ee_b.jpg\",\n            \"photo_count\": 54,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": null,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-11\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32092,\n                \"longitude\": -86.1361,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": null,\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on_premise\",\n                \"parking_cost\": \"unknown\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_indoor\",\n                    \"amenity_parking_available\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_tennis\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_pool_communal\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_heated\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_view_ocean\",\n                    \"amenity_oven\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_english\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 194264,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1782,\n                    \"revpar\": 834,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 109,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 61,\n                    \"total_nights\": 233,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 81,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.955,\n                    \"revenue_pctl_rank\": 0.934,\n                    \"adr_pctl_rank\": 0.962,\n                    \"guest_occupancy_pctl_rank\": 0.86\n                },\n                \"next_6_months\": {\n                    \"revenue\": 80244,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1486,\n                    \"revpar\": 436,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 129,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.926,\n                    \"guest_occupancy_pctl_rank\": 0.892\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3492550\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Steps to WaterColor Beach Club, Golf Cart, Gulf Front, 2 min walk to Seaside, 3 BR and sleeps 10\",\n            \"url\": \"https://www.vrbo.com/3492550\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/96000000/95860000/95852200/95852131/00d29060_b.jpg\",\n            \"photo_count\": 67,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 10,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 3,\n            \"beds\": 3,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-01\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-07-24\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32153,\n                \"longitude\": -86.143595,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_near_the_ocean\",\n                    \"amenity_parking_available\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_pool_communal\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_view_ocean\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_books\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_toaster\",\n                    \"amenity_coin_laundry\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_living_room\",\n                    \"amenity_english\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_massage\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Concierge Cottages\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2023-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 3 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 193224,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1022,\n                    \"revpar\": 529,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 189,\n                    \"available_nights\": 308,\n                    \"hold_nights\": 57,\n                    \"open_nights\": 119,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 116,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.986,\n                    \"guest_occupancy_pctl_rank\": 0.818\n                },\n                \"next_6_months\": {\n                    \"revenue\": 62388,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 832,\n                    \"revpar\": 339,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 75,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 91,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 138,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.969,\n                    \"guest_occupancy_pctl_rank\": 0.959\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_44369748\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Beauty and the Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/44369748\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-44369748/original/ba83d957-5792-4dce-a4f3-da192808857f.jpeg\",\n            \"photo_count\": 76,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2009192\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-09-14\",\n            \"last_booking_on\": \"2025-07-28\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28288,\n                \"longitude\": -86.02222,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_washer\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dishwasher\",\n                    \"amenity_private_entrance\",\n                    \"amenity_bed_linens\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_keypad\",\n                    \"amenity_self_check_in\",\n                    \"amenity_dryer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_iron\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_hangers\",\n                    \"amenity_toaster\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_kitchen\",\n                    \"amenity_balcony\",\n                    \"amenity_stove\",\n                    \"amenity_microwave\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hot_water\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_essentials\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_oven\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_tv\",\n                    \"amenity_parking_free\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 166013075,\n                \"host_name\": \"Scenic Stays\",\n                \"host_review_count\": 2770,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 0.94,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"myscenicstays.com\",\n                \"property_manager_company\": \"scenic stays\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 0.942,\n                \"review_cleanliness\": 0.958,\n                \"review_communication\": 0.986,\n                \"review_location\": 0.972,\n                \"review_value\": 0.942,\n                \"review_overall\": 4.86\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 191847,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 931,\n                    \"revpar\": 526,\n                    \"guest_checkins\": 43,\n                    \"guest_nights\": 206,\n                    \"available_nights\": 336,\n                    \"hold_nights\": 29,\n                    \"open_nights\": 130,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.927,\n                    \"revenue_pctl_rank\": 0.938,\n                    \"adr_pctl_rank\": 0.59,\n                    \"guest_occupancy_pctl_rank\": 0.884\n                },\n                \"next_6_months\": {\n                    \"revenue\": 37786,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1111,\n                    \"revpar\": 205,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 154,\n                    \"hold_nights\": 30,\n                    \"open_nights\": 120,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 110,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.838,\n                    \"revenue_pctl_rank\": 0.846,\n                    \"adr_pctl_rank\": 0.818,\n                    \"guest_occupancy_pctl_rank\": 0.666\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1941327\",\n            \"ota\": \"vrbo\",\n            \"title\": \"'Mirasol House' | Pool + Golf Cart  | WaterColor, FL | 4BR/4BA/Bonus Bunk -- Sleeps 12\",\n            \"url\": \"https://www.vrbo.com/1941327\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/50000000/49100000/49095900/49095835/d79833d7_b.jpg\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-15\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-05-30\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32476,\n                \"longitude\": -86.12433,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_towels\",\n                    \"amenity_english\",\n                    \"amenity_washer\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_pool_communal\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool\",\n                    \"amenity_microwave\",\n                    \"amenity_oven\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 187933,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1099,\n                    \"revpar\": 515,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 171,\n                    \"available_nights\": 339,\n                    \"hold_nights\": 26,\n                    \"open_nights\": 168,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 104,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.895,\n                    \"revenue_pctl_rank\": 0.907,\n                    \"adr_pctl_rank\": 0.895,\n                    \"guest_occupancy_pctl_rank\": 0.804\n                },\n                \"next_6_months\": {\n                    \"revenue\": 46643,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 972,\n                    \"revpar\": 253,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 126,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.859,\n                    \"revenue_pctl_rank\": 0.87,\n                    \"adr_pctl_rank\": 0.862,\n                    \"guest_occupancy_pctl_rank\": 0.824\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2146601\",\n            \"ota\": \"vrbo\",\n            \"title\": \"42 Flatwood St- WaterColor-  Located in the Premier Lake District\",\n            \"url\": \"https://www.vrbo.com/2146601\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/62000000/61500000/61496400/61496307/5bb9a242_b.jpg\",\n            \"photo_count\": 62,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2002-06-01\",\n            \"last_booking_on\": \"2025-06-13\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32709,\n                \"longitude\": -86.13849,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_pool_communal\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_ice_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_sauna\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_tennis\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Lanier Marshall\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"beachhabitats30a.com\",\n                \"property_manager_company\": \"lanier marshall\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 186590,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1760,\n                    \"revpar\": 521,\n                    \"guest_checkins\": 18,\n                    \"guest_nights\": 106,\n                    \"available_nights\": 191,\n                    \"hold_nights\": 167,\n                    \"open_nights\": 85,\n                    \"total_nights\": 358,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.972,\n                    \"revenue_pctl_rank\": 0.966,\n                    \"adr_pctl_rank\": 0.966,\n                    \"guest_occupancy_pctl_rank\": 0.303\n                },\n                \"next_6_months\": {\n                    \"revenue\": 22750,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1896,\n                    \"revpar\": 320,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 12,\n                    \"available_nights\": 21,\n                    \"hold_nights\": 50,\n                    \"open_nights\": 9,\n                    \"total_nights\": 71,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 158,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.86,\n                    \"revenue_pctl_rank\": 0.663,\n                    \"adr_pctl_rank\": 0.983,\n                    \"guest_occupancy_pctl_rank\": 0.601\n                }\n            }\n        }\n    ]\n}"},{"id":"950cff1c-dddc-4e74-b1f6-3f18b60e6752","name":"By Professionally Managed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"host\": {\n            \"is_professionally_managed\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 20:59:56 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"21714"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T205955Z-16cc86565ccwqzxshC1CO13a6g00000000wg00000000q5t1"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 8607,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"ota\": null,\n        \"performance\": null,\n        \"property\": null,\n        \"geo\": null,\n        \"amenity\": null,\n        \"host\": {\n            \"is_professionally_managed\": true,\n            \"property_manager_domain\": null,\n            \"is_airbnb_superhost\": null,\n            \"review_count\": null\n        }\n    },\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"vrbo_3700771\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front with Panoramic Views! Sleeps 35! Golf Cart and Bikes!\",\n            \"url\": \"https://www.vrbo.com/3700771\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/101000000/100250000/100242400/100242367/9451cf91_b.jpg\",\n            \"photo_count\": 128,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 35,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 11,\n            \"beds\": 11,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-11-17\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.290629199931463,\n                \"longitude\": -86.0515501136357,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_private\",\n                    \"amenity_ice_maker\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_view_ocean\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_available\",\n                    \"amenity_on_the_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 11 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 527929,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 2869,\n                    \"revpar\": 1446,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 242,\n                    \"hold_nights\": 123,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 186,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.862,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99692,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 3216,\n                    \"revpar\": 542,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 71,\n                    \"hold_nights\": 113,\n                    \"open_nights\": 40,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 202,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.987,\n                    \"adr_pctl_rank\": 0.95,\n                    \"guest_occupancy_pctl_rank\": 0.581\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_832507488239606057\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Harp's Haven Main and Carriage\",\n            \"url\": \"https://www.airbnb.com/rooms/832507488239606057\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-832507488239606057/original/a046ba7f-8f65-4ea5-9094-dc9e41496c88.jpeg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 10,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-08-12\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.283005,\n                \"longitude\": -86.015428,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_hair_dryer\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_essentials\",\n                    \"amenity_balcony\",\n                    \"amenity_iron\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_private_entrance\",\n                    \"amenity_tv\",\n                    \"amenity_stove\",\n                    \"amenity_body_soap\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hangers\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_shampoo\",\n                    \"amenity_toaster\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dishwasher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_heating\",\n                    \"amenity_hot_water\",\n                    \"amenity_conditioner\",\n                    \"amenity_host_greets_you\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dining_table\",\n                    \"amenity_oven\",\n                    \"amenity_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_kitchen\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_free\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_washer\",\n                    \"amenity_freezer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 295846892,\n                \"host_name\": \"Royal\",\n                \"host_review_count\": 84,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"lindsay\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 394903,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 2089,\n                    \"revpar\": 1082,\n                    \"guest_checkins\": 42,\n                    \"guest_nights\": 189,\n                    \"available_nights\": 200,\n                    \"hold_nights\": 165,\n                    \"open_nights\": 11,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 55,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.865,\n                    \"guest_occupancy_pctl_rank\": 0.888\n                },\n                \"next_6_months\": {\n                    \"revenue\": 70083,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1593,\n                    \"revpar\": 420,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 44,\n                    \"available_nights\": 160,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 116,\n                    \"total_nights\": 167,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.944,\n                    \"revenue_pctl_rank\": 0.944,\n                    \"adr_pctl_rank\": 0.742,\n                    \"guest_occupancy_pctl_rank\": 0.899\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1085477457664434141\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Big Blue Crab | Sleeps 20 | 4 King ensuites | 7BR\",\n            \"url\": \"https://www.airbnb.com/rooms/1085477457664434141\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1085477457664434141/original/2cf0b140-23fd-47d0-aca4-2fd9092147bc.jpeg\",\n            \"photo_count\": 139,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 13,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2015-03-01\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.284089,\n                \"longitude\": -86.021225,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_tv\",\n                    \"amenity_shower_gel\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_freezer\",\n                    \"amenity_toaster\",\n                    \"amenity_kitchen\",\n                    \"amenity_essentials\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_heating\",\n                    \"amenity_balcony\",\n                    \"amenity_dryer\",\n                    \"amenity_shampoo\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_portable_fans\",\n                    \"amenity_bathtub\",\n                    \"amenity_dining_table\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_front_water\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_backyard\",\n                    \"amenity_stove\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_oven\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_conditioner\",\n                    \"amenity_pool\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_crib\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_microwave\",\n                    \"amenity_coffee\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_iron\",\n                    \"amenity_refrigerator\",\n                    \"amenity_washer\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_ev_charger\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 29026031,\n                \"host_name\": \"Fivestar.Getaways\",\n                \"host_review_count\": 203,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"fivestargulfrentals.com\",\n                \"property_manager_company\": \"fivestargetaways\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 381988,\n                    \"guest_occupancy\": 0.71,\n                    \"adr\": 1475,\n                    \"revpar\": 1047,\n                    \"guest_checkins\": 60,\n                    \"guest_nights\": 259,\n                    \"available_nights\": 304,\n                    \"hold_nights\": 61,\n                    \"open_nights\": 45,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.539,\n                    \"guest_occupancy_pctl_rank\": 0.966\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65483,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 1074,\n                    \"revpar\": 356,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 61,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 115,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 143,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.933,\n                    \"revenue_pctl_rank\": 0.933,\n                    \"adr_pctl_rank\": 0.393,\n                    \"guest_occupancy_pctl_rank\": 0.955\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_782520785584225417\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Heated Pool, LSV, Bikes, Pet Friendly!\",\n            \"url\": \"https://www.airbnb.com/rooms/782520785584225417\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NzgyNTIwNzg1NTg0MjI1NDE3/original/ce730868-a470-4d0d-88ff-5cbdd2a2c76e.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3245917,\n                \"longitude\": -86.1450533,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_pool\",\n                    \"amenity_dishwasher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_smart_lock\",\n                    \"amenity_iron\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_stove\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hangers\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_parking_paid\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_shampoo\",\n                    \"amenity_lake_access\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_refrigerator\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_sound_system\",\n                    \"amenity_balcony\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_washer\",\n                    \"amenity_dining_table\",\n                    \"amenity_dryer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_toaster\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_oven\",\n                    \"amenity_kitchen\",\n                    \"amenity_tv\",\n                    \"amenity_board_games\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 21,\n                \"review_accuracy\": 0.942,\n                \"review_check_in\": 0.962,\n                \"review_cleanliness\": 0.886,\n                \"review_communication\": 0.952,\n                \"review_location\": 0.99,\n                \"review_value\": 0.9039999999999999,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374951,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1811,\n                    \"revpar\": 1027,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 207,\n                    \"available_nights\": 342,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 135,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.972,\n                    \"guest_occupancy_pctl_rank\": 0.893\n                },\n                \"next_6_months\": {\n                    \"revenue\": 107615,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1606,\n                    \"revpar\": 585,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3640796\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Newly Designed Rees Home with Private Pool\",\n            \"url\": \"https://www.vrbo.com/3640796\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/100000000/99450000/99448000/99447921/2374bdc0_b.jpg\",\n            \"photo_count\": 41,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-23\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-11\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32445,\n                \"longitude\": -86.1417,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_spices\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\",\n                    \"amenity_game_room\",\n                    \"amenity_towels\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 3,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374338,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1881,\n                    \"revpar\": 1037,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 199,\n                    \"available_nights\": 325,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 126,\n                    \"total_nights\": 361,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 124,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.97\n                },\n                \"next_6_months\": {\n                    \"revenue\": 108680,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 1598,\n                    \"revpar\": 614,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 68,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 101,\n                    \"total_nights\": 177,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 193,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.947,\n                    \"guest_occupancy_pctl_rank\": 0.977\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_623000767908867030\",\n            \"ota\": \"airbnb\",\n            \"title\": \"President Row WaterColor! Pool, LSV, Steps 2 Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/623000767908867030\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjIzMDAwNzY3OTA4ODY3MDMw/original/e685792a-4c9f-4bbd-8501-6163421befc3.jpeg\",\n            \"photo_count\": 143,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 16,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-07-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324094772338867,\n                \"longitude\": -86.14459991455078,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dining_table\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_backyard\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_bicycles\",\n                    \"amenity_sound_system\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_fire_pit\",\n                    \"amenity_smart_lock\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_body_soap\",\n                    \"amenity_shower_gel\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_shampoo\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_iron\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_books\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_paid\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_conditioner\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_freezer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_lake_access\",\n                    \"amenity_hangers\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_self_check_in\",\n                    \"amenity_stove\",\n                    \"amenity_kitchen\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_board_games\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_washer\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_dishwasher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 24,\n                \"review_accuracy\": 0.966,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 0.95,\n                \"review_communication\": 0.976,\n                \"review_location\": 0.992,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.71\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374004,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 2397,\n                    \"revpar\": 1025,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 246,\n                    \"hold_nights\": 119,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.921,\n                    \"guest_occupancy_pctl_rank\": 0.809\n                },\n                \"next_6_months\": {\n                    \"revenue\": 109455,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2329,\n                    \"revpar\": 595,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 153,\n                    \"hold_nights\": 31,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.899\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2668952\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Large Pool, Luxury 6BR Home South of 30a on Boardwalk F in Rosemary Beach, 2 Minutes from Dining\",\n            \"url\": \"https://www.vrbo.com/2668952\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75700000/75699800/75699793/e8161a05_b.jpg\",\n            \"photo_count\": 71,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-10\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2791653,\n                \"longitude\": -86.0157365,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_desk\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_living_room\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_elevator\",\n                    \"amenity_parking_available\",\n                    \"amenity_balcony\",\n                    \"amenity_office\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_english\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool_heated\",\n                    \"amenity_pool_communal\",\n                    \"amenity_washer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_beach_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1119808,\n                \"host_name\": \"30-A Beach Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2015-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30abeachproperties.com\",\n                \"property_manager_company\": \"30a beach properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 24,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 372284,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 2023,\n                    \"revpar\": 1020,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 345,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.913,\n                    \"guest_occupancy_pctl_rank\": 0.913\n                },\n                \"next_6_months\": {\n                    \"revenue\": 56202,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1606,\n                    \"revpar\": 305,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 141,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.814,\n                    \"revenue_pctl_rank\": 0.822,\n                    \"adr_pctl_rank\": 0.854,\n                    \"guest_occupancy_pctl_rank\": 0.648\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2659360\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Oasis Cottage & Carriage House-Luxurious, Breathtaking Gulf Front in Rosemary\",\n            \"url\": \"https://www.vrbo.com/2659360\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75270000/75264700/75264627/1a91e723_b.jpg\",\n            \"photo_count\": 54,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-03-06\",\n            \"last_booking_on\": \"2025-07-10\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.276591712927875,\n                \"longitude\": -86.01295712516594,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_ice_maker\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tennis\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_towels\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_golf\",\n                    \"amenity_near_the_bay\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 26,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 365093,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 2148,\n                    \"revpar\": 1000,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 170,\n                    \"available_nights\": 316,\n                    \"hold_nights\": 49,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.941,\n                    \"guest_occupancy_pctl_rank\": 0.866\n                },\n                \"next_6_months\": {\n                    \"revenue\": 151388,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2132,\n                    \"revpar\": 823,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 131,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1079647394200421027\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Prime WaterColor Phase 1! With free LSV & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/1079647394200421027\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTA3OTY0NzM5NDIwMDQyMTAyNw%3D%3D/original/61c37821-9f46-4bc7-93ef-4196c164423a.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-16\",\n            \"last_booking_on\": \"2025-07-19\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3256165,\n                \"longitude\": -86.1449475,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_board_games\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_dining_table\",\n                    \"amenity_conditioner\",\n                    \"amenity_sound_system\",\n                    \"amenity_washer\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_kitchen\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_pool\",\n                    \"amenity_hot_water\",\n                    \"amenity_tv\",\n                    \"amenity_front_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_refrigerator\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_parking_free\",\n                    \"amenity_backyard\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_bicycles\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hangers\",\n                    \"amenity_freezer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishwasher\",\n                    \"amenity_body_soap\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_oven\",\n                    \"amenity_heating\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_safe\",\n                    \"amenity_lake_access\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_private_entrance\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.974,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.96,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 357075,\n                    \"guest_occupancy\": 0.73,\n                    \"adr\": 1332,\n                    \"revpar\": 978,\n                    \"guest_checkins\": 54,\n                    \"guest_nights\": 268,\n                    \"available_nights\": 354,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 86,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 90,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.662,\n                    \"guest_occupancy_pctl_rank\": 0.982\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75923,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1356,\n                    \"revpar\": 413,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 149,\n                    \"hold_nights\": 35,\n                    \"open_nights\": 93,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 181,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.924,\n                    \"revenue_pctl_rank\": 0.927,\n                    \"adr_pctl_rank\": 0.756,\n                    \"guest_occupancy_pctl_rank\": 0.88\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_838575\",\n            \"ota\": \"vrbo\",\n            \"title\": \"WaterColor Luxury on 30A! 63 Western Lake, Park District, Pool, 7 Bdrms, Slps 16+\",\n            \"url\": \"https://www.vrbo.com/838575\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/24000000/23090000/23089100/23089078/edd4c6dd_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-13\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2016-06-04\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.322122,\n                \"longitude\": -86.143135,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\",\n                    \"amenity_living_room\",\n                    \"amenity_balcony\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool_communal\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 34,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 355402,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 2019,\n                    \"revpar\": 974,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 176,\n                    \"available_nights\": 337,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 146,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.977,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.807,\n                    \"guest_occupancy_pctl_rank\": 0.932\n                },\n                \"next_6_months\": {\n                    \"revenue\": 82873,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1727,\n                    \"revpar\": 450,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 164,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 116,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 181,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.898,\n                    \"revenue_pctl_rank\": 0.898,\n                    \"adr_pctl_rank\": 0.784,\n                    \"guest_occupancy_pctl_rank\": 0.875\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_47952333\",\n            \"ota\": \"airbnb\",\n            \"title\": \"\\\"Breakers + Carriage House\\\" | Seaside|4 Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/47952333\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-47952333/original/ecda7b3d-044b-4252-852e-04935740e7a8.jpeg\",\n            \"photo_count\": 152,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 12,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-07\",\n            \"last_booking_on\": \"2025-06-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3210567,\n                \"longitude\": -86.1397785,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen\",\n                    \"amenity_dryer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_refrigerator\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_smart_lock\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_stove\",\n                    \"amenity_oven\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_freezer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_hot_water\",\n                    \"amenity_heating\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_iron\",\n                    \"amenity_high_chair\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_balcony\",\n                    \"amenity_tv\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_parking_free\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 149257844,\n                \"host_name\": \"Paradise30A\",\n                \"host_review_count\": 683,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"paradise30a.com\",\n                \"property_manager_company\": \"paradise30a\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 354119,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1771,\n                    \"revpar\": 970,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 200,\n                    \"available_nights\": 342,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.966,\n                    \"revenue_pctl_rank\": 0.966,\n                    \"adr_pctl_rank\": 0.742,\n                    \"guest_occupancy_pctl_rank\": 0.933\n                },\n                \"next_6_months\": {\n                    \"revenue\": 61707,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1991,\n                    \"revpar\": 335,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 162,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 131,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.91,\n                    \"adr_pctl_rank\": 0.944,\n                    \"guest_occupancy_pctl_rank\": 0.663\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_644180853723375686\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor LUX! Pool, Spa, FirePit, LSV, & Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/644180853723375686\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjQ0MTgwODUzNzIzMzc1Njg2/original/f82e443e-db37-486d-8a22-9a5b10bc0825.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-15\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32720549999999,\n                \"longitude\": -86.1400232,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2649,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 33,\n                \"review_accuracy\": 0.982,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.964,\n                \"review_location\": 1,\n                \"review_value\": 0.958,\n                \"review_overall\": 4.91\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 352561,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1846,\n                    \"revpar\": 966,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 191,\n                    \"available_nights\": 345,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 154,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.869\n                },\n                \"next_6_months\": {\n                    \"revenue\": 120500,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1799,\n                    \"revpar\": 655,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.953,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3347120\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Holiday Availability! Elegant Rosemary Beach! 5 Adult Bikes! Walkable to Town! Private Pool!\",\n            \"url\": \"https://www.vrbo.com/3347120\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/93000000/92790000/92783200/92783112/c4960b9b_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 17,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-23\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279402957440546,\n                \"longitude\": -86.01751917313184,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pool\",\n                    \"amenity_pool_private\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_balcony\",\n                    \"amenity_view_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_english\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool_communal\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"callistaenterprise.se\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 348940,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1960,\n                    \"revpar\": 1042,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 178,\n                    \"available_nights\": 303,\n                    \"hold_nights\": 32,\n                    \"open_nights\": 125,\n                    \"total_nights\": 335,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 68,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                },\n                \"next_6_months\": {\n                    \"revenue\": 117219,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1563,\n                    \"revpar\": 637,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 75,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 101,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.939,\n                    \"guest_occupancy_pctl_rank\": 0.99\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2902203\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Loaded Luxe Home with Pool and Carriage House, 3 Minutes to Camp WaterColor\",\n            \"url\": \"https://www.vrbo.com/2902203\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/84000000/83060000/83057000/83056963/0921a0d5_b.jpg\",\n            \"photo_count\": 63,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-22\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-18\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324216,\n                \"longitude\": -86.126042,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_tennis\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_living_room\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_pool_communal\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchenette\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 27,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 346353,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1862,\n                    \"revpar\": 949,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 186,\n                    \"available_nights\": 320,\n                    \"hold_nights\": 45,\n                    \"open_nights\": 134,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 89,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.929\n                },\n                \"next_6_months\": {\n                    \"revenue\": 141365,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1625,\n                    \"revpar\": 768,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 87,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 94,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.997\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2025921\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front in the Middle of Seaside! Elevator, Heated Community Pools, Bikes\",\n            \"url\": \"https://www.vrbo.com/2025921\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/57000000/56550000/56548900/56548895/3dd97cfb_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-09-04\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.1394,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_elevator\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_heated\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_tennis\",\n                    \"amenity_towels\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_garden\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_available\",\n                    \"amenity_view_beach\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 32,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 345641,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 2857,\n                    \"revpar\": 947,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 121,\n                    \"available_nights\": 273,\n                    \"hold_nights\": 92,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 66,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.481\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99329,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 2483,\n                    \"revpar\": 540,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 142,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.999,\n                    \"guest_occupancy_pctl_rank\": 0.776\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2746345\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Serenity Now Cottage— Private Pool & Carriage House, Bikes, *Newly Remodeled*\",\n            \"url\": \"https://www.vrbo.com/2746345\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/77000000/76890000/76889700/76889682/e74fcbb2_b.jpg\",\n            \"photo_count\": 65,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-07-14\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.277206,\n                \"longitude\": -86.01295,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_ice_maker\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_towels\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_available\",\n                    \"amenity_microwave\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_dining_table\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_balcony\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_pool_communal\",\n                    \"amenity_internet_wifi\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 341750,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1909,\n                    \"revpar\": 936,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 179,\n                    \"available_nights\": 236,\n                    \"hold_nights\": 129,\n                    \"open_nights\": 57,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 132,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.877,\n                    \"guest_occupancy_pctl_rank\": 0.893\n                },\n                \"next_6_months\": {\n                    \"revenue\": 111477,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1689,\n                    \"revpar\": 606,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 66,\n                    \"available_nights\": 106,\n                    \"hold_nights\": 78,\n                    \"open_nights\": 40,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 168,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.897,\n                    \"guest_occupancy_pctl_rank\": 0.976\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1565387\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Magnificent Luxury 30A Getaway w/ Huge Pool & Rooftop Deck!\",\n            \"url\": \"https://www.vrbo.com/1565387\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/35000000/34920000/34914500/34914432/c66e0989_b.jpg\",\n            \"photo_count\": 69,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 26,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 9,\n            \"beds\": 9,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-07-20\",\n            \"last_booking_on\": \"2025-07-12\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.353079,\n                \"longitude\": -86.2490957,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_towels\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_pool\",\n                    \"amenity_view_ocean\",\n                    \"amenity_dining_table\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_pool_heated\",\n                    \"amenity_microwave\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_game_room\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_english\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1060391,\n                \"host_name\": \"Five Star Properties and Bliss Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"fivestargulfrentals.com\",\n                \"property_manager_company\": \"five star properties and bliss beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 7,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 9 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 341215,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1906,\n                    \"revpar\": 935,\n                    \"guest_checkins\": 33,\n                    \"guest_nights\": 179,\n                    \"available_nights\": 298,\n                    \"hold_nights\": 67,\n                    \"open_nights\": 119,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 158,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.536,\n                    \"guest_occupancy_pctl_rank\": 0.869\n                },\n                \"next_6_months\": {\n                    \"revenue\": 38120,\n                    \"guest_occupancy\": 0.11,\n                    \"adr\": 1906,\n                    \"revpar\": 207,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 20,\n                    \"available_nights\": 141,\n                    \"hold_nights\": 43,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 223,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.524,\n                    \"revenue_pctl_rank\": 0.512,\n                    \"adr_pctl_rank\": 0.798,\n                    \"guest_occupancy_pctl_rank\": 0.381\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289129773339531\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Just for Fun Main and Carriage\",\n            \"url\": \"https://www.airbnb.com/rooms/651289129773339531\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289129773339531/original/7fabdda2-b41d-433d-b1dc-37afc4f8680d.jpeg\",\n            \"photo_count\": 56,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 13,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2600651\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 9,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-09-25\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32277,\n                \"longitude\": -86.13935,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_building_staff\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_gym\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_sound_system\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 331036,\n                    \"guest_occupancy\": 0.64,\n                    \"adr\": 1421,\n                    \"revpar\": 907,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 233,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                },\n                \"next_6_months\": {\n                    \"revenue\": 63700,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1249,\n                    \"revpar\": 346,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 51,\n                    \"available_nights\": 179,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.903\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_899166452827949457\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Bluegrass by AvantStay | Downtown + Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/899166452827949457\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-899166452827949457/original/1e4b41d6-1069-441d-94a4-1904939cc1ec.jpeg\",\n            \"photo_count\": 44,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-24\",\n            \"last_booking_on\": \"2025-05-14\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27863,\n                \"longitude\": -86.01631,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_microwave\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_bathtub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_toaster\",\n                    \"amenity_body_soap\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_parking_free\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_shower_gel\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_freezer\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishwasher\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_kitchen\",\n                    \"amenity_conditioner\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_backyard\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_pool\",\n                    \"amenity_essentials\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_oven\",\n                    \"amenity_smart_lock\",\n                    \"amenity_barbecue_utensils\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 98745888,\n                \"host_name\": \"30A Beach Girls By AvantStay\",\n                \"host_review_count\": 1216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 0.99,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a beach\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.6,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.8,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 328079,\n                    \"guest_occupancy\": 0.54,\n                    \"adr\": 1674,\n                    \"revpar\": 899,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 196,\n                    \"available_nights\": 307,\n                    \"hold_nights\": 58,\n                    \"open_nights\": 111,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.99,\n                    \"guest_occupancy_pctl_rank\": 0.84\n                },\n                \"next_6_months\": {\n                    \"revenue\": 108577,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1410,\n                    \"revpar\": 590,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 77,\n                    \"available_nights\": 113,\n                    \"hold_nights\": 71,\n                    \"open_nights\": 36,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 166,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2021014\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Beach Front Seaside, Florida Home | Close to Town Center | Outside the Box\",\n            \"url\": \"https://www.vrbo.com/2021014\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/56000000/55620000/55614200/55614170/de08880c_b.jpg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-02\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-17\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.13971,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_english\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 19,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 323513,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1787,\n                    \"revpar\": 886,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 181,\n                    \"available_nights\": 337,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 156,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.856\n                },\n                \"next_6_months\": {\n                    \"revenue\": 97134,\n                    \"guest_occupancy\": 0.32,\n                    \"adr\": 1675,\n                    \"revpar\": 528,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 58,\n                    \"available_nights\": 163,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.994,\n                    \"guest_occupancy_pctl_rank\": 0.946\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_53235395\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor with LSV, 10 Bikes & Carriage House!\",\n            \"url\": \"https://www.airbnb.com/rooms/53235395\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-53235395/original/38851f39-6709-4e7c-810b-09a3f2f2f5e2.jpeg\",\n            \"photo_count\": 120,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 10,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-03-12\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327983856201172,\n                \"longitude\": -86.1385269165039,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_dryer\",\n                    \"amenity_front_water\",\n                    \"amenity_keypad\",\n                    \"amenity_heating\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_self_check_in\",\n                    \"amenity_private_entrance\",\n                    \"amenity_kitchen\",\n                    \"amenity_dishwasher\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_washer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_parking_paid\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_backyard\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dining_table\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_shampoo\",\n                    \"amenity_board_games\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_balcony\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_iron\",\n                    \"amenity_lake_access\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_pool\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_body_soap\",\n                    \"amenity_hangers\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_freezer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_conditioner\",\n                    \"amenity_bicycles\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_sound_system\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hot_water\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_shower_gel\",\n                    \"amenity_parking_free\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 34,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.988,\n                \"review_cleanliness\": 0.93,\n                \"review_communication\": 0.988,\n                \"review_location\": 1,\n                \"review_value\": 0.942,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 321871,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1601,\n                    \"revpar\": 882,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 201,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 101,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.836,\n                    \"guest_occupancy_pctl_rank\": 0.909\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74933,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1388,\n                    \"revpar\": 407,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 134,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.916,\n                    \"revenue_pctl_rank\": 0.924,\n                    \"adr_pctl_rank\": 0.778,\n                    \"guest_occupancy_pctl_rank\": 0.858\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2579797\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Terra Casa Cottage & Carriage House - Gulf Views over the Eastern Green\",\n            \"url\": \"https://www.vrbo.com/2579797\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/74000000/73640000/73638400/73638391/9565b174_b.jpg\",\n            \"photo_count\": 80,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-12-26\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.277331,\n                \"longitude\": -86.01456,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_tennis\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_living_room\",\n                    \"amenity_view_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_golf\",\n                    \"amenity_microwave\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_washer\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_communal\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 16,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 316572,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1567,\n                    \"revpar\": 899,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 202,\n                    \"available_nights\": 246,\n                    \"hold_nights\": 106,\n                    \"open_nights\": 44,\n                    \"total_nights\": 352,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.944\n                },\n                \"next_6_months\": {\n                    \"revenue\": 79790,\n                    \"guest_occupancy\": 0.27,\n                    \"adr\": 1628,\n                    \"revpar\": 436,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 49,\n                    \"available_nights\": 131,\n                    \"hold_nights\": 52,\n                    \"open_nights\": 82,\n                    \"total_nights\": 183,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 143,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.993,\n                    \"guest_occupancy_pctl_rank\": 0.901\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_605262\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Private Heated Pool & Sitting Spa! Fantastic Amenities! Books up fast!\",\n            \"url\": \"https://www.vrbo.com/605262\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/22000000/21710000/21702000/21701938/828b04ad_b.jpg\",\n            \"photo_count\": 68,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-11\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2014-07-31\",\n            \"last_booking_on\": \"2025-07-13\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3229798,\n                \"longitude\": -86.1294072,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_private\",\n                    \"amenity_game_room\",\n                    \"amenity_toaster\",\n                    \"amenity_oven\",\n                    \"amenity_towels\",\n                    \"amenity_pool\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_ice_maker\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_elevator\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 314319,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2399,\n                    \"revpar\": 933,\n                    \"guest_checkins\": 21,\n                    \"guest_nights\": 131,\n                    \"available_nights\": 304,\n                    \"hold_nights\": 33,\n                    \"open_nights\": 173,\n                    \"total_nights\": 337,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.98,\n                    \"revenue_pctl_rank\": 0.98,\n                    \"adr_pctl_rank\": 0.976,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74287,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1857,\n                    \"revpar\": 404,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 153,\n                    \"hold_nights\": 31,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.925,\n                    \"revenue_pctl_rank\": 0.925,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.715\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2216302\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Stay Here in the Holidays! Mary Rose - Private Pool! Carriage House! Great Rosemary Location!\",\n            \"url\": \"https://www.vrbo.com/2216302\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64700000/64695800/64695746/a7196383_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-03-17\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27853,\n                \"longitude\": -86.01271,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_towels\",\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_communal\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"callistaenterprise.se\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 8,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 314102,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2804,\n                    \"revpar\": 1087,\n                    \"guest_checkins\": 18,\n                    \"guest_nights\": 112,\n                    \"available_nights\": 146,\n                    \"hold_nights\": 143,\n                    \"open_nights\": 34,\n                    \"total_nights\": 289,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.992,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 111985,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 2489,\n                    \"revpar\": 609,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 45,\n                    \"available_nights\": 81,\n                    \"hold_nights\": 103,\n                    \"open_nights\": 36,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 191,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.775\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1218045845607924293\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Pool, LSV, Bikes! Sleeps 22! By WaterColor Slides!\",\n            \"url\": \"https://www.airbnb.com/rooms/1218045845607924293\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIxODA0NTg0NTYwNzkyNDI5Mw==/original/4254ed34-8124-4ee3-a82e-e014fb10722f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 15,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-08-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.325192,\n                \"longitude\": -86.130757,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.98,\n                \"review_location\": 1,\n                \"review_value\": 0.9400000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 310000,\n                    \"guest_occupancy\": 0.58,\n                    \"adr\": 1558,\n                    \"revpar\": 904,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 199,\n                    \"available_nights\": 314,\n                    \"hold_nights\": 29,\n                    \"open_nights\": 115,\n                    \"total_nights\": 343,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.985,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.818,\n                    \"guest_occupancy_pctl_rank\": 0.935\n                },\n                \"next_6_months\": {\n                    \"revenue\": 129191,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1700,\n                    \"revpar\": 702,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 76,\n                    \"available_nights\": 177,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 101,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.92,\n                    \"guest_occupancy_pctl_rank\": 0.967\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1050603399021026817\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Poppy's Cottage - Carriage House, Heated Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/1050603399021026817\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1050603399021026817/original/2dcf4a9e-eb25-4a7c-8d9c-ae631f5fb5dd.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 12,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-01-06\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2806545,\n                \"longitude\": -86.0130941,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_private_entrance\",\n                    \"amenity_dining_table\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_tv\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hot_water\",\n                    \"amenity_washer\",\n                    \"amenity_backyard\",\n                    \"amenity_shampoo\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_body_soap\",\n                    \"amenity_microwave\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_smart_lock\",\n                    \"amenity_high_chair\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_shower_gel\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_portable_fans\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_kitchen\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 364703335,\n                \"host_name\": \"Coast\",\n                \"host_review_count\": 307,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"coast-properties.com\",\n                \"property_manager_company\": \"coast property management\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306869,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1582,\n                    \"revpar\": 841,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 194,\n                    \"available_nights\": 284,\n                    \"hold_nights\": 81,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.852\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65591,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1682,\n                    \"revpar\": 356,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 145,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 74,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.961,\n                    \"revenue_pctl_rank\": 0.961,\n                    \"adr_pctl_rank\": 0.979,\n                    \"guest_occupancy_pctl_rank\": 0.755\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1071733668525146699\",\n            \"ota\": \"airbnb\",\n            \"title\": \"30 Love Main House\",\n            \"url\": \"https://www.airbnb.com/rooms/1071733668525146699\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1071733668525146699/original/0dc812a9-3105-4cf5-bf35-c8fc0ef3ab3e.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-04-28\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27885,\n                \"longitude\": -86.01358,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dishwasher\",\n                    \"amenity_gym\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_pool\",\n                    \"amenity_parking_free\",\n                    \"amenity_hot_water\",\n                    \"amenity_toaster\",\n                    \"amenity_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_building_staff\",\n                    \"amenity_kitchen\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bicycles\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_essentials\",\n                    \"amenity_bed_linens\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_backyard\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_stove\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306529,\n                    \"guest_occupancy\": 0.6,\n                    \"adr\": 1400,\n                    \"revpar\": 840,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 219,\n                    \"available_nights\": 361,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 67,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.904\n                },\n                \"next_6_months\": {\n                    \"revenue\": 54998,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1618,\n                    \"revpar\": 299,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 141,\n                    \"hold_nights\": 43,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 91,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.976,\n                    \"adr_pctl_rank\": 0.997,\n                    \"guest_occupancy_pctl_rank\": 0.743\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_665374509582628671\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor Park District! LSV, Bikes, Pet Friendly\",\n            \"url\": \"https://www.airbnb.com/rooms/665374509582628671\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-665374509582628671/original/688537df-b3d2-4b4f-98c5-681c81d623ba.jpeg\",\n            \"photo_count\": 104,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 11,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324825,\n                \"longitude\": -86.144033,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_tv\",\n                    \"amenity_essentials\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free\",\n                    \"amenity_balcony\",\n                    \"amenity_stove\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_shower_gel\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_front_water\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pool\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_oven\",\n                    \"amenity_self_check_in\",\n                    \"amenity_toaster\",\n                    \"amenity_lake_access\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_body_soap\",\n                    \"amenity_board_games\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_dining_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_freezer\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_conditioner\",\n                    \"amenity_iron\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishwasher\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_shampoo\",\n                    \"amenity_hot_water\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smart_lock\",\n                    \"amenity_heating\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": 0.958,\n                \"review_check_in\": 0.98,\n                \"review_cleanliness\": 0.896,\n                \"review_communication\": 0.958,\n                \"review_location\": 0.994,\n                \"review_value\": 0.9099999999999999,\n                \"review_overall\": 4.76\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303804,\n                    \"guest_occupancy\": 0.82,\n                    \"adr\": 1019,\n                    \"revpar\": 832,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 298,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 4,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 8,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.677,\n                    \"guest_occupancy_pctl_rank\": 0.988\n                },\n                \"next_6_months\": {\n                    \"revenue\": 104017,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 1010,\n                    \"revpar\": 565,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 103,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 70,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 139,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.735,\n                    \"guest_occupancy_pctl_rank\": 0.996\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158344019181598\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Renaissance\",\n            \"url\": \"https://www.airbnb.com/rooms/725158344019181598\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158344019181598/original/c564c045-18fb-4545-b4ff-933e912ff1b2.jpeg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-26\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27638,\n                \"longitude\": -86.01508,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_shampoo\",\n                    \"amenity_gym\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_balcony\",\n                    \"amenity_sound_system\",\n                    \"amenity_self_check_in\",\n                    \"amenity_bed_linens\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_stove\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_building_staff\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_iron\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_washer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 0.9,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.9,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.85,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303317,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1743,\n                    \"revpar\": 831,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 174,\n                    \"available_nights\": 281,\n                    \"hold_nights\": 84,\n                    \"open_nights\": 107,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.969,\n                    \"guest_occupancy_pctl_rank\": 0.768\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75279,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 2035,\n                    \"revpar\": 409,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.719\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3302610\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Book Your Holiday Stay Now! Private Pool! 9 Adult Bikes! Elevator!\",\n            \"url\": \"https://www.vrbo.com/3302610\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/93000000/92020000/92017000/92016969/f750cf92_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-23\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28075933304868,\n                \"longitude\": -86.02172426402082,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_towels\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_elevator\",\n                    \"amenity_washer\",\n                    \"amenity_view_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 302840,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1594,\n                    \"revpar\": 830,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 190,\n                    \"available_nights\": 346,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 156,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.924,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                },\n                \"next_6_months\": {\n                    \"revenue\": 69768,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1269,\n                    \"revpar\": 379,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 55,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 137,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.96,\n                    \"revenue_pctl_rank\": 0.962,\n                    \"adr_pctl_rank\": 0.864,\n                    \"guest_occupancy_pctl_rank\": 0.911\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2027566\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Views and Private Pool - 2657 E County Hwy 30A by Royal Destinations\",\n            \"url\": \"https://www.vrbo.com/2027566\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/57000000/56970000/56968300/56968229/6647ddaa_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-22\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-31\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.317752,\n                \"longitude\": -86.131404,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_parking_available\",\n                    \"amenity_elevator\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_microwave\",\n                    \"amenity_view_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_oven\",\n                    \"amenity_english\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_dining_table\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_balcony\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 30997,\n                \"host_name\": \"Royal Destinations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"royal destinations\"\n            },\n            \"reviews\": {\n                \"review_count\": 26,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 300557,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1927,\n                    \"revpar\": 864,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 306,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 150,\n                    \"total_nights\": 348,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.972,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.885,\n                    \"guest_occupancy_pctl_rank\": 0.842\n                },\n                \"next_6_months\": {\n                    \"revenue\": 49123,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1535,\n                    \"revpar\": 274,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 32,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 9,\n                    \"open_nights\": 138,\n                    \"total_nights\": 179,\n                    \"avg_length_of_stay\": 8,\n                    \"avg_booking_window\": 185,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.763,\n                    \"revenue_pctl_rank\": 0.755,\n                    \"adr_pctl_rank\": 0.834,\n                    \"guest_occupancy_pctl_rank\": 0.597\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_920313661950083842\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Loaded WaterColor Home! Pool, Spa, LSV, & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/920313661950083842\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTIwMzEzNjYxOTUwMDgzODQy/original/08e3c32b-a35f-4bc3-a125-1d0e2cc39b3f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 11,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-22\",\n            \"last_booking_on\": \"2025-07-28\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3257564,\n                \"longitude\": -86.1386162,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishwasher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_body_soap\",\n                    \"amenity_bicycles\",\n                    \"amenity_toaster\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_washer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_conditioner\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_shower_gel\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_board_games\",\n                    \"amenity_lake_access\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_kitchen\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_iron\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shampoo\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_hottub\",\n                    \"amenity_tv\",\n                    \"amenity_backyard\",\n                    \"amenity_pool\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_oven\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_balcony\",\n                    \"amenity_essentials\",\n                    \"amenity_bathtub\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_bed_linens\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.982,\n                \"review_cleanliness\": 0.982,\n                \"review_communication\": 0.946,\n                \"review_location\": 1,\n                \"review_value\": 0.9640000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 296246,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 1899,\n                    \"revpar\": 812,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 308,\n                    \"hold_nights\": 57,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 102,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                },\n                \"next_6_months\": {\n                    \"revenue\": 104617,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2180,\n                    \"revpar\": 569,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2038480\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Views South Side 30A Private Pool Rental High Noon 1 Minute to Beach Access\",\n            \"url\": \"https://www.vrbo.com/2038480\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/58000000/57300000/57291500/57291437/f32fdbbc_b.jpg\",\n            \"photo_count\": 61,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 28,\n            \"min_stay\": 3,\n            \"check_in_time\": \"15:30\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"guest_house\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-28\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-31\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281725,\n                \"longitude\": -86.022753,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_ice_maker\",\n                    \"amenity_living_room\",\n                    \"amenity_oven\",\n                    \"amenity_toaster\",\n                    \"amenity_balcony\",\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_private\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 245568,\n                \"host_name\": \"30A Escapes .com\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a escapes com\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 288873,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 2675,\n                    \"revpar\": 807,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 108,\n                    \"available_nights\": 297,\n                    \"hold_nights\": 61,\n                    \"open_nights\": 189,\n                    \"total_nights\": 358,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.464\n                },\n                \"next_6_months\": {\n                    \"revenue\": 66887,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1967,\n                    \"revpar\": 364,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 167,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 191,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.774,\n                    \"revenue_pctl_rank\": 0.81,\n                    \"adr_pctl_rank\": 0.905,\n                    \"guest_occupancy_pctl_rank\": 0.583\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_239026\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front With Private Pool- Grayton Dream By Royal Destinations\",\n            \"url\": \"https://www.vrbo.com/239026\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/22000000/21710000/21709400/21709361/0825cd72_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2010-06-19\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.328692,\n                \"longitude\": -86.164943,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_hair_dryer\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_english\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_view_ocean\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_living_room\",\n                    \"amenity_pool_heated\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 30997,\n                \"host_name\": \"Royal Destinations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"royal destinations\"\n            },\n            \"reviews\": {\n                \"review_count\": 94,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286317,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 2186,\n                    \"revpar\": 798,\n                    \"guest_checkins\": 21,\n                    \"guest_nights\": 131,\n                    \"available_nights\": 332,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 201,\n                    \"total_nights\": 359,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.968,\n                    \"revenue_pctl_rank\": 0.968,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.64\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65359,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 1816,\n                    \"revpar\": 355,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 36,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 134,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 156,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.893,\n                    \"revenue_pctl_rank\": 0.881,\n                    \"adr_pctl_rank\": 0.933,\n                    \"guest_occupancy_pctl_rank\": 0.668\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3367081\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Must See in Watercolor! Private Pool, Outdoor Lounge, Golf Cart, Bikes, and More\",\n            \"url\": \"https://www.vrbo.com/3367081\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/94000000/93090000/93081100/93081004/3bc59fce_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-06-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327669,\n                \"longitude\": -86.139519,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_tennis\",\n                    \"amenity_parking_available\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_communal\",\n                    \"amenity_office\",\n                    \"amenity_game_room\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_heated\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_microwave\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286312,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1847,\n                    \"revpar\": 807,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 299,\n                    \"hold_nights\": 56,\n                    \"open_nights\": 144,\n                    \"total_nights\": 355,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 97,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.725\n                },\n                \"next_6_months\": {\n                    \"revenue\": 78461,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1509,\n                    \"revpar\": 426,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 132,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.963,\n                    \"guest_occupancy_pctl_rank\": 0.872\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2600652\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Spacious Luxury on Blackwater! Amenity Loaded Designer Home on Western Lake\",\n            \"url\": \"https://www.vrbo.com/2600652\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74190000/74189800/74189722/cba9c9d7_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_651290741009211124\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-06\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32694,\n                \"longitude\": -86.14041,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_parking_available\",\n                    \"amenity_tennis\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_heated\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_garden\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_balcony\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_office\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_toaster\",\n                    \"amenity_view_lake\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_living_room\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 23,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 285250,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2023,\n                    \"revpar\": 782,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 141,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 111,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 91753,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1731,\n                    \"revpar\": 499,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 53,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 83,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.957,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.913,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1102988485428447116\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rooftop Deck, Pool, Easy Walk to Public Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/1102988485428447116\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1102988485428447116/original/d75d9895-9fa6-4e36-a256-3a74e5df19e2.jpeg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 12,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-03-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27585,\n                \"longitude\": -86.00669,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_backyard\",\n                    \"amenity_self_check_in\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_tv\",\n                    \"amenity_heating\",\n                    \"amenity_washer\",\n                    \"amenity_board_games\",\n                    \"amenity_dryer\",\n                    \"amenity_body_soap\",\n                    \"amenity_smart_lock\",\n                    \"amenity_hangers\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_iron\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_conditioner\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_balcony\",\n                    \"amenity_private_entrance\",\n                    \"amenity_stove\",\n                    \"amenity_hot_water\",\n                    \"amenity_shampoo\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pool\",\n                    \"amenity_freezer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_safe\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_shower_gel\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 444647601,\n                \"host_name\": \"AvantStay\",\n                \"host_review_count\": 659,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"avantstay.com\",\n                \"property_manager_company\": \"avantstay\"\n            },\n            \"reviews\": {\n                \"review_count\": 14,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 0.972,\n                \"review_cleanliness\": 0.986,\n                \"review_communication\": 0.972,\n                \"review_location\": 0.942,\n                \"review_value\": 0.942,\n                \"review_overall\": 4.86\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 283284,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1540,\n                    \"revpar\": 776,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 329,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 145,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 120,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.804,\n                    \"guest_occupancy_pctl_rank\": 0.822\n                },\n                \"next_6_months\": {\n                    \"revenue\": 94387,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 1452,\n                    \"revpar\": 513,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 65,\n                    \"available_nights\": 175,\n                    \"hold_nights\": 9,\n                    \"open_nights\": 110,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.825,\n                    \"guest_occupancy_pctl_rank\": 0.927\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2196086\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Free Golf & Waterpark / Ain't Mistbehavin' / Private Pool / Golf Cart / 7 BR Sleeps 14 / 6 Bikes/ Media Room\",\n            \"url\": \"https://www.vrbo.com/2196086\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64150000/64146000/64145924/a0baefb0_b.jpg\",\n            \"photo_count\": 54,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-02-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32627,\n                \"longitude\": -86.13897,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_toaster\",\n                    \"amenity_ice_maker\",\n                    \"amenity_oven\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_balcony\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_golf\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_pool_private\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_tennis\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 154640,\n                \"host_name\": \"30A Cottages\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2006-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30acottagesandconcierge.com\",\n                \"property_manager_company\": \"30a cottages\"\n            },\n            \"reviews\": {\n                \"review_count\": 20,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 282280,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1641,\n                    \"revpar\": 773,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 172,\n                    \"available_nights\": 329,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 157,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.784,\n                    \"guest_occupancy_pctl_rank\": 0.804\n                },\n                \"next_6_months\": {\n                    \"revenue\": 31884,\n                    \"guest_occupancy\": 0.13,\n                    \"adr\": 1329,\n                    \"revpar\": 173,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 24,\n                    \"available_nights\": 88,\n                    \"hold_nights\": 96,\n                    \"open_nights\": 64,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 177,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.752,\n                    \"revenue_pctl_rank\": 0.727,\n                    \"adr_pctl_rank\": 0.71,\n                    \"guest_occupancy_pctl_rank\": 0.414\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_45113216\",\n            \"ota\": \"airbnb\",\n            \"title\": \"5 Story Condo in Barrett Square of Rosemary Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/45113216\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-45113216/original/21de0fab-624b-4112-8651-530db75be9c7.png\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 6,\n            \"beds\": 12,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28057,\n                \"longitude\": -86.01751,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishwasher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_iron\",\n                    \"amenity_private_entrance\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_hangers\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tv\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hot_water\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_elevator\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_self_check_in\",\n                    \"amenity_keypad\",\n                    \"amenity_stove\",\n                    \"amenity_freezer\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178101191,\n                \"host_name\": \"Dune Vacation\",\n                \"host_review_count\": 68,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a day\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 281285,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 2232,\n                    \"revpar\": 771,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 126,\n                    \"available_nights\": 312,\n                    \"hold_nights\": 53,\n                    \"open_nights\": 186,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.518\n                },\n                \"next_6_months\": {\n                    \"revenue\": 60695,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1958,\n                    \"revpar\": 330,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 139,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 65,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.691\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_47731906\",\n            \"ota\": \"airbnb\",\n            \"title\": \"LSV, Private Pool, Games! WaterColor Park District\",\n            \"url\": \"https://www.airbnb.com/rooms/47731906\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-47731906/original/9b1aba12-9a24-40d0-9624-1abcc51f47e5.jpeg\",\n            \"photo_count\": 99,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-03-09\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32293,\n                \"longitude\": -86.14151,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_bicycles\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_essentials\",\n                    \"amenity_washer\",\n                    \"amenity_heating\",\n                    \"amenity_self_check_in\",\n                    \"amenity_gym\",\n                    \"amenity_stove\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_parking_free\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_smart_lock\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_hangers\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_lake_access\",\n                    \"amenity_iron\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_body_soap\",\n                    \"amenity_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_private_entrance\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_freezer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shampoo\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dining_table\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_high_chair\",\n                    \"amenity_crib\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 48,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.958,\n                \"review_communication\": 0.988,\n                \"review_location\": 1,\n                \"review_value\": 0.97,\n                \"review_overall\": 4.92\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 280431,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1402,\n                    \"revpar\": 768,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 200,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 149,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 112,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.91,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 119007,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1469,\n                    \"revpar\": 647,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 81,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.987\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1773459\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Private Pool + Gulf Views + Across From Beach- Sea4Ever by Royal Destinations\",\n            \"url\": \"https://www.vrbo.com/1773459\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/46000000/45380000/45375300/45375275/955560f0_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 3,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-28\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-12-28\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.316732,\n                \"longitude\": -86.127492,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_office\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_golf\",\n                    \"amenity_towels\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_desk\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_view_ocean\",\n                    \"amenity_english\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_spices\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_ice_maker\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_air_conditioning\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 30997,\n                \"host_name\": \"Royal Destinations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royaldestinations.com\",\n                \"property_manager_company\": \"royal destinations\"\n            },\n            \"reviews\": {\n                \"review_count\": 27,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 279525,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1876,\n                    \"revpar\": 796,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 149,\n                    \"available_nights\": 327,\n                    \"hold_nights\": 24,\n                    \"open_nights\": 178,\n                    \"total_nights\": 351,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 85,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.932,\n                    \"revenue_pctl_rank\": 0.932,\n                    \"adr_pctl_rank\": 0.716,\n                    \"guest_occupancy_pctl_rank\": 0.795\n                },\n                \"next_6_months\": {\n                    \"revenue\": 2037,\n                    \"guest_occupancy\": 0.01,\n                    \"adr\": 2037,\n                    \"revpar\": 11,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 1,\n                    \"available_nights\": 177,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 176,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 64,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"4_below_market\",\n                    \"performance_pctl_rank\": 0.284,\n                    \"revenue_pctl_rank\": 0.148,\n                    \"adr_pctl_rank\": 0.898,\n                    \"guest_occupancy_pctl_rank\": 0.136\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_963735388356053626\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor Steps 2 Beach w Pool, LSV, & Sleeps 18!\",\n            \"url\": \"https://www.airbnb.com/rooms/963735388356053626\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-963735388356053626/original/21d08a4f-524b-49c9-8b5b-2933a74b5f6b.jpeg\",\n            \"photo_count\": 122,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 10,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-09-22\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32417719999999,\n                \"longitude\": -86.1449475,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_heating\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_self_check_in\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_shampoo\",\n                    \"amenity_sound_system\",\n                    \"amenity_private_entrance\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_dryer\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_body_soap\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_refrigerator\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_shower_gel\",\n                    \"amenity_oven\",\n                    \"amenity_hangers\",\n                    \"amenity_bed_linens\",\n                    \"amenity_front_water\",\n                    \"amenity_bicycles\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_pool\",\n                    \"amenity_iron\",\n                    \"amenity_balcony\",\n                    \"amenity_backyard\",\n                    \"amenity_board_games\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_free\",\n                    \"amenity_smart_lock\",\n                    \"amenity_freezer\",\n                    \"amenity_lake_access\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_stove\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_hot_water\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_washer\",\n                    \"amenity_tv\",\n                    \"amenity_dishwasher\",\n                    \"amenity_essentials\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.978,\n                \"review_cleanliness\": 0.956,\n                \"review_communication\": 0.978,\n                \"review_location\": 1,\n                \"review_value\": 0.978,\n                \"review_overall\": 4.89\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 278963,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 2007,\n                    \"revpar\": 764,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 139,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 210,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.955,\n                    \"revenue_pctl_rank\": 0.955,\n                    \"adr_pctl_rank\": 0.831,\n                    \"guest_occupancy_pctl_rank\": 0.742\n                },\n                \"next_6_months\": {\n                    \"revenue\": 76499,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1962,\n                    \"revpar\": 416,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 131,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 115,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.933,\n                    \"guest_occupancy_pctl_rank\": 0.764\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2303626\",\n            \"ota\": \"vrbo\",\n            \"title\": \"SUMMER SALE! PRIVATE  POOL! 6 SEAT GOLF CART!  VOLLEYBALL COURT! 2 MIN. WALK TO BEACH!\",\n            \"url\": \"https://www.vrbo.com/2303626\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/68000000/67420000/67416600/67416510/af4aba3e_b.jpg\",\n            \"photo_count\": 136,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 26,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 10,\n            \"beds\": 10,\n            \"bathrooms\": 0,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-05-29\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31663,\n                \"longitude\": -86.12459,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_game_room\",\n                    \"amenity_living_room\",\n                    \"amenity_view_ocean\",\n                    \"amenity_massage\",\n                    \"amenity_oven\",\n                    \"amenity_desk_chair\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_available\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_kitchen_island\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 94416,\n                \"host_name\": \"Best Beach Getaways\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bestbeachgetaways.com\",\n                \"property_manager_company\": \"best beach getaways\"\n            },\n            \"reviews\": {\n                \"review_count\": 20,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 10 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 278568,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1821,\n                    \"revpar\": 763,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 153,\n                    \"available_nights\": 317,\n                    \"hold_nights\": 48,\n                    \"open_nights\": 164,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 138,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.554,\n                    \"guest_occupancy_pctl_rank\": 0.676\n                },\n                \"next_6_months\": {\n                    \"revenue\": 90796,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 1419,\n                    \"revpar\": 493,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 64,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 166,\n                    \"adr_tier\": \"4_budget\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.973,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.451,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_884012532603383525\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Loaded on Eastern Lake! Pool, Spa, LSV, 4 Masters!\",\n            \"url\": \"https://www.airbnb.com/rooms/884012532603383525\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-884012532603383525/original/7c8e142e-231c-4454-9ada-88f7b3e19611.jpeg\",\n            \"photo_count\": 77,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 9,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-06-08\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.30886,\n                \"longitude\": -86.09046099999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_bathtub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_lake_access\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_bicycles\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_parking_free\",\n                    \"amenity_iron\",\n                    \"amenity_freezer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_washer\",\n                    \"amenity_hottub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_front_water\",\n                    \"amenity_parking_free\",\n                    \"amenity_pool\",\n                    \"amenity_board_games\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_dryer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_kitchen\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_books\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_stove\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smart_lock\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_pit\",\n                    \"amenity_heating\",\n                    \"amenity_dishwasher\",\n                    \"amenity_shower_gel\",\n                    \"amenity_self_check_in\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_refrigerator\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_conditioner\",\n                    \"amenity_body_soap\",\n                    \"amenity_sound_system\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_tv\",\n                    \"amenity_dining_table\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_balcony\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hot_water\",\n                    \"amenity_hangers\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_bed_linens\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_parking_free_street\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 41,\n                \"review_accuracy\": 0.986,\n                \"review_check_in\": 0.97,\n                \"review_cleanliness\": 0.98,\n                \"review_communication\": 0.956,\n                \"review_location\": 0.99,\n                \"review_value\": 0.9359999999999999,\n                \"review_overall\": 4.9\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 276357,\n                    \"guest_occupancy\": 0.61,\n                    \"adr\": 1250,\n                    \"revpar\": 757,\n                    \"guest_checkins\": 49,\n                    \"guest_nights\": 221,\n                    \"available_nights\": 346,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 125,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.854,\n                    \"guest_occupancy_pctl_rank\": 0.921\n                },\n                \"next_6_months\": {\n                    \"revenue\": 70828,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 1161,\n                    \"revpar\": 385,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 61,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 123,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 92,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.966,\n                    \"revenue_pctl_rank\": 0.973,\n                    \"adr_pctl_rank\": 0.841,\n                    \"guest_occupancy_pctl_rank\": 0.937\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2201600\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Carefree Cottage - Magnificent Rosemary Beach home w/ a private pool\",\n            \"url\": \"https://www.vrbo.com/2201600\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64410000/64406900/64406865/afe14f0f_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-02-24\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281075,\n                \"longitude\": -86.014838,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_parking_available\",\n                    \"amenity_golf\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_desk\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_living_room\",\n                    \"amenity_desk_chair\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dining_table\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_near_the_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 23,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 273799,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1464,\n                    \"revpar\": 756,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 187,\n                    \"available_nights\": 325,\n                    \"hold_nights\": 37,\n                    \"open_nights\": 138,\n                    \"total_nights\": 362,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.985,\n                    \"guest_occupancy_pctl_rank\": 0.883\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72266,\n                    \"guest_occupancy\": 0.34,\n                    \"adr\": 1166,\n                    \"revpar\": 393,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 62,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 119,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 138,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.959,\n                    \"guest_occupancy_pctl_rank\": 0.963\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_49361459\",\n            \"ota\": \"airbnb\",\n            \"title\": \"1 House Off Beach! Pool, Spa, LSV, & Gulf Views!\",\n            \"url\": \"https://www.airbnb.com/rooms/49361459\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-49361459/original/55536e30-143d-4ef6-8638-01711aa6a10f.jpeg\",\n            \"photo_count\": 73,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2343019\",\n            \"best_match_confidence\": 0.7,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-18\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.338682174682617,\n                \"longitude\": -86.20106506347656,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_stove\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_essentials\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_private_entrance\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dining_table\",\n                    \"amenity_freezer\",\n                    \"amenity_balcony\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_front_water\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishwasher\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_iron\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_toaster\",\n                    \"amenity_hangers\",\n                    \"amenity_board_games\",\n                    \"amenity_microwave\",\n                    \"amenity_kitchen\",\n                    \"amenity_books\",\n                    \"amenity_refrigerator\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_tv\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_pool\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hottub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_luggage_dropoff_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 99,\n                \"review_accuracy\": 0.968,\n                \"review_check_in\": 0.98,\n                \"review_cleanliness\": 0.948,\n                \"review_communication\": 0.962,\n                \"review_location\": 0.996,\n                \"review_value\": 0.9259999999999999,\n                \"review_overall\": 4.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 272204,\n                    \"guest_occupancy\": 0.68,\n                    \"adr\": 1098,\n                    \"revpar\": 746,\n                    \"guest_checkins\": 52,\n                    \"guest_nights\": 248,\n                    \"available_nights\": 288,\n                    \"hold_nights\": 77,\n                    \"open_nights\": 40,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 57,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.927,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                },\n                \"next_6_months\": {\n                    \"revenue\": 40061,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1145,\n                    \"revpar\": 218,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 149,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.938,\n                    \"revenue_pctl_rank\": 0.937,\n                    \"adr_pctl_rank\": 0.96,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_972294\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Pet-Friendly 30A Vacation House in WaterColor - Private Pool, Golf Cart, Near Beach\",\n            \"url\": \"https://www.vrbo.com/972294\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/22000000/21720000/21717500/21717435/f1236d9d_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-27\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2017-05-27\",\n            \"last_booking_on\": \"2025-06-13\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327087,\n                \"longitude\": -86.127316,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_pool_heated\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_tennis\",\n                    \"amenity_hottub\",\n                    \"amenity_pool_communal\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_english\",\n                    \"amenity_spa_tub\",\n                    \"amenity_game_room\",\n                    \"amenity_massage\",\n                    \"amenity_pool_private\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1060391,\n                \"host_name\": \"Five Star Properties and Bliss Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"fivestargulfrentals.com\",\n                \"property_manager_company\": \"five star properties and bliss beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 18,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 272142,\n                    \"guest_occupancy\": 0.56,\n                    \"adr\": 1341,\n                    \"revpar\": 746,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 203,\n                    \"available_nights\": 323,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 120,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 125,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.96,\n                    \"revenue_pctl_rank\": 0.96,\n                    \"adr_pctl_rank\": 0.605,\n                    \"guest_occupancy_pctl_rank\": 0.964\n                },\n                \"next_6_months\": {\n                    \"revenue\": 54357,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 1182,\n                    \"revpar\": 295,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 162,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 116,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 184,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.802,\n                    \"revenue_pctl_rank\": 0.814,\n                    \"adr_pctl_rank\": 0.644,\n                    \"guest_occupancy_pctl_rank\": 0.791\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1066584219965410087\",\n            \"ota\": \"airbnb\",\n            \"title\": \"STEPS to Camp WaterColor! LSV & 4 Bikes Included!\",\n            \"url\": \"https://www.airbnb.com/rooms/1066584219965410087\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1066584219965410087/original/780f61f8-6971-494f-aeab-9b831caf3fa0.jpeg\",\n            \"photo_count\": 105,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-04\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3251766,\n                \"longitude\": -86.1332032,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_private_entrance\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_essentials\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_lake_access\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smart_lock\",\n                    \"amenity_hot_water\",\n                    \"amenity_oven\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_bathtub\",\n                    \"amenity_freezer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_front_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_board_games\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pool\",\n                    \"amenity_dryer\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_body_soap\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_refrigerator\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_conditioner\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_hangers\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.98,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 271808,\n                    \"guest_occupancy\": 0.81,\n                    \"adr\": 918,\n                    \"revpar\": 745,\n                    \"guest_checkins\": 48,\n                    \"guest_nights\": 296,\n                    \"available_nights\": 351,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 55,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 76,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                },\n                \"next_6_months\": {\n                    \"revenue\": 61207,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1093,\n                    \"revpar\": 333,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 112,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.984,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_852737737475271730\",\n            \"ota\": \"airbnb\",\n            \"title\": \"All Is Well\",\n            \"url\": \"https://www.airbnb.com/rooms/852737737475271730\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-852737737475271730/original/2b24b1c0-90c5-4347-a79b-b4a385442a9a.jpeg\",\n            \"photo_count\": 95,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-08-16\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.292391,\n                \"longitude\": -86.05539,\n                \"latlong_exact\": null,\n                \"city\": \"Seacrest\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Seacrest\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_ethernet_connection\",\n                    \"amenity_smart_lock\",\n                    \"amenity_balcony\",\n                    \"amenity_portable_fans\",\n                    \"amenity_shampoo\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_iron\",\n                    \"amenity_kitchen\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_dining_table\",\n                    \"amenity_oven\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_pool\",\n                    \"amenity_heating\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_elevator\",\n                    \"amenity_cabletv\",\n                    \"amenity_freezer\",\n                    \"amenity_essentials\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_dryer\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_hot_water\",\n                    \"amenity_self_check_in\",\n                    \"amenity_conditioner\",\n                    \"amenity_bed_linens\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_toaster\",\n                    \"amenity_stove\",\n                    \"amenity_washer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hangers\",\n                    \"amenity_backyard\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bathtub\",\n                    \"amenity_microwave\",\n                    \"amenity_dishwasher\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_hottub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_coffee\",\n                    \"amenity_tv\",\n                    \"amenity_wine_glasses\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 412356838,\n                \"host_name\": \"Shawna\",\n                \"host_review_count\": 216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": 0.98,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 0.98,\n                \"review_value\": 0.9199999999999999,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 269757,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1524,\n                    \"revpar\": 739,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 177,\n                    \"available_nights\": 343,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 166,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.971,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.796,\n                    \"guest_occupancy_pctl_rank\": 0.793\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51485,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1609,\n                    \"revpar\": 280,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 32,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 139,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 134,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.815,\n                    \"revenue_pctl_rank\": 0.815,\n                    \"adr_pctl_rank\": 0.887,\n                    \"guest_occupancy_pctl_rank\": 0.64\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_836570337986065263\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor 5 Beachside\",\n            \"url\": \"https://www.airbnb.com/rooms/836570337986065263\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-836570337986065263/original/ec35f167-6a2b-453d-8ef5-b50a5fe95bb3.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 1,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-07-27\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.321558,\n                \"longitude\": -86.143924,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": null,\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_dryer\",\n                    \"amenity_hot_water\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_shampoo\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_hangers\",\n                    \"amenity_bed_linens\",\n                    \"amenity_tv\",\n                    \"amenity_host_greets_you\",\n                    \"amenity_freezer\",\n                    \"amenity_stove\",\n                    \"amenity_microwave\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_body_soap\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishwasher\",\n                    \"amenity_elevator\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dining_table\",\n                    \"amenity_heating\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_iron\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 295846892,\n                \"host_name\": \"Royal\",\n                \"host_review_count\": 84,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royalvacations.com\",\n                \"property_manager_company\": \"royal\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 268589,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1733,\n                    \"revpar\": 736,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 186,\n                    \"hold_nights\": 179,\n                    \"open_nights\": 31,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 51,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.618\n                },\n                \"next_6_months\": {\n                    \"revenue\": 79042,\n                    \"guest_occupancy\": 0.23,\n                    \"adr\": 1838,\n                    \"revpar\": 430,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 43,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 141,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 63,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.773\n                }\n            }\n        }\n    ]\n}"},{"id":"cbc95f61-f31a-486a-99ce-eb00c936d159","name":"By Last 12 Months Performance / ADR Tiers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"performance\": {\n            \"last_12mo_adr_tier\": [\"1_premium\"],\n            \"last_12mo_performance_tier\": [\"1_market_leader\"]\n        } \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 21:04:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"21201"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T210451Z-16cc86565cchjzsjhC1CO11zzc00000006z000000000eb90"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 413,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"ota\": null,\n        \"performance\": {\n            \"last_12mo_performance_tier\": [\n                \"1_market_leader\"\n            ],\n            \"last_12mo_adr_tier\": [\n                \"1_premium\"\n            ],\n            \"next_6mo_performance_tier\": null,\n            \"next_6mo_adr_tier\": null\n        },\n        \"property\": null,\n        \"geo\": null,\n        \"amenity\": null,\n        \"host\": null\n    },\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"vrbo_1832478\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Enchanted Cottage & CH - Luxury Home! Private Pool & Courtyard!\",\n            \"url\": \"https://www.vrbo.com/1832478\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450307/66b479a1_b.jpg\",\n            \"photo_count\": 38,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 17,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-18\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-03-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2841911,\n                \"longitude\": -86.0154857,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pool\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_heated\",\n                    \"amenity_video_library\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_towels\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 382366,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 2012,\n                    \"revpar\": 1048,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 190,\n                    \"available_nights\": 335,\n                    \"hold_nights\": 30,\n                    \"open_nights\": 145,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                },\n                \"next_6_months\": {\n                    \"revenue\": 68469,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 2075,\n                    \"revpar\": 372,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 33,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 151,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.961,\n                    \"adr_pctl_rank\": 0.99,\n                    \"guest_occupancy_pctl_rank\": 0.659\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_782520785584225417\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Heated Pool, LSV, Bikes, Pet Friendly!\",\n            \"url\": \"https://www.airbnb.com/rooms/782520785584225417\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NzgyNTIwNzg1NTg0MjI1NDE3/original/ce730868-a470-4d0d-88ff-5cbdd2a2c76e.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3245917,\n                \"longitude\": -86.1450533,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_pool\",\n                    \"amenity_dishwasher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_smart_lock\",\n                    \"amenity_iron\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_stove\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hangers\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_parking_paid\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_shampoo\",\n                    \"amenity_lake_access\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_refrigerator\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_sound_system\",\n                    \"amenity_balcony\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_washer\",\n                    \"amenity_dining_table\",\n                    \"amenity_dryer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_toaster\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_oven\",\n                    \"amenity_kitchen\",\n                    \"amenity_tv\",\n                    \"amenity_board_games\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 21,\n                \"review_accuracy\": 0.942,\n                \"review_check_in\": 0.962,\n                \"review_cleanliness\": 0.886,\n                \"review_communication\": 0.952,\n                \"review_location\": 0.99,\n                \"review_value\": 0.9039999999999999,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374951,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1811,\n                    \"revpar\": 1027,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 207,\n                    \"available_nights\": 342,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 135,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.972,\n                    \"guest_occupancy_pctl_rank\": 0.893\n                },\n                \"next_6_months\": {\n                    \"revenue\": 107615,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1606,\n                    \"revpar\": 585,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_623000767908867030\",\n            \"ota\": \"airbnb\",\n            \"title\": \"President Row WaterColor! Pool, LSV, Steps 2 Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/623000767908867030\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjIzMDAwNzY3OTA4ODY3MDMw/original/e685792a-4c9f-4bbd-8501-6163421befc3.jpeg\",\n            \"photo_count\": 143,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 16,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-07-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324094772338867,\n                \"longitude\": -86.14459991455078,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dining_table\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_backyard\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_bicycles\",\n                    \"amenity_sound_system\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_fire_pit\",\n                    \"amenity_smart_lock\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_body_soap\",\n                    \"amenity_shower_gel\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_shampoo\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_iron\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_books\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_paid\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_conditioner\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_freezer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_lake_access\",\n                    \"amenity_hangers\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_self_check_in\",\n                    \"amenity_stove\",\n                    \"amenity_kitchen\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_board_games\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_washer\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_dishwasher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 24,\n                \"review_accuracy\": 0.966,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 0.95,\n                \"review_communication\": 0.976,\n                \"review_location\": 0.992,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.71\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374004,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 2397,\n                    \"revpar\": 1025,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 246,\n                    \"hold_nights\": 119,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.921,\n                    \"guest_occupancy_pctl_rank\": 0.809\n                },\n                \"next_6_months\": {\n                    \"revenue\": 109455,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2329,\n                    \"revpar\": 595,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 153,\n                    \"hold_nights\": 31,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.899\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2668952\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Large Pool, Luxury 6BR Home South of 30a on Boardwalk F in Rosemary Beach, 2 Minutes from Dining\",\n            \"url\": \"https://www.vrbo.com/2668952\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75700000/75699800/75699793/e8161a05_b.jpg\",\n            \"photo_count\": 71,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-10\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2791653,\n                \"longitude\": -86.0157365,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_desk\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_living_room\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_elevator\",\n                    \"amenity_parking_available\",\n                    \"amenity_balcony\",\n                    \"amenity_office\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_english\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool_heated\",\n                    \"amenity_pool_communal\",\n                    \"amenity_washer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_beach_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1119808,\n                \"host_name\": \"30-A Beach Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2015-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30abeachproperties.com\",\n                \"property_manager_company\": \"30a beach properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 24,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 372284,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 2023,\n                    \"revpar\": 1020,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 345,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.913,\n                    \"guest_occupancy_pctl_rank\": 0.913\n                },\n                \"next_6_months\": {\n                    \"revenue\": 56202,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1606,\n                    \"revpar\": 305,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 141,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.814,\n                    \"revenue_pctl_rank\": 0.822,\n                    \"adr_pctl_rank\": 0.854,\n                    \"guest_occupancy_pctl_rank\": 0.648\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2659360\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Oasis Cottage & Carriage House-Luxurious, Breathtaking Gulf Front in Rosemary\",\n            \"url\": \"https://www.vrbo.com/2659360\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75270000/75264700/75264627/1a91e723_b.jpg\",\n            \"photo_count\": 54,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-03-06\",\n            \"last_booking_on\": \"2025-07-10\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.276591712927875,\n                \"longitude\": -86.01295712516594,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_ice_maker\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tennis\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_towels\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_golf\",\n                    \"amenity_near_the_bay\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 26,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 365093,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 2148,\n                    \"revpar\": 1000,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 170,\n                    \"available_nights\": 316,\n                    \"hold_nights\": 49,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.941,\n                    \"guest_occupancy_pctl_rank\": 0.866\n                },\n                \"next_6_months\": {\n                    \"revenue\": 151388,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2132,\n                    \"revpar\": 823,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 131,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2582938\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Looking Glass Cottage & Carriage House\",\n            \"url\": \"https://www.vrbo.com/2582938\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/74000000/73710000/73706200/73706197/9942d646_b.jpg\",\n            \"photo_count\": 45,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2787554,\n                \"longitude\": -86.0183259,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_toaster\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_video_library\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_books\",\n                    \"amenity_washer\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_balcony\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_microwave\",\n                    \"amenity_towels\",\n                    \"amenity_elevator\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 362013,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 3352,\n                    \"revpar\": 992,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 108,\n                    \"available_nights\": 278,\n                    \"hold_nights\": 87,\n                    \"open_nights\": 170,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 149,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.466\n                },\n                \"next_6_months\": {\n                    \"revenue\": 146089,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 3176,\n                    \"revpar\": 794,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 83,\n                    \"hold_nights\": 101,\n                    \"open_nights\": 37,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 163,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.864\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_644180853723375686\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor LUX! Pool, Spa, FirePit, LSV, & Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/644180853723375686\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjQ0MTgwODUzNzIzMzc1Njg2/original/f82e443e-db37-486d-8a22-9a5b10bc0825.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-15\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32720549999999,\n                \"longitude\": -86.1400232,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2649,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 33,\n                \"review_accuracy\": 0.982,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.964,\n                \"review_location\": 1,\n                \"review_value\": 0.958,\n                \"review_overall\": 4.91\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 352561,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1846,\n                    \"revpar\": 966,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 191,\n                    \"available_nights\": 345,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 154,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.869\n                },\n                \"next_6_months\": {\n                    \"revenue\": 120500,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1799,\n                    \"revpar\": 655,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.953,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_671729473150978045\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Serendipity Cottage & Carriage House\",\n            \"url\": \"https://www.airbnb.com/rooms/671729473150978045\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/65f6e99c-f963-4c80-a4a2-b15fb53fa215.jpg\",\n            \"photo_count\": 57,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": null,\n            \"check_out_time\": \"Unknown\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_1832081\",\n            \"best_match_confidence\": 0.87,\n            \"property_type\": \"house\",\n            \"type_detail\": \"villa\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-03-01\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2804345006555,\n                \"longitude\": -86.01778395473956,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_heating\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_parking_free\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_kitchen\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_tv\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_fire_pit\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dryer\",\n                    \"amenity_pool_table\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_dedicated_workspace\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 250740576,\n                \"host_name\": \"Robert\",\n                \"host_review_count\": 14,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 351850,\n                    \"guest_occupancy\": 0.37,\n                    \"adr\": 2626,\n                    \"revpar\": 964,\n                    \"guest_checkins\": 22,\n                    \"guest_nights\": 134,\n                    \"available_nights\": 360,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 226,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.589\n                },\n                \"next_6_months\": {\n                    \"revenue\": 148027,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 2741,\n                    \"revpar\": 804,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.858\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2902203\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Loaded Luxe Home with Pool and Carriage House, 3 Minutes to Camp WaterColor\",\n            \"url\": \"https://www.vrbo.com/2902203\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/84000000/83060000/83057000/83056963/0921a0d5_b.jpg\",\n            \"photo_count\": 63,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-22\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-18\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324216,\n                \"longitude\": -86.126042,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_tennis\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_living_room\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_pool_communal\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchenette\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 27,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 346353,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1862,\n                    \"revpar\": 949,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 186,\n                    \"available_nights\": 320,\n                    \"hold_nights\": 45,\n                    \"open_nights\": 134,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 89,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.929\n                },\n                \"next_6_months\": {\n                    \"revenue\": 141365,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1625,\n                    \"revpar\": 768,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 87,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 94,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.997\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2025921\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front in the Middle of Seaside! Elevator, Heated Community Pools, Bikes\",\n            \"url\": \"https://www.vrbo.com/2025921\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/57000000/56550000/56548900/56548895/3dd97cfb_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-09-04\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.1394,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_elevator\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_heated\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_tennis\",\n                    \"amenity_towels\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_garden\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_available\",\n                    \"amenity_view_beach\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 32,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 345641,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 2857,\n                    \"revpar\": 947,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 121,\n                    \"available_nights\": 273,\n                    \"hold_nights\": 92,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 66,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.481\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99329,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 2483,\n                    \"revpar\": 540,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 142,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.999,\n                    \"guest_occupancy_pctl_rank\": 0.776\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289129773339531\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Just for Fun Main and Carriage\",\n            \"url\": \"https://www.airbnb.com/rooms/651289129773339531\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289129773339531/original/7fabdda2-b41d-433d-b1dc-37afc4f8680d.jpeg\",\n            \"photo_count\": 56,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 13,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2600651\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 9,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-09-25\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32277,\n                \"longitude\": -86.13935,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_building_staff\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_gym\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_sound_system\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 331036,\n                    \"guest_occupancy\": 0.64,\n                    \"adr\": 1421,\n                    \"revpar\": 907,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 233,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                },\n                \"next_6_months\": {\n                    \"revenue\": 63700,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1249,\n                    \"revpar\": 346,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 51,\n                    \"available_nights\": 179,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.903\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_899166452827949457\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Bluegrass by AvantStay | Downtown + Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/899166452827949457\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-899166452827949457/original/1e4b41d6-1069-441d-94a4-1904939cc1ec.jpeg\",\n            \"photo_count\": 44,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-24\",\n            \"last_booking_on\": \"2025-05-14\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27863,\n                \"longitude\": -86.01631,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_microwave\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_bathtub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_toaster\",\n                    \"amenity_body_soap\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_parking_free\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_shower_gel\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_freezer\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishwasher\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_kitchen\",\n                    \"amenity_conditioner\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_backyard\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_pool\",\n                    \"amenity_essentials\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_oven\",\n                    \"amenity_smart_lock\",\n                    \"amenity_barbecue_utensils\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 98745888,\n                \"host_name\": \"30A Beach Girls By AvantStay\",\n                \"host_review_count\": 1216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 0.99,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a beach\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.6,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.8,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 328079,\n                    \"guest_occupancy\": 0.54,\n                    \"adr\": 1674,\n                    \"revpar\": 899,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 196,\n                    \"available_nights\": 307,\n                    \"hold_nights\": 58,\n                    \"open_nights\": 111,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.99,\n                    \"guest_occupancy_pctl_rank\": 0.84\n                },\n                \"next_6_months\": {\n                    \"revenue\": 108577,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1410,\n                    \"revpar\": 590,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 77,\n                    \"available_nights\": 113,\n                    \"hold_nights\": 71,\n                    \"open_nights\": 36,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 166,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2021014\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Beach Front Seaside, Florida Home | Close to Town Center | Outside the Box\",\n            \"url\": \"https://www.vrbo.com/2021014\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/56000000/55620000/55614200/55614170/de08880c_b.jpg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-02\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-17\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.13971,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_english\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 19,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 323513,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1787,\n                    \"revpar\": 886,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 181,\n                    \"available_nights\": 337,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 156,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.856\n                },\n                \"next_6_months\": {\n                    \"revenue\": 97134,\n                    \"guest_occupancy\": 0.32,\n                    \"adr\": 1675,\n                    \"revpar\": 528,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 58,\n                    \"available_nights\": 163,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.994,\n                    \"guest_occupancy_pctl_rank\": 0.946\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1050603399021026817\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Poppy's Cottage - Carriage House, Heated Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/1050603399021026817\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1050603399021026817/original/2dcf4a9e-eb25-4a7c-8d9c-ae631f5fb5dd.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 12,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-01-06\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2806545,\n                \"longitude\": -86.0130941,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_private_entrance\",\n                    \"amenity_dining_table\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_tv\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hot_water\",\n                    \"amenity_washer\",\n                    \"amenity_backyard\",\n                    \"amenity_shampoo\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_body_soap\",\n                    \"amenity_microwave\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_smart_lock\",\n                    \"amenity_high_chair\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_shower_gel\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_portable_fans\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_kitchen\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 364703335,\n                \"host_name\": \"Coast\",\n                \"host_review_count\": 307,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"coast-properties.com\",\n                \"property_manager_company\": \"coast property management\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306869,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1582,\n                    \"revpar\": 841,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 194,\n                    \"available_nights\": 284,\n                    \"hold_nights\": 81,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.852\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65591,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1682,\n                    \"revpar\": 356,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 145,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 74,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.961,\n                    \"revenue_pctl_rank\": 0.961,\n                    \"adr_pctl_rank\": 0.979,\n                    \"guest_occupancy_pctl_rank\": 0.755\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1071733668525146699\",\n            \"ota\": \"airbnb\",\n            \"title\": \"30 Love Main House\",\n            \"url\": \"https://www.airbnb.com/rooms/1071733668525146699\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1071733668525146699/original/0dc812a9-3105-4cf5-bf35-c8fc0ef3ab3e.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-04-28\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27885,\n                \"longitude\": -86.01358,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dishwasher\",\n                    \"amenity_gym\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_pool\",\n                    \"amenity_parking_free\",\n                    \"amenity_hot_water\",\n                    \"amenity_toaster\",\n                    \"amenity_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_building_staff\",\n                    \"amenity_kitchen\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bicycles\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_essentials\",\n                    \"amenity_bed_linens\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_backyard\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_stove\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306529,\n                    \"guest_occupancy\": 0.6,\n                    \"adr\": 1400,\n                    \"revpar\": 840,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 219,\n                    \"available_nights\": 361,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 67,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.904\n                },\n                \"next_6_months\": {\n                    \"revenue\": 54998,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1618,\n                    \"revpar\": 299,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 141,\n                    \"hold_nights\": 43,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 91,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.976,\n                    \"adr_pctl_rank\": 0.997,\n                    \"guest_occupancy_pctl_rank\": 0.743\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832475\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Knoepp Cottage & Carriage House - Spectacular Gulf Views, South of 30A\",\n            \"url\": \"https://www.vrbo.com/1832475\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450302/5b16fe19_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 13,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2779425,\n                \"longitude\": -86.0156452,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golf\",\n                    \"amenity_english\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_video_library\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_living_room\",\n                    \"amenity_parking_available\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_view_ocean\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_near_the_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 305854,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1423,\n                    \"revpar\": 838,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 215,\n                    \"available_nights\": 254,\n                    \"hold_nights\": 111,\n                    \"open_nights\": 39,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 124,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.959\n                },\n                \"next_6_months\": {\n                    \"revenue\": 68936,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 1567,\n                    \"revpar\": 375,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 44,\n                    \"available_nights\": 68,\n                    \"hold_nights\": 116,\n                    \"open_nights\": 24,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 133,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.867\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158344019181598\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Renaissance\",\n            \"url\": \"https://www.airbnb.com/rooms/725158344019181598\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158344019181598/original/c564c045-18fb-4545-b4ff-933e912ff1b2.jpeg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-26\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27638,\n                \"longitude\": -86.01508,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_shampoo\",\n                    \"amenity_gym\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_balcony\",\n                    \"amenity_sound_system\",\n                    \"amenity_self_check_in\",\n                    \"amenity_bed_linens\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_stove\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_building_staff\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_iron\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_washer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 0.9,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.9,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.85,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303317,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1743,\n                    \"revpar\": 831,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 174,\n                    \"available_nights\": 281,\n                    \"hold_nights\": 84,\n                    \"open_nights\": 107,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.969,\n                    \"guest_occupancy_pctl_rank\": 0.768\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75279,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 2035,\n                    \"revpar\": 409,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.719\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2236625\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Sanctuary at Seagrove - Resort Style Heated Pool! Stunning Gulf Views! Private B\",\n            \"url\": \"https://www.vrbo.com/2236625\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/66000000/65590000/65583300/65583297/fb020a24_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_1074779504790539843\",\n            \"best_match_confidence\": 0.83,\n            \"property_type\": \"hotel\",\n            \"type_detail\": \"hotel\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-30\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-03-01\",\n            \"last_booking_on\": \"2025-07-30\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.314218578633337,\n                \"longitude\": -86.11895400740966,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_tv\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_hottub\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_spa_tub\",\n                    \"amenity_parking_available\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_english\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | hotel | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 302890,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 2295,\n                    \"revpar\": 830,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 132,\n                    \"available_nights\": 326,\n                    \"hold_nights\": 39,\n                    \"open_nights\": 194,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.636\n                },\n                \"next_6_months\": {\n                    \"revenue\": 173143,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 2112,\n                    \"revpar\": 941,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 82,\n                    \"available_nights\": 180,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 151,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 1\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3302610\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Book Your Holiday Stay Now! Private Pool! 9 Adult Bikes! Elevator!\",\n            \"url\": \"https://www.vrbo.com/3302610\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/93000000/92020000/92017000/92016969/f750cf92_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-23\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28075933304868,\n                \"longitude\": -86.02172426402082,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_towels\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_elevator\",\n                    \"amenity_washer\",\n                    \"amenity_view_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 302840,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1594,\n                    \"revpar\": 830,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 190,\n                    \"available_nights\": 346,\n                    \"hold_nights\": 19,\n                    \"open_nights\": 156,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.924,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                },\n                \"next_6_months\": {\n                    \"revenue\": 69768,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1269,\n                    \"revpar\": 379,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 55,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 137,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.96,\n                    \"revenue_pctl_rank\": 0.962,\n                    \"adr_pctl_rank\": 0.864,\n                    \"guest_occupancy_pctl_rank\": 0.911\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2600652\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Spacious Luxury on Blackwater! Amenity Loaded Designer Home on Western Lake\",\n            \"url\": \"https://www.vrbo.com/2600652\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74190000/74189800/74189722/cba9c9d7_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_651290741009211124\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-06\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32694,\n                \"longitude\": -86.14041,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_parking_available\",\n                    \"amenity_tennis\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_heated\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_garden\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_balcony\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_office\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_toaster\",\n                    \"amenity_view_lake\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_living_room\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 23,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 285250,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2023,\n                    \"revpar\": 782,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 141,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 111,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 91753,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1731,\n                    \"revpar\": 499,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 53,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 83,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.957,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.913,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832479\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Spanish Town Cottage & CH South of 30A! Close to the Beach! Free Bikes/Fitness/Tennis!\",\n            \"url\": \"https://www.vrbo.com/1832479\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450315/36b325c8_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_821134517666022829\",\n            \"best_match_confidence\": 0.8,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-03-01\",\n            \"last_booking_on\": \"2025-07-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2803053,\n                \"longitude\": -86.0175285,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_view_beach\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_video_library\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_towels\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_communal\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_balcony\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 285214,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1718,\n                    \"revpar\": 781,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 166,\n                    \"available_nights\": 275,\n                    \"hold_nights\": 90,\n                    \"open_nights\": 109,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.99,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.828\n                },\n                \"next_6_months\": {\n                    \"revenue\": 84649,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1628,\n                    \"revpar\": 460,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 140,\n                    \"hold_nights\": 44,\n                    \"open_nights\": 88,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 156,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.879\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2617391\",\n            \"ota\": \"vrbo\",\n            \"title\": \"NEXT TO Camp WaterColor! LSV, 4 Bikes, 3rd Floor Kid Zone! GORGEOUS\",\n            \"url\": \"https://www.vrbo.com/2617391\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74520000/74511200/74511199/d0d9c494_b.jpg\",\n            \"photo_count\": 100,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-01-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3249782,\n                \"longitude\": -86.1324216,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_golf\",\n                    \"amenity_tennis\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_ice_maker\",\n                    \"amenity_desk_chair\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_communal\",\n                    \"amenity_oven\",\n                    \"amenity_game_room\",\n                    \"amenity_view_water\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_boat\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_massage\",\n                    \"amenity_elevator\",\n                    \"amenity_washer\",\n                    \"amenity_books\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_office\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_desk\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_heated\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_spices\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2021-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes llc\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 282302,\n                    \"guest_occupancy\": 0.63,\n                    \"adr\": 1222,\n                    \"revpar\": 773,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 231,\n                    \"available_nights\": 353,\n                    \"hold_nights\": 12,\n                    \"open_nights\": 122,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 99,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.916,\n                    \"guest_occupancy_pctl_rank\": 0.978\n                },\n                \"next_6_months\": {\n                    \"revenue\": 51539,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 1120,\n                    \"revpar\": 280,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.949,\n                    \"revenue_pctl_rank\": 0.949,\n                    \"adr_pctl_rank\": 0.882,\n                    \"guest_occupancy_pctl_rank\": 0.792\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_45113216\",\n            \"ota\": \"airbnb\",\n            \"title\": \"5 Story Condo in Barrett Square of Rosemary Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/45113216\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-45113216/original/21de0fab-624b-4112-8651-530db75be9c7.png\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 6,\n            \"beds\": 12,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28057,\n                \"longitude\": -86.01751,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishwasher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_iron\",\n                    \"amenity_private_entrance\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_hangers\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tv\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hot_water\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_elevator\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_self_check_in\",\n                    \"amenity_keypad\",\n                    \"amenity_stove\",\n                    \"amenity_freezer\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178101191,\n                \"host_name\": \"Dune Vacation\",\n                \"host_review_count\": 68,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a day\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 281285,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 2232,\n                    \"revpar\": 771,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 126,\n                    \"available_nights\": 312,\n                    \"hold_nights\": 53,\n                    \"open_nights\": 186,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.518\n                },\n                \"next_6_months\": {\n                    \"revenue\": 60695,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1958,\n                    \"revpar\": 330,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 139,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 65,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.691\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_47731906\",\n            \"ota\": \"airbnb\",\n            \"title\": \"LSV, Private Pool, Games! WaterColor Park District\",\n            \"url\": \"https://www.airbnb.com/rooms/47731906\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-47731906/original/9b1aba12-9a24-40d0-9624-1abcc51f47e5.jpeg\",\n            \"photo_count\": 99,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-03-09\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32293,\n                \"longitude\": -86.14151,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_bicycles\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_essentials\",\n                    \"amenity_washer\",\n                    \"amenity_heating\",\n                    \"amenity_self_check_in\",\n                    \"amenity_gym\",\n                    \"amenity_stove\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_parking_free\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_smart_lock\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_hangers\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_lake_access\",\n                    \"amenity_iron\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_body_soap\",\n                    \"amenity_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_private_entrance\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_freezer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shampoo\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dining_table\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_high_chair\",\n                    \"amenity_crib\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 48,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.958,\n                \"review_communication\": 0.988,\n                \"review_location\": 1,\n                \"review_value\": 0.97,\n                \"review_overall\": 4.92\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 280431,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1402,\n                    \"revpar\": 768,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 200,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 149,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 112,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.91,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 119007,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1469,\n                    \"revpar\": 647,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 81,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.987\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_49361459\",\n            \"ota\": \"airbnb\",\n            \"title\": \"1 House Off Beach! Pool, Spa, LSV, & Gulf Views!\",\n            \"url\": \"https://www.airbnb.com/rooms/49361459\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-49361459/original/55536e30-143d-4ef6-8638-01711aa6a10f.jpeg\",\n            \"photo_count\": 73,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2343019\",\n            \"best_match_confidence\": 0.7,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-18\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.338682174682617,\n                \"longitude\": -86.20106506347656,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_stove\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_essentials\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_private_entrance\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dining_table\",\n                    \"amenity_freezer\",\n                    \"amenity_balcony\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_front_water\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishwasher\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_iron\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_toaster\",\n                    \"amenity_hangers\",\n                    \"amenity_board_games\",\n                    \"amenity_microwave\",\n                    \"amenity_kitchen\",\n                    \"amenity_books\",\n                    \"amenity_refrigerator\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_tv\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_pool\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hottub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_luggage_dropoff_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 99,\n                \"review_accuracy\": 0.968,\n                \"review_check_in\": 0.98,\n                \"review_cleanliness\": 0.948,\n                \"review_communication\": 0.962,\n                \"review_location\": 0.996,\n                \"review_value\": 0.9259999999999999,\n                \"review_overall\": 4.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 272204,\n                    \"guest_occupancy\": 0.68,\n                    \"adr\": 1098,\n                    \"revpar\": 746,\n                    \"guest_checkins\": 52,\n                    \"guest_nights\": 248,\n                    \"available_nights\": 288,\n                    \"hold_nights\": 77,\n                    \"open_nights\": 40,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 57,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.927,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                },\n                \"next_6_months\": {\n                    \"revenue\": 40061,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1145,\n                    \"revpar\": 218,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 149,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.938,\n                    \"revenue_pctl_rank\": 0.937,\n                    \"adr_pctl_rank\": 0.96,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_836570337986065263\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor 5 Beachside\",\n            \"url\": \"https://www.airbnb.com/rooms/836570337986065263\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-836570337986065263/original/ec35f167-6a2b-453d-8ef5-b50a5fe95bb3.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 1,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-07-27\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.321558,\n                \"longitude\": -86.143924,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": null,\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_dryer\",\n                    \"amenity_hot_water\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_shampoo\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_hangers\",\n                    \"amenity_bed_linens\",\n                    \"amenity_tv\",\n                    \"amenity_host_greets_you\",\n                    \"amenity_freezer\",\n                    \"amenity_stove\",\n                    \"amenity_microwave\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_body_soap\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishwasher\",\n                    \"amenity_elevator\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dining_table\",\n                    \"amenity_heating\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_iron\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 295846892,\n                \"host_name\": \"Royal\",\n                \"host_review_count\": 84,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royalvacations.com\",\n                \"property_manager_company\": \"royal\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 268589,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1733,\n                    \"revpar\": 736,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 186,\n                    \"hold_nights\": 179,\n                    \"open_nights\": 31,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 51,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.618\n                },\n                \"next_6_months\": {\n                    \"revenue\": 79042,\n                    \"guest_occupancy\": 0.23,\n                    \"adr\": 1838,\n                    \"revpar\": 430,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 43,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 141,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 63,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.773\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1133480498843280574\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Private Pool, LSV, 4 Bikes! Sleeps 14!\",\n            \"url\": \"https://www.airbnb.com/rooms/1133480498843280574\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTEzMzQ4MDQ5ODg0MzI4MDU3NA%3D%3D/original/f46539e7-c594-41a6-85d5-348b188bc7b3.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 10,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-05-06\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3263177,\n                \"longitude\": -86.1336147,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_backyard\",\n                    \"amenity_tv\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_lake_access\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shower_gel\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_shampoo\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_stove\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smart_lock\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pool\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_hot_water\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_toaster\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_oven\",\n                    \"amenity_front_water\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bicycles\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hangers\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 0.95,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.916,\n                \"review_communication\": 0.95,\n                \"review_location\": 1,\n                \"review_value\": 0.916,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 268140,\n                    \"guest_occupancy\": 0.62,\n                    \"adr\": 1192,\n                    \"revpar\": 735,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 225,\n                    \"available_nights\": 296,\n                    \"hold_nights\": 69,\n                    \"open_nights\": 71,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.947,\n                    \"guest_occupancy_pctl_rank\": 0.921\n                },\n                \"next_6_months\": {\n                    \"revenue\": 58687,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1249,\n                    \"revpar\": 319,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 126,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.98,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.878\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1185855274112092187\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Beach Home and Carriage House Sleeps 16\",\n            \"url\": \"https://www.airbnb.com/rooms/1185855274112092187\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTE4NTg1NTI3NDExMjA5MjE4Nw%3D%3D/original/82cd7f0e-056c-40df-93fb-935aa73b8c87.jpeg\",\n            \"photo_count\": 44,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-10-01\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2840172,\n                \"longitude\": -86.0163139,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_parking_free\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_heating\",\n                    \"amenity_self_check_in\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_washer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tv\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool\",\n                    \"amenity_keypad\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 221549288,\n                \"host_name\": \"Nick\",\n                \"host_review_count\": 191,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 265029,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 2524,\n                    \"revpar\": 726,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 105,\n                    \"available_nights\": 348,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 243,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 51,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.971,\n                    \"adr_pctl_rank\": 0.985,\n                    \"guest_occupancy_pctl_rank\": 0.436\n                },\n                \"next_6_months\": {\n                    \"revenue\": 33215,\n                    \"guest_occupancy\": 0.1,\n                    \"adr\": 1845,\n                    \"revpar\": 181,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 18,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 155,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.691,\n                    \"revenue_pctl_rank\": 0.662,\n                    \"adr_pctl_rank\": 0.967,\n                    \"guest_occupancy_pctl_rank\": 0.444\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158359519503720\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Sea Vous Play\",\n            \"url\": \"https://www.airbnb.com/rooms/725158359519503720\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158359519503720/original/12884882-5e69-46ac-847e-5c1a64273643.jpeg\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2329189\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-02\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32709,\n                \"longitude\": -86.13224,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_sound_system\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_iron\",\n                    \"amenity_bed_linens\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_refrigerator\",\n                    \"amenity_bicycles\",\n                    \"amenity_microwave\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_pool\",\n                    \"amenity_boat_slip\",\n                    \"amenity_parking_free\",\n                    \"amenity_dryer\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hangers\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_washer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_stove\",\n                    \"amenity_self_check_in\",\n                    \"amenity_toaster\",\n                    \"amenity_shampoo\",\n                    \"amenity_essentials\",\n                    \"amenity_building_staff\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 264248,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1223,\n                    \"revpar\": 724,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 216,\n                    \"available_nights\": 362,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 61,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.957,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 73173,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1330,\n                    \"revpar\": 398,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 55,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 129,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1273295\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxurious 6BR WaterColor Estate! Private Pool, Carriage House, Near Beach! Ideal For Large Groups!\",\n            \"url\": \"https://www.vrbo.com/1273295\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/23000000/22870000/22865000/22864937/463d76dd_b.jpg\",\n            \"photo_count\": 71,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-04-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.323997998402145,\n                \"longitude\": -86.14467604249204,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_heated\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_toaster\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_ice_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_dining_table\",\n                    \"amenity_tennis\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_onsite_parking_options_include_a_garage\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48767,\n                \"host_name\": \"Sanders Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"sandersbeachrentals.com\",\n                \"property_manager_company\": \"sanders beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 263576,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1843,\n                    \"revpar\": 722,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 143,\n                    \"available_nights\": 285,\n                    \"hold_nights\": 80,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 162,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 90069,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1732,\n                    \"revpar\": 490,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 157,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.977,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.872\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_821204299160442414\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Serenity - Private Access & Pool - Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/821204299160442414\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-821204299160442414/original/97b2dcff-67fb-4293-bd5c-6e0b599f85dc.jpeg\",\n            \"photo_count\": 53,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2165628\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-04-10\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27944,\n                \"longitude\": -86.01274,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_bicycles\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_bathtub\",\n                    \"amenity_hot_water\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dining_table\",\n                    \"amenity_hangers\",\n                    \"amenity_parking_free\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_smart_lock\",\n                    \"amenity_iron\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_private_entrance\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_tv\",\n                    \"amenity_bed_linens\",\n                    \"amenity_refrigerator\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 168150468,\n                \"host_name\": \"Oversee\",\n                \"host_review_count\": 781,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"oversee.us\",\n                \"property_manager_company\": \"oversee\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.95,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.95,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 263379,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1214,\n                    \"revpar\": 722,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 217,\n                    \"available_nights\": 348,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 131,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 73,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.953,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 103790,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 988,\n                    \"revpar\": 564,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 105,\n                    \"available_nights\": 178,\n                    \"hold_nights\": 6,\n                    \"open_nights\": 73,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 136,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.998\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289756093538253\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Oyster's Pearl\",\n            \"url\": \"https://www.airbnb.com/rooms/651289756093538253\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289756093538253/original/dfd3af9d-7790-430e-87a1-fd7853ac9f76.jpeg\",\n            \"photo_count\": 66,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 11,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_687927\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-08-08\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32384,\n                \"longitude\": -86.12144,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_tv\",\n                    \"amenity_refrigerator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bathtub\",\n                    \"amenity_iron\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_sound_system\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_bed_linens\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_boat_slip\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_hangers\",\n                    \"amenity_bicycles\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_building_staff\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 0.8,\n                \"review_check_in\": 0.9,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 4.5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 259990,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1215,\n                    \"revpar\": 712,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 214,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 105,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 81,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 83279,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1173,\n                    \"revpar\": 453,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 106,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.964,\n                    \"guest_occupancy_pctl_rank\": 0.974\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_43591518\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Home + Carriage House Close to Watercolor Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/43591518\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-43591518/original/6d6bb4eb-4ab2-4ad5-a7bf-94573273dc30.png\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-05-29\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32118,\n                \"longitude\": -86.14425,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_dishwasher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_heating\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_stove\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_self_check_in\",\n                    \"amenity_bathtub\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hangers\",\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_freezer\",\n                    \"amenity_parking_free\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_kitchen\",\n                    \"amenity_private_entrance\",\n                    \"amenity_iron\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_dryer\",\n                    \"amenity_keypad\",\n                    \"amenity_hot_water\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178101191,\n                \"host_name\": \"Dune Vacation\",\n                \"host_review_count\": 68,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a day\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 259862,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1954,\n                    \"revpar\": 712,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 133,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 186,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 71,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.967,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.935,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72096,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 1949,\n                    \"revpar\": 392,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 174,\n                    \"hold_nights\": 10,\n                    \"open_nights\": 137,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.913,\n                    \"revenue_pctl_rank\": 0.902,\n                    \"adr_pctl_rank\": 0.978,\n                    \"guest_occupancy_pctl_rank\": 0.695\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_989080720350688145\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Phase 1 WaterColor Location! W/ NEW LSV & 4 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/989080720350688145\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTg5MDgwNzIwMzUwNjg4MTQ1/original/e095fb7b-ab73-4305-9555-b604f67d2b49.jpeg\",\n            \"photo_count\": 97,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 6,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-29\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3238608,\n                \"longitude\": -86.14129799999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_freezer\",\n                    \"amenity_ev_charger\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hangers\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_shampoo\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_board_games\",\n                    \"amenity_conditioner\",\n                    \"amenity_essentials\",\n                    \"amenity_stove\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_washer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_lake_access\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_private_entrance\",\n                    \"amenity_backyard\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_hot_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_front_water\",\n                    \"amenity_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_tv\",\n                    \"amenity_toaster\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": 0.954,\n                \"review_check_in\": 0.924,\n                \"review_cleanliness\": 0.954,\n                \"review_communication\": 0.954,\n                \"review_location\": 1,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.77\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 257856,\n                    \"guest_occupancy\": 0.67,\n                    \"adr\": 1061,\n                    \"revpar\": 706,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 243,\n                    \"available_nights\": 344,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 101,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.915,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                },\n                \"next_6_months\": {\n                    \"revenue\": 36834,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1052,\n                    \"revpar\": 200,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 182,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 147,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.924,\n                    \"adr_pctl_rank\": 0.938,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_46071132\",\n            \"ota\": \"airbnb\",\n            \"title\": \"STEPS From Rosemary! Private Pool, Carriage House!\",\n            \"url\": \"https://www.airbnb.com/rooms/46071132\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/6d3d9ffb-f834-4a8f-9a37-8067f4b1349b.jpg\",\n            \"photo_count\": 46,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 14,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-12-12\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28024,\n                \"longitude\": -86.01139,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_iron\",\n                    \"amenity_books\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_breakfast\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_self_check_in\",\n                    \"amenity_parking_free\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_backyard\",\n                    \"amenity_kitchen\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_shampoo\",\n                    \"amenity_dryer\",\n                    \"amenity_bathtub\",\n                    \"amenity_game_console\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_essentials\",\n                    \"amenity_cabletv\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_pool\",\n                    \"amenity_bed_linens\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hot_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_pit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_stove\",\n                    \"amenity_shower_gel\",\n                    \"amenity_high_chair\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_balcony\",\n                    \"amenity_lockbox\",\n                    \"amenity_refrigerator\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 214654783,\n                \"host_name\": \"Beth\",\n                \"host_review_count\": 260,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 39,\n                \"review_accuracy\": 0.958,\n                \"review_check_in\": 0.974,\n                \"review_cleanliness\": 0.938,\n                \"review_communication\": 0.944,\n                \"review_location\": 0.99,\n                \"review_value\": 0.924,\n                \"review_overall\": 4.77\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 256048,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1422,\n                    \"revpar\": 702,\n                    \"guest_checkins\": 45,\n                    \"guest_nights\": 180,\n                    \"available_nights\": 338,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 158,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.785\n                },\n                \"next_6_months\": {\n                    \"revenue\": 112455,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1388,\n                    \"revpar\": 611,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 81,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 100,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 118,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.939,\n                    \"guest_occupancy_pctl_rank\": 0.987\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2302552\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxe Home with Outdoor Lounge, Pool, and Golf Cart 2 Minutes to Camp Watercolor\",\n            \"url\": \"https://www.vrbo.com/2302552\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/68000000/67410000/67403300/67403291/62a7f2e6_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-06-01\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32825,\n                \"longitude\": -86.1344,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"access\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_pool_heated\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_oven\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_private\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_living_room\",\n                    \"amenity_garden\",\n                    \"amenity_dining_table\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_toaster\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 254709,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1676,\n                    \"revpar\": 698,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 152,\n                    \"available_nights\": 271,\n                    \"hold_nights\": 94,\n                    \"open_nights\": 119,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.983,\n                    \"adr_pctl_rank\": 0.941,\n                    \"guest_occupancy_pctl_rank\": 0.759\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72023,\n                    \"guest_occupancy\": 0.27,\n                    \"adr\": 1470,\n                    \"revpar\": 391,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 49,\n                    \"available_nights\": 130,\n                    \"hold_nights\": 54,\n                    \"open_nights\": 81,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.965,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.86\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2622402\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Rare Location on Eastern Green. Steps to the Beach, 75 Yards to Community Pool\",\n            \"url\": \"https://www.vrbo.com/2622402\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74620000/74618900/74618806/ac4e9238_b.jpg\",\n            \"photo_count\": 58,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-30\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-01-30\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27721,\n                \"longitude\": -86.01396,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_pool_communal\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_garden\",\n                    \"amenity_balcony\",\n                    \"amenity_oven\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_tennis\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_towels\",\n                    \"amenity_view_ocean\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_living_room\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_heated\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 35,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 253766,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1908,\n                    \"revpar\": 695,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 133,\n                    \"available_nights\": 221,\n                    \"hold_nights\": 144,\n                    \"open_nights\": 88,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.576\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75197,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1979,\n                    \"revpar\": 432,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 38,\n                    \"available_nights\": 156,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 118,\n                    \"total_nights\": 174,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 127,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.973,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.776\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1263652\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxurious WaterColor Retreat with Beach Club Access, Private Pool, Spa, and Captivating Views!\",\n            \"url\": \"https://www.vrbo.com/1263652\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/23000000/22630000/22624400/22624307/db40e49a_b.jpg\",\n            \"photo_count\": 74,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-08-31\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3261836,\n                \"longitude\": -86.1382277,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool_heated\",\n                    \"amenity_living_room\",\n                    \"amenity_tennis\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_communal\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_english\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_oven\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_washer\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48767,\n                \"host_name\": \"Sanders Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"sandersbeachrentals.com\",\n                \"property_manager_company\": \"sanders beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 17,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 253130,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1633,\n                    \"revpar\": 694,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 301,\n                    \"hold_nights\": 64,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.983,\n                    \"guest_occupancy_pctl_rank\": 0.624\n                },\n                \"next_6_months\": {\n                    \"revenue\": 46792,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1418,\n                    \"revpar\": 254,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 33,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 135,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 103,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.933,\n                    \"revenue_pctl_rank\": 0.927,\n                    \"adr_pctl_rank\": 0.961,\n                    \"guest_occupancy_pctl_rank\": 0.64\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651291110626865203\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Yolo #73\",\n            \"url\": \"https://www.airbnb.com/rooms/651291110626865203\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651291110626865203/original/3c797f84-3b98-4e2f-932f-7c2ec32c5e3a.jpeg\",\n            \"photo_count\": 64,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-06-07\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32874,\n                \"longitude\": -86.13468,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_sound_system\",\n                    \"amenity_washer\",\n                    \"amenity_stove\",\n                    \"amenity_building_staff\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dining_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_self_check_in\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hot_water\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_gym\",\n                    \"amenity_kitchen\",\n                    \"amenity_bathtub\",\n                    \"amenity_hangers\",\n                    \"amenity_bicycles\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_backyard\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_pool\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_shampoo\",\n                    \"amenity_refrigerator\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_boat_slip\",\n                    \"amenity_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_heating\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_free\",\n                    \"amenity_balcony\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 269,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 253006,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1698,\n                    \"revpar\": 693,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 149,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.965,\n                    \"guest_occupancy_pctl_rank\": 0.591\n                },\n                \"next_6_months\": {\n                    \"revenue\": 82593,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1530,\n                    \"revpar\": 449,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 144,\n                    \"hold_nights\": 40,\n                    \"open_nights\": 90,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.983,\n                    \"revenue_pctl_rank\": 0.983,\n                    \"adr_pctl_rank\": 0.965,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_52913184\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Luxury Home ~ Private Pool ~ 6-Seat Golf Cart ~ Sh\",\n            \"url\": \"https://www.airbnb.com/rooms/52913184\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-52913184/original/3650a9d8-6db5-4331-9fcf-2ff932903797.jpeg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2474922\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 10,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-16\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28012,\n                \"longitude\": -86.012069,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_hot_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_gym\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_kitchen\",\n                    \"amenity_keypad\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_toaster\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_freezer\",\n                    \"amenity_essentials\",\n                    \"amenity_conditioner\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_bed_linens\",\n                    \"amenity_tv\",\n                    \"amenity_heating\",\n                    \"amenity_dryer\",\n                    \"amenity_shampoo\",\n                    \"amenity_hangers\",\n                    \"amenity_fire_extinguisher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 172543085,\n                \"host_name\": \"My Vacation Haven\",\n                \"host_review_count\": 1110,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 0.91,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"myvacationhaven.com\",\n                \"property_manager_company\": \"my vacation haven\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 0.85,\n                \"review_check_in\": 0.9,\n                \"review_cleanliness\": 0.85,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.75,\n                \"review_overall\": 4.5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 251279,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1428,\n                    \"revpar\": 688,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 176,\n                    \"available_nights\": 354,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 178,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 94,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.983,\n                    \"revenue_pctl_rank\": 0.984,\n                    \"adr_pctl_rank\": 0.921,\n                    \"guest_occupancy_pctl_rank\": 0.768\n                },\n                \"next_6_months\": {\n                    \"revenue\": 49015,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 1089,\n                    \"revpar\": 266,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 45,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 139,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.91,\n                    \"revenue_pctl_rank\": 0.918,\n                    \"adr_pctl_rank\": 0.803,\n                    \"guest_occupancy_pctl_rank\": 0.833\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_34939666\",\n            \"ota\": \"airbnb\",\n            \"title\": \"82 Watercolor Blvd. East\",\n            \"url\": \"https://www.airbnb.com/rooms/34939666\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-34939666/original/4d350cf3-c219-4d55-a656-9cb5be93da41.jpeg\",\n            \"photo_count\": 86,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 12,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-03-23\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32361,\n                \"longitude\": -86.14192,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": null,\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dishwasher\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_gym\",\n                    \"amenity_hot_water\",\n                    \"amenity_shampoo\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_stove\",\n                    \"amenity_iron\",\n                    \"amenity_washer\",\n                    \"amenity_lockbox\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_self_check_in\",\n                    \"amenity_balcony\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_heating\",\n                    \"amenity_tv\",\n                    \"amenity_oven\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_dryer\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_bed_linens\",\n                    \"amenity_microwave\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_kitchen\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 259607406,\n                \"host_name\": \"Jenny\",\n                \"host_review_count\": 8,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"graytoncoastrentals.com\",\n                \"property_manager_company\": \"jenny\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 251076,\n                    \"guest_occupancy\": 0.27,\n                    \"adr\": 2588,\n                    \"revpar\": 688,\n                    \"guest_checkins\": 16,\n                    \"guest_nights\": 97,\n                    \"available_nights\": 293,\n                    \"hold_nights\": 72,\n                    \"open_nights\": 196,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 105,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.944,\n                    \"revenue_pctl_rank\": 0.944,\n                    \"adr_pctl_rank\": 0.978,\n                    \"guest_occupancy_pctl_rank\": 0.494\n                },\n                \"next_6_months\": {\n                    \"revenue\": 40496,\n                    \"guest_occupancy\": 0.1,\n                    \"adr\": 2131,\n                    \"revpar\": 220,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 19,\n                    \"available_nights\": 152,\n                    \"hold_nights\": 32,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 147,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.742,\n                    \"revenue_pctl_rank\": 0.685,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.416\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2600651\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Across from Heated Pool, 2 Minutes to Beach, and Newly Renovated. With Gulf View\",\n            \"url\": \"https://www.vrbo.com/2600651\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74190000/74189800/74189720/157558ba_b.jpg\",\n            \"photo_count\": 56,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 13,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_651289129773339531\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-25\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32257,\n                \"longitude\": -86.14029,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_view_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_tennis\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_parking_available\",\n                    \"amenity_living_room\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_heated\",\n                    \"amenity_toaster\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 21,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 250616,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1247,\n                    \"revpar\": 687,\n                    \"guest_checkins\": 47,\n                    \"guest_nights\": 201,\n                    \"available_nights\": 259,\n                    \"hold_nights\": 106,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.927\n                },\n                \"next_6_months\": {\n                    \"revenue\": 45098,\n                    \"guest_occupancy\": 0.23,\n                    \"adr\": 1049,\n                    \"revpar\": 245,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 43,\n                    \"available_nights\": 171,\n                    \"hold_nights\": 13,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 103,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.953,\n                    \"revenue_pctl_rank\": 0.954,\n                    \"adr_pctl_rank\": 0.932,\n                    \"guest_occupancy_pctl_rank\": 0.844\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_43484759\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Luxurious Home in the Lake District of WaterColor\",\n            \"url\": \"https://www.airbnb.com/rooms/43484759\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-43484759/original/6d27a4ef-63e3-42ee-bf30-d8e392938dc1.png\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-10-06\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32873,\n                \"longitude\": -86.13932,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dryer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_stove\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_parking_free\",\n                    \"amenity_kitchen\",\n                    \"amenity_self_check_in\",\n                    \"amenity_private_entrance\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_bed_linens\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_keypad\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_tv\",\n                    \"amenity_pool\",\n                    \"amenity_heating\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_toaster\",\n                    \"amenity_hot_water\",\n                    \"amenity_refrigerator\",\n                    \"amenity_elevator\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hangers\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178101191,\n                \"host_name\": \"Dune Vacation\",\n                \"host_review_count\": 68,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a day\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 249825,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 2474,\n                    \"revpar\": 684,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 101,\n                    \"available_nights\": 293,\n                    \"hold_nights\": 72,\n                    \"open_nights\": 192,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 50,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.983,\n                    \"adr_pctl_rank\": 0.994,\n                    \"guest_occupancy_pctl_rank\": 0.338\n                },\n                \"next_6_months\": {\n                    \"revenue\": 64486,\n                    \"guest_occupancy\": 0.13,\n                    \"adr\": 2687,\n                    \"revpar\": 350,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 24,\n                    \"available_nights\": 148,\n                    \"hold_nights\": 36,\n                    \"open_nights\": 124,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 71,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.958,\n                    \"adr_pctl_rank\": 0.999,\n                    \"guest_occupancy_pctl_rank\": 0.519\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832107\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Austen Cottage & Carriage House - Ultra Comfort Meets Modern Chic\",\n            \"url\": \"https://www.vrbo.com/1832107\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44450000/44448000/44447921/26c6895a_b.jpg\",\n            \"photo_count\": 29,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 21,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-20\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-02-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.280764,\n                \"longitude\": -86.012747,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_available\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_video_library\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_books\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_pool_communal\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_game_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_pool_private\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 247046,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2628,\n                    \"revpar\": 677,\n                    \"guest_checkins\": 16,\n                    \"guest_nights\": 94,\n                    \"available_nights\": 340,\n                    \"hold_nights\": 25,\n                    \"open_nights\": 246,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 94,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.957,\n                    \"revenue_pctl_rank\": 0.933,\n                    \"adr_pctl_rank\": 0.992,\n                    \"guest_occupancy_pctl_rank\": 0.391\n                },\n                \"next_6_months\": {\n                    \"revenue\": 34563,\n                    \"guest_occupancy\": 0.08,\n                    \"adr\": 2304,\n                    \"revpar\": 188,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 15,\n                    \"available_nights\": 174,\n                    \"hold_nights\": 10,\n                    \"open_nights\": 159,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 162,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"3_market_average\",\n                    \"performance_pctl_rank\": 0.723,\n                    \"revenue_pctl_rank\": 0.628,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.344\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_436808\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxury 3-story WaterColor Home. Private Pool, Bikes, Golf Cart, Lots of Amenities. Ideal for Groups!\",\n            \"url\": \"https://www.vrbo.com/436808\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/23000000/22210000/22209400/22209336/46af5768_b.jpg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2013-10-02\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.326773797156044,\n                \"longitude\": -86.13823969113135,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_towels\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_pool_heated\",\n                    \"amenity_living_room\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_private\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48767,\n                \"host_name\": \"Sanders Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"sandersbeachrentals.com\",\n                \"property_manager_company\": \"sanders beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 17,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 245880,\n                    \"guest_occupancy\": 0.4,\n                    \"adr\": 1684,\n                    \"revpar\": 674,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 146,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 145,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 145,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.977,\n                    \"adr_pctl_rank\": 0.942,\n                    \"guest_occupancy_pctl_rank\": 0.707\n                },\n                \"next_6_months\": {\n                    \"revenue\": 47904,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1497,\n                    \"revpar\": 260,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 32,\n                    \"available_nights\": 157,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 125,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 188,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.89,\n                    \"revenue_pctl_rank\": 0.889,\n                    \"adr_pctl_rank\": 0.929,\n                    \"guest_occupancy_pctl_rank\": 0.623\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_606056\",\n            \"ota\": \"vrbo\",\n            \"title\": \"5 King Suites, Private Pool, 6 Seat Cart, Best Kitchen on 30-A, Rave Reviews!  \",\n            \"url\": \"https://www.vrbo.com/606056\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/25000000/24470000/24469400/24469398/8c34db84_b.jpg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-15\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2014-07-01\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3290623,\n                \"longitude\": -86.13156620000001,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_water_sports_gear\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_golf\",\n                    \"amenity_blender\",\n                    \"amenity_video_library\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_communal\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_office\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_garden\",\n                    \"amenity_spices\",\n                    \"amenity_shampoo\",\n                    \"amenity_tennis\",\n                    \"amenity_english\",\n                    \"amenity_pool_heated\",\n                    \"amenity_toaster\",\n                    \"amenity_living_room\",\n                    \"amenity_desk_chair\",\n                    \"amenity_ice_maker\",\n                    \"amenity_washer\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_balcony\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_parking_available\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_toilet_paper\",\n                    \"amenity_pool\",\n                    \"amenity_desk\",\n                    \"amenity_pool_private\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_printer\",\n                    \"amenity_books\",\n                    \"amenity_paper_towels\",\n                    \"amenity_pool_outdoor\",\n                    \"amenity_dining_table\",\n                    \"amenity_music_library\",\n                    \"amenity_game_room\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_beach_towels\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_towels\",\n                    \"amenity_coffee_grinder\",\n                    \"amenity_kayak_canoe\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Deborah Slimp\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2009-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 96,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 241530,\n                    \"guest_occupancy\": 0.37,\n                    \"adr\": 1802,\n                    \"revpar\": 662,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 134,\n                    \"available_nights\": 238,\n                    \"hold_nights\": 127,\n                    \"open_nights\": 104,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 83,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.967,\n                    \"revenue_pctl_rank\": 0.97,\n                    \"adr_pctl_rank\": 0.938,\n                    \"guest_occupancy_pctl_rank\": 0.506\n                },\n                \"next_6_months\": {\n                    \"revenue\": 67962,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1788,\n                    \"revpar\": 369,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 38,\n                    \"available_nights\": 135,\n                    \"hold_nights\": 49,\n                    \"open_nights\": 97,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 132,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.96,\n                    \"revenue_pctl_rank\": 0.958,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.704\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2278665\",\n            \"ota\": \"vrbo\",\n            \"title\": \"PoppyLu - Secluded Beachfront Home in Blue Mountain Beach with Private Pool & Golf Cart\",\n            \"url\": \"https://www.vrbo.com/2278665\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/67000000/66810000/66805800/66805780/32b06407_b.jpg\",\n            \"photo_count\": 48,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 21,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-27\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-08-26\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.33607,\n                \"longitude\": -86.19253,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_ice_maker\",\n                    \"amenity_view_beach\",\n                    \"amenity_english\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_parking_available\",\n                    \"amenity_jet_skiing_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1060391,\n                \"host_name\": \"Five Star Properties and Bliss Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"fivestargulfrentals.com\",\n                \"property_manager_company\": \"five star properties and bliss beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 238158,\n                    \"guest_occupancy\": 0.4,\n                    \"adr\": 1642,\n                    \"revpar\": 652,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 145,\n                    \"available_nights\": 229,\n                    \"hold_nights\": 136,\n                    \"open_nights\": 84,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 105,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.967,\n                    \"revenue_pctl_rank\": 0.97,\n                    \"adr_pctl_rank\": 0.932,\n                    \"guest_occupancy_pctl_rank\": 0.707\n                },\n                \"next_6_months\": {\n                    \"revenue\": 59902,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1762,\n                    \"revpar\": 326,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 114,\n                    \"hold_nights\": 70,\n                    \"open_nights\": 80,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.947,\n                    \"revenue_pctl_rank\": 0.939,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.659\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_42663009\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Lovely Watercolor Home with Pool + Golf Cart\",\n            \"url\": \"https://www.airbnb.com/rooms/42663009\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-42663009/original/1d61938a-5cf0-45f7-a82c-e24553785e77.png\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-10-13\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32539,\n                \"longitude\": -86.12386,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_heating\",\n                    \"amenity_dryer\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free\",\n                    \"amenity_keypad\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool\",\n                    \"amenity_bathtub\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hangers\",\n                    \"amenity_microwave\",\n                    \"amenity_washer\",\n                    \"amenity_iron\",\n                    \"amenity_oven\",\n                    \"amenity_tv\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_refrigerator\",\n                    \"amenity_bed_linens\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smoke_alarm\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178101191,\n                \"host_name\": \"Dune Vacation\",\n                \"host_review_count\": 68,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a day\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 237748,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1829,\n                    \"revpar\": 651,\n                    \"guest_checkins\": 23,\n                    \"guest_nights\": 130,\n                    \"available_nights\": 292,\n                    \"hold_nights\": 73,\n                    \"open_nights\": 162,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 60,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.47\n                },\n                \"next_6_months\": {\n                    \"revenue\": 57686,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1697,\n                    \"revpar\": 314,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 157,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 123,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.983,\n                    \"revenue_pctl_rank\": 0.98,\n                    \"adr_pctl_rank\": 0.998,\n                    \"guest_occupancy_pctl_rank\": 0.743\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_52236520\",\n            \"ota\": \"airbnb\",\n            \"title\": \"The Belvedere -7 BR/9BA Masterpiece w Private Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/52236520\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/5542b7fe-c170-4b2d-9fb6-40add64ca517.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2464171\",\n            \"best_match_confidence\": 0.87,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 14,\n            \"bathrooms\": 9,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2796,\n                \"longitude\": -86.01769,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_parking_free\",\n                    \"amenity_washer\",\n                    \"amenity_elevator\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_freezer\",\n                    \"amenity_self_check_in\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dining_table\",\n                    \"amenity_iron\",\n                    \"amenity_hot_water\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_shower_gel\",\n                    \"amenity_private_entrance\",\n                    \"amenity_keypad\",\n                    \"amenity_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_pool\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_balcony\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_toaster\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_stove\",\n                    \"amenity_hangers\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_body_soap\",\n                    \"amenity_microwave\",\n                    \"amenity_dishwasher\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_heating\",\n                    \"amenity_hot_water\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_essentials\",\n                    \"amenity_tv\",\n                    \"amenity_shampoo\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bed_linens\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_internet_wifi\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 295426857,\n                \"host_name\": \"Inspire Vacation Properties\",\n                \"host_review_count\": 298,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"inspirevp.com\",\n                \"property_manager_company\": \"inspire vacation properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 236587,\n                    \"guest_occupancy\": 0.23,\n                    \"adr\": 2817,\n                    \"revpar\": 648,\n                    \"guest_checkins\": 16,\n                    \"guest_nights\": 84,\n                    \"available_nights\": 355,\n                    \"hold_nights\": 10,\n                    \"open_nights\": 271,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 72,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.933,\n                    \"revenue_pctl_rank\": 0.899,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.393\n                },\n                \"next_6_months\": {\n                    \"revenue\": 41092,\n                    \"guest_occupancy\": 0.09,\n                    \"adr\": 2417,\n                    \"revpar\": 223,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 17,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 167,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 91,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"2_above_market\",\n                    \"performance_pctl_rank\": 0.764,\n                    \"revenue_pctl_rank\": 0.697,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.393\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_690614926926180380\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Somethings Gotta Give Movie Set Replica\",\n            \"url\": \"https://www.airbnb.com/rooms/690614926926180380\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-690614926926180380/original/9a63e33d-75c1-4f8f-8b5b-5ec71a0d933c.jpeg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_431654\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-04-01\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324836,\n                \"longitude\": -86.144334,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_smoke_alarm\",\n                    \"amenity_hangers\",\n                    \"amenity_microwave\",\n                    \"amenity_hot_water\",\n                    \"amenity_dining_table\",\n                    \"amenity_boat_slip\",\n                    \"amenity_parking_free\",\n                    \"amenity_kitchen\",\n                    \"amenity_bathtub\",\n                    \"amenity_pool\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_washer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_iron\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_stove\",\n                    \"amenity_tv\",\n                    \"amenity_dishwasher\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_bed_linens\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_building_staff\",\n                    \"amenity_self_check_in\",\n                    \"amenity_essentials\",\n                    \"amenity_backyard\",\n                    \"amenity_toaster\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_bicycles\",\n                    \"amenity_shampoo\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 269,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.978,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.978,\n                \"review_location\": 1,\n                \"review_value\": 0.978,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 235573,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1294,\n                    \"revpar\": 645,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 182,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 137,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 69,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.97,\n                    \"guest_occupancy_pctl_rank\": 0.769\n                },\n                \"next_6_months\": {\n                    \"revenue\": 71213,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1272,\n                    \"revpar\": 387,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 86,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.99,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.976,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        }\n    ]\n}"},{"id":"2bdde551-15b7-4ac0-bc43-b607d404f85a","name":"By Next 6 Months Performance / ADR Tiers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"performance\": {\n            \"next_6mo_adr_tier\": [\"1_premium\"],\n            \"next_6mo_performance_tier\": [\"1_market_leader\"]\n        } \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 21:05:59 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"21430"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T210557Z-16dc8544dbdb5mwphC1CO1yys8000000037g000000004be7"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 472,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": {\n        \"ota\": null,\n        \"performance\": {\n            \"last_12mo_performance_tier\": null,\n            \"last_12mo_adr_tier\": null,\n            \"next_6mo_performance_tier\": [\n                \"1_market_leader\"\n            ],\n            \"next_6mo_adr_tier\": [\n                \"1_premium\"\n            ]\n        },\n        \"property\": null,\n        \"geo\": null,\n        \"amenity\": null,\n        \"host\": null\n    },\n    \"exclude\": null,\n    \"listing\": [\n        {\n            \"id\": \"vrbo_3700771\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front with Panoramic Views! Sleeps 35! Golf Cart and Bikes!\",\n            \"url\": \"https://www.vrbo.com/3700771\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/101000000/100250000/100242400/100242367/9451cf91_b.jpg\",\n            \"photo_count\": 128,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 35,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 11,\n            \"beds\": 11,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-11-17\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.290629199931463,\n                \"longitude\": -86.0515501136357,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_private\",\n                    \"amenity_ice_maker\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_view_ocean\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_living_room\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_towels\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_available\",\n                    \"amenity_on_the_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 11 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 527929,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 2869,\n                    \"revpar\": 1446,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 242,\n                    \"hold_nights\": 123,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 186,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.862,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99692,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 3216,\n                    \"revpar\": 542,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 71,\n                    \"hold_nights\": 113,\n                    \"open_nights\": 40,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 202,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.987,\n                    \"adr_pctl_rank\": 0.95,\n                    \"guest_occupancy_pctl_rank\": 0.581\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832478\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Enchanted Cottage & CH - Luxury Home! Private Pool & Courtyard!\",\n            \"url\": \"https://www.vrbo.com/1832478\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450307/66b479a1_b.jpg\",\n            \"photo_count\": 38,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 17,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-18\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-03-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2841911,\n                \"longitude\": -86.0154857,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_english\",\n                    \"amenity_microwave\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pool\",\n                    \"amenity_parking_available\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_heated\",\n                    \"amenity_video_library\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_towels\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 382366,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 2012,\n                    \"revpar\": 1048,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 190,\n                    \"available_nights\": 335,\n                    \"hold_nights\": 30,\n                    \"open_nights\": 145,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.945\n                },\n                \"next_6_months\": {\n                    \"revenue\": 68469,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 2075,\n                    \"revpar\": 372,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 33,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 151,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.961,\n                    \"adr_pctl_rank\": 0.99,\n                    \"guest_occupancy_pctl_rank\": 0.659\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_782520785584225417\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Heated Pool, LSV, Bikes, Pet Friendly!\",\n            \"url\": \"https://www.airbnb.com/rooms/782520785584225417\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NzgyNTIwNzg1NTg0MjI1NDE3/original/ce730868-a470-4d0d-88ff-5cbdd2a2c76e.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-15\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3245917,\n                \"longitude\": -86.1450533,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_pool\",\n                    \"amenity_dishwasher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_smart_lock\",\n                    \"amenity_iron\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_stove\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hangers\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_body_soap\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_parking_paid\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_shampoo\",\n                    \"amenity_lake_access\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_refrigerator\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_sound_system\",\n                    \"amenity_balcony\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_essentials\",\n                    \"amenity_fire_pit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_washer\",\n                    \"amenity_dining_table\",\n                    \"amenity_dryer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_toaster\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_oven\",\n                    \"amenity_kitchen\",\n                    \"amenity_tv\",\n                    \"amenity_board_games\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 21,\n                \"review_accuracy\": 0.942,\n                \"review_check_in\": 0.962,\n                \"review_cleanliness\": 0.886,\n                \"review_communication\": 0.952,\n                \"review_location\": 0.99,\n                \"review_value\": 0.9039999999999999,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374951,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1811,\n                    \"revpar\": 1027,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 207,\n                    \"available_nights\": 342,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 135,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.972,\n                    \"guest_occupancy_pctl_rank\": 0.893\n                },\n                \"next_6_months\": {\n                    \"revenue\": 107615,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1606,\n                    \"revpar\": 585,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.977,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_623000767908867030\",\n            \"ota\": \"airbnb\",\n            \"title\": \"President Row WaterColor! Pool, LSV, Steps 2 Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/623000767908867030\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjIzMDAwNzY3OTA4ODY3MDMw/original/e685792a-4c9f-4bbd-8501-6163421befc3.jpeg\",\n            \"photo_count\": 143,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 16,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-07-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324094772338867,\n                \"longitude\": -86.14459991455078,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dining_table\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_backyard\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_private_entrance\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_bicycles\",\n                    \"amenity_sound_system\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_fire_pit\",\n                    \"amenity_smart_lock\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_body_soap\",\n                    \"amenity_shower_gel\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_shampoo\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_iron\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_books\",\n                    \"amenity_microwave\",\n                    \"amenity_parking_paid\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_essentials\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_conditioner\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_freezer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_lake_access\",\n                    \"amenity_hangers\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_self_check_in\",\n                    \"amenity_stove\",\n                    \"amenity_kitchen\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_board_games\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_washer\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_dishwasher\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 24,\n                \"review_accuracy\": 0.966,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 0.95,\n                \"review_communication\": 0.976,\n                \"review_location\": 0.992,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.71\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 374004,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 2397,\n                    \"revpar\": 1025,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 246,\n                    \"hold_nights\": 119,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.921,\n                    \"guest_occupancy_pctl_rank\": 0.809\n                },\n                \"next_6_months\": {\n                    \"revenue\": 109455,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2329,\n                    \"revpar\": 595,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 153,\n                    \"hold_nights\": 31,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.899\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2659360\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Oasis Cottage & Carriage House-Luxurious, Breathtaking Gulf Front in Rosemary\",\n            \"url\": \"https://www.vrbo.com/2659360\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/76000000/75270000/75264700/75264627/1a91e723_b.jpg\",\n            \"photo_count\": 54,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 15,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-03-06\",\n            \"last_booking_on\": \"2025-07-10\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.276591712927875,\n                \"longitude\": -86.01295712516594,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_ice_maker\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_parking_available\",\n                    \"amenity_dining_table\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_washer\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tennis\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_towels\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_golf\",\n                    \"amenity_near_the_bay\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 26,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 365093,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 2148,\n                    \"revpar\": 1000,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 170,\n                    \"available_nights\": 316,\n                    \"hold_nights\": 49,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.941,\n                    \"guest_occupancy_pctl_rank\": 0.866\n                },\n                \"next_6_months\": {\n                    \"revenue\": 151388,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2132,\n                    \"revpar\": 823,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 131,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2582938\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Looking Glass Cottage & Carriage House\",\n            \"url\": \"https://www.vrbo.com/2582938\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/74000000/73710000/73706200/73706197/9942d646_b.jpg\",\n            \"photo_count\": 45,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2787554,\n                \"longitude\": -86.0183259,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_toaster\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_video_library\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_books\",\n                    \"amenity_washer\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_balcony\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_microwave\",\n                    \"amenity_towels\",\n                    \"amenity_elevator\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 362013,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 3352,\n                    \"revpar\": 992,\n                    \"guest_checkins\": 20,\n                    \"guest_nights\": 108,\n                    \"available_nights\": 278,\n                    \"hold_nights\": 87,\n                    \"open_nights\": 170,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 149,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.466\n                },\n                \"next_6_months\": {\n                    \"revenue\": 146089,\n                    \"guest_occupancy\": 0.25,\n                    \"adr\": 3176,\n                    \"revpar\": 794,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 46,\n                    \"available_nights\": 83,\n                    \"hold_nights\": 101,\n                    \"open_nights\": 37,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 163,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.864\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832485\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Living the Dream Cottage & Carriage House - Gulf Views! Close to Town Center & Beach!\",\n            \"url\": \"https://www.vrbo.com/1832485\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450327/57a71bc8_b.jpg\",\n            \"photo_count\": 33,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279525,\n                \"longitude\": -86.0162348,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_living_room\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_tennis\",\n                    \"amenity_balcony\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_dining_table\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_view_ocean\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_video_library\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_toaster\",\n                    \"amenity_english\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 361332,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1943,\n                    \"revpar\": 990,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 186,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 116,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.992,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.889,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                },\n                \"next_6_months\": {\n                    \"revenue\": 93177,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1792,\n                    \"revpar\": 509,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 117,\n                    \"total_nights\": 183,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 132,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.972,\n                    \"adr_pctl_rank\": 0.929,\n                    \"guest_occupancy_pctl_rank\": 0.85\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_47952333\",\n            \"ota\": \"airbnb\",\n            \"title\": \"\\\"Breakers + Carriage House\\\" | Seaside|4 Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/47952333\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-47952333/original/ecda7b3d-044b-4252-852e-04935740e7a8.jpeg\",\n            \"photo_count\": 152,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 12,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-07\",\n            \"last_booking_on\": \"2025-06-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3210567,\n                \"longitude\": -86.1397785,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen\",\n                    \"amenity_dryer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_refrigerator\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_smart_lock\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_stove\",\n                    \"amenity_oven\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_freezer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_hot_water\",\n                    \"amenity_heating\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_iron\",\n                    \"amenity_high_chair\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_balcony\",\n                    \"amenity_tv\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_parking_free\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 149257844,\n                \"host_name\": \"Paradise30A\",\n                \"host_review_count\": 683,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"paradise30a.com\",\n                \"property_manager_company\": \"paradise30a\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 354119,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1771,\n                    \"revpar\": 970,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 200,\n                    \"available_nights\": 342,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"3_midscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.966,\n                    \"revenue_pctl_rank\": 0.966,\n                    \"adr_pctl_rank\": 0.742,\n                    \"guest_occupancy_pctl_rank\": 0.933\n                },\n                \"next_6_months\": {\n                    \"revenue\": 61707,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1991,\n                    \"revpar\": 335,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 162,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 131,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.91,\n                    \"adr_pctl_rank\": 0.944,\n                    \"guest_occupancy_pctl_rank\": 0.663\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_644180853723375686\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor LUX! Pool, Spa, FirePit, LSV, & Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/644180853723375686\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6NjQ0MTgwODUzNzIzMzc1Njg2/original/f82e443e-db37-486d-8a22-9a5b10bc0825.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 13,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-15\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32720549999999,\n                \"longitude\": -86.1400232,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2649,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 33,\n                \"review_accuracy\": 0.982,\n                \"review_check_in\": 0.976,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.964,\n                \"review_location\": 1,\n                \"review_value\": 0.958,\n                \"review_overall\": 4.91\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 352561,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1846,\n                    \"revpar\": 966,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 191,\n                    \"available_nights\": 345,\n                    \"hold_nights\": 20,\n                    \"open_nights\": 154,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.869\n                },\n                \"next_6_months\": {\n                    \"revenue\": 120500,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1799,\n                    \"revpar\": 655,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.989,\n                    \"revenue_pctl_rank\": 0.989,\n                    \"adr_pctl_rank\": 0.953,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_671729473150978045\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Serendipity Cottage & Carriage House\",\n            \"url\": \"https://www.airbnb.com/rooms/671729473150978045\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/65f6e99c-f963-4c80-a4a2-b15fb53fa215.jpg\",\n            \"photo_count\": 57,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": null,\n            \"check_out_time\": \"Unknown\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_1832081\",\n            \"best_match_confidence\": 0.87,\n            \"property_type\": \"house\",\n            \"type_detail\": \"villa\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2019-03-01\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2804345006555,\n                \"longitude\": -86.01778395473956,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_heating\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_parking_free\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_kitchen\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_tv\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_fire_pit\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dryer\",\n                    \"amenity_pool_table\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_dedicated_workspace\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 250740576,\n                \"host_name\": \"Robert\",\n                \"host_review_count\": 14,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 351850,\n                    \"guest_occupancy\": 0.37,\n                    \"adr\": 2626,\n                    \"revpar\": 964,\n                    \"guest_checkins\": 22,\n                    \"guest_nights\": 134,\n                    \"available_nights\": 360,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 226,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 117,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.589\n                },\n                \"next_6_months\": {\n                    \"revenue\": 148027,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 2741,\n                    \"revpar\": 804,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 54,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 130,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.858\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3347120\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Holiday Availability! Elegant Rosemary Beach! 5 Adult Bikes! Walkable to Town! Private Pool!\",\n            \"url\": \"https://www.vrbo.com/3347120\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/93000000/92790000/92783200/92783112/c4960b9b_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 17,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-23\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.279402957440546,\n                \"longitude\": -86.01751917313184,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_pool\",\n                    \"amenity_pool_private\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_balcony\",\n                    \"amenity_view_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_english\",\n                    \"amenity_living_room\",\n                    \"amenity_toaster\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool_communal\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"callistaenterprise.se\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 348940,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1960,\n                    \"revpar\": 1042,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 178,\n                    \"available_nights\": 303,\n                    \"hold_nights\": 32,\n                    \"open_nights\": 125,\n                    \"total_nights\": 335,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 68,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.984,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                },\n                \"next_6_months\": {\n                    \"revenue\": 117219,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1563,\n                    \"revpar\": 637,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 75,\n                    \"available_nights\": 176,\n                    \"hold_nights\": 8,\n                    \"open_nights\": 101,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 121,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.939,\n                    \"guest_occupancy_pctl_rank\": 0.99\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2902203\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Loaded Luxe Home with Pool and Carriage House, 3 Minutes to Camp WaterColor\",\n            \"url\": \"https://www.vrbo.com/2902203\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/84000000/83060000/83057000/83056963/0921a0d5_b.jpg\",\n            \"photo_count\": 63,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-22\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-18\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324216,\n                \"longitude\": -86.126042,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_heated\",\n                    \"amenity_parking_available\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_tennis\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pool\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_living_room\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_pool_communal\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchenette\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 27,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 346353,\n                    \"guest_occupancy\": 0.51,\n                    \"adr\": 1862,\n                    \"revpar\": 949,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 186,\n                    \"available_nights\": 320,\n                    \"hold_nights\": 45,\n                    \"open_nights\": 134,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 89,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.929\n                },\n                \"next_6_months\": {\n                    \"revenue\": 141365,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 1625,\n                    \"revpar\": 768,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 87,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 94,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.997\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2025921\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front in the Middle of Seaside! Elevator, Heated Community Pools, Bikes\",\n            \"url\": \"https://www.vrbo.com/2025921\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/57000000/56550000/56548900/56548895/3dd97cfb_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 18,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-09-04\",\n            \"last_booking_on\": \"2025-07-23\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.1394,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_elevator\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_pool_heated\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_tennis\",\n                    \"amenity_towels\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_garden\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_washer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_available\",\n                    \"amenity_view_beach\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 32,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.2\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 345641,\n                    \"guest_occupancy\": 0.33,\n                    \"adr\": 2857,\n                    \"revpar\": 947,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 121,\n                    \"available_nights\": 273,\n                    \"hold_nights\": 92,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 66,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.481\n                },\n                \"next_6_months\": {\n                    \"revenue\": 99329,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 2483,\n                    \"revpar\": 540,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 142,\n                    \"hold_nights\": 42,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.999,\n                    \"guest_occupancy_pctl_rank\": 0.776\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2413708\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Seaclusion at Seagrove - Private Beach Access! Resort Style Heated Pool!\",\n            \"url\": \"https://www.vrbo.com/2413708\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/71000000/70100000/70094900/70094810/f50d4841_b.jpg\",\n            \"photo_count\": 58,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"hotel\",\n            \"type_detail\": \"hotel\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-01-01\",\n            \"last_booking_on\": \"2025-07-22\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.314,\n                \"longitude\": -86.118303,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_tv\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_view_beach\",\n                    \"amenity_english\",\n                    \"amenity_game_room\",\n                    \"amenity_oven\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_spa_tub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_hottub\",\n                    \"amenity_balcony\",\n                    \"amenity_towels\",\n                    \"amenity_pool_private\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | hotel | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 333445,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 2058,\n                    \"revpar\": 931,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 162,\n                    \"available_nights\": 313,\n                    \"hold_nights\": 45,\n                    \"open_nights\": 151,\n                    \"total_nights\": 358,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.964,\n                    \"guest_occupancy_pctl_rank\": 0.818\n                },\n                \"next_6_months\": {\n                    \"revenue\": 122104,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1822,\n                    \"revpar\": 664,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 106,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 184,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.927,\n                    \"guest_occupancy_pctl_rank\": 0.964\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289129773339531\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Just for Fun Main and Carriage\",\n            \"url\": \"https://www.airbnb.com/rooms/651289129773339531\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289129773339531/original/7fabdda2-b41d-433d-b1dc-37afc4f8680d.jpeg\",\n            \"photo_count\": 56,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 13,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2600651\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 9,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-09-25\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32277,\n                \"longitude\": -86.13935,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bicycles\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_hot_water\",\n                    \"amenity_bathtub\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_iron\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_building_staff\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_essentials\",\n                    \"amenity_shampoo\",\n                    \"amenity_refrigerator\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_gym\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_sound_system\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_microwave\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dishwasher\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 331036,\n                    \"guest_occupancy\": 0.64,\n                    \"adr\": 1421,\n                    \"revpar\": 907,\n                    \"guest_checkins\": 55,\n                    \"guest_nights\": 233,\n                    \"available_nights\": 291,\n                    \"hold_nights\": 74,\n                    \"open_nights\": 58,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 79,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.938\n                },\n                \"next_6_months\": {\n                    \"revenue\": 63700,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1249,\n                    \"revpar\": 346,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 51,\n                    \"available_nights\": 179,\n                    \"hold_nights\": 5,\n                    \"open_nights\": 128,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.903\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_899166452827949457\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Bluegrass by AvantStay | Downtown + Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/899166452827949457\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-899166452827949457/original/1e4b41d6-1069-441d-94a4-1904939cc1ec.jpeg\",\n            \"photo_count\": 44,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-24\",\n            \"last_booking_on\": \"2025-05-14\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27863,\n                \"longitude\": -86.01631,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_microwave\",\n                    \"amenity_iron\",\n                    \"amenity_tv\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_bathtub\",\n                    \"amenity_private_entrance\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_toaster\",\n                    \"amenity_body_soap\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_parking_free\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_shower_gel\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dryer\",\n                    \"amenity_heating\",\n                    \"amenity_freezer\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishwasher\",\n                    \"amenity_shampoo\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_kitchen\",\n                    \"amenity_conditioner\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bed_linens\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_backyard\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_pool\",\n                    \"amenity_essentials\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_oven\",\n                    \"amenity_smart_lock\",\n                    \"amenity_barbecue_utensils\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 98745888,\n                \"host_name\": \"30A Beach Girls By AvantStay\",\n                \"host_review_count\": 1216,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 0.99,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aescapes.com\",\n                \"property_manager_company\": \"30a beach\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.6,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.8,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 328079,\n                    \"guest_occupancy\": 0.54,\n                    \"adr\": 1674,\n                    \"revpar\": 899,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 196,\n                    \"available_nights\": 307,\n                    \"hold_nights\": 58,\n                    \"open_nights\": 111,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.99,\n                    \"guest_occupancy_pctl_rank\": 0.84\n                },\n                \"next_6_months\": {\n                    \"revenue\": 108577,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1410,\n                    \"revpar\": 590,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 77,\n                    \"available_nights\": 113,\n                    \"hold_nights\": 71,\n                    \"open_nights\": 36,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 166,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2021014\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Beach Front Seaside, Florida Home | Close to Town Center | Outside the Box\",\n            \"url\": \"https://www.vrbo.com/2021014\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/56000000/55620000/55614200/55614170/de08880c_b.jpg\",\n            \"photo_count\": 49,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-05-02\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-17\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.31989,\n                \"longitude\": -86.13971,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_english\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_communal\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 67764,\n                \"host_name\": \"Dune Vacation Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2002-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 19,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 323513,\n                    \"guest_occupancy\": 0.5,\n                    \"adr\": 1787,\n                    \"revpar\": 886,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 181,\n                    \"available_nights\": 337,\n                    \"hold_nights\": 28,\n                    \"open_nights\": 156,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 114,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.856\n                },\n                \"next_6_months\": {\n                    \"revenue\": 97134,\n                    \"guest_occupancy\": 0.32,\n                    \"adr\": 1675,\n                    \"revpar\": 528,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 58,\n                    \"available_nights\": 163,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 105,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 129,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.994,\n                    \"guest_occupancy_pctl_rank\": 0.946\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2579797\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Terra Casa Cottage & Carriage House - Gulf Views over the Eastern Green\",\n            \"url\": \"https://www.vrbo.com/2579797\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/74000000/73640000/73638400/73638391/9565b174_b.jpg\",\n            \"photo_count\": 80,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-12-26\",\n            \"last_booking_on\": \"2025-07-26\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.277331,\n                \"longitude\": -86.01456,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_tennis\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_oven\",\n                    \"amenity_living_room\",\n                    \"amenity_view_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_golf\",\n                    \"amenity_microwave\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_washer\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_communal\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 16,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 316572,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 1567,\n                    \"revpar\": 899,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 202,\n                    \"available_nights\": 246,\n                    \"hold_nights\": 106,\n                    \"open_nights\": 44,\n                    \"total_nights\": 352,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.989,\n                    \"guest_occupancy_pctl_rank\": 0.944\n                },\n                \"next_6_months\": {\n                    \"revenue\": 79790,\n                    \"guest_occupancy\": 0.27,\n                    \"adr\": 1628,\n                    \"revpar\": 436,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 49,\n                    \"available_nights\": 131,\n                    \"hold_nights\": 52,\n                    \"open_nights\": 82,\n                    \"total_nights\": 183,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 143,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.993,\n                    \"guest_occupancy_pctl_rank\": 0.901\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_605262\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Private Heated Pool & Sitting Spa! Fantastic Amenities! Books up fast!\",\n            \"url\": \"https://www.vrbo.com/605262\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/22000000/21710000/21702000/21701938/828b04ad_b.jpg\",\n            \"photo_count\": 68,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-11\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2014-07-31\",\n            \"last_booking_on\": \"2025-07-13\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3229798,\n                \"longitude\": -86.1294072,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_private\",\n                    \"amenity_game_room\",\n                    \"amenity_toaster\",\n                    \"amenity_oven\",\n                    \"amenity_towels\",\n                    \"amenity_pool\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_ice_maker\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_balcony\",\n                    \"amenity_english\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_elevator\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue Alaya Collection\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"bluehost.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 314319,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2399,\n                    \"revpar\": 933,\n                    \"guest_checkins\": 21,\n                    \"guest_nights\": 131,\n                    \"available_nights\": 304,\n                    \"hold_nights\": 33,\n                    \"open_nights\": 173,\n                    \"total_nights\": 337,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.98,\n                    \"revenue_pctl_rank\": 0.98,\n                    \"adr_pctl_rank\": 0.976,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 74287,\n                    \"guest_occupancy\": 0.22,\n                    \"adr\": 1857,\n                    \"revpar\": 404,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 40,\n                    \"available_nights\": 153,\n                    \"hold_nights\": 31,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 130,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.925,\n                    \"revenue_pctl_rank\": 0.925,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.715\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2216302\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Stay Here in the Holidays! Mary Rose - Private Pool! Carriage House! Great Rosemary Location!\",\n            \"url\": \"https://www.vrbo.com/2216302\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64700000/64695800/64695746/a7196383_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 20,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-03-17\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27853,\n                \"longitude\": -86.01271,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"near\",\n                \"list\": [\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_pool\",\n                    \"amenity_english\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_microwave\",\n                    \"amenity_towels\",\n                    \"amenity_living_room\",\n                    \"amenity_washer\",\n                    \"amenity_oven\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_balcony\",\n                    \"amenity_pool_communal\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_toaster\",\n                    \"amenity_beach_nearby\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"callistaenterprise.se\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 8,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 314102,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2804,\n                    \"revpar\": 1087,\n                    \"guest_checkins\": 18,\n                    \"guest_nights\": 112,\n                    \"available_nights\": 146,\n                    \"hold_nights\": 143,\n                    \"open_nights\": 34,\n                    \"total_nights\": 289,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 100,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.992,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 111985,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 2489,\n                    \"revpar\": 609,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 45,\n                    \"available_nights\": 81,\n                    \"hold_nights\": 103,\n                    \"open_nights\": 36,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 191,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.775\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1218045845607924293\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Pool, LSV, Bikes! Sleeps 22! By WaterColor Slides!\",\n            \"url\": \"https://www.airbnb.com/rooms/1218045845607924293\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIxODA0NTg0NTYwNzkyNDI5Mw==/original/4254ed34-8124-4ee3-a82e-e014fb10722f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 15,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-08-23\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.325192,\n                \"longitude\": -86.130757,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\",\n                    \"amenity_cabletv\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2640,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 0.98,\n                \"review_location\": 1,\n                \"review_value\": 0.9400000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 310000,\n                    \"guest_occupancy\": 0.58,\n                    \"adr\": 1558,\n                    \"revpar\": 904,\n                    \"guest_checkins\": 35,\n                    \"guest_nights\": 199,\n                    \"available_nights\": 314,\n                    \"hold_nights\": 29,\n                    \"open_nights\": 115,\n                    \"total_nights\": 343,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 77,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.985,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.818,\n                    \"guest_occupancy_pctl_rank\": 0.935\n                },\n                \"next_6_months\": {\n                    \"revenue\": 129191,\n                    \"guest_occupancy\": 0.41,\n                    \"adr\": 1700,\n                    \"revpar\": 702,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 76,\n                    \"available_nights\": 177,\n                    \"hold_nights\": 7,\n                    \"open_nights\": 101,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.92,\n                    \"guest_occupancy_pctl_rank\": 0.967\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1050603399021026817\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Poppy's Cottage - Carriage House, Heated Pool\",\n            \"url\": \"https://www.airbnb.com/rooms/1050603399021026817\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1050603399021026817/original/2dcf4a9e-eb25-4a7c-8d9c-ae631f5fb5dd.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 12,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-01-06\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2806545,\n                \"longitude\": -86.0130941,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_private_entrance\",\n                    \"amenity_dining_table\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_tv\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hot_water\",\n                    \"amenity_washer\",\n                    \"amenity_backyard\",\n                    \"amenity_shampoo\",\n                    \"amenity_hangers\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_body_soap\",\n                    \"amenity_microwave\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_smart_lock\",\n                    \"amenity_high_chair\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_shower_gel\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_portable_fans\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_kitchen\",\n                    \"amenity_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 364703335,\n                \"host_name\": \"Coast\",\n                \"host_review_count\": 307,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"coast-properties.com\",\n                \"property_manager_company\": \"coast property management\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306869,\n                    \"guest_occupancy\": 0.53,\n                    \"adr\": 1582,\n                    \"revpar\": 841,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 194,\n                    \"available_nights\": 284,\n                    \"hold_nights\": 81,\n                    \"open_nights\": 90,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.852\n                },\n                \"next_6_months\": {\n                    \"revenue\": 65591,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1682,\n                    \"revpar\": 356,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 145,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 74,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.961,\n                    \"revenue_pctl_rank\": 0.961,\n                    \"adr_pctl_rank\": 0.979,\n                    \"guest_occupancy_pctl_rank\": 0.755\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1071733668525146699\",\n            \"ota\": \"airbnb\",\n            \"title\": \"30 Love Main House\",\n            \"url\": \"https://www.airbnb.com/rooms/1071733668525146699\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-1071733668525146699/original/0dc812a9-3105-4cf5-bf35-c8fc0ef3ab3e.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-04-28\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27885,\n                \"longitude\": -86.01358,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_dishwasher\",\n                    \"amenity_gym\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_pool\",\n                    \"amenity_parking_free\",\n                    \"amenity_hot_water\",\n                    \"amenity_toaster\",\n                    \"amenity_dryer\",\n                    \"amenity_refrigerator\",\n                    \"amenity_sound_system\",\n                    \"amenity_building_staff\",\n                    \"amenity_kitchen\",\n                    \"amenity_washer\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bicycles\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_essentials\",\n                    \"amenity_bed_linens\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_backyard\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_iron\",\n                    \"amenity_bathtub\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_stove\",\n                    \"amenity_balcony\",\n                    \"amenity_microwave\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 306529,\n                    \"guest_occupancy\": 0.6,\n                    \"adr\": 1400,\n                    \"revpar\": 840,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 219,\n                    \"available_nights\": 361,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 67,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.904\n                },\n                \"next_6_months\": {\n                    \"revenue\": 54998,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1618,\n                    \"revpar\": 299,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 34,\n                    \"available_nights\": 141,\n                    \"hold_nights\": 43,\n                    \"open_nights\": 107,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 91,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.976,\n                    \"adr_pctl_rank\": 0.997,\n                    \"guest_occupancy_pctl_rank\": 0.743\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832475\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Knoepp Cottage & Carriage House - Spectacular Gulf Views, South of 30A\",\n            \"url\": \"https://www.vrbo.com/1832475\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450302/5b16fe19_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 13,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-01-01\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2779425,\n                \"longitude\": -86.0156452,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_communal\",\n                    \"amenity_golf\",\n                    \"amenity_english\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_video_library\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_living_room\",\n                    \"amenity_parking_available\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_view_ocean\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_near_the_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 305854,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1423,\n                    \"revpar\": 838,\n                    \"guest_checkins\": 39,\n                    \"guest_nights\": 215,\n                    \"available_nights\": 254,\n                    \"hold_nights\": 111,\n                    \"open_nights\": 39,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 124,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.98,\n                    \"guest_occupancy_pctl_rank\": 0.959\n                },\n                \"next_6_months\": {\n                    \"revenue\": 68936,\n                    \"guest_occupancy\": 0.24,\n                    \"adr\": 1567,\n                    \"revpar\": 375,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 44,\n                    \"available_nights\": 68,\n                    \"hold_nights\": 116,\n                    \"open_nights\": 24,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 133,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.993,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.867\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158344019181598\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Rosemary Renaissance\",\n            \"url\": \"https://www.airbnb.com/rooms/725158344019181598\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158344019181598/original/c564c045-18fb-4545-b4ff-933e912ff1b2.jpeg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 8,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-05-26\",\n            \"last_booking_on\": \"2025-08-02\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27638,\n                \"longitude\": -86.01508,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_essentials\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_shampoo\",\n                    \"amenity_gym\",\n                    \"amenity_microwave\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_balcony\",\n                    \"amenity_sound_system\",\n                    \"amenity_self_check_in\",\n                    \"amenity_bed_linens\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_stove\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_building_staff\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_iron\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hangers\",\n                    \"amenity_washer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dryer\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 270,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 0.9,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.9,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.85,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 303317,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 1743,\n                    \"revpar\": 831,\n                    \"guest_checkins\": 34,\n                    \"guest_nights\": 174,\n                    \"available_nights\": 281,\n                    \"hold_nights\": 84,\n                    \"open_nights\": 107,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 78,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.969,\n                    \"guest_occupancy_pctl_rank\": 0.768\n                },\n                \"next_6_months\": {\n                    \"revenue\": 75279,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 2035,\n                    \"revpar\": 409,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 133,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.981,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.719\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2236625\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Sanctuary at Seagrove - Resort Style Heated Pool! Stunning Gulf Views! Private B\",\n            \"url\": \"https://www.vrbo.com/2236625\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/66000000/65590000/65583300/65583297/fb020a24_b.jpg\",\n            \"photo_count\": 47,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 22,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_1074779504790539843\",\n            \"best_match_confidence\": 0.83,\n            \"property_type\": \"hotel\",\n            \"type_detail\": \"hotel\",\n            \"bedrooms\": 8,\n            \"beds\": 8,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-30\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2001-03-01\",\n            \"last_booking_on\": \"2025-07-30\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.314218578633337,\n                \"longitude\": -86.11895400740966,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"unknown\",\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_elevator\",\n                    \"amenity_pool_heated\",\n                    \"amenity_tv\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_private\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_ice_maker\",\n                    \"amenity_hottub\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_spa_tub\",\n                    \"amenity_parking_available\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_game_room\",\n                    \"amenity_english\",\n                    \"amenity_towels\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_view_beach\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Echelon Luxury Properties\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2001-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"echelonluxuryproperties.com\",\n                \"property_manager_company\": \"echelon luxury properties\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | hotel | 8 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 302890,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 2295,\n                    \"revpar\": 830,\n                    \"guest_checkins\": 25,\n                    \"guest_nights\": 132,\n                    \"available_nights\": 326,\n                    \"hold_nights\": 39,\n                    \"open_nights\": 194,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 101,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 0.636\n                },\n                \"next_6_months\": {\n                    \"revenue\": 173143,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 2112,\n                    \"revpar\": 941,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 82,\n                    \"available_nights\": 180,\n                    \"hold_nights\": 4,\n                    \"open_nights\": 98,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 151,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.945,\n                    \"guest_occupancy_pctl_rank\": 1\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_920313661950083842\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Loaded WaterColor Home! Pool, Spa, LSV, & 6 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/920313661950083842\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTIwMzEzNjYxOTUwMDgzODQy/original/08e3c32b-a35f-4bc3-a125-1d0e2cc39b3f.jpeg\",\n            \"photo_count\": 127,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 8,\n            \"beds\": 11,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-22\",\n            \"last_booking_on\": \"2025-07-28\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3257564,\n                \"longitude\": -86.1386162,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishwasher\",\n                    \"amenity_self_check_in\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_body_soap\",\n                    \"amenity_bicycles\",\n                    \"amenity_toaster\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_washer\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_conditioner\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_shower_gel\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_board_games\",\n                    \"amenity_lake_access\",\n                    \"amenity_stove\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_kitchen\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_iron\",\n                    \"amenity_hot_water\",\n                    \"amenity_freezer\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shampoo\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_hottub\",\n                    \"amenity_tv\",\n                    \"amenity_backyard\",\n                    \"amenity_pool\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_front_water\",\n                    \"amenity_private_entrance\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_parking_free\",\n                    \"amenity_parking_free\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_oven\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_balcony\",\n                    \"amenity_essentials\",\n                    \"amenity_bathtub\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_hangers\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_bed_linens\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.982,\n                \"review_cleanliness\": 0.982,\n                \"review_communication\": 0.946,\n                \"review_location\": 1,\n                \"review_value\": 0.9640000000000001,\n                \"review_overall\": 4.82\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 8 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 296246,\n                    \"guest_occupancy\": 0.43,\n                    \"adr\": 1899,\n                    \"revpar\": 812,\n                    \"guest_checkins\": 32,\n                    \"guest_nights\": 156,\n                    \"available_nights\": 308,\n                    \"hold_nights\": 57,\n                    \"open_nights\": 152,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 102,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                },\n                \"next_6_months\": {\n                    \"revenue\": 104617,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2180,\n                    \"revpar\": 569,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 169,\n                    \"hold_nights\": 15,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 109,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.8\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3487695\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Perfect for Families! LUXURY 30A WaterColor Home! Private Pool, Spa, Golf Cart,\",\n            \"url\": \"https://www.vrbo.com/3487695\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/96000000/95800000/95796800/95796753/ca1225aa_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": null,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 7,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-04-18\",\n            \"last_booking_on\": \"2025-07-28\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.325746,\n                \"longitude\": -86.138625,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": null,\n                \"parking_cost\": null,\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_internet_wifi\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_desk_chair\",\n                    \"amenity_pool_private\",\n                    \"amenity_living_room\",\n                    \"amenity_english\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_communal\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_boat\",\n                    \"amenity_microwave\",\n                    \"amenity_dining_table\",\n                    \"amenity_massage\",\n                    \"amenity_towels\",\n                    \"amenity_game_room\",\n                    \"amenity_tennis\",\n                    \"amenity_water_sports_gear\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_view_water\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_spices\",\n                    \"amenity_pool\",\n                    \"amenity_oven\",\n                    \"amenity_golf\",\n                    \"amenity_washer\",\n                    \"amenity_books\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2024-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 3,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286461,\n                    \"guest_occupancy\": 0.47,\n                    \"adr\": 2535,\n                    \"revpar\": 1199,\n                    \"guest_checkins\": 22,\n                    \"guest_nights\": 113,\n                    \"available_nights\": 217,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 104,\n                    \"total_nights\": 239,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 68,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.955,\n                    \"revenue_pctl_rank\": 0.943,\n                    \"adr_pctl_rank\": 0.932,\n                    \"guest_occupancy_pctl_rank\": 0.909\n                },\n                \"next_6_months\": {\n                    \"revenue\": 98615,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 2054,\n                    \"revpar\": 536,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 48,\n                    \"available_nights\": 161,\n                    \"hold_nights\": 23,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 105,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.932,\n                    \"revenue_pctl_rank\": 0.932,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.875\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3367081\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Must See in Watercolor! Private Pool, Outdoor Lounge, Golf Cart, Bikes, and More\",\n            \"url\": \"https://www.vrbo.com/3367081\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/94000000/93090000/93081100/93081004/3bc59fce_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-29\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-06-01\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.327669,\n                \"longitude\": -86.139519,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_tennis\",\n                    \"amenity_parking_available\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_washer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_communal\",\n                    \"amenity_office\",\n                    \"amenity_game_room\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_desk\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_heated\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_microwave\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 286312,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1847,\n                    \"revpar\": 807,\n                    \"guest_checkins\": 29,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 299,\n                    \"hold_nights\": 56,\n                    \"open_nights\": 144,\n                    \"total_nights\": 355,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 97,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.988,\n                    \"guest_occupancy_pctl_rank\": 0.725\n                },\n                \"next_6_months\": {\n                    \"revenue\": 78461,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1509,\n                    \"revpar\": 426,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 132,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.965,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.963,\n                    \"guest_occupancy_pctl_rank\": 0.872\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2600652\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Spacious Luxury on Blackwater! Amenity Loaded Designer Home on Western Lake\",\n            \"url\": \"https://www.vrbo.com/2600652\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/75000000/74190000/74189800/74189722/cba9c9d7_b.jpg\",\n            \"photo_count\": 51,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_651290741009211124\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-19\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-02-06\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32694,\n                \"longitude\": -86.14041,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_parking_available\",\n                    \"amenity_tennis\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_english\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_towels\",\n                    \"amenity_pool_communal\",\n                    \"amenity_pool_heated\",\n                    \"amenity_dining_table\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_garden\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_elevator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_desk\",\n                    \"amenity_balcony\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_office\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_toaster\",\n                    \"amenity_view_lake\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_living_room\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 23,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 285250,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 2023,\n                    \"revpar\": 782,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 141,\n                    \"available_nights\": 302,\n                    \"hold_nights\": 63,\n                    \"open_nights\": 161,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 111,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.909,\n                    \"guest_occupancy_pctl_rank\": 0.711\n                },\n                \"next_6_months\": {\n                    \"revenue\": 91753,\n                    \"guest_occupancy\": 0.29,\n                    \"adr\": 1731,\n                    \"revpar\": 499,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 53,\n                    \"available_nights\": 166,\n                    \"hold_nights\": 18,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 83,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.957,\n                    \"revenue_pctl_rank\": 0.964,\n                    \"adr_pctl_rank\": 0.913,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1832479\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Spanish Town Cottage & CH South of 30A! Close to the Beach! Free Bikes/Fitness/Tennis!\",\n            \"url\": \"https://www.vrbo.com/1832479\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/45000000/44460000/44450400/44450315/36b325c8_b.jpg\",\n            \"photo_count\": 59,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 14,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"airbnb_821134517666022829\",\n            \"best_match_confidence\": 0.8,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2011-03-01\",\n            \"last_booking_on\": \"2025-07-18\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.2803053,\n                \"longitude\": -86.0175285,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_view_beach\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_washer\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_tennis\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_oven\",\n                    \"amenity_video_library\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_living_room\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_towels\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_communal\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_toaster\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_available\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_balcony\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Rosemary Beach Cottage Rental Company\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2011-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"rosemarybeach.com\",\n                \"property_manager_company\": \"rosemary beach cottage rental company\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 285214,\n                    \"guest_occupancy\": 0.45,\n                    \"adr\": 1718,\n                    \"revpar\": 781,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 166,\n                    \"available_nights\": 275,\n                    \"hold_nights\": 90,\n                    \"open_nights\": 109,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 135,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.99,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.954,\n                    \"guest_occupancy_pctl_rank\": 0.828\n                },\n                \"next_6_months\": {\n                    \"revenue\": 84649,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1628,\n                    \"revpar\": 460,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 140,\n                    \"hold_nights\": 44,\n                    \"open_nights\": 88,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 156,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.986,\n                    \"revenue_pctl_rank\": 0.986,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.879\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_45113216\",\n            \"ota\": \"airbnb\",\n            \"title\": \"5 Story Condo in Barrett Square of Rosemary Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/45113216\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-45113216/original/21de0fab-624b-4112-8651-530db75be9c7.png\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 6,\n            \"beds\": 12,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-12-05\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28057,\n                \"longitude\": -86.01751,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"Inlet Beach\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_parking_free\",\n                    \"amenity_refrigerator\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_shampoo\",\n                    \"amenity_dishwasher\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_iron\",\n                    \"amenity_private_entrance\",\n                    \"amenity_oven\",\n                    \"amenity_microwave\",\n                    \"amenity_hangers\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_tv\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_hot_water\",\n                    \"amenity_heating\",\n                    \"amenity_kitchen\",\n                    \"amenity_elevator\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_self_check_in\",\n                    \"amenity_keypad\",\n                    \"amenity_stove\",\n                    \"amenity_freezer\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178101191,\n                \"host_name\": \"Dune Vacation\",\n                \"host_review_count\": 68,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a day\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation\"\n            },\n            \"reviews\": {\n                \"review_count\": 1,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 281285,\n                    \"guest_occupancy\": 0.35,\n                    \"adr\": 2232,\n                    \"revpar\": 771,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 126,\n                    \"available_nights\": 312,\n                    \"hold_nights\": 53,\n                    \"open_nights\": 186,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 62,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.518\n                },\n                \"next_6_months\": {\n                    \"revenue\": 60695,\n                    \"guest_occupancy\": 0.17,\n                    \"adr\": 1958,\n                    \"revpar\": 330,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 31,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 139,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 65,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 0.991,\n                    \"guest_occupancy_pctl_rank\": 0.691\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_47731906\",\n            \"ota\": \"airbnb\",\n            \"title\": \"LSV, Private Pool, Games! WaterColor Park District\",\n            \"url\": \"https://www.airbnb.com/rooms/47731906\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-47731906/original/9b1aba12-9a24-40d0-9624-1abcc51f47e5.jpeg\",\n            \"photo_count\": 99,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-03-09\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32293,\n                \"longitude\": -86.14151,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_backyard\",\n                    \"amenity_bicycles\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_shower_gel\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_hot_water\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_pool\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_essentials\",\n                    \"amenity_washer\",\n                    \"amenity_heating\",\n                    \"amenity_self_check_in\",\n                    \"amenity_gym\",\n                    \"amenity_stove\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_parking_free\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_smart_lock\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_hangers\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_lake_access\",\n                    \"amenity_iron\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_toaster\",\n                    \"amenity_microwave\",\n                    \"amenity_body_soap\",\n                    \"amenity_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_private_entrance\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_freezer\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shampoo\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dining_table\",\n                    \"amenity_refrigerator\",\n                    \"amenity_front_water\",\n                    \"amenity_high_chair\",\n                    \"amenity_crib\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2648,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 48,\n                \"review_accuracy\": 0.988,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.958,\n                \"review_communication\": 0.988,\n                \"review_location\": 1,\n                \"review_value\": 0.97,\n                \"review_overall\": 4.92\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 280431,\n                    \"guest_occupancy\": 0.55,\n                    \"adr\": 1402,\n                    \"revpar\": 768,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 200,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 149,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 112,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.91,\n                    \"guest_occupancy_pctl_rank\": 0.874\n                },\n                \"next_6_months\": {\n                    \"revenue\": 119007,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1469,\n                    \"revpar\": 647,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 81,\n                    \"available_nights\": 183,\n                    \"hold_nights\": 1,\n                    \"open_nights\": 102,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.987\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_963735388356053626\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor Steps 2 Beach w Pool, LSV, & Sleeps 18!\",\n            \"url\": \"https://www.airbnb.com/rooms/963735388356053626\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-963735388356053626/original/21d08a4f-524b-49c9-8b5b-2933a74b5f6b.jpeg\",\n            \"photo_count\": 122,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 7,\n            \"beds\": 10,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-09-22\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32417719999999,\n                \"longitude\": -86.1449475,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bathtub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_conditioner\",\n                    \"amenity_microwave\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_ping_pong_table\",\n                    \"amenity_heating\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_self_check_in\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_shampoo\",\n                    \"amenity_sound_system\",\n                    \"amenity_private_entrance\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_dryer\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_body_soap\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_refrigerator\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_shower_gel\",\n                    \"amenity_oven\",\n                    \"amenity_hangers\",\n                    \"amenity_bed_linens\",\n                    \"amenity_front_water\",\n                    \"amenity_bicycles\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_pool\",\n                    \"amenity_iron\",\n                    \"amenity_balcony\",\n                    \"amenity_backyard\",\n                    \"amenity_board_games\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dining_table\",\n                    \"amenity_parking_free\",\n                    \"amenity_smart_lock\",\n                    \"amenity_freezer\",\n                    \"amenity_lake_access\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_stove\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_hot_water\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_washer\",\n                    \"amenity_tv\",\n                    \"amenity_dishwasher\",\n                    \"amenity_essentials\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2647,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 9,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 0.978,\n                \"review_cleanliness\": 0.956,\n                \"review_communication\": 0.978,\n                \"review_location\": 1,\n                \"review_value\": 0.978,\n                \"review_overall\": 4.89\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 7 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 278963,\n                    \"guest_occupancy\": 0.38,\n                    \"adr\": 2007,\n                    \"revpar\": 764,\n                    \"guest_checkins\": 30,\n                    \"guest_nights\": 139,\n                    \"available_nights\": 349,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 210,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.955,\n                    \"revenue_pctl_rank\": 0.955,\n                    \"adr_pctl_rank\": 0.831,\n                    \"guest_occupancy_pctl_rank\": 0.742\n                },\n                \"next_6_months\": {\n                    \"revenue\": 76499,\n                    \"guest_occupancy\": 0.21,\n                    \"adr\": 1962,\n                    \"revpar\": 416,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 39,\n                    \"available_nights\": 170,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 131,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 115,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.978,\n                    \"revenue_pctl_rank\": 0.978,\n                    \"adr_pctl_rank\": 0.933,\n                    \"guest_occupancy_pctl_rank\": 0.764\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2201600\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Carefree Cottage - Magnificent Rosemary Beach home w/ a private pool\",\n            \"url\": \"https://www.vrbo.com/2201600\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/65000000/64410000/64406900/64406865/afe14f0f_b.jpg\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"cabin\",\n            \"bedrooms\": 4,\n            \"beds\": 4,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-16\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-02-24\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.281075,\n                \"longitude\": -86.014838,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": \"unknown\",\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_pool_private\",\n                    \"amenity_oven\",\n                    \"amenity_pool_communal\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_parking_available\",\n                    \"amenity_golf\",\n                    \"amenity_beach_nearby\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_pool_heated\",\n                    \"amenity_ice_maker\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_pool_indoor\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_desk\",\n                    \"amenity_english\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_toaster\",\n                    \"amenity_towels\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_living_room\",\n                    \"amenity_desk_chair\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dining_table\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_near_the_ocean\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 1045001,\n                \"host_name\": \"30A Luxury Vacations\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2013-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"30aluxuryvacations.com\",\n                \"property_manager_company\": \"30a luxury vacations\"\n            },\n            \"reviews\": {\n                \"review_count\": 23,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.4\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 273799,\n                    \"guest_occupancy\": 0.52,\n                    \"adr\": 1464,\n                    \"revpar\": 756,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 187,\n                    \"available_nights\": 325,\n                    \"hold_nights\": 37,\n                    \"open_nights\": 138,\n                    \"total_nights\": 362,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 141,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.985,\n                    \"guest_occupancy_pctl_rank\": 0.883\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72266,\n                    \"guest_occupancy\": 0.34,\n                    \"adr\": 1166,\n                    \"revpar\": 393,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 62,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 119,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 138,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.959,\n                    \"guest_occupancy_pctl_rank\": 0.963\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_49361459\",\n            \"ota\": \"airbnb\",\n            \"title\": \"1 House Off Beach! Pool, Spa, LSV, & Gulf Views!\",\n            \"url\": \"https://www.airbnb.com/rooms/49361459\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-49361459/original/55536e30-143d-4ef6-8638-01711aa6a10f.jpeg\",\n            \"photo_count\": 73,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2343019\",\n            \"best_match_confidence\": 0.7,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 8,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-07-18\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.338682174682617,\n                \"longitude\": -86.20106506347656,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": \"private\",\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_stove\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_essentials\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_private_entrance\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_dining_table\",\n                    \"amenity_freezer\",\n                    \"amenity_balcony\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_front_water\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishwasher\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_self_check_in\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_iron\",\n                    \"amenity_heating\",\n                    \"amenity_bathtub\",\n                    \"amenity_toaster\",\n                    \"amenity_hangers\",\n                    \"amenity_board_games\",\n                    \"amenity_microwave\",\n                    \"amenity_kitchen\",\n                    \"amenity_books\",\n                    \"amenity_refrigerator\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_washer\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_tv\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_pool\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hottub\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dryer\",\n                    \"amenity_bed_linens\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_smart_lock\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_luggage_dropoff_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 99,\n                \"review_accuracy\": 0.968,\n                \"review_check_in\": 0.98,\n                \"review_cleanliness\": 0.948,\n                \"review_communication\": 0.962,\n                \"review_location\": 0.996,\n                \"review_value\": 0.9259999999999999,\n                \"review_overall\": 4.8\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 272204,\n                    \"guest_occupancy\": 0.68,\n                    \"adr\": 1098,\n                    \"revpar\": 746,\n                    \"guest_checkins\": 52,\n                    \"guest_nights\": 248,\n                    \"available_nights\": 288,\n                    \"hold_nights\": 77,\n                    \"open_nights\": 40,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 57,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.927,\n                    \"guest_occupancy_pctl_rank\": 0.957\n                },\n                \"next_6_months\": {\n                    \"revenue\": 40061,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1145,\n                    \"revpar\": 218,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 149,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 96,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.938,\n                    \"revenue_pctl_rank\": 0.937,\n                    \"adr_pctl_rank\": 0.96,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1066584219965410087\",\n            \"ota\": \"airbnb\",\n            \"title\": \"STEPS to Camp WaterColor! LSV & 4 Bikes Included!\",\n            \"url\": \"https://www.airbnb.com/rooms/1066584219965410087\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-1066584219965410087/original/780f61f8-6971-494f-aeab-9b831caf3fa0.jpeg\",\n            \"photo_count\": 105,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-02-04\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3251766,\n                \"longitude\": -86.1332032,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_private_entrance\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_tv\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_bicycles\",\n                    \"amenity_backyard\",\n                    \"amenity_essentials\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_balcony\",\n                    \"amenity_lake_access\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_iron\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_toaster\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_smart_lock\",\n                    \"amenity_hot_water\",\n                    \"amenity_oven\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_sound_system\",\n                    \"amenity_bathtub\",\n                    \"amenity_freezer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_front_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_board_games\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_stove\",\n                    \"amenity_pool\",\n                    \"amenity_dryer\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_body_soap\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_parking_free\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_refrigerator\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_conditioner\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_microwave\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_hangers\",\n                    \"amenity_dining_table\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2655,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 11,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.98,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 271808,\n                    \"guest_occupancy\": 0.81,\n                    \"adr\": 918,\n                    \"revpar\": 745,\n                    \"guest_checkins\": 48,\n                    \"guest_nights\": 296,\n                    \"available_nights\": 351,\n                    \"hold_nights\": 14,\n                    \"open_nights\": 55,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 76,\n                    \"adr_tier\": \"2_upscale\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.856,\n                    \"guest_occupancy_pctl_rank\": 0.984\n                },\n                \"next_6_months\": {\n                    \"revenue\": 61207,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1093,\n                    \"revpar\": 333,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 56,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 112,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 113,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.984,\n                    \"adr_pctl_rank\": 0.949,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_3169173\",\n            \"ota\": \"vrbo\",\n            \"title\": \"PRIME WATERCOLOR LOCATION! HEATED POOL, LSV, 6 BIKES! STEPS to BEACH CLUB! PET\",\n            \"url\": \"https://www.vrbo.com/3169173\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/91000000/90120000/90114500/90114446/503aa43b_b.jpg\",\n            \"photo_count\": 107,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": null,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-07-19\",\n            \"last_booking_on\": \"2025-07-19\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.324586,\n                \"longitude\": -86.145067,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": null,\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Santa Rosa Beach\",\n                \"admin_level_4\": null\n            },\n            \"amenity\": {\n                \"golf\": \"access\",\n                \"hot_tub\": null,\n                \"mountain\": \"access\",\n                \"parking\": \"on_premise\",\n                \"parking_cost\": \"unknown\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_living_room\",\n                    \"amenity_pool_private\",\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_balcony\",\n                    \"amenity_water_tubing_nearby\",\n                    \"amenity_washer\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_books\",\n                    \"amenity_on_a_lake\",\n                    \"amenity_golfing_nearby\",\n                    \"amenity_mountain_biking_nearby\",\n                    \"amenity_near_the_marina\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_oven\",\n                    \"amenity_kayak_canoe\",\n                    \"amenity_beach_towels\",\n                    \"amenity_ice_maker\",\n                    \"amenity_parking_available\",\n                    \"amenity_spices\",\n                    \"amenity_dining_table\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_massage\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_near_the_bay\",\n                    \"amenity_tennis\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_onsite_parking_options_include_a_garage\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_golf\",\n                    \"amenity_pool\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_kitchenette\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_english\",\n                    \"amenity_toaster\",\n                    \"amenity_boat\",\n                    \"amenity_microwave\",\n                    \"amenity_desk_chair\",\n                    \"amenity_pool_heated\",\n                    \"amenity_water_skiing_nearby\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": null,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2024-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 10,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 270466,\n                    \"guest_occupancy\": 0.48,\n                    \"adr\": 2312,\n                    \"revpar\": 1108,\n                    \"guest_checkins\": 22,\n                    \"guest_nights\": 117,\n                    \"available_nights\": 222,\n                    \"hold_nights\": 22,\n                    \"open_nights\": 105,\n                    \"total_nights\": 244,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 60,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 0.993,\n                    \"revenue_pctl_rank\": 0.99,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.88\n                },\n                \"next_6_months\": {\n                    \"revenue\": 112187,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1674,\n                    \"revpar\": 610,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 67,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 117,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 122,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.96,\n                    \"guest_occupancy_pctl_rank\": 0.965\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_836570337986065263\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor 5 Beachside\",\n            \"url\": \"https://www.airbnb.com/rooms/836570337986065263\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-836570337986065263/original/ec35f167-6a2b-453d-8ef5-b50a5fe95bb3.jpeg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 1,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-07-27\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.321558,\n                \"longitude\": -86.143924,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": null,\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_washer\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_dryer\",\n                    \"amenity_hot_water\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_shampoo\",\n                    \"amenity_toaster\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_hangers\",\n                    \"amenity_bed_linens\",\n                    \"amenity_tv\",\n                    \"amenity_host_greets_you\",\n                    \"amenity_freezer\",\n                    \"amenity_stove\",\n                    \"amenity_microwave\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_body_soap\",\n                    \"amenity_refrigerator\",\n                    \"amenity_dishwasher\",\n                    \"amenity_elevator\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dining_table\",\n                    \"amenity_heating\",\n                    \"amenity_conditioner\",\n                    \"amenity_kitchen\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_iron\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_oven\",\n                    \"amenity_parking_free\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishes_and_silverware\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 295846892,\n                \"host_name\": \"Royal\",\n                \"host_review_count\": 84,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a few hours\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"royalvacations.com\",\n                \"property_manager_company\": \"royal\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 268589,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1733,\n                    \"revpar\": 736,\n                    \"guest_checkins\": 40,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 186,\n                    \"hold_nights\": 179,\n                    \"open_nights\": 31,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 51,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.991,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.618\n                },\n                \"next_6_months\": {\n                    \"revenue\": 79042,\n                    \"guest_occupancy\": 0.23,\n                    \"adr\": 1838,\n                    \"revpar\": 430,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 43,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 141,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 63,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 1,\n                    \"guest_occupancy_pctl_rank\": 0.773\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_1133480498843280574\",\n            \"ota\": \"airbnb\",\n            \"title\": \"WaterColor! Private Pool, LSV, 4 Bikes! Sleeps 14!\",\n            \"url\": \"https://www.airbnb.com/rooms/1133480498843280574\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTEzMzQ4MDQ5ODg0MzI4MDU3NA%3D%3D/original/f46539e7-c594-41a6-85d5-348b188bc7b3.jpeg\",\n            \"photo_count\": 110,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 10,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-05-06\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3263177,\n                \"longitude\": -86.1336147,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_backyard\",\n                    \"amenity_tv\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_lake_access\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_shower_gel\",\n                    \"amenity_mini_fridge\",\n                    \"amenity_board_games\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_balcony\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_shampoo\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_stove\",\n                    \"amenity_private_entrance\",\n                    \"amenity_smart_lock\",\n                    \"amenity_drying_rack_for_clothing\",\n                    \"amenity_microwave\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_essentials\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_refrigerator\",\n                    \"amenity_pool\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_hot_water\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_bed_linens\",\n                    \"amenity_self_check_in\",\n                    \"amenity_wine_glasses\",\n                    \"amenity_toaster\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_oven\",\n                    \"amenity_front_water\",\n                    \"amenity_washer\",\n                    \"amenity_cleaning_before_checkout\",\n                    \"amenity_conditioner\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_bicycles\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_hangers\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_freezer\",\n                    \"amenity_parking_free\",\n                    \"amenity_heating\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 12,\n                \"review_accuracy\": 0.95,\n                \"review_check_in\": 0.966,\n                \"review_cleanliness\": 0.916,\n                \"review_communication\": 0.95,\n                \"review_location\": 1,\n                \"review_value\": 0.916,\n                \"review_overall\": 4.67\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 268140,\n                    \"guest_occupancy\": 0.62,\n                    \"adr\": 1192,\n                    \"revpar\": 735,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 225,\n                    \"available_nights\": 296,\n                    \"hold_nights\": 69,\n                    \"open_nights\": 71,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 80,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.947,\n                    \"guest_occupancy_pctl_rank\": 0.921\n                },\n                \"next_6_months\": {\n                    \"revenue\": 58687,\n                    \"guest_occupancy\": 0.26,\n                    \"adr\": 1249,\n                    \"revpar\": 319,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 47,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 126,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.98,\n                    \"revenue_pctl_rank\": 0.982,\n                    \"adr_pctl_rank\": 0.973,\n                    \"guest_occupancy_pctl_rank\": 0.878\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_725158359519503720\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Sea Vous Play\",\n            \"url\": \"https://www.airbnb.com/rooms/725158359519503720\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-725158359519503720/original/12884882-5e69-46ac-847e-5c1a64273643.jpeg\",\n            \"photo_count\": 43,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2329189\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 6,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2022-10-02\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32709,\n                \"longitude\": -86.13224,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_sound_system\",\n                    \"amenity_private_entrance\",\n                    \"amenity_balcony\",\n                    \"amenity_iron\",\n                    \"amenity_bed_linens\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_refrigerator\",\n                    \"amenity_bicycles\",\n                    \"amenity_microwave\",\n                    \"amenity_bathtub\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_pool\",\n                    \"amenity_boat_slip\",\n                    \"amenity_parking_free\",\n                    \"amenity_dryer\",\n                    \"amenity_kitchen\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_oven\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_heating\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hangers\",\n                    \"amenity_pets_allowed\",\n                    \"amenity_washer\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hot_water\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_stove\",\n                    \"amenity_self_check_in\",\n                    \"amenity_toaster\",\n                    \"amenity_shampoo\",\n                    \"amenity_essentials\",\n                    \"amenity_building_staff\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 5,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 1,\n                \"review_overall\": 5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 264248,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1223,\n                    \"revpar\": 724,\n                    \"guest_checkins\": 36,\n                    \"guest_nights\": 216,\n                    \"available_nights\": 362,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 61,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.997,\n                    \"revenue_pctl_rank\": 0.997,\n                    \"adr_pctl_rank\": 0.957,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 73173,\n                    \"guest_occupancy\": 0.3,\n                    \"adr\": 1330,\n                    \"revpar\": 398,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 55,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 129,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.991,\n                    \"revenue_pctl_rank\": 0.992,\n                    \"adr_pctl_rank\": 0.981,\n                    \"guest_occupancy_pctl_rank\": 0.917\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1273295\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxurious 6BR WaterColor Estate! Private Pool, Carriage House, Near Beach! Ideal For Large Groups!\",\n            \"url\": \"https://www.vrbo.com/1273295\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/23000000/22870000/22865000/22864937/463d76dd_b.jpg\",\n            \"photo_count\": 71,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 16,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 6,\n            \"beds\": 6,\n            \"bathrooms\": 7,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-04-01\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.323997998402145,\n                \"longitude\": -86.14467604249204,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_pool_heated\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_pool_private\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_toaster\",\n                    \"amenity_english\",\n                    \"amenity_oven\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_ice_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_balcony\",\n                    \"amenity_dining_table\",\n                    \"amenity_tennis\",\n                    \"amenity_living_room\",\n                    \"amenity_towels\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_onsite_parking_options_include_a_garage\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48767,\n                \"host_name\": \"Sanders Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"sandersbeachrentals.com\",\n                \"property_manager_company\": \"sanders beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 15,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | unique | 6 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 263576,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1843,\n                    \"revpar\": 722,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 143,\n                    \"available_nights\": 285,\n                    \"hold_nights\": 80,\n                    \"open_nights\": 142,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 162,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.982,\n                    \"revenue_pctl_rank\": 0.985,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 90069,\n                    \"guest_occupancy\": 0.28,\n                    \"adr\": 1732,\n                    \"revpar\": 490,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 52,\n                    \"available_nights\": 173,\n                    \"hold_nights\": 11,\n                    \"open_nights\": 121,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 157,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.977,\n                    \"revenue_pctl_rank\": 0.975,\n                    \"adr_pctl_rank\": 0.948,\n                    \"guest_occupancy_pctl_rank\": 0.872\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_821204299160442414\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Serenity - Private Access & Pool - Bikes\",\n            \"url\": \"https://www.airbnb.com/rooms/821204299160442414\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-821204299160442414/original/97b2dcff-67fb-4293-bd5c-6e0b599f85dc.jpeg\",\n            \"photo_count\": 53,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 2,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_2165628\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-04-10\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.27944,\n                \"longitude\": -86.01274,\n                \"latlong_exact\": null,\n                \"city\": \"Panama City Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32413\",\n                \"locality\": \"Panama City Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_bicycles\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dryer\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_stove\",\n                    \"amenity_bathtub\",\n                    \"amenity_hot_water\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dining_table\",\n                    \"amenity_hangers\",\n                    \"amenity_parking_free\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_essentials\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_smart_lock\",\n                    \"amenity_iron\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_toaster\",\n                    \"amenity_heating\",\n                    \"amenity_oven\",\n                    \"amenity_balcony\",\n                    \"amenity_private_entrance\",\n                    \"amenity_pool\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_washer\",\n                    \"amenity_microwave\",\n                    \"amenity_self_check_in\",\n                    \"amenity_kitchen\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_dishwasher\",\n                    \"amenity_tv\",\n                    \"amenity_bed_linens\",\n                    \"amenity_refrigerator\",\n                    \"amenity_shampoo\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 168150468,\n                \"host_name\": \"Oversee\",\n                \"host_review_count\": 781,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"oversee.us\",\n                \"property_manager_company\": \"oversee\"\n            },\n            \"reviews\": {\n                \"review_count\": 4,\n                \"review_accuracy\": 1,\n                \"review_check_in\": 1,\n                \"review_cleanliness\": 0.95,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.95,\n                \"review_overall\": 4.75\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 263379,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1214,\n                    \"revpar\": 722,\n                    \"guest_checkins\": 37,\n                    \"guest_nights\": 217,\n                    \"available_nights\": 348,\n                    \"hold_nights\": 17,\n                    \"open_nights\": 131,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 73,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.996,\n                    \"revenue_pctl_rank\": 0.996,\n                    \"adr_pctl_rank\": 0.953,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 103790,\n                    \"guest_occupancy\": 0.57,\n                    \"adr\": 988,\n                    \"revpar\": 564,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 105,\n                    \"available_nights\": 178,\n                    \"hold_nights\": 6,\n                    \"open_nights\": 73,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 7,\n                    \"avg_booking_window\": 136,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.998\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_651289756093538253\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Oyster's Pearl\",\n            \"url\": \"https://www.airbnb.com/rooms/651289756093538253\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-651289756093538253/original/dfd3af9d-7790-430e-87a1-fd7853ac9f76.jpeg\",\n            \"photo_count\": 66,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 11,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": \"vrbo_687927\",\n            \"best_match_confidence\": 1,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-08-08\",\n            \"last_booking_on\": \"2025-07-25\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32384,\n                \"longitude\": -86.12144,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_balcony\",\n                    \"amenity_shampoo\",\n                    \"amenity_heating\",\n                    \"amenity_tv\",\n                    \"amenity_refrigerator\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_free\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_bathtub\",\n                    \"amenity_iron\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_stove\",\n                    \"amenity_toaster\",\n                    \"amenity_pool\",\n                    \"amenity_self_check_in\",\n                    \"amenity_sound_system\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_dryer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_essentials\",\n                    \"amenity_bed_linens\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_boat_slip\",\n                    \"amenity_oven\",\n                    \"amenity_washer\",\n                    \"amenity_hangers\",\n                    \"amenity_bicycles\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_hot_water\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_kitchen\",\n                    \"amenity_dining_table\",\n                    \"amenity_building_staff\",\n                    \"amenity_dishwasher\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 10015614,\n                \"host_name\": \"Exclusive 30A\",\n                \"host_review_count\": 272,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"jacque\"\n            },\n            \"reviews\": {\n                \"review_count\": 2,\n                \"review_accuracy\": 0.8,\n                \"review_check_in\": 0.9,\n                \"review_cleanliness\": 1,\n                \"review_communication\": 1,\n                \"review_location\": 1,\n                \"review_value\": 0.9,\n                \"review_overall\": 4.5\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 259990,\n                    \"guest_occupancy\": 0.59,\n                    \"adr\": 1215,\n                    \"revpar\": 712,\n                    \"guest_checkins\": 38,\n                    \"guest_nights\": 214,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 105,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 81,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.955,\n                    \"guest_occupancy_pctl_rank\": 0.895\n                },\n                \"next_6_months\": {\n                    \"revenue\": 83279,\n                    \"guest_occupancy\": 0.39,\n                    \"adr\": 1173,\n                    \"revpar\": 453,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 71,\n                    \"available_nights\": 184,\n                    \"hold_nights\": 0,\n                    \"open_nights\": 113,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 106,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.995,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.964,\n                    \"guest_occupancy_pctl_rank\": 0.974\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_43591518\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Home + Carriage House Close to Watercolor Beach\",\n            \"url\": \"https://www.airbnb.com/rooms/43591518\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/prohost-api/Hosting-43591518/original/6d6bb4eb-4ab2-4ad5-a7bf-94573273dc30.png\",\n            \"photo_count\": 52,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 14,\n            \"min_stay\": 1,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 6,\n            \"beds\": 9,\n            \"bathrooms\": 6,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-05-29\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32118,\n                \"longitude\": -86.14425,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool\",\n                    \"amenity_tv\",\n                    \"amenity_dishwasher\",\n                    \"amenity_refrigerator\",\n                    \"amenity_heating\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_stove\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_self_check_in\",\n                    \"amenity_bathtub\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_hangers\",\n                    \"amenity_balcony\",\n                    \"amenity_toaster\",\n                    \"amenity_freezer\",\n                    \"amenity_parking_free\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_microwave\",\n                    \"amenity_kitchen\",\n                    \"amenity_private_entrance\",\n                    \"amenity_iron\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_dryer\",\n                    \"amenity_keypad\",\n                    \"amenity_hot_water\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 178101191,\n                \"host_name\": \"Dune Vacation\",\n                \"host_review_count\": 68,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": false,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within a day\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"dunevacationrentals.com\",\n                \"property_manager_company\": \"dune vacation\"\n            },\n            \"reviews\": {\n                \"review_count\": 0,\n                \"review_accuracy\": 0,\n                \"review_check_in\": 0,\n                \"review_cleanliness\": 0,\n                \"review_communication\": 0,\n                \"review_location\": 0,\n                \"review_value\": 0,\n                \"review_overall\": 0\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 6 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 259862,\n                    \"guest_occupancy\": 0.36,\n                    \"adr\": 1954,\n                    \"revpar\": 712,\n                    \"guest_checkins\": 24,\n                    \"guest_nights\": 133,\n                    \"available_nights\": 319,\n                    \"hold_nights\": 46,\n                    \"open_nights\": 186,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 71,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.967,\n                    \"revenue_pctl_rank\": 0.967,\n                    \"adr_pctl_rank\": 0.935,\n                    \"guest_occupancy_pctl_rank\": 0.571\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72096,\n                    \"guest_occupancy\": 0.2,\n                    \"adr\": 1949,\n                    \"revpar\": 392,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 37,\n                    \"available_nights\": 174,\n                    \"hold_nights\": 10,\n                    \"open_nights\": 137,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.913,\n                    \"revenue_pctl_rank\": 0.902,\n                    \"adr_pctl_rank\": 0.978,\n                    \"guest_occupancy_pctl_rank\": 0.695\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_989080720350688145\",\n            \"ota\": \"airbnb\",\n            \"title\": \"Phase 1 WaterColor Location! W/ NEW LSV & 4 Bikes!\",\n            \"url\": \"https://www.airbnb.com/rooms/989080720350688145\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6OTg5MDgwNzIwMzUwNjg4MTQ1/original/e095fb7b-ab73-4305-9555-b604f67d2b49.jpeg\",\n            \"photo_count\": 97,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 10,\n            \"min_stay\": 6,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 4,\n            \"beds\": 7,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2023-10-29\",\n            \"last_booking_on\": \"2025-07-27\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3238608,\n                \"longitude\": -86.14129799999999,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": [\n                    \"amenity_freezer\",\n                    \"amenity_ev_charger\",\n                    \"amenity_dishwasher\",\n                    \"amenity_parking_free_street\",\n                    \"amenity_luggage_dropoff_allowed\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_smart_lock\",\n                    \"amenity_dedicated_workspace\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_self_check_in\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_hangers\",\n                    \"amenity_shower_gel\",\n                    \"amenity_cleaning_products\",\n                    \"amenity_pool\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_outdoor_shower\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_microwave\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_bed_linens\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_shampoo\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_board_games\",\n                    \"amenity_conditioner\",\n                    \"amenity_essentials\",\n                    \"amenity_stove\",\n                    \"amenity_iron\",\n                    \"amenity_body_soap\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_washer\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_dining_table\",\n                    \"amenity_lake_access\",\n                    \"amenity_bicycles\",\n                    \"amenity_heating\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_private_entrance\",\n                    \"amenity_backyard\",\n                    \"amenity_first_aid_kit\",\n                    \"amenity_hot_water\",\n                    \"amenity_ceiling_fan\",\n                    \"amenity_bathtub\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_front_water\",\n                    \"amenity_dryer\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_balcony\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_oven\",\n                    \"amenity_clothing_storage\",\n                    \"amenity_tv\",\n                    \"amenity_toaster\",\n                    \"amenity_refrigerator\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_parking_free\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_kitchen\",\n                    \"amenity_wine_glasses\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 376135725,\n                \"host_name\": \"Southern Holiday Homes\",\n                \"host_review_count\": 2656,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"southernholidayhomes.com\",\n                \"property_manager_company\": \"southern holiday homes\"\n            },\n            \"reviews\": {\n                \"review_count\": 13,\n                \"review_accuracy\": 0.954,\n                \"review_check_in\": 0.924,\n                \"review_cleanliness\": 0.954,\n                \"review_communication\": 0.954,\n                \"review_location\": 1,\n                \"review_value\": 0.908,\n                \"review_overall\": 4.77\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 4 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 257856,\n                    \"guest_occupancy\": 0.67,\n                    \"adr\": 1061,\n                    \"revpar\": 706,\n                    \"guest_checkins\": 41,\n                    \"guest_nights\": 243,\n                    \"available_nights\": 344,\n                    \"hold_nights\": 21,\n                    \"open_nights\": 101,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 82,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.995,\n                    \"adr_pctl_rank\": 0.915,\n                    \"guest_occupancy_pctl_rank\": 0.953\n                },\n                \"next_6_months\": {\n                    \"revenue\": 36834,\n                    \"guest_occupancy\": 0.19,\n                    \"adr\": 1052,\n                    \"revpar\": 200,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 35,\n                    \"available_nights\": 182,\n                    \"hold_nights\": 2,\n                    \"open_nights\": 147,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 108,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.921,\n                    \"revenue_pctl_rank\": 0.924,\n                    \"adr_pctl_rank\": 0.938,\n                    \"guest_occupancy_pctl_rank\": 0.77\n                }\n            }\n        },\n        {\n            \"id\": \"airbnb_46071132\",\n            \"ota\": \"airbnb\",\n            \"title\": \"STEPS From Rosemary! Private Pool, Carriage House!\",\n            \"url\": \"https://www.airbnb.com/rooms/46071132\",\n            \"listing_space\": \"entire\",\n            \"license\": null,\n            \"main_image_url\": \"https://a0.muscache.com/im/pictures/6d3d9ffb-f834-4a8f-9a37-8067f4b1349b.jpg\",\n            \"photo_count\": 46,\n            \"is_instant_book_enabled\": null,\n            \"max_guests\": 16,\n            \"min_stay\": 4,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"09:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 14,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": null,\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-12-12\",\n            \"last_booking_on\": \"2025-08-03\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.28024,\n                \"longitude\": -86.01139,\n                \"latlong_exact\": null,\n                \"city\": \"Rosemary Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Rosemary Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"on premises\",\n                \"parking_cost\": \"free\",\n                \"pool\": \"unknown\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_outdoor_furniture\",\n                    \"amenity_coffee_maker\",\n                    \"amenity_room_darkening_shades\",\n                    \"amenity_iron\",\n                    \"amenity_books\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_breakfast\",\n                    \"amenity_dishwasher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_baking_sheet\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_extra_pillows_and_blankets\",\n                    \"amenity_self_check_in\",\n                    \"amenity_parking_free\",\n                    \"amenity_oven\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_backyard\",\n                    \"amenity_kitchen\",\n                    \"amenity_babysitter_recommendations\",\n                    \"amenity_shampoo\",\n                    \"amenity_dryer\",\n                    \"amenity_bathtub\",\n                    \"amenity_game_console\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_barbecue_utensils\",\n                    \"amenity_heating\",\n                    \"amenity_outdoor_dining_area\",\n                    \"amenity_essentials\",\n                    \"amenity_cabletv\",\n                    \"amenity_childrens_dinnerware\",\n                    \"amenity_pool\",\n                    \"amenity_bed_linens\",\n                    \"amenity_smoke_alarm\",\n                    \"amenity_tv\",\n                    \"amenity_cooking_basics\",\n                    \"amenity_dishes_and_silverware\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_hot_water\",\n                    \"amenity_bbq_grill\",\n                    \"amenity_hangers\",\n                    \"amenity_pack_n_play_travel_crib\",\n                    \"amenity_carbon_monoxide_detector\",\n                    \"amenity_private_entrance\",\n                    \"amenity_fire_pit\",\n                    \"amenity_beach_essentials\",\n                    \"amenity_stove\",\n                    \"amenity_shower_gel\",\n                    \"amenity_high_chair\",\n                    \"amenity_long_term_stays_allowed\",\n                    \"amenity_balcony\",\n                    \"amenity_lockbox\",\n                    \"amenity_refrigerator\",\n                    \"amenity_microwave\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 214654783,\n                \"host_name\": \"Beth\",\n                \"host_review_count\": 260,\n                \"is_professionally_managed\": false,\n                \"is_airbnb_superhost\": true,\n                \"airbnb_response_rate\": 1,\n                \"airbnb_response_time_minutes\": \"within an hour\",\n                \"host_since\": \"2025-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": null,\n                \"property_manager_company\": null\n            },\n            \"reviews\": {\n                \"review_count\": 39,\n                \"review_accuracy\": 0.958,\n                \"review_check_in\": 0.974,\n                \"review_cleanliness\": 0.938,\n                \"review_communication\": 0.944,\n                \"review_location\": 0.99,\n                \"review_value\": 0.924,\n                \"review_overall\": 4.77\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | airbnb | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 256048,\n                    \"guest_occupancy\": 0.49,\n                    \"adr\": 1422,\n                    \"revpar\": 702,\n                    \"guest_checkins\": 45,\n                    \"guest_nights\": 180,\n                    \"available_nights\": 338,\n                    \"hold_nights\": 27,\n                    \"open_nights\": 158,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 98,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.988,\n                    \"revenue_pctl_rank\": 0.988,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.785\n                },\n                \"next_6_months\": {\n                    \"revenue\": 112455,\n                    \"guest_occupancy\": 0.44,\n                    \"adr\": 1388,\n                    \"revpar\": 611,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 81,\n                    \"available_nights\": 181,\n                    \"hold_nights\": 3,\n                    \"open_nights\": 100,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 4,\n                    \"avg_booking_window\": 118,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.998,\n                    \"revenue_pctl_rank\": 0.998,\n                    \"adr_pctl_rank\": 0.939,\n                    \"guest_occupancy_pctl_rank\": 0.987\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2302552\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxe Home with Outdoor Lounge, Pool, and Golf Cart 2 Minutes to Camp Watercolor\",\n            \"url\": \"https://www.vrbo.com/2302552\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/68000000/67410000/67403300/67403291/62a7f2e6_b.jpg\",\n            \"photo_count\": 50,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 2,\n            \"check_in_time\": \"17:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"house\",\n            \"type_detail\": \"house\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 4,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-17\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2021-06-01\",\n            \"last_booking_on\": \"2025-07-29\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.32825,\n                \"longitude\": -86.1344,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": \"unknown\",\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"access\",\n                \"list\": [\n                    \"amenity_pool_communal\",\n                    \"amenity_towels\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_parking_available\",\n                    \"amenity_pool\",\n                    \"amenity_pool_heated\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_microwave\",\n                    \"amenity_oven\",\n                    \"amenity_optional_golf_privileges\",\n                    \"amenity_english\",\n                    \"amenity_kitchen_island\",\n                    \"amenity_tennis\",\n                    \"amenity_pool_private\",\n                    \"amenity_garden_or_backyard\",\n                    \"amenity_living_room\",\n                    \"amenity_garden\",\n                    \"amenity_dining_table\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_washer\",\n                    \"amenity_balcony\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_toaster\",\n                    \"amenity_jet_skiing_nearby\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_pets_allowed\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 97354,\n                \"host_name\": \"Exclusive 30A - Jacque, Addie, Richard, or Angie\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"exclusive30a.com\",\n                \"property_manager_company\": \"exclusive 30a jacque addie richard or angie\"\n            },\n            \"reviews\": {\n                \"review_count\": 29,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | house | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 254709,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1676,\n                    \"revpar\": 698,\n                    \"guest_checkins\": 28,\n                    \"guest_nights\": 152,\n                    \"available_nights\": 271,\n                    \"hold_nights\": 94,\n                    \"open_nights\": 119,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 93,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.981,\n                    \"revenue_pctl_rank\": 0.983,\n                    \"adr_pctl_rank\": 0.941,\n                    \"guest_occupancy_pctl_rank\": 0.759\n                },\n                \"next_6_months\": {\n                    \"revenue\": 72023,\n                    \"guest_occupancy\": 0.27,\n                    \"adr\": 1470,\n                    \"revpar\": 391,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 49,\n                    \"available_nights\": 130,\n                    \"hold_nights\": 54,\n                    \"open_nights\": 81,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 5,\n                    \"avg_booking_window\": 123,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.964,\n                    \"revenue_pctl_rank\": 0.965,\n                    \"adr_pctl_rank\": 0.919,\n                    \"guest_occupancy_pctl_rank\": 0.86\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_2011627\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Beachside #22 - Gulf Front in Watercolor! 2 Large Gulf-front Balconies!\",\n            \"url\": \"https://www.vrbo.com/2011627\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/56000000/55330000/55322900/55322818/91a43a92_b.jpg\",\n            \"photo_count\": 44,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 10,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 3,\n            \"beds\": 3,\n            \"bathrooms\": 3,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2023-09-12\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2020-08-10\",\n            \"last_booking_on\": \"2025-07-31\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.321207,\n                \"longitude\": -86.143182,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"Santa Rosa Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": \"view\",\n                \"list\": [\n                    \"amenity_towels\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_view_ocean\",\n                    \"amenity_on_the_beach\",\n                    \"amenity_hair_dryer\",\n                    \"amenity_living_room\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_elevator\",\n                    \"amenity_oven\",\n                    \"amenity_on_the_waterfront\",\n                    \"amenity_microwave\",\n                    \"amenity_english\",\n                    \"amenity_near_the_ocean\",\n                    \"amenity_pool_communal\",\n                    \"amenity_toaster\",\n                    \"amenity_internet_wifi\",\n                    \"amenity_parking_available\",\n                    \"amenity_washer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 142667,\n                \"host_name\": \"360 Blue\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2000-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"360blue.com\",\n                \"property_manager_company\": \"360 blue\"\n            },\n            \"reviews\": {\n                \"review_count\": 17,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 9.6\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 3 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 254426,\n                    \"guest_occupancy\": 0.62,\n                    \"adr\": 1383,\n                    \"revpar\": 851,\n                    \"guest_checkins\": 31,\n                    \"guest_nights\": 184,\n                    \"available_nights\": 255,\n                    \"hold_nights\": 44,\n                    \"open_nights\": 71,\n                    \"total_nights\": 299,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 84,\n                    \"adr_tier\": \"disqualified - missing records\",\n                    \"performance_tier\": \"disqualified - missing records\",\n                    \"performance_pctl_rank\": 1,\n                    \"revenue_pctl_rank\": 1,\n                    \"adr_pctl_rank\": 0.995,\n                    \"guest_occupancy_pctl_rank\": 0.963\n                },\n                \"next_6_months\": {\n                    \"revenue\": 70882,\n                    \"guest_occupancy\": 0.32,\n                    \"adr\": 1201,\n                    \"revpar\": 385,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 59,\n                    \"available_nights\": 178,\n                    \"hold_nights\": 6,\n                    \"open_nights\": 119,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 119,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.999,\n                    \"revenue_pctl_rank\": 0.999,\n                    \"adr_pctl_rank\": 0.996,\n                    \"guest_occupancy_pctl_rank\": 0.886\n                }\n            }\n        },\n        {\n            \"id\": \"vrbo_1263652\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Luxurious WaterColor Retreat with Beach Club Access, Private Pool, Spa, and Captivating Views!\",\n            \"url\": \"https://www.vrbo.com/1263652\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/23000000/22630000/22624400/22624307/db40e49a_b.jpg\",\n            \"photo_count\": 74,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 12,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"apartment\",\n            \"type_detail\": \"apartment\",\n            \"bedrooms\": 5,\n            \"beds\": 5,\n            \"bathrooms\": 5,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-24\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2018-08-31\",\n            \"last_booking_on\": \"2025-08-04\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.3261836,\n                \"longitude\": -86.1382277,\n                \"latlong_exact\": null,\n                \"city\": \"Santa Rosa Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32459\",\n                \"locality\": \"\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"\",\n                \"admin_level_2\": \"\",\n                \"admin_level_3\": \"\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"communal\",\n                \"ski\": null,\n                \"water\": null,\n                \"list\": [\n                    \"amenity_pool_heated\",\n                    \"amenity_living_room\",\n                    \"amenity_tennis\",\n                    \"amenity_pool\",\n                    \"amenity_towels\",\n                    \"amenity_dining_table\",\n                    \"amenity_pool_communal\",\n                    \"amenity_parking_available\",\n                    \"amenity_fire_extinguisher\",\n                    \"amenity_air_conditioning\",\n                    \"amenity_microwave\",\n                    \"amenity_english\",\n                    \"amenity_parking_on_site\",\n                    \"amenity_oven\",\n                    \"amenity_toaster\",\n                    \"amenity_pool_private\",\n                    \"amenity_deadbolt_lock\",\n                    \"amenity_washer\",\n                    \"amenity_indoor_fireplace\",\n                    \"amenity_hair_dryer\"\n                ]\n            },\n            \"host\": {\n                \"host_id\": 48767,\n                \"host_name\": \"Sanders Beach Rentals\",\n                \"host_review_count\": null,\n                \"is_professionally_managed\": true,\n                \"is_airbnb_superhost\": null,\n                \"airbnb_response_rate\": null,\n                \"airbnb_response_time_minutes\": null,\n                \"host_since\": \"2004-01-01\",\n                \"native_language\": \"English\",\n                \"property_manager_domain\": \"sandersbeachrentals.com\",\n                \"property_manager_company\": \"sanders beach rentals\"\n            },\n            \"reviews\": {\n                \"review_count\": 17,\n                \"review_accuracy\": null,\n                \"review_check_in\": null,\n                \"review_cleanliness\": null,\n                \"review_communication\": null,\n                \"review_location\": null,\n                \"review_value\": null,\n                \"review_overall\": 10\n            },\n            \"performance\": {\n                \"performance_ranking_group\": \"30A | apartment | 5 | vrbo | 2025-08\",\n                \"performance_updated_on\": \"2025-08-01\",\n                \"last_12_months\": {\n                    \"revenue\": 253130,\n                    \"guest_occupancy\": 0.42,\n                    \"adr\": 1633,\n                    \"revpar\": 694,\n                    \"guest_checkins\": 26,\n                    \"guest_nights\": 155,\n                    \"available_nights\": 301,\n                    \"hold_nights\": 64,\n                    \"open_nights\": 146,\n                    \"total_nights\": 365,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 107,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.994,\n                    \"revenue_pctl_rank\": 0.994,\n                    \"adr_pctl_rank\": 0.983,\n                    \"guest_occupancy_pctl_rank\": 0.624\n                },\n                \"next_6_months\": {\n                    \"revenue\": 46792,\n                    \"guest_occupancy\": 0.18,\n                    \"adr\": 1418,\n                    \"revpar\": 254,\n                    \"guest_checkins\": null,\n                    \"guest_nights\": 33,\n                    \"available_nights\": 168,\n                    \"hold_nights\": 16,\n                    \"open_nights\": 135,\n                    \"total_nights\": 184,\n                    \"avg_length_of_stay\": 6,\n                    \"avg_booking_window\": 103,\n                    \"adr_tier\": \"1_premium\",\n                    \"performance_tier\": \"1_market_leader\",\n                    \"performance_pctl_rank\": 0.933,\n                    \"revenue_pctl_rank\": 0.927,\n                    \"adr_pctl_rank\": 0.961,\n                    \"guest_occupancy_pctl_rank\": 0.64\n                }\n            }\n        }\n    ]\n}"},{"id":"c7f969b3-7d59-410d-a166-7d52bbf47393","name":"By Exclusions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 1,\n        \"offset\": 0,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"exclude\": [\"amenity_list\", \"performance\", \"host\", \"reviews\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 22:59:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"862"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T225948Z-16cc86565cc4bccjhC1CO1ru5w00000007fg00000000d6vp"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"market\": {\n        \"id\": 263,\n        \"uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n        \"name\": \"30A\",\n        \"type\": \"Vacation Area\"\n    },\n    \"currency\": \"USD\",\n    \"pagination\": {\n        \"limit\": 1,\n        \"offset\": 0,\n        \"total\": 16542,\n        \"sort_by\": \"last_12mo_revenue\"\n    },\n    \"filters\": null,\n    \"exclude\": [\n        \"amenity_list\",\n        \"performance\",\n        \"host\",\n        \"reviews\"\n    ],\n    \"listing\": [\n        {\n            \"id\": \"vrbo_3700771\",\n            \"ota\": \"vrbo\",\n            \"title\": \"Gulf Front with Panoramic Views! Sleeps 35! Golf Cart and Bikes!\",\n            \"url\": \"https://www.vrbo.com/3700771\",\n            \"listing_space\": \"entire\",\n            \"license\": \"\",\n            \"main_image_url\": \"https://images.trvl-media.com/lodging/101000000/100250000/100242400/100242367/9451cf91_b.jpg\",\n            \"photo_count\": 128,\n            \"is_instant_book_enabled\": true,\n            \"max_guests\": 35,\n            \"min_stay\": 3,\n            \"check_in_time\": \"16:00\",\n            \"check_out_time\": \"10:00\",\n            \"currency_native\": \"USD\",\n            \"best_match_ota\": null,\n            \"best_match_confidence\": null,\n            \"property_type\": \"unique\",\n            \"type_detail\": \"camping\",\n            \"bedrooms\": 11,\n            \"beds\": 11,\n            \"bathrooms\": 8,\n            \"updated_on\": \"2025-08-05\",\n            \"calendar_updated_on\": \"2024-04-21\",\n            \"listing_status\": \"listed\",\n            \"listed_on\": \"2024-11-17\",\n            \"last_booking_on\": \"2025-08-01\",\n            \"markets_list\": null,\n            \"geo\": {\n                \"latitude\": 30.290629199931463,\n                \"longitude\": -86.0515501136357,\n                \"latlong_exact\": null,\n                \"city\": \"Alys Beach\",\n                \"state\": \"Florida\",\n                \"postal_code\": \"32461\",\n                \"locality\": \"Alys Beach\",\n                \"neighborhood\": \"\",\n                \"country\": \"United States\",\n                \"country_code\": \"US\",\n                \"admin_level_1\": \"Florida\",\n                \"admin_level_2\": \"Walton County\",\n                \"admin_level_3\": \"Florida\",\n                \"admin_level_4\": \"\"\n            },\n            \"amenity\": {\n                \"golf\": null,\n                \"hot_tub\": null,\n                \"mountain\": null,\n                \"parking\": \"unknown\",\n                \"parking_cost\": \"paid\",\n                \"pool\": \"private\",\n                \"ski\": null,\n                \"water\": \"front\",\n                \"list\": null\n            },\n            \"host\": null,\n            \"reviews\": null,\n            \"performance\": null\n        }\n    ]\n}"}],"_postman_id":"5eb1f3cd-5e17-4db3-b4d1-f2b5f9976c0f"},{"name":"Availability","id":"abf2f943-a942-4996-a9ad-78b8526af99a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{public_api_ota_key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"listing_id\": \"vrbo_3871174\",\n    \"start_date\": \"2025-10-01\",\n    \"end_date\": \"2025-10-31\",\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/listing/availability","description":"<h1 id=\"listing-availability\">Listing Availability</h1>\n<p><strong>Description:</strong><br />Retrieves daily availability and pricing data for a specific listing over a specified date range. This endpoint provides day-by-day calendar information including availability status, nightly rates, booking status, and guest activity. Essential for calendar management, pricing analysis, and occupancy tracking.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<blockquote>\n<p><strong>Note:</strong> The <code>end_date</code> must be after the <code>start_date</code>. Recommended maximum date range is 365 days to ensure optimal performance.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listing_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Listing identifier.</td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>Start date for availability data retrieval, inclusive (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>End date for availability data retrieval, inclusive (YYYY-MM-DD). Must be after <code>start_date</code>.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Currency code for monetary values (default: <code>USD</code>). Examples: <code>EUR</code>, <code>GBP</code>, <code>CAD</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>object</td>\n<td>Data wrapper containing availability results.</td>\n</tr>\n<tr>\n<td><code>data.availability</code></td>\n<td>array[object]</td>\n<td>List of daily availability records, one per day in the date range.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"availability-object\">Availability Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listing_id</code></td>\n<td>string</td>\n<td>Listing identifier.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>string(date)</td>\n<td>Date for this availability record (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>quoted_on</code></td>\n<td>string(date-time) / null</td>\n<td>Timestamp when the quote price was last updated (ISO-8601).</td>\n</tr>\n<tr>\n<td><code>rate_type</code></td>\n<td>string / null</td>\n<td>Rate type classification (e.g., <code>standard</code>, <code>weekend</code>, <code>holiday</code>).</td>\n</tr>\n<tr>\n<td><code>quoted_nightly_rate</code></td>\n<td>float / null</td>\n<td>Quoted nightly rate in requested currency.</td>\n</tr>\n<tr>\n<td><code>rate_updated_on</code></td>\n<td>string(date-time) / null</td>\n<td>Timestamp when the rate was last updated (ISO-8601).</td>\n</tr>\n<tr>\n<td><code>is_available</code></td>\n<td>boolean / null</td>\n<td>Whether the night is available for booking.</td>\n</tr>\n<tr>\n<td><code>availability_changed_on</code></td>\n<td>string(date-time) / null</td>\n<td>Timestamp when availability status last changed (ISO-8601).</td>\n</tr>\n<tr>\n<td><code>is_available_for_checkin</code></td>\n<td>boolean</td>\n<td>Whether the night is available for guest check-in.</td>\n</tr>\n<tr>\n<td><code>is_guest_night</code></td>\n<td>boolean</td>\n<td>Whether a guest is staying this night.</td>\n</tr>\n<tr>\n<td><code>is_guest_checkin</code></td>\n<td>boolean</td>\n<td>Whether a guest is checking in on this date.</td>\n</tr>\n<tr>\n<td><code>is_guest_checkout</code></td>\n<td>boolean</td>\n<td>Whether a guest is checking out on this date.</td>\n</tr>\n<tr>\n<td><code>is_hold_night</code></td>\n<td>boolean</td>\n<td>Whether the night is held/blocked by the host.</td>\n</tr>\n<tr>\n<td><code>booked_on</code></td>\n<td>string(date-time) / null</td>\n<td>Timestamp when this night was booked (ISO-8601).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; availability data returned (may be empty array if no data).</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or missing required fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>Access Denied</td>\n<td>User does not have access to this listing's market(s).</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Validation Error</td>\n<td>Invalid date range (e.g., <code>end_date</code> before <code>start_date</code>).</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><strong>Daily Granularity</strong>: The endpoint returns one availability object per day within the specified date range, ordered chronologically.</li>\n<li><strong>Currency Conversion</strong>: The <code>quoted_nightly_rate</code> is converted to the requested currency using current exchange rates. Default is USD.</li>\n<li><strong>Availability Status</strong>: <ul>\n<li><code>is_available = true</code>: Night is open and can be booked</li>\n<li><code>is_available = false</code>: Night is unavailable (booked, held, or blocked)</li>\n</ul>\n</li>\n<li><strong>Guest Activity Flags</strong>: The boolean flags (<code>is_guest_night</code>, <code>is_guest_checkin</code>, <code>is_guest_checkout</code>) indicate actual or predicted guest activity based on bookings.</li>\n<li><strong>Hold Nights</strong>: <code>is_hold_night = true</code> indicates the host has manually blocked the date (not available for booking but not booked by a guest).</li>\n<li><strong>Rate Types</strong>: The <code>rate_type</code> field categorizes pricing (e.g., standard weekday rates vs. weekend or holiday premiums).</li>\n<li><strong>Timestamp Fields</strong>: All timestamp fields use ISO-8601 format with timezone information. These track when data was last updated or when events occurred.</li>\n<li><strong>Market Access</strong>: Users must have access to at least one market that the listing belongs to. Access is validated before returning data.</li>\n<li><strong>Empty Results</strong>: If no availability data exists for the date range, an empty <code>availability</code> array is returned with a 200 status.</li>\n<li><strong>Historical Data</strong>: Historical availability data is retained based on system configuration. Future dates show current calendar availability and pricing.</li>\n<li><strong>Data Freshness</strong>: Availability data is typically updated daily from OTA sources. The <code>quoted_on</code> and <code>rate_updated_on</code> timestamps indicate data freshness.</li>\n<li><strong>Check-in Restrictions</strong>: Some dates may be unavailable for check-in even if the night itself is available (e.g., due to minimum stay requirements or check-in day restrictions). Use <code>is_available_for_checkin</code> to identify these cases.</li>\n</ul>\n<hr />\n<h2 id=\"example-use-cases\">Example Use Cases</h2>\n<ul>\n<li><strong>Calendar Visualization</strong>: Display listing availability calendar with pricing for guest-facing or host-facing applications.</li>\n<li><strong>Pricing Analysis</strong>: Analyze nightly rate variations over time, identify pricing patterns, and compare rates across seasons.</li>\n<li><strong>Occupancy Tracking</strong>: Monitor booked vs. available nights to calculate occupancy rates and identify booking gaps.</li>\n<li><strong>Revenue Forecasting</strong>: Use availability and pricing data to project future revenue based on current calendar state.</li>\n<li><strong>Booking Pattern Analysis</strong>: Analyze when bookings occur (<code>booked_on</code>) relative to check-in dates to understand booking windows.</li>\n<li><strong>Hold Night Management</strong>: Identify periods when hosts are blocking their calendars to optimize availability strategies.</li>\n<li><strong>Dynamic Pricing</strong>: Feed availability and rate data into dynamic pricing algorithms to optimize revenue.</li>\n<li><strong>Competitive Analysis</strong>: Compare availability and pricing patterns against market benchmarks.</li>\n</ul>\n","urlObject":{"path":["api","v1","ota","listing","availability"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1e5cbe86-3e05-4b4e-a43f-15a201a64f00","name":"Valid","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/v1/ota/listing/airbnb_4015461"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"listing\": {\n        \"id\": \"airbnb_4015461\",\n        \"ota\": \"airbnb\",\n        \"title\": \"True B&B, Queen OR BunkBeds, Private Bath, Hot Tub\",\n        \"url\": \"https://www.airbnb.com/rooms/4015461\",\n        \"listing_space\": \"private\",\n        \"license\": \"6802\",\n        \"main_image_url\": \"https://a0.muscache.com/im/pictures/miso/Hosting-4015461/original/190c18e9-95c9-4df7-9caa-4f6b74a02e29.jpeg\",\n        \"photo_count\": 36,\n        \"is_instant_book_enabled\": null,\n        \"max_guests\": 2,\n        \"min_stay\": 2,\n        \"check_in_time\": \"16:00\",\n        \"check_out_time\": \"10:00\",\n        \"currency_native\": \"USD\",\n        \"best_match_ota\": null,\n        \"best_match_confidence\": null,\n        \"property_type\": \"bnb\",\n        \"type_detail\": \"bnb\",\n        \"bedrooms\": 1,\n        \"beds\": 3,\n        \"bathrooms\": 1,\n        \"updated_on\": \"2025-11-10\",\n        \"calendar_updated_on\": null,\n        \"listing_status\": \"listed\",\n        \"listed_on\": \"2015-01-01\",\n        \"last_booking_on\": \"2025-11-08\",\n        \"markets_list\": [\n            {\n                \"id\": 24709,\n                \"uuid\": \"516f5ac4-14ce-4486-aea6-93ee08d6f8aa\",\n                \"name\": \"Mountain Market C\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 7252,\n                \"uuid\": \"a0a7b93f-f370-4af6-adf8-72bf7b7fbe42\",\n                \"name\": \"North America\",\n                \"type\": \"Combined Area\"\n            },\n            {\n                \"id\": 471,\n                \"uuid\": \"6105aacc-e510-4dd2-8ce0-0c290e09ad70\",\n                \"name\": \"Northwest Colorado\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 24551,\n                \"uuid\": \"be092204-e27a-4fcb-b95c-e9d7ef01b7f5\",\n                \"name\": \"Mountain Market B\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 469,\n                \"uuid\": \"793d23a7-1e63-4e58-9b8e-c6c6c09f0ed1\",\n                \"name\": \"Rocky Mountain States\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 480,\n                \"uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"name\": \"Vail\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 4817,\n                \"uuid\": \"d10cf6fb-d8a0-45a0-b917-4e53b5f42b11\",\n                \"name\": \"Summit and Eagle Ski Areas\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 13752,\n                \"uuid\": \"d65d761c-d93d-4520-946c-a675c310990b\",\n                \"name\": \"Greater Western States\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 154,\n                \"uuid\": \"f54346d7-a71c-4570-bf59-84e978836ce0\",\n                \"name\": \"Colorado\",\n                \"type\": \"State\"\n            },\n            {\n                \"id\": 13824,\n                \"uuid\": \"e12f9e28-4f6a-4653-aee2-8279d52eb41d\",\n                \"name\": \"Vail Village\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 470,\n                \"uuid\": \"e6a0aa6e-cdc4-4735-8d66-ca29fc53b2ee\",\n                \"name\": \"Colorado Western Slope\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 1,\n                \"uuid\": \"a261d510-d4be-4934-a8b9-967b28579f05\",\n                \"name\": \"United States\",\n                \"type\": \"Country\"\n            },\n            {\n                \"id\": 472,\n                \"uuid\": \"f8ca1883-b21c-4e75-8b32-eb2c54dc9e34\",\n                \"name\": \"Eagle - CO\",\n                \"type\": \"County\"\n            }\n        ],\n        \"geo\": {\n            \"latitude\": 39.64756,\n            \"longitude\": -106.33347,\n            \"latlong_exact\": false,\n            \"city\": \"Vail\",\n            \"state\": \"Colorado\",\n            \"postal_code\": \"81657\",\n            \"locality\": \"Vail\",\n            \"neighborhood\": \"\",\n            \"country\": \"United States\",\n            \"country_code\": \"US\",\n            \"admin_level_1\": \"Colorado\",\n            \"admin_level_2\": \"Eagle County\",\n            \"admin_level_3\": \"Colorado\",\n            \"admin_level_4\": \"\"\n        },\n        \"amenity\": {\n            \"golf\": null,\n            \"hot_tub\": null,\n            \"mountain\": \"view\",\n            \"parking\": \"on premises\",\n            \"parking_cost\": \"free\",\n            \"pool\": null,\n            \"ski\": \"ski_in_ski_out\",\n            \"water\": null,\n            \"list\": null\n        },\n        \"host\": {\n            \"host_id\": \"20819969\",\n            \"host_name\": \"Dawn And Cone\",\n            \"host_review_count\": 199,\n            \"is_professionally_managed\": false,\n            \"is_airbnb_superhost\": false,\n            \"airbnb_response_rate\": 1,\n            \"airbnb_response_time_minutes\": \"within a few hours\",\n            \"host_since\": \"2025-01-01\",\n            \"native_language\": \"English\",\n            \"property_manager_domain\": null,\n            \"property_manager_company\": null\n        },\n        \"reviews\": {\n            \"review_count\": 204,\n            \"review_accuracy\": 0.992,\n            \"review_check_in\": 0.996,\n            \"review_cleanliness\": 0.978,\n            \"review_communication\": 0.998,\n            \"review_location\": 0.972,\n            \"review_value\": 0.98,\n            \"review_overall\": 4.92\n        },\n        \"performance\": {\n            \"performance_updated_on\": \"2025-11-01\",\n            \"last_12_months\": {\n                \"revenue\": 8051,\n                \"guest_occupancy\": 0.14,\n                \"adr\": 161\n            },\n            \"next_6_months\": {\n                \"revenue\": 864,\n                \"guest_occupancy\": 0.03,\n                \"adr\": 173\n            }\n        }\n    },\n    \"errors\": null\n}"},{"id":"692b3997-1b4d-4e55-a78f-ae0be535c788","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/v1/ota/listing/airbnb_40154611"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Listing not found\"\n}"}],"_postman_id":"abf2f943-a942-4996-a9ad-78b8526af99a"},{"name":"Single Listing","id":"0fb5482a-5b14-4ae8-b4b4-269f18083f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{public_api_ota_key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/listing/{{listing_id}}","description":"<h1 id=\"listing-details\">Listing Details</h1>\n<p><strong>Description:</strong><br />Retrieves comprehensive details for a specific short-term rental listing by its listing ID. This endpoint returns detailed information including property characteristics, geographic data, amenities, host information, reviews, and basic performance metrics. Supports optional field exclusion to reduce response size and currency conversion for monetary values. Commonly used for detailed property analysis, competitive intelligence, and portfolio management.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listing_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Unique identifier for the listing.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Currency code for monetary values (default: <code>USD</code>). Examples: <code>EUR</code>, <code>GBP</code>, <code>CAD</code>.</td>\n</tr>\n<tr>\n<td><code>include_raw_amenities_list</code></td>\n<td>boolean</td>\n<td>⛔</td>\n<td>Whether to include the raw amenities list in the response (default: <code>false</code>).</td>\n</tr>\n<tr>\n<td><code>exclude</code></td>\n<td>array[string]</td>\n<td>⛔</td>\n<td>List of fields to exclude from response. Valid values: <code>geo</code>, <code>amenity</code>, <code>host</code>, <code>reviews</code>, <code>performance</code>, <code>amenity_list</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listing</code></td>\n<td>object / null</td>\n<td>Listing details object (null if not found or access denied).</td>\n</tr>\n<tr>\n<td><code>errors</code></td>\n<td>object / null</td>\n<td>Error information if listing is inaccessible.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"listing-object\">Listing Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string / null</td>\n<td>Listing identifier.</td>\n</tr>\n<tr>\n<td><code>ota</code></td>\n<td>string / null</td>\n<td>OTA source (e.g., <code>airbnb</code>, <code>vrbo</code>).</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>string / null</td>\n<td>Listing title.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string / null</td>\n<td>Listing URL on the OTA platform.</td>\n</tr>\n<tr>\n<td><code>listing_space</code></td>\n<td>string / null</td>\n<td>Space type (e.g., <code>entire_home</code>, <code>private_room</code>).</td>\n</tr>\n<tr>\n<td><code>license</code></td>\n<td>string / null</td>\n<td>Property license number.</td>\n</tr>\n<tr>\n<td><code>main_image_url</code></td>\n<td>string / null</td>\n<td>URL of the main listing image.</td>\n</tr>\n<tr>\n<td><code>photo_count</code></td>\n<td>integer / null</td>\n<td>Total number of photos.</td>\n</tr>\n<tr>\n<td><code>is_instant_book_enabled</code></td>\n<td>boolean / null</td>\n<td>Whether instant booking is enabled.</td>\n</tr>\n<tr>\n<td><code>max_guests</code></td>\n<td>integer / null</td>\n<td>Maximum guest capacity.</td>\n</tr>\n<tr>\n<td><code>min_stay</code></td>\n<td>integer / null</td>\n<td>Minimum stay requirement (nights).</td>\n</tr>\n<tr>\n<td><code>check_in_time</code></td>\n<td>string / null</td>\n<td>Check-in time.</td>\n</tr>\n<tr>\n<td><code>check_out_time</code></td>\n<td>string / null</td>\n<td>Check-out time.</td>\n</tr>\n<tr>\n<td><code>currency_native</code></td>\n<td>string / null</td>\n<td>Native currency code for the listing.</td>\n</tr>\n<tr>\n<td><code>best_match_ota</code></td>\n<td>string / null</td>\n<td>Best matching OTA listing ID for cross-platform matching.</td>\n</tr>\n<tr>\n<td><code>best_match_confidence</code></td>\n<td>float / null</td>\n<td>Match confidence score (0-1).</td>\n</tr>\n<tr>\n<td><code>property_type</code></td>\n<td>string / null</td>\n<td>Property type classification.</td>\n</tr>\n<tr>\n<td><code>type_detail</code></td>\n<td>string / null</td>\n<td>Detailed property type description.</td>\n</tr>\n<tr>\n<td><code>bedrooms</code></td>\n<td>integer / null</td>\n<td>Number of bedrooms.</td>\n</tr>\n<tr>\n<td><code>beds</code></td>\n<td>integer / null</td>\n<td>Number of beds.</td>\n</tr>\n<tr>\n<td><code>bathrooms</code></td>\n<td>float / null</td>\n<td>Number of bathrooms.</td>\n</tr>\n<tr>\n<td><code>updated_on</code></td>\n<td>string(date) / null</td>\n<td>Last update date (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>calendar_updated_on</code></td>\n<td>string(date) / null</td>\n<td>Calendar last update date (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>listing_status</code></td>\n<td>string / null</td>\n<td>Current listing status.</td>\n</tr>\n<tr>\n<td><code>listed_on</code></td>\n<td>string(date) / null</td>\n<td>Date listing was first listed (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>last_booking_on</code></td>\n<td>string(date) / null</td>\n<td>Date of last booking (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>markets_list</code></td>\n<td>array[object] / null</td>\n<td>List of markets this listing belongs to.</td>\n</tr>\n<tr>\n<td><code>geo</code></td>\n<td>object / null</td>\n<td>Geographic information (null if excluded).</td>\n</tr>\n<tr>\n<td><code>amenity</code></td>\n<td>object / null</td>\n<td>Amenity information (null if excluded).</td>\n</tr>\n<tr>\n<td><code>host</code></td>\n<td>object / null</td>\n<td>Host information (null if excluded).</td>\n</tr>\n<tr>\n<td><code>reviews</code></td>\n<td>object / null</td>\n<td>Review metrics (null if excluded).</td>\n</tr>\n<tr>\n<td><code>performance</code></td>\n<td>object / null</td>\n<td>Performance metrics (null if excluded).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"market-object-in-markets_list\">Market Object (in markets_list)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer / null</td>\n<td>Market ID.</td>\n</tr>\n<tr>\n<td><code>uuid</code></td>\n<td>string(uuid) / null</td>\n<td>Market UUID.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string / null</td>\n<td>Market name.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string / null</td>\n<td>Market type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"geo-object\">Geo Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>latitude</code></td>\n<td>float / null</td>\n<td>Latitude coordinate.</td>\n</tr>\n<tr>\n<td><code>longitude</code></td>\n<td>float / null</td>\n<td>Longitude coordinate.</td>\n</tr>\n<tr>\n<td><code>latlong_exact</code></td>\n<td>boolean / null</td>\n<td>Whether coordinates are exact (VRBO-specific).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string / null</td>\n<td>City name.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>string / null</td>\n<td>State/province.</td>\n</tr>\n<tr>\n<td><code>postal_code</code></td>\n<td>string / null</td>\n<td>Postal/ZIP code.</td>\n</tr>\n<tr>\n<td><code>locality</code></td>\n<td>string / null</td>\n<td>Locality name.</td>\n</tr>\n<tr>\n<td><code>neighborhood</code></td>\n<td>string / null</td>\n<td>Neighborhood name.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>string / null</td>\n<td>Country name.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>string / null</td>\n<td>ISO country code.</td>\n</tr>\n<tr>\n<td><code>admin_level_1</code></td>\n<td>string / null</td>\n<td>Administrative level 1.</td>\n</tr>\n<tr>\n<td><code>admin_level_2</code></td>\n<td>string / null</td>\n<td>Administrative level 2.</td>\n</tr>\n<tr>\n<td><code>admin_level_3</code></td>\n<td>string / null</td>\n<td>Administrative level 3.</td>\n</tr>\n<tr>\n<td><code>admin_level_4</code></td>\n<td>string / null</td>\n<td>Administrative level 4.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"amenity-object\">Amenity Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>golf</code></td>\n<td>boolean / null</td>\n<td>Golf amenity available.</td>\n</tr>\n<tr>\n<td><code>hot_tub</code></td>\n<td>boolean / null</td>\n<td>Hot tub available.</td>\n</tr>\n<tr>\n<td><code>mountain</code></td>\n<td>boolean / null</td>\n<td>Mountain view/access.</td>\n</tr>\n<tr>\n<td><code>parking</code></td>\n<td>boolean / null</td>\n<td>Parking available.</td>\n</tr>\n<tr>\n<td><code>parking_cost</code></td>\n<td>string / null</td>\n<td>Parking cost details.</td>\n</tr>\n<tr>\n<td><code>pool</code></td>\n<td>boolean / null</td>\n<td>Pool available.</td>\n</tr>\n<tr>\n<td><code>ski</code></td>\n<td>boolean / null</td>\n<td>Ski amenity/access.</td>\n</tr>\n<tr>\n<td><code>water</code></td>\n<td>boolean / null</td>\n<td>Water view/access.</td>\n</tr>\n<tr>\n<td><code>list</code></td>\n<td>array[string] / null</td>\n<td>Full amenity list (only included if <code>include_raw_amenities_list=true</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"host-object\">Host Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>host_id</code></td>\n<td>string / null</td>\n<td>Host identifier.</td>\n</tr>\n<tr>\n<td><code>host_name</code></td>\n<td>string / null</td>\n<td>Host name.</td>\n</tr>\n<tr>\n<td><code>host_review_count</code></td>\n<td>integer / null</td>\n<td>Host's total review count across all properties.</td>\n</tr>\n<tr>\n<td><code>is_professionally_managed</code></td>\n<td>boolean / null</td>\n<td>Whether property is professionally managed.</td>\n</tr>\n<tr>\n<td><code>is_airbnb_superhost</code></td>\n<td>boolean / null</td>\n<td>Airbnb Superhost status.</td>\n</tr>\n<tr>\n<td><code>airbnb_response_rate</code></td>\n<td>float / null</td>\n<td>Host response rate (0-1).</td>\n</tr>\n<tr>\n<td><code>airbnb_response_time_minutes</code></td>\n<td>integer / null</td>\n<td>Average response time in minutes.</td>\n</tr>\n<tr>\n<td><code>host_since</code></td>\n<td>string(date) / null</td>\n<td>Date host joined platform (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>native_language</code></td>\n<td>string / null</td>\n<td>Host's native language.</td>\n</tr>\n<tr>\n<td><code>property_manager_domain</code></td>\n<td>string / null</td>\n<td>Property manager domain.</td>\n</tr>\n<tr>\n<td><code>property_manager_company</code></td>\n<td>string / null</td>\n<td>Property manager company name.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"reviews-object\">Reviews Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>review_count</code></td>\n<td>integer / null</td>\n<td>Total review count for this listing.</td>\n</tr>\n<tr>\n<td><code>review_accuracy</code></td>\n<td>float / null</td>\n<td>Accuracy rating (0-5).</td>\n</tr>\n<tr>\n<td><code>review_check_in</code></td>\n<td>float / null</td>\n<td>Check-in rating (0-5).</td>\n</tr>\n<tr>\n<td><code>review_cleanliness</code></td>\n<td>float / null</td>\n<td>Cleanliness rating (0-5).</td>\n</tr>\n<tr>\n<td><code>review_communication</code></td>\n<td>float / null</td>\n<td>Communication rating (0-5).</td>\n</tr>\n<tr>\n<td><code>review_location</code></td>\n<td>float / null</td>\n<td>Location rating (0-5).</td>\n</tr>\n<tr>\n<td><code>review_value</code></td>\n<td>float / null</td>\n<td>Value rating (0-5).</td>\n</tr>\n<tr>\n<td><code>review_overall</code></td>\n<td>float / null</td>\n<td>Overall rating (0-5).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"performance-object\">Performance Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>performance_updated_on</code></td>\n<td>string(date) / null</td>\n<td>Date performance data was last updated (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>last_12_months</code></td>\n<td>object / null</td>\n<td>Last 12 months performance metrics.</td>\n</tr>\n<tr>\n<td><code>next_6_months</code></td>\n<td>object / null</td>\n<td>Next 6 months forecast metrics.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"performance-period-object-last_12_months--next_6_months\">Performance Period Object (last_12_months / next_6_months)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>revenue</code></td>\n<td>float / null</td>\n<td>Total revenue in requested currency.</td>\n</tr>\n<tr>\n<td><code>guest_occupancy</code></td>\n<td>float / null</td>\n<td>Guest occupancy rate (0-1).</td>\n</tr>\n<tr>\n<td><code>adr</code></td>\n<td>float / null</td>\n<td>Average Daily Rate in requested currency.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"errors-object\">Errors Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>invalid_listings</code></td>\n<td>array[object]</td>\n<td>List of inaccessible listings with error details.</td>\n</tr>\n<tr>\n<td><code>invalid_listings[].listing_id</code></td>\n<td>string</td>\n<td>Listing ID that was inaccessible.</td>\n</tr>\n<tr>\n<td><code>invalid_listings[].error</code></td>\n<td>string</td>\n<td>Error message explaining why access was denied.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; listing details returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or malformed listing ID.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>Access Denied</td>\n<td>User does not have access to this listing's market(s).</td>\n</tr>\n<tr>\n<td><code>404 Not Found</code></td>\n<td>Not Found</td>\n<td>Listing not found with the specified ID.</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><strong>Market Access Validation</strong>: The endpoint validates that the user has access to at least one market that the listing belongs to. If the listing exists but the user lacks market access, a 200 response is returned with <code>listing: null</code> and error details in the <code>errors</code> field.</li>\n<li><strong>Currency Conversion</strong>: All monetary values (<code>revenue</code>, <code>adr</code>) are converted to the requested currency using current exchange rates. Default is USD.</li>\n<li><strong>Amenity List</strong>: The raw amenities list is excluded by default to reduce response size. Set <code>include_raw_amenities_list=true</code> to include it.</li>\n<li><strong>Field Exclusion</strong>: Use the <code>exclude</code> query parameter to omit large nested objects. Valid values: <code>geo</code>, <code>amenity</code>, <code>host</code>, <code>reviews</code>, <code>performance</code>, <code>amenity_list</code>. Multiple values can be specified.</li>\n<li><strong>Performance Metrics</strong>: Performance data includes basic metrics (revenue, occupancy, ADR) for the last 12 months and next 6 months forecast periods. More detailed performance metrics are available via the Listing KPIs endpoints.</li>\n<li><strong>Cross-Platform Matching</strong>: The <code>best_match_ota</code> and <code>best_match_confidence</code> fields indicate if this listing has been matched to a listing on another OTA platform.</li>\n<li><strong>Markets List</strong>: A listing may belong to multiple markets. The <code>markets_list</code> array contains all markets associated with this listing.</li>\n<li><strong>Null Values</strong>: Fields may be null if data is not available or not applicable for the listing.</li>\n</ul>\n","urlObject":{"path":["api","v1","ota","listing","{{listing_id}}"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>a data selector to specify which data or objects you wish to exclude from your response payload. possible values: host, amenity_list, reviews, performance</p>\n","type":"text/plain"},"key":"exclude","value":null},{"disabled":true,"description":{"content":"<p>the monetary currency desired. default is USD</p>\n","type":"text/plain"},"key":"currency","value":null}],"variable":[]}},"response":[{"id":"c943479a-88d0-45ed-bb71-da4f22ecb045","name":"Valid","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/v1/ota/listing/{{listing_id}}","host":["{{url}}"],"path":["api","v1","ota","listing","{{listing_id}}"],"query":[{"key":"currency","value":"","description":"a data selector to specify which data or objects you wish to exclude from your response payload. possible values: host, amenity_list, reviews, performance","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 23:04:07 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1486"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T230406Z-16dc8544dbd9ztkphC1CO1vyng00000003u000000000ek4p"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"listing\": {\n        \"id\": \"vrbo_1447478\",\n        \"ota\": \"vrbo\",\n        \"title\": \"Luxury Penthouse in Vail | Shared Hot Tub\",\n        \"url\": \"https://www.vrbo.com/1447478\",\n        \"listing_space\": \"entire\",\n        \"license\": \"\",\n        \"main_image_url\": \"https://images.trvl-media.com/lodging/31000000/30440000/30435300/30435239/d6691e46_b.jpg\",\n        \"photo_count\": 42,\n        \"is_instant_book_enabled\": true,\n        \"max_guests\": 18,\n        \"min_stay\": 3,\n        \"check_in_time\": \"16:00\",\n        \"check_out_time\": \"11:00\",\n        \"currency_native\": \"USD\",\n        \"best_match_ota\": null,\n        \"best_match_confidence\": null,\n        \"property_type\": \"apartment\",\n        \"type_detail\": \"apartment\",\n        \"bedrooms\": 5,\n        \"beds\": 5,\n        \"bathrooms\": 5,\n        \"updated_on\": \"2025-11-10\",\n        \"calendar_updated_on\": \"2024-04-21\",\n        \"listing_status\": \"listed\",\n        \"listed_on\": \"2020-03-01\",\n        \"last_booking_on\": \"2025-11-09\",\n        \"markets_list\": [\n            {\n                \"id\": 7252,\n                \"uuid\": \"a0a7b93f-f370-4af6-adf8-72bf7b7fbe42\",\n                \"name\": \"North America\",\n                \"type\": \"Combined Area\"\n            },\n            {\n                \"id\": 469,\n                \"uuid\": \"793d23a7-1e63-4e58-9b8e-c6c6c09f0ed1\",\n                \"name\": \"Rocky Mountain States\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 24709,\n                \"uuid\": \"516f5ac4-14ce-4486-aea6-93ee08d6f8aa\",\n                \"name\": \"Mountain Market C\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 470,\n                \"uuid\": \"e6a0aa6e-cdc4-4735-8d66-ca29fc53b2ee\",\n                \"name\": \"Colorado Western Slope\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 471,\n                \"uuid\": \"6105aacc-e510-4dd2-8ce0-0c290e09ad70\",\n                \"name\": \"Northwest Colorado\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 13759,\n                \"uuid\": \"60be20c0-3a91-41ca-bf38-819ab6dc9188\",\n                \"name\": \"Lionshead\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 24551,\n                \"uuid\": \"be092204-e27a-4fcb-b95c-e9d7ef01b7f5\",\n                \"name\": \"Mountain Market B\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 1,\n                \"uuid\": \"a261d510-d4be-4934-a8b9-967b28579f05\",\n                \"name\": \"United States\",\n                \"type\": \"Country\"\n            },\n            {\n                \"id\": 154,\n                \"uuid\": \"f54346d7-a71c-4570-bf59-84e978836ce0\",\n                \"name\": \"Colorado\",\n                \"type\": \"State\"\n            },\n            {\n                \"id\": 13752,\n                \"uuid\": \"d65d761c-d93d-4520-946c-a675c310990b\",\n                \"name\": \"Greater Western States\",\n                \"type\": \"Vacation Region\"\n            },\n            {\n                \"id\": 4817,\n                \"uuid\": \"d10cf6fb-d8a0-45a0-b917-4e53b5f42b11\",\n                \"name\": \"Summit and Eagle Ski Areas\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 480,\n                \"uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"name\": \"Vail\",\n                \"type\": \"Vacation Area\"\n            },\n            {\n                \"id\": 472,\n                \"uuid\": \"f8ca1883-b21c-4e75-8b32-eb2c54dc9e34\",\n                \"name\": \"Eagle - CO\",\n                \"type\": \"County\"\n            }\n        ],\n        \"geo\": {\n            \"latitude\": 39.642371,\n            \"longitude\": -106.393124,\n            \"latlong_exact\": true,\n            \"city\": \"Vail\",\n            \"state\": \"Colorado\",\n            \"postal_code\": \"81657\",\n            \"locality\": \"Vail\",\n            \"neighborhood\": \"\",\n            \"country\": \"United States\",\n            \"country_code\": \"US\",\n            \"admin_level_1\": \"Colorado\",\n            \"admin_level_2\": \"Eagle County\",\n            \"admin_level_3\": \"Colorado\",\n            \"admin_level_4\": \"\"\n        },\n        \"amenity\": {\n            \"golf\": null,\n            \"hot_tub\": \"unknown\",\n            \"mountain\": \"view\",\n            \"parking\": \"unknown\",\n            \"parking_cost\": \"paid\",\n            \"pool\": \"communal\",\n            \"ski\": null,\n            \"water\": null,\n            \"list\": null\n        },\n        \"host\": {\n            \"host_id\": \"1429873\",\n            \"host_name\": \"Leavetown Vacations\",\n            \"host_review_count\": null,\n            \"is_professionally_managed\": true,\n            \"is_airbnb_superhost\": null,\n            \"airbnb_response_rate\": null,\n            \"airbnb_response_time_minutes\": null,\n            \"host_since\": \"2017-01-01\",\n            \"native_language\": \"English\",\n            \"property_manager_domain\": \"vailresortrentals.com\",\n            \"property_manager_company\": \"leavetown vacations\"\n        },\n        \"reviews\": {\n            \"review_count\": 6,\n            \"review_accuracy\": null,\n            \"review_check_in\": null,\n            \"review_cleanliness\": null,\n            \"review_communication\": null,\n            \"review_location\": null,\n            \"review_value\": null,\n            \"review_overall\": 10\n        },\n        \"performance\": {\n            \"performance_updated_on\": \"2025-11-01\",\n            \"last_12_months\": {\n                \"revenue\": 490683,\n                \"guest_occupancy\": 0.3,\n                \"adr\": 4421\n            },\n            \"next_6_months\": {\n                \"revenue\": 413164,\n                \"guest_occupancy\": 0.34,\n                \"adr\": 6773\n            }\n        }\n    },\n    \"errors\": null\n}"},{"id":"a7deab07-429d-488f-a87f-d6ed5c8d3ef8","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/v1/ota/listing/{{listing_id}}","host":["{{url}}"],"path":["api","v1","ota","listing","{{listing_id}}"],"query":[{"key":"currency","value":null,"description":"the monetary currency desired. default is USD","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 23:04:47 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"29"},{"key":"Connection","value":"keep-alive"},{"key":"x-azure-ref","value":"20250805T230447Z-16dc8544dbd9ztkphC1CO1vyng00000003u000000000eqvr"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Listing not found\"\n}"}],"_postman_id":"0fb5482a-5b14-4ae8-b4b4-269f18083f25"}],"id":"2df3ec7b-d412-4f6b-83ad-d89b02869642","_postman_id":"2df3ec7b-d412-4f6b-83ad-d89b02869642","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Markets","item":[{"name":"KPIs","item":[{"name":"Weekly","id":"2f51d3d3-b1df-4712-a9ac-39e473c2af22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{public_api_ota_key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_uuid\": \"{{market_uuid}}\",\n  \"filters\": {\n    \"ota\": \"vrbo\"\n  },\n  \"start_date\": \"2022-01-01\",\n  \"end_date\": \"2025-12-31\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/kpis/week","description":"<h1 id=\"market-kpis-weekly\">Market KPIs Weekly</h1>\n<p><strong>Description:</strong><br />Retrieves weekly aggregated Key Performance Indicator (KPI) data for a specific market over a specified date range. This endpoint provides market-level performance metrics including average daily rates, occupancy rates, revenue, and booking patterns across all active listings in the market. Supports optional filtering by OTA source. Commonly used for market analysis, competitive benchmarking, and trend identification.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<blockquote>\n<p><strong>Note:</strong> The <code>end_date</code> must be after the <code>start_date</code>. Recommended maximum date range is 104 weeks (2 years) for optimal performance.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>market_uuid</code></td>\n<td>string(uuid)</td>\n<td>✅</td>\n<td>Market UUID identifier.</td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>Start date for KPI data retrieval, inclusive (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>End date for KPI data retrieval, inclusive (YYYY-MM-DD). Must be after <code>start_date</code>.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Currency code for monetary values (default: <code>USD</code>). Examples: <code>EUR</code>, <code>GBP</code>, <code>CAD</code>.</td>\n</tr>\n<tr>\n<td><code>filters</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Optional filters for KPI data.</td>\n</tr>\n<tr>\n<td><code>filters.ota</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>OTA source filter (e.g., <code>airbnb</code>, <code>vrbo</code>). If not provided, returns aggregated data for all sources.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>object</td>\n<td>Data wrapper containing KPI results.</td>\n</tr>\n<tr>\n<td><code>data.kpis</code></td>\n<td>array[object]</td>\n<td>List of weekly KPI data points.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"kpi-object\">KPI Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>market_uuid</code></td>\n<td>string(uuid)</td>\n<td>Market UUID identifier.</td>\n</tr>\n<tr>\n<td><code>market_name</code></td>\n<td>string</td>\n<td>Market name.</td>\n</tr>\n<tr>\n<td><code>market_type</code></td>\n<td>string</td>\n<td>Market type/level.</td>\n</tr>\n<tr>\n<td><code>ota_source</code></td>\n<td>string / null</td>\n<td>OTA source (e.g., <code>airbnb</code>, <code>vrbo</code>). Null if aggregated across all sources.</td>\n</tr>\n<tr>\n<td><code>time_scale</code></td>\n<td>string</td>\n<td>Time scale for aggregation (<code>weekly</code>).</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>string(date)</td>\n<td>Start date of the week (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>listing_count</code></td>\n<td>integer / null</td>\n<td>Number of active listings in the market for this period.</td>\n</tr>\n<tr>\n<td><code>adr</code></td>\n<td>float / null</td>\n<td>Average Daily Rate across all listings in requested currency.</td>\n</tr>\n<tr>\n<td><code>adr_unbooked</code></td>\n<td>float / null</td>\n<td>Average Daily Rate for unbooked nights in requested currency.</td>\n</tr>\n<tr>\n<td><code>revpar</code></td>\n<td>float / null</td>\n<td>Revenue Per Available Room in requested currency.</td>\n</tr>\n<tr>\n<td><code>revpar_adj</code></td>\n<td>float / null</td>\n<td>Adjusted Revenue Per Available Room in requested currency.</td>\n</tr>\n<tr>\n<td><code>avg_stay_length</code></td>\n<td>float / null</td>\n<td>Average length of stay in nights.</td>\n</tr>\n<tr>\n<td><code>avg_booking_window</code></td>\n<td>float / null</td>\n<td>Average booking window in days (time between booking and check-in).</td>\n</tr>\n<tr>\n<td><code>calendar_occupancy</code></td>\n<td>float / null</td>\n<td>Calendar occupancy rate (0-1). Percentage of total nights marked as unavailable.</td>\n</tr>\n<tr>\n<td><code>guest_occupancy</code></td>\n<td>float / null</td>\n<td>Guest occupancy rate (0-1). Percentage of available nights with guests.</td>\n</tr>\n<tr>\n<td><code>property_nights</code></td>\n<td>integer / null</td>\n<td>Total property nights across all listings.</td>\n</tr>\n<tr>\n<td><code>available_nights</code></td>\n<td>integer / null</td>\n<td>Total nights available for booking.</td>\n</tr>\n<tr>\n<td><code>open_nights</code></td>\n<td>integer / null</td>\n<td>Total nights that are open/unbooked.</td>\n</tr>\n<tr>\n<td><code>guest_nights</code></td>\n<td>integer / null</td>\n<td>Total number of nights with guests staying.</td>\n</tr>\n<tr>\n<td><code>hold_nights</code></td>\n<td>integer / null</td>\n<td>Total nights marked as hold/blocked.</td>\n</tr>\n<tr>\n<td><code>guest_checkins</code></td>\n<td>integer / null</td>\n<td>Total number of guest check-ins.</td>\n</tr>\n<tr>\n<td><code>guest_checkouts</code></td>\n<td>integer / null</td>\n<td>Total number of guest check-outs.</td>\n</tr>\n<tr>\n<td><code>revenue_rent</code></td>\n<td>float / null</td>\n<td>Total rental revenue in requested currency.</td>\n</tr>\n<tr>\n<td><code>updated_on</code></td>\n<td>string(date)</td>\n<td>Date when this KPI data was last updated (YYYY-MM-DD).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; KPI data returned (may be empty array if no data).</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or missing required fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>Access Denied</td>\n<td>User does not have access to the specified market.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Validation Error</td>\n<td>Invalid date range (e.g., <code>end_date</code> before <code>start_date</code>).</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><strong>Weekly Aggregation</strong>: Data is aggregated by week. The <code>date</code> field represents the start date of each week.</li>\n<li><strong>OTA Filtering</strong>: Use <code>filters.ota</code> to get KPIs for a specific OTA source. Omit this filter to get aggregated data across all OTA sources in the market.</li>\n<li><strong>Currency Conversion</strong>: All monetary values are converted to the requested currency using current exchange rates. Default is USD.</li>\n<li><strong>Market-Level Metrics</strong>: All metrics are aggregated across all active listings in the market for the specified time period.</li>\n<li><strong>Active Listings</strong>: The <code>listing_count</code> field shows how many listings were active and contributing to the market KPIs during each week.</li>\n<li><strong>Occupancy Metrics</strong>:<ul>\n<li><code>guest_occupancy</code> = guest_nights / available_nights (actual guest usage)</li>\n<li><code>calendar_occupancy</code> = (property_nights - available_nights) / property_nights (calendar blocking)</li>\n</ul>\n</li>\n<li><strong>Revenue Metrics</strong>:<ul>\n<li><code>adr</code> = revenue_rent / guest_nights (average rate per occupied night)</li>\n<li><code>revpar</code> = revenue_rent / available_nights (revenue efficiency)</li>\n<li><code>revpar_adj</code> = adjusted revenue per available room (includes unbooked potential)</li>\n</ul>\n</li>\n<li><strong>Booking Patterns</strong>: <code>avg_booking_window</code> indicates how far in advance guests book in this market. Lower values suggest last-minute booking patterns.</li>\n<li><strong>Stay Patterns</strong>: <code>avg_stay_length</code> shows typical guest stay duration in the market. Useful for understanding market dynamics.</li>\n<li><strong>Market Access</strong>: Users must have explicit access to the requested market UUID. Access is validated before returning data.</li>\n<li><strong>Empty Results</strong>: If no KPI data exists for the date range, an empty <code>kpis</code> array is returned with a 200 status.</li>\n<li><strong>Data Freshness</strong>: The <code>updated_on</code> field indicates when the KPI data was last calculated. Market KPI data is typically updated daily.</li>\n<li><strong>Historical Data</strong>: Historical KPI data availability depends on when the market was first tracked in the system.</li>\n</ul>\n<hr />\n<h2 id=\"example-use-cases\">Example Use Cases</h2>\n<ul>\n<li><strong>Market Performance Tracking</strong>: Monitor weekly trends in ADR, occupancy, and revenue across the market.</li>\n<li><strong>Seasonal Analysis</strong>: Identify weekly patterns and seasonal trends in market performance.</li>\n<li><strong>Competitive Benchmarking</strong>: Compare individual listing performance against market averages.</li>\n<li><strong>OTA Comparison</strong>: Filter by OTA source to compare performance across different platforms (Airbnb vs. VRBO).</li>\n<li><strong>Supply Analysis</strong>: Track <code>listing_count</code> over time to understand market supply dynamics.</li>\n<li><strong>Demand Forecasting</strong>: Use historical weekly patterns to predict future demand and pricing.</li>\n<li><strong>Market Entry Analysis</strong>: Evaluate market performance before entering a new market.</li>\n<li><strong>Portfolio Strategy</strong>: Identify high-performing markets for portfolio expansion or optimization.</li>\n</ul>\n","urlObject":{"path":["api","v1","ota","market","kpis","week"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d96c9e72-f126-4797-8657-5c537e445639","name":"Airbnb","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_uuid\": \"{{market_uuid}}\",\n  \"filters\": {\n    \"ota\": \"airbnb\"\n  },\n  \"start_date\": \"2024-01-01\",\n  \"end_date\": \"2024-12-31\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/kpis/week"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 21:25:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"4690"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T212511Z-16dc8544dbd7j5z4hC1CO1epz0000000012g00000000kf3c"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"kpis\": [\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-01\",\n                \"listing_count\": 5507,\n                \"host_count\": 1297,\n                \"adr\": 324.32,\n                \"adr_unbooked\": 322.9,\n                \"revpar\": 55.19,\n                \"revpar_adj\": 68.14,\n                \"avg_stay_length\": 9.73,\n                \"avg_booking_window\": 44.32,\n                \"calendar_occupancy\": 0.3602,\n                \"guest_occupancy\": 0.1702,\n                \"property_nights\": 38458,\n                \"available_nights\": 31148,\n                \"open_nights\": 24604,\n                \"guest_nights\": 6544,\n                \"hold_nights\": 7310,\n                \"guest_checkins\": 1274,\n                \"guest_checkouts\": 2694,\n                \"revenue_rent\": 2122342.96,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-08\",\n                \"listing_count\": 5550,\n                \"host_count\": 1306,\n                \"adr\": 271.52,\n                \"adr_unbooked\": 304.34,\n                \"revpar\": 43.43,\n                \"revpar_adj\": 53.38,\n                \"avg_stay_length\": 4.73,\n                \"avg_booking_window\": 40.63,\n                \"calendar_occupancy\": 0.3464,\n                \"guest_occupancy\": 0.1599,\n                \"property_nights\": 38691,\n                \"available_nights\": 31475,\n                \"open_nights\": 25287,\n                \"guest_nights\": 6188,\n                \"hold_nights\": 7216,\n                \"guest_checkins\": 1323,\n                \"guest_checkouts\": 904,\n                \"revenue_rent\": 1680190.93,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-15\",\n                \"listing_count\": 5658,\n                \"host_count\": 1324,\n                \"adr\": 263.41,\n                \"adr_unbooked\": 309,\n                \"revpar\": 34.46,\n                \"revpar_adj\": 41.45,\n                \"avg_stay_length\": 7.19,\n                \"avg_booking_window\": 38.38,\n                \"calendar_occupancy\": 0.2996,\n                \"guest_occupancy\": 0.1308,\n                \"property_nights\": 39264,\n                \"available_nights\": 32638,\n                \"open_nights\": 27502,\n                \"guest_nights\": 5136,\n                \"hold_nights\": 6626,\n                \"guest_checkins\": 669,\n                \"guest_checkouts\": 1079,\n                \"revenue_rent\": 1352882.16,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-22\",\n                \"listing_count\": 5702,\n                \"host_count\": 1332,\n                \"adr\": 265.25,\n                \"adr_unbooked\": 304.57,\n                \"revpar\": 36.01,\n                \"revpar_adj\": 43.61,\n                \"avg_stay_length\": 8,\n                \"avg_booking_window\": 44.9,\n                \"calendar_occupancy\": 0.3101,\n                \"guest_occupancy\": 0.1357,\n                \"property_nights\": 39818,\n                \"available_nights\": 32875,\n                \"open_nights\": 27470,\n                \"guest_nights\": 5405,\n                \"hold_nights\": 6943,\n                \"guest_checkins\": 574,\n                \"guest_checkouts\": 524,\n                \"revenue_rent\": 1433661.54,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-29\",\n                \"listing_count\": 5762,\n                \"host_count\": 1338,\n                \"adr\": 272.3,\n                \"adr_unbooked\": 306.9,\n                \"revpar\": 45.49,\n                \"revpar_adj\": 54.99,\n                \"avg_stay_length\": 13.26,\n                \"avg_booking_window\": 74.09,\n                \"calendar_occupancy\": 0.3398,\n                \"guest_occupancy\": 0.1671,\n                \"property_nights\": 40151,\n                \"available_nights\": 33216,\n                \"open_nights\": 26508,\n                \"guest_nights\": 6708,\n                \"hold_nights\": 6935,\n                \"guest_checkins\": 978,\n                \"guest_checkouts\": 728,\n                \"revenue_rent\": 1826586.23,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-05\",\n                \"listing_count\": 5830,\n                \"host_count\": 1346,\n                \"adr\": 283.89,\n                \"adr_unbooked\": 304.41,\n                \"revpar\": 58.14,\n                \"revpar_adj\": 69.1,\n                \"avg_stay_length\": 6.6,\n                \"avg_booking_window\": 46.31,\n                \"calendar_occupancy\": 0.3634,\n                \"guest_occupancy\": 0.2048,\n                \"property_nights\": 40622,\n                \"available_nights\": 34177,\n                \"open_nights\": 25858,\n                \"guest_nights\": 8319,\n                \"hold_nights\": 6445,\n                \"guest_checkins\": 918,\n                \"guest_checkouts\": 692,\n                \"revenue_rent\": 2361643.76,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-12\",\n                \"listing_count\": 5892,\n                \"host_count\": 1355,\n                \"adr\": 300.59,\n                \"adr_unbooked\": 308.51,\n                \"revpar\": 84.7,\n                \"revpar_adj\": 99.71,\n                \"avg_stay_length\": 4.9,\n                \"avg_booking_window\": 52.36,\n                \"calendar_occupancy\": 0.4323,\n                \"guest_occupancy\": 0.2818,\n                \"property_nights\": 41155,\n                \"available_nights\": 34960,\n                \"open_nights\": 23363,\n                \"guest_nights\": 11597,\n                \"hold_nights\": 6195,\n                \"guest_checkins\": 1763,\n                \"guest_checkouts\": 1077,\n                \"revenue_rent\": 3485944.88,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-19\",\n                \"listing_count\": 5973,\n                \"host_count\": 1370,\n                \"adr\": 304,\n                \"adr_unbooked\": 308.97,\n                \"revpar\": 83.44,\n                \"revpar_adj\": 98.33,\n                \"avg_stay_length\": 4.63,\n                \"avg_booking_window\": 46.38,\n                \"calendar_occupancy\": 0.4259,\n                \"guest_occupancy\": 0.2745,\n                \"property_nights\": 41645,\n                \"available_nights\": 35338,\n                \"open_nights\": 23908,\n                \"guest_nights\": 11430,\n                \"hold_nights\": 6307,\n                \"guest_checkins\": 1406,\n                \"guest_checkouts\": 1987,\n                \"revenue_rent\": 3474696.28,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-26\",\n                \"listing_count\": 6040,\n                \"host_count\": 1376,\n                \"adr\": 329.46,\n                \"adr_unbooked\": 335.75,\n                \"revpar\": 80.15,\n                \"revpar_adj\": 94.04,\n                \"avg_stay_length\": 5.07,\n                \"avg_booking_window\": 50.2,\n                \"calendar_occupancy\": 0.391,\n                \"guest_occupancy\": 0.2433,\n                \"property_nights\": 42090,\n                \"available_nights\": 35873,\n                \"open_nights\": 25633,\n                \"guest_nights\": 10240,\n                \"hold_nights\": 6217,\n                \"guest_checkins\": 1897,\n                \"guest_checkouts\": 1812,\n                \"revenue_rent\": 3373622.42,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-04\",\n                \"listing_count\": 6094,\n                \"host_count\": 1384,\n                \"adr\": 412.45,\n                \"adr_unbooked\": 373.51,\n                \"revpar\": 135.38,\n                \"revpar_adj\": 155.08,\n                \"avg_stay_length\": 4.95,\n                \"avg_booking_window\": 54.4,\n                \"calendar_occupancy\": 0.4553,\n                \"guest_occupancy\": 0.3282,\n                \"property_nights\": 42484,\n                \"available_nights\": 37087,\n                \"open_nights\": 23142,\n                \"guest_nights\": 13945,\n                \"hold_nights\": 5397,\n                \"guest_checkins\": 3924,\n                \"guest_checkouts\": 2319,\n                \"revenue_rent\": 5751545.81,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-11\",\n                \"listing_count\": 6140,\n                \"host_count\": 1394,\n                \"adr\": 468.86,\n                \"adr_unbooked\": 360.98,\n                \"revpar\": 232.81,\n                \"revpar_adj\": 259.95,\n                \"avg_stay_length\": 4.51,\n                \"avg_booking_window\": 46.47,\n                \"calendar_occupancy\": 0.6009,\n                \"guest_occupancy\": 0.4965,\n                \"property_nights\": 42848,\n                \"available_nights\": 38375,\n                \"open_nights\": 17099,\n                \"guest_nights\": 21276,\n                \"hold_nights\": 4473,\n                \"guest_checkins\": 3467,\n                \"guest_checkouts\": 4982,\n                \"revenue_rent\": 9975500.46,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-18\",\n                \"listing_count\": 6174,\n                \"host_count\": 1401,\n                \"adr\": 464.12,\n                \"adr_unbooked\": 389.39,\n                \"revpar\": 180.3,\n                \"revpar_adj\": 200.42,\n                \"avg_stay_length\": 5.12,\n                \"avg_booking_window\": 63.23,\n                \"calendar_occupancy\": 0.4889,\n                \"guest_occupancy\": 0.3885,\n                \"property_nights\": 43098,\n                \"available_nights\": 38772,\n                \"open_nights\": 22029,\n                \"guest_nights\": 16743,\n                \"hold_nights\": 4326,\n                \"guest_checkins\": 4469,\n                \"guest_checkouts\": 3030,\n                \"revenue_rent\": 7770738.9,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-25\",\n                \"listing_count\": 6213,\n                \"host_count\": 1406,\n                \"adr\": 516.48,\n                \"adr_unbooked\": 326.01,\n                \"revpar\": 301.4,\n                \"revpar_adj\": 332.21,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 73.02,\n                \"calendar_occupancy\": 0.6763,\n                \"guest_occupancy\": 0.5836,\n                \"property_nights\": 43374,\n                \"available_nights\": 39352,\n                \"open_nights\": 14040,\n                \"guest_nights\": 25312,\n                \"hold_nights\": 4022,\n                \"guest_checkins\": 5000,\n                \"guest_checkouts\": 4779,\n                \"revenue_rent\": 13073056.66,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-01\",\n                \"listing_count\": 6248,\n                \"host_count\": 1416,\n                \"adr\": 528.46,\n                \"adr_unbooked\": 331.57,\n                \"revpar\": 279.38,\n                \"revpar_adj\": 309.31,\n                \"avg_stay_length\": 4.2,\n                \"avg_booking_window\": 60.17,\n                \"calendar_occupancy\": 0.6254,\n                \"guest_occupancy\": 0.5287,\n                \"property_nights\": 43611,\n                \"available_nights\": 39392,\n                \"open_nights\": 16336,\n                \"guest_nights\": 23056,\n                \"hold_nights\": 4219,\n                \"guest_checkins\": 3326,\n                \"guest_checkouts\": 6077,\n                \"revenue_rent\": 12184194.88,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-08\",\n                \"listing_count\": 6252,\n                \"host_count\": 1416,\n                \"adr\": 397.65,\n                \"adr_unbooked\": 373.91,\n                \"revpar\": 93.32,\n                \"revpar_adj\": 108.73,\n                \"avg_stay_length\": 4.33,\n                \"avg_booking_window\": 54.94,\n                \"calendar_occupancy\": 0.3764,\n                \"guest_occupancy\": 0.2347,\n                \"property_nights\": 43678,\n                \"available_nights\": 37488,\n                \"open_nights\": 27238,\n                \"guest_nights\": 10250,\n                \"hold_nights\": 6190,\n                \"guest_checkins\": 2513,\n                \"guest_checkouts\": 2288,\n                \"revenue_rent\": 4075959.31,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-15\",\n                \"listing_count\": 6280,\n                \"host_count\": 1422,\n                \"adr\": 393.65,\n                \"adr_unbooked\": 352.57,\n                \"revpar\": 109.84,\n                \"revpar_adj\": 128.51,\n                \"avg_stay_length\": 4.47,\n                \"avg_booking_window\": 63.11,\n                \"calendar_occupancy\": 0.4244,\n                \"guest_occupancy\": 0.279,\n                \"property_nights\": 43868,\n                \"available_nights\": 37492,\n                \"open_nights\": 25252,\n                \"guest_nights\": 12240,\n                \"hold_nights\": 6376,\n                \"guest_checkins\": 2863,\n                \"guest_checkouts\": 2728,\n                \"revenue_rent\": 4818256.76,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-22\",\n                \"listing_count\": 6316,\n                \"host_count\": 1429,\n                \"adr\": 390.18,\n                \"adr_unbooked\": 353.88,\n                \"revpar\": 123.14,\n                \"revpar_adj\": 143.23,\n                \"avg_stay_length\": 4.36,\n                \"avg_booking_window\": 65.78,\n                \"calendar_occupancy\": 0.4558,\n                \"guest_occupancy\": 0.3156,\n                \"property_nights\": 44106,\n                \"available_nights\": 37921,\n                \"open_nights\": 24001,\n                \"guest_nights\": 13920,\n                \"hold_nights\": 6185,\n                \"guest_checkins\": 3151,\n                \"guest_checkouts\": 3085,\n                \"revenue_rent\": 5431294.23,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-29\",\n                \"listing_count\": 6352,\n                \"host_count\": 1437,\n                \"adr\": 393.15,\n                \"adr_unbooked\": 351.97,\n                \"revpar\": 124.93,\n                \"revpar_adj\": 145.16,\n                \"avg_stay_length\": 4.64,\n                \"avg_booking_window\": 69,\n                \"calendar_occupancy\": 0.4571,\n                \"guest_occupancy\": 0.3178,\n                \"property_nights\": 44329,\n                \"available_nights\": 38153,\n                \"open_nights\": 24066,\n                \"guest_nights\": 14087,\n                \"hold_nights\": 6176,\n                \"guest_checkins\": 3364,\n                \"guest_checkouts\": 3206,\n                \"revenue_rent\": 5538233.62,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-06\",\n                \"listing_count\": 6381,\n                \"host_count\": 1439,\n                \"adr\": 405.12,\n                \"adr_unbooked\": 363.67,\n                \"revpar\": 148.27,\n                \"revpar_adj\": 170.97,\n                \"avg_stay_length\": 4.69,\n                \"avg_booking_window\": 67.94,\n                \"calendar_occupancy\": 0.4987,\n                \"guest_occupancy\": 0.366,\n                \"property_nights\": 44542,\n                \"available_nights\": 38629,\n                \"open_nights\": 22327,\n                \"guest_nights\": 16302,\n                \"hold_nights\": 5913,\n                \"guest_checkins\": 3607,\n                \"guest_checkouts\": 3496,\n                \"revenue_rent\": 6604297.93,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-13\",\n                \"listing_count\": 6429,\n                \"host_count\": 1447,\n                \"adr\": 437.58,\n                \"adr_unbooked\": 378.41,\n                \"revpar\": 178.99,\n                \"revpar_adj\": 206.11,\n                \"avg_stay_length\": 4.56,\n                \"avg_booking_window\": 71.81,\n                \"calendar_occupancy\": 0.5406,\n                \"guest_occupancy\": 0.4091,\n                \"property_nights\": 44906,\n                \"available_nights\": 38997,\n                \"open_nights\": 20628,\n                \"guest_nights\": 18369,\n                \"hold_nights\": 5909,\n                \"guest_checkins\": 4204,\n                \"guest_checkouts\": 3914,\n                \"revenue_rent\": 8037816.07,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-20\",\n                \"listing_count\": 6485,\n                \"host_count\": 1454,\n                \"adr\": 512.35,\n                \"adr_unbooked\": 395.4,\n                \"revpar\": 257.04,\n                \"revpar_adj\": 293.51,\n                \"avg_stay_length\": 4.68,\n                \"avg_booking_window\": 73.95,\n                \"calendar_occupancy\": 0.6259,\n                \"guest_occupancy\": 0.5017,\n                \"property_nights\": 45260,\n                \"available_nights\": 39636,\n                \"open_nights\": 16930,\n                \"guest_nights\": 22706,\n                \"hold_nights\": 5624,\n                \"guest_checkins\": 5401,\n                \"guest_checkouts\": 4044,\n                \"revenue_rent\": 11633406.76,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-27\",\n                \"listing_count\": 6533,\n                \"host_count\": 1460,\n                \"adr\": 575.84,\n                \"adr_unbooked\": 417.83,\n                \"revpar\": 301.37,\n                \"revpar_adj\": 342.61,\n                \"avg_stay_length\": 5.02,\n                \"avg_booking_window\": 75.83,\n                \"calendar_occupancy\": 0.6437,\n                \"guest_occupancy\": 0.5234,\n                \"property_nights\": 45605,\n                \"available_nights\": 40116,\n                \"open_nights\": 16248,\n                \"guest_nights\": 23868,\n                \"hold_nights\": 5489,\n                \"guest_checkins\": 5039,\n                \"guest_checkouts\": 5975,\n                \"revenue_rent\": 13744047.8,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-03\",\n                \"listing_count\": 6572,\n                \"host_count\": 1461,\n                \"adr\": 572.02,\n                \"adr_unbooked\": 426.88,\n                \"revpar\": 301.94,\n                \"revpar_adj\": 340.19,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 76.63,\n                \"calendar_occupancy\": 0.6403,\n                \"guest_occupancy\": 0.5278,\n                \"property_nights\": 45862,\n                \"available_nights\": 40705,\n                \"open_nights\": 16497,\n                \"guest_nights\": 24208,\n                \"hold_nights\": 5157,\n                \"guest_checkins\": 4900,\n                \"guest_checkouts\": 4958,\n                \"revenue_rent\": 13847385.7,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-10\",\n                \"listing_count\": 6617,\n                \"host_count\": 1468,\n                \"adr\": 580.33,\n                \"adr_unbooked\": 431.3,\n                \"revpar\": 311.9,\n                \"revpar_adj\": 349.79,\n                \"avg_stay_length\": 5.02,\n                \"avg_booking_window\": 72.33,\n                \"calendar_occupancy\": 0.6458,\n                \"guest_occupancy\": 0.5375,\n                \"property_nights\": 46156,\n                \"available_nights\": 41157,\n                \"open_nights\": 16350,\n                \"guest_nights\": 24807,\n                \"hold_nights\": 4999,\n                \"guest_checkins\": 4965,\n                \"guest_checkouts\": 5060,\n                \"revenue_rent\": 14396126.08,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-17\",\n                \"listing_count\": 6667,\n                \"host_count\": 1475,\n                \"adr\": 593.32,\n                \"adr_unbooked\": 425.85,\n                \"revpar\": 336.05,\n                \"revpar_adj\": 377.49,\n                \"avg_stay_length\": 5.11,\n                \"avg_booking_window\": 77.05,\n                \"calendar_occupancy\": 0.6762,\n                \"guest_occupancy\": 0.5664,\n                \"property_nights\": 46526,\n                \"available_nights\": 41419,\n                \"open_nights\": 15067,\n                \"guest_nights\": 26352,\n                \"hold_nights\": 5107,\n                \"guest_checkins\": 5517,\n                \"guest_checkouts\": 5307,\n                \"revenue_rent\": 15635262.19,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-24\",\n                \"listing_count\": 6709,\n                \"host_count\": 1482,\n                \"adr\": 624.42,\n                \"adr_unbooked\": 419.77,\n                \"revpar\": 361.4,\n                \"revpar_adj\": 407.02,\n                \"avg_stay_length\": 5.13,\n                \"avg_booking_window\": 70.92,\n                \"calendar_occupancy\": 0.6909,\n                \"guest_occupancy\": 0.5788,\n                \"property_nights\": 46805,\n                \"available_nights\": 41559,\n                \"open_nights\": 14469,\n                \"guest_nights\": 27090,\n                \"hold_nights\": 5246,\n                \"guest_checkins\": 5131,\n                \"guest_checkouts\": 5386,\n                \"revenue_rent\": 16915538.77,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-01\",\n                \"listing_count\": 6740,\n                \"host_count\": 1487,\n                \"adr\": 654.51,\n                \"adr_unbooked\": 413.09,\n                \"revpar\": 387.96,\n                \"revpar_adj\": 439.25,\n                \"avg_stay_length\": 4.91,\n                \"avg_booking_window\": 70.18,\n                \"calendar_occupancy\": 0.7095,\n                \"guest_occupancy\": 0.5927,\n                \"property_nights\": 47066,\n                \"available_nights\": 41570,\n                \"open_nights\": 13672,\n                \"guest_nights\": 27898,\n                \"hold_nights\": 5496,\n                \"guest_checkins\": 5411,\n                \"guest_checkouts\": 5944,\n                \"revenue_rent\": 18259622.49,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-08\",\n                \"listing_count\": 6748,\n                \"host_count\": 1487,\n                \"adr\": 609.13,\n                \"adr_unbooked\": 480.94,\n                \"revpar\": 328.86,\n                \"revpar_adj\": 369.08,\n                \"avg_stay_length\": 4.96,\n                \"avg_booking_window\": 71.76,\n                \"calendar_occupancy\": 0.6489,\n                \"guest_occupancy\": 0.5399,\n                \"property_nights\": 47200,\n                \"available_nights\": 42056,\n                \"open_nights\": 16574,\n                \"guest_nights\": 25482,\n                \"hold_nights\": 5144,\n                \"guest_checkins\": 5178,\n                \"guest_checkouts\": 5060,\n                \"revenue_rent\": 15521972.25,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-15\",\n                \"listing_count\": 6774,\n                \"host_count\": 1489,\n                \"adr\": 608.12,\n                \"adr_unbooked\": 449.64,\n                \"revpar\": 340.08,\n                \"revpar_adj\": 381.27,\n                \"avg_stay_length\": 4.86,\n                \"avg_booking_window\": 68.56,\n                \"calendar_occupancy\": 0.6673,\n                \"guest_occupancy\": 0.5592,\n                \"property_nights\": 47325,\n                \"available_nights\": 42213,\n                \"open_nights\": 15747,\n                \"guest_nights\": 26466,\n                \"hold_nights\": 5112,\n                \"guest_checkins\": 5377,\n                \"guest_checkouts\": 5487,\n                \"revenue_rent\": 16094443.45,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-22\",\n                \"listing_count\": 6798,\n                \"host_count\": 1494,\n                \"adr\": 606.47,\n                \"adr_unbooked\": 450.6,\n                \"revpar\": 334.69,\n                \"revpar_adj\": 374.3,\n                \"avg_stay_length\": 4.85,\n                \"avg_booking_window\": 65.6,\n                \"calendar_occupancy\": 0.6577,\n                \"guest_occupancy\": 0.5519,\n                \"property_nights\": 47425,\n                \"available_nights\": 42406,\n                \"open_nights\": 16234,\n                \"guest_nights\": 26172,\n                \"hold_nights\": 5019,\n                \"guest_checkins\": 5165,\n                \"guest_checkouts\": 5439,\n                \"revenue_rent\": 15872455.48,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-29\",\n                \"listing_count\": 6808,\n                \"host_count\": 1495,\n                \"adr\": 583.44,\n                \"adr_unbooked\": 450.48,\n                \"revpar\": 282.79,\n                \"revpar_adj\": 320.23,\n                \"avg_stay_length\": 4.82,\n                \"avg_booking_window\": 65.06,\n                \"calendar_occupancy\": 0.6016,\n                \"guest_occupancy\": 0.4847,\n                \"property_nights\": 47427,\n                \"available_nights\": 41882,\n                \"open_nights\": 18894,\n                \"guest_nights\": 22988,\n                \"hold_nights\": 5545,\n                \"guest_checkins\": 4541,\n                \"guest_checkouts\": 5121,\n                \"revenue_rent\": 13412025.82,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-05\",\n                \"listing_count\": 6719,\n                \"host_count\": 1483,\n                \"adr\": 526.75,\n                \"adr_unbooked\": 449.65,\n                \"revpar\": 213.68,\n                \"revpar_adj\": 239.51,\n                \"avg_stay_length\": 4.77,\n                \"avg_booking_window\": 65.25,\n                \"calendar_occupancy\": 0.5135,\n                \"guest_occupancy\": 0.4057,\n                \"property_nights\": 46966,\n                \"available_nights\": 41901,\n                \"open_nights\": 22849,\n                \"guest_nights\": 19052,\n                \"hold_nights\": 5065,\n                \"guest_checkins\": 3212,\n                \"guest_checkouts\": 4497,\n                \"revenue_rent\": 10035734.73,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-12\",\n                \"listing_count\": 6697,\n                \"host_count\": 1478,\n                \"adr\": 453.52,\n                \"adr_unbooked\": 433.27,\n                \"revpar\": 126.61,\n                \"revpar_adj\": 143.07,\n                \"avg_stay_length\": 4.54,\n                \"avg_booking_window\": 67.32,\n                \"calendar_occupancy\": 0.3942,\n                \"guest_occupancy\": 0.2792,\n                \"property_nights\": 46845,\n                \"available_nights\": 41455,\n                \"open_nights\": 28377,\n                \"guest_nights\": 13078,\n                \"hold_nights\": 5390,\n                \"guest_checkins\": 2594,\n                \"guest_checkouts\": 3067,\n                \"revenue_rent\": 5931077.02,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-19\",\n                \"listing_count\": 6736,\n                \"host_count\": 1482,\n                \"adr\": 427.13,\n                \"adr_unbooked\": 410.88,\n                \"revpar\": 103.42,\n                \"revpar_adj\": 119.61,\n                \"avg_stay_length\": 4.35,\n                \"avg_booking_window\": 65.13,\n                \"calendar_occupancy\": 0.3775,\n                \"guest_occupancy\": 0.2421,\n                \"property_nights\": 46910,\n                \"available_nights\": 40561,\n                \"open_nights\": 29203,\n                \"guest_nights\": 11358,\n                \"hold_nights\": 6349,\n                \"guest_checkins\": 2348,\n                \"guest_checkouts\": 2596,\n                \"revenue_rent\": 4851366.43,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-26\",\n                \"listing_count\": 6742,\n                \"host_count\": 1488,\n                \"adr\": 434,\n                \"adr_unbooked\": 411.49,\n                \"revpar\": 138.55,\n                \"revpar_adj\": 159.87,\n                \"avg_stay_length\": 3.99,\n                \"avg_booking_window\": 56.88,\n                \"calendar_occupancy\": 0.4526,\n                \"guest_occupancy\": 0.3192,\n                \"property_nights\": 46992,\n                \"available_nights\": 40726,\n                \"open_nights\": 25724,\n                \"guest_nights\": 15002,\n                \"hold_nights\": 6266,\n                \"guest_checkins\": 3880,\n                \"guest_checkouts\": 2166,\n                \"revenue_rent\": 6510833.47,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-02\",\n                \"listing_count\": 6659,\n                \"host_count\": 1473,\n                \"adr\": 433.55,\n                \"adr_unbooked\": 426.25,\n                \"revpar\": 101.04,\n                \"revpar_adj\": 118.27,\n                \"avg_stay_length\": 4.7,\n                \"avg_booking_window\": 72.57,\n                \"calendar_occupancy\": 0.3787,\n                \"guest_occupancy\": 0.2331,\n                \"property_nights\": 46431,\n                \"available_nights\": 39667,\n                \"open_nights\": 28846,\n                \"guest_nights\": 10821,\n                \"hold_nights\": 6764,\n                \"guest_checkins\": 2379,\n                \"guest_checkouts\": 4326,\n                \"revenue_rent\": 4691430.51,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-09\",\n                \"listing_count\": 6715,\n                \"host_count\": 1481,\n                \"adr\": 411.69,\n                \"adr_unbooked\": 398.09,\n                \"revpar\": 105.5,\n                \"revpar_adj\": 123.75,\n                \"avg_stay_length\": 4.51,\n                \"avg_booking_window\": 74.1,\n                \"calendar_occupancy\": 0.4037,\n                \"guest_occupancy\": 0.2563,\n                \"property_nights\": 46603,\n                \"available_nights\": 39732,\n                \"open_nights\": 27789,\n                \"guest_nights\": 11943,\n                \"hold_nights\": 6871,\n                \"guest_checkins\": 2845,\n                \"guest_checkouts\": 2659,\n                \"revenue_rent\": 4916835.26,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-16\",\n                \"listing_count\": 6725,\n                \"host_count\": 1481,\n                \"adr\": 414.55,\n                \"adr_unbooked\": 401.79,\n                \"revpar\": 119.3,\n                \"revpar_adj\": 140.28,\n                \"avg_stay_length\": 4.64,\n                \"avg_booking_window\": 72.53,\n                \"calendar_occupancy\": 0.4373,\n                \"guest_occupancy\": 0.2878,\n                \"property_nights\": 46950,\n                \"available_nights\": 39928,\n                \"open_nights\": 26417,\n                \"guest_nights\": 13511,\n                \"hold_nights\": 7022,\n                \"guest_checkins\": 3208,\n                \"guest_checkouts\": 2976,\n                \"revenue_rent\": 5600934.75,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-23\",\n                \"listing_count\": 6712,\n                \"host_count\": 1481,\n                \"adr\": 427,\n                \"adr_unbooked\": 409.16,\n                \"revpar\": 122.17,\n                \"revpar_adj\": 143.51,\n                \"avg_stay_length\": 4.42,\n                \"avg_booking_window\": 65.39,\n                \"calendar_occupancy\": 0.4348,\n                \"guest_occupancy\": 0.2861,\n                \"property_nights\": 46913,\n                \"available_nights\": 39936,\n                \"open_nights\": 26514,\n                \"guest_nights\": 13422,\n                \"hold_nights\": 6977,\n                \"guest_checkins\": 2556,\n                \"guest_checkouts\": 3277,\n                \"revenue_rent\": 5731163.17,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-30\",\n                \"listing_count\": 6701,\n                \"host_count\": 1479,\n                \"adr\": 466.03,\n                \"adr_unbooked\": 416.34,\n                \"revpar\": 139.98,\n                \"revpar_adj\": 162.94,\n                \"avg_stay_length\": 5.03,\n                \"avg_booking_window\": 74.02,\n                \"calendar_occupancy\": 0.4413,\n                \"guest_occupancy\": 0.3004,\n                \"property_nights\": 46727,\n                \"available_nights\": 40141,\n                \"open_nights\": 26106,\n                \"guest_nights\": 14035,\n                \"hold_nights\": 6586,\n                \"guest_checkins\": 3899,\n                \"guest_checkouts\": 2680,\n                \"revenue_rent\": 6540756.86,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-07\",\n                \"listing_count\": 6600,\n                \"host_count\": 1471,\n                \"adr\": 479.87,\n                \"adr_unbooked\": 394.16,\n                \"revpar\": 237.03,\n                \"revpar_adj\": 276.41,\n                \"avg_stay_length\": 4.47,\n                \"avg_booking_window\": 64.49,\n                \"calendar_occupancy\": 0.6364,\n                \"guest_occupancy\": 0.4939,\n                \"property_nights\": 46030,\n                \"available_nights\": 39472,\n                \"open_nights\": 16736,\n                \"guest_nights\": 22736,\n                \"hold_nights\": 6558,\n                \"guest_checkins\": 4578,\n                \"guest_checkouts\": 4511,\n                \"revenue_rent\": 10910313.47,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-14\",\n                \"listing_count\": 6645,\n                \"host_count\": 1476,\n                \"adr\": 450.15,\n                \"adr_unbooked\": 393.5,\n                \"revpar\": 149.3,\n                \"revpar_adj\": 179.89,\n                \"avg_stay_length\": 4.52,\n                \"avg_booking_window\": 71.55,\n                \"calendar_occupancy\": 0.5017,\n                \"guest_occupancy\": 0.3317,\n                \"property_nights\": 46194,\n                \"available_nights\": 38339,\n                \"open_nights\": 23018,\n                \"guest_nights\": 15321,\n                \"hold_nights\": 7855,\n                \"guest_checkins\": 2632,\n                \"guest_checkouts\": 4499,\n                \"revenue_rent\": 6896674.01,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-21\",\n                \"listing_count\": 6624,\n                \"host_count\": 1476,\n                \"adr\": 375.49,\n                \"adr_unbooked\": 381.92,\n                \"revpar\": 77.3,\n                \"revpar_adj\": 95.67,\n                \"avg_stay_length\": 4.55,\n                \"avg_booking_window\": 66.44,\n                \"calendar_occupancy\": 0.3979,\n                \"guest_occupancy\": 0.2059,\n                \"property_nights\": 46198,\n                \"available_nights\": 37329,\n                \"open_nights\": 27818,\n                \"guest_nights\": 9511,\n                \"hold_nights\": 8869,\n                \"guest_checkins\": 1812,\n                \"guest_checkouts\": 2385,\n                \"revenue_rent\": 3571325.2,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-28\",\n                \"listing_count\": 6619,\n                \"host_count\": 1477,\n                \"adr\": 369.88,\n                \"adr_unbooked\": 370.08,\n                \"revpar\": 53.04,\n                \"revpar_adj\": 66.05,\n                \"avg_stay_length\": 5.33,\n                \"avg_booking_window\": 60.94,\n                \"calendar_occupancy\": 0.3404,\n                \"guest_occupancy\": 0.1434,\n                \"property_nights\": 46013,\n                \"available_nights\": 36947,\n                \"open_nights\": 30349,\n                \"guest_nights\": 6598,\n                \"hold_nights\": 9066,\n                \"guest_checkins\": 1418,\n                \"guest_checkouts\": 1586,\n                \"revenue_rent\": 2440451.21,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-04\",\n                \"listing_count\": 6428,\n                \"host_count\": 1462,\n                \"adr\": 353.51,\n                \"adr_unbooked\": 353.06,\n                \"revpar\": 48.3,\n                \"revpar_adj\": 59.46,\n                \"avg_stay_length\": 4.19,\n                \"avg_booking_window\": 61.24,\n                \"calendar_occupancy\": 0.3243,\n                \"guest_occupancy\": 0.1366,\n                \"property_nights\": 44859,\n                \"available_nights\": 36440,\n                \"open_nights\": 30311,\n                \"guest_nights\": 6129,\n                \"hold_nights\": 8419,\n                \"guest_checkins\": 1255,\n                \"guest_checkouts\": 1524,\n                \"revenue_rent\": 2166690.66,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-11\",\n                \"listing_count\": 6451,\n                \"host_count\": 1465,\n                \"adr\": 354.79,\n                \"adr_unbooked\": 357.3,\n                \"revpar\": 37.21,\n                \"revpar_adj\": 45.55,\n                \"avg_stay_length\": 4.4,\n                \"avg_booking_window\": 47.48,\n                \"calendar_occupancy\": 0.288,\n                \"guest_occupancy\": 0.1049,\n                \"property_nights\": 45034,\n                \"available_nights\": 36788,\n                \"open_nights\": 32065,\n                \"guest_nights\": 4723,\n                \"hold_nights\": 8246,\n                \"guest_checkins\": 1054,\n                \"guest_checkouts\": 1243,\n                \"revenue_rent\": 1675687.62,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-18\",\n                \"listing_count\": 6478,\n                \"host_count\": 1468,\n                \"adr\": 409.76,\n                \"adr_unbooked\": 373.98,\n                \"revpar\": 46.4,\n                \"revpar_adj\": 58.13,\n                \"avg_stay_length\": 5.17,\n                \"avg_booking_window\": 83.37,\n                \"calendar_occupancy\": 0.315,\n                \"guest_occupancy\": 0.1132,\n                \"property_nights\": 45157,\n                \"available_nights\": 36045,\n                \"open_nights\": 30932,\n                \"guest_nights\": 5113,\n                \"hold_nights\": 9112,\n                \"guest_checkins\": 1485,\n                \"guest_checkouts\": 1045,\n                \"revenue_rent\": 2095115.8,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-25\",\n                \"listing_count\": 6497,\n                \"host_count\": 1472,\n                \"adr\": 500.34,\n                \"adr_unbooked\": 362.62,\n                \"revpar\": 105.99,\n                \"revpar_adj\": 142.36,\n                \"avg_stay_length\": 5.28,\n                \"avg_booking_window\": 81.13,\n                \"calendar_occupancy\": 0.4673,\n                \"guest_occupancy\": 0.2118,\n                \"property_nights\": 44942,\n                \"available_nights\": 33460,\n                \"open_nights\": 23940,\n                \"guest_nights\": 9520,\n                \"hold_nights\": 11482,\n                \"guest_checkins\": 1409,\n                \"guest_checkouts\": 2350,\n                \"revenue_rent\": 4763228.2,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-02\",\n                \"listing_count\": 6416,\n                \"host_count\": 1472,\n                \"adr\": 347.77,\n                \"adr_unbooked\": 356.73,\n                \"revpar\": 18.14,\n                \"revpar_adj\": 22.66,\n                \"avg_stay_length\": 5.19,\n                \"avg_booking_window\": 50.8,\n                \"calendar_occupancy\": 0.2519,\n                \"guest_occupancy\": 0.0522,\n                \"property_nights\": 44774,\n                \"available_nights\": 35829,\n                \"open_nights\": 33494,\n                \"guest_nights\": 2335,\n                \"hold_nights\": 8945,\n                \"guest_checkins\": 437,\n                \"guest_checkouts\": 642,\n                \"revenue_rent\": 812039.24,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-09\",\n                \"listing_count\": 6438,\n                \"host_count\": 1476,\n                \"adr\": 322.99,\n                \"adr_unbooked\": 344.19,\n                \"revpar\": 14.82,\n                \"revpar_adj\": 18.35,\n                \"avg_stay_length\": 6.27,\n                \"avg_booking_window\": 37.3,\n                \"calendar_occupancy\": 0.2383,\n                \"guest_occupancy\": 0.0459,\n                \"property_nights\": 44958,\n                \"available_nights\": 36308,\n                \"open_nights\": 34245,\n                \"guest_nights\": 2063,\n                \"hold_nights\": 8650,\n                \"guest_checkins\": 433,\n                \"guest_checkouts\": 391,\n                \"revenue_rent\": 666337.11,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-16\",\n                \"listing_count\": 6464,\n                \"host_count\": 1481,\n                \"adr\": 385.28,\n                \"adr_unbooked\": 368.97,\n                \"revpar\": 32.22,\n                \"revpar_adj\": 39.3,\n                \"avg_stay_length\": 6.19,\n                \"avg_booking_window\": 55.55,\n                \"calendar_occupancy\": 0.2638,\n                \"guest_occupancy\": 0.0836,\n                \"property_nights\": 45121,\n                \"available_nights\": 36993,\n                \"open_nights\": 33220,\n                \"guest_nights\": 3773,\n                \"hold_nights\": 8128,\n                \"guest_checkins\": 1053,\n                \"guest_checkouts\": 508,\n                \"revenue_rent\": 1453669.75,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-23\",\n                \"listing_count\": 6471,\n                \"host_count\": 1480,\n                \"adr\": 452.79,\n                \"adr_unbooked\": 391.09,\n                \"revpar\": 111.22,\n                \"revpar_adj\": 137.57,\n                \"avg_stay_length\": 5.24,\n                \"avg_booking_window\": 58.02,\n                \"calendar_occupancy\": 0.4371,\n                \"guest_occupancy\": 0.2456,\n                \"property_nights\": 44907,\n                \"available_nights\": 36307,\n                \"open_nights\": 25276,\n                \"guest_nights\": 11031,\n                \"hold_nights\": 8600,\n                \"guest_checkins\": 2647,\n                \"guest_checkouts\": 1393,\n                \"revenue_rent\": 4994681.7,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-30\",\n                \"listing_count\": 6471,\n                \"host_count\": 1472,\n                \"adr\": 448.17,\n                \"adr_unbooked\": 374.41,\n                \"revpar\": 101.66,\n                \"revpar_adj\": 131.2,\n                \"avg_stay_length\": 9.51,\n                \"avg_booking_window\": 52.5,\n                \"calendar_occupancy\": 0.452,\n                \"guest_occupancy\": 0.2268,\n                \"property_nights\": 44645,\n                \"available_nights\": 34592,\n                \"open_nights\": 24465,\n                \"guest_nights\": 10127,\n                \"hold_nights\": 10053,\n                \"guest_checkins\": 1248,\n                \"guest_checkouts\": 3102,\n                \"revenue_rent\": 4538605.89,\n                \"updated_on\": \"2025-08-05\"\n            }\n        ]\n    },\n    \"errors\": null\n}"},{"id":"558dd95e-f4ec-4513-9013-27a451d94f26","name":"Vrbo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_uuid\": \"{{market_uuid}}\",\n  \"filters\": {\n    \"ota\": \"vrbo\"\n  },\n  \"start_date\": \"2024-01-01\",\n  \"end_date\": \"2024-12-31\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/kpis/week"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 21:25:57 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"4625"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-azure-ref","value":"20250805T212556Z-16dc8544dbd7j5z4hC1CO1epz0000000012g00000000km5c"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"kpis\": [\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-01\",\n                \"listing_count\": 6361,\n                \"host_count\": 56,\n                \"adr\": 391.53,\n                \"adr_unbooked\": 377.05,\n                \"revpar\": 56.18,\n                \"revpar_adj\": 72.24,\n                \"avg_stay_length\": 14.52,\n                \"avg_booking_window\": 82.42,\n                \"calendar_occupancy\": 0.3659,\n                \"guest_occupancy\": 0.1435,\n                \"property_nights\": 44355,\n                \"available_nights\": 34490,\n                \"open_nights\": 28126,\n                \"guest_nights\": 6364,\n                \"hold_nights\": 9865,\n                \"guest_checkins\": 747,\n                \"guest_checkouts\": 2609,\n                \"revenue_rent\": 2491725.11,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-08\",\n                \"listing_count\": 6337,\n                \"host_count\": 56,\n                \"adr\": 293.86,\n                \"adr_unbooked\": 348.34,\n                \"revpar\": 37.75,\n                \"revpar_adj\": 48.87,\n                \"avg_stay_length\": 6.88,\n                \"avg_booking_window\": 71.01,\n                \"calendar_occupancy\": 0.3561,\n                \"guest_occupancy\": 0.1285,\n                \"property_nights\": 44311,\n                \"available_nights\": 34226,\n                \"open_nights\": 28534,\n                \"guest_nights\": 5692,\n                \"hold_nights\": 10085,\n                \"guest_checkins\": 924,\n                \"guest_checkouts\": 405,\n                \"revenue_rent\": 1672664.44,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-15\",\n                \"listing_count\": 6336,\n                \"host_count\": 56,\n                \"adr\": 280.23,\n                \"adr_unbooked\": 346.11,\n                \"revpar\": 31.48,\n                \"revpar_adj\": 40.35,\n                \"avg_stay_length\": 10.34,\n                \"avg_booking_window\": 59.44,\n                \"calendar_occupancy\": 0.332,\n                \"guest_occupancy\": 0.1124,\n                \"property_nights\": 44307,\n                \"available_nights\": 34573,\n                \"open_nights\": 29595,\n                \"guest_nights\": 4978,\n                \"hold_nights\": 9734,\n                \"guest_checkins\": 485,\n                \"guest_checkouts\": 861,\n                \"revenue_rent\": 1394960.49,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-22\",\n                \"listing_count\": 6341,\n                \"host_count\": 56,\n                \"adr\": 274.64,\n                \"adr_unbooked\": 347.56,\n                \"revpar\": 32.91,\n                \"revpar_adj\": 42.12,\n                \"avg_stay_length\": 9.19,\n                \"avg_booking_window\": 65.59,\n                \"calendar_occupancy\": 0.3383,\n                \"guest_occupancy\": 0.1198,\n                \"property_nights\": 44357,\n                \"available_nights\": 34665,\n                \"open_nights\": 29349,\n                \"guest_nights\": 5316,\n                \"hold_nights\": 9692,\n                \"guest_checkins\": 483,\n                \"guest_checkouts\": 435,\n                \"revenue_rent\": 1459971.69,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-29\",\n                \"listing_count\": 6350,\n                \"host_count\": 56,\n                \"adr\": 287.07,\n                \"adr_unbooked\": 356.87,\n                \"revpar\": 43.23,\n                \"revpar_adj\": 55.22,\n                \"avg_stay_length\": 13.92,\n                \"avg_booking_window\": 89.64,\n                \"calendar_occupancy\": 0.3678,\n                \"guest_occupancy\": 0.1506,\n                \"property_nights\": 44421,\n                \"available_nights\": 34773,\n                \"open_nights\": 28084,\n                \"guest_nights\": 6689,\n                \"hold_nights\": 9648,\n                \"guest_checkins\": 966,\n                \"guest_checkouts\": 645,\n                \"revenue_rent\": 1920216.58,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-05\",\n                \"listing_count\": 6374,\n                \"host_count\": 56,\n                \"adr\": 300.69,\n                \"adr_unbooked\": 368.76,\n                \"revpar\": 60.47,\n                \"revpar_adj\": 77,\n                \"avg_stay_length\": 7.23,\n                \"avg_booking_window\": 57.85,\n                \"calendar_occupancy\": 0.4158,\n                \"guest_occupancy\": 0.2011,\n                \"property_nights\": 44491,\n                \"available_nights\": 34939,\n                \"open_nights\": 25992,\n                \"guest_nights\": 8947,\n                \"hold_nights\": 9552,\n                \"guest_checkins\": 998,\n                \"guest_checkouts\": 661,\n                \"revenue_rent\": 2690291.76,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-12\",\n                \"listing_count\": 6373,\n                \"host_count\": 56,\n                \"adr\": 327.01,\n                \"adr_unbooked\": 382.68,\n                \"revpar\": 94.39,\n                \"revpar_adj\": 120.16,\n                \"avg_stay_length\": 5.14,\n                \"avg_booking_window\": 68.72,\n                \"calendar_occupancy\": 0.5031,\n                \"guest_occupancy\": 0.2886,\n                \"property_nights\": 44438,\n                \"available_nights\": 34907,\n                \"open_nights\": 22080,\n                \"guest_nights\": 12827,\n                \"hold_nights\": 9531,\n                \"guest_checkins\": 1900,\n                \"guest_checkouts\": 1193,\n                \"revenue_rent\": 4194550.82,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-19\",\n                \"listing_count\": 6277,\n                \"host_count\": 55,\n                \"adr\": 326.85,\n                \"adr_unbooked\": 391.53,\n                \"revpar\": 87.82,\n                \"revpar_adj\": 111.08,\n                \"avg_stay_length\": 5.03,\n                \"avg_booking_window\": 65,\n                \"calendar_occupancy\": 0.4781,\n                \"guest_occupancy\": 0.2687,\n                \"property_nights\": 43868,\n                \"available_nights\": 34679,\n                \"open_nights\": 22893,\n                \"guest_nights\": 11786,\n                \"hold_nights\": 9189,\n                \"guest_checkins\": 1317,\n                \"guest_checkouts\": 2008,\n                \"revenue_rent\": 3852297.05,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-26\",\n                \"listing_count\": 6268,\n                \"host_count\": 55,\n                \"adr\": 354.42,\n                \"adr_unbooked\": 423.93,\n                \"revpar\": 85.88,\n                \"revpar_adj\": 105.41,\n                \"avg_stay_length\": 5.55,\n                \"avg_booking_window\": 60.15,\n                \"calendar_occupancy\": 0.4276,\n                \"guest_occupancy\": 0.2423,\n                \"property_nights\": 43818,\n                \"available_nights\": 35697,\n                \"open_nights\": 25080,\n                \"guest_nights\": 10617,\n                \"hold_nights\": 8121,\n                \"guest_checkins\": 1918,\n                \"guest_checkouts\": 1816,\n                \"revenue_rent\": 3762876.48,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-04\",\n                \"listing_count\": 6263,\n                \"host_count\": 55,\n                \"adr\": 475.02,\n                \"adr_unbooked\": 508.48,\n                \"revpar\": 159.04,\n                \"revpar_adj\": 186.02,\n                \"avg_stay_length\": 5.47,\n                \"avg_booking_window\": 70.17,\n                \"calendar_occupancy\": 0.4799,\n                \"guest_occupancy\": 0.3348,\n                \"property_nights\": 43783,\n                \"available_nights\": 37432,\n                \"open_nights\": 22773,\n                \"guest_nights\": 14659,\n                \"hold_nights\": 6351,\n                \"guest_checkins\": 3958,\n                \"guest_checkouts\": 2205,\n                \"revenue_rent\": 6963255.86,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-11\",\n                \"listing_count\": 6258,\n                \"host_count\": 55,\n                \"adr\": 547.1,\n                \"adr_unbooked\": 554.49,\n                \"revpar\": 284.39,\n                \"revpar_adj\": 326.03,\n                \"avg_stay_length\": 4.88,\n                \"avg_booking_window\": 54.97,\n                \"calendar_occupancy\": 0.6475,\n                \"guest_occupancy\": 0.5198,\n                \"property_nights\": 43687,\n                \"available_nights\": 38107,\n                \"open_nights\": 15398,\n                \"guest_nights\": 22709,\n                \"hold_nights\": 5580,\n                \"guest_checkins\": 3244,\n                \"guest_checkouts\": 4923,\n                \"revenue_rent\": 12424063.79,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-18\",\n                \"listing_count\": 6240,\n                \"host_count\": 55,\n                \"adr\": 536.03,\n                \"adr_unbooked\": 519.36,\n                \"revpar\": 213.87,\n                \"revpar_adj\": 240.97,\n                \"avg_stay_length\": 5.55,\n                \"avg_booking_window\": 80.26,\n                \"calendar_occupancy\": 0.5115,\n                \"guest_occupancy\": 0.399,\n                \"property_nights\": 43568,\n                \"available_nights\": 38668,\n                \"open_nights\": 21285,\n                \"guest_nights\": 17383,\n                \"hold_nights\": 4900,\n                \"guest_checkins\": 4437,\n                \"guest_checkouts\": 2773,\n                \"revenue_rent\": 9317735.24,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-25\",\n                \"listing_count\": 6208,\n                \"host_count\": 55,\n                \"adr\": 598.36,\n                \"adr_unbooked\": 565.39,\n                \"revpar\": 369.95,\n                \"revpar_adj\": 424.92,\n                \"avg_stay_length\": 5.46,\n                \"avg_booking_window\": 92.73,\n                \"calendar_occupancy\": 0.7476,\n                \"guest_occupancy\": 0.6183,\n                \"property_nights\": 43381,\n                \"available_nights\": 37769,\n                \"open_nights\": 10948,\n                \"guest_nights\": 26821,\n                \"hold_nights\": 5612,\n                \"guest_checkins\": 4940,\n                \"guest_checkouts\": 4749,\n                \"revenue_rent\": 16048652.73,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-01\",\n                \"listing_count\": 6183,\n                \"host_count\": 55,\n                \"adr\": 620.01,\n                \"adr_unbooked\": 546.65,\n                \"revpar\": 337.8,\n                \"revpar_adj\": 384.31,\n                \"avg_stay_length\": 4.56,\n                \"avg_booking_window\": 70.32,\n                \"calendar_occupancy\": 0.6658,\n                \"guest_occupancy\": 0.5448,\n                \"property_nights\": 43261,\n                \"available_nights\": 38026,\n                \"open_nights\": 14456,\n                \"guest_nights\": 23570,\n                \"hold_nights\": 5235,\n                \"guest_checkins\": 2724,\n                \"guest_checkouts\": 5792,\n                \"revenue_rent\": 14613631.75,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-08\",\n                \"listing_count\": 6177,\n                \"host_count\": 55,\n                \"adr\": 448.48,\n                \"adr_unbooked\": 480.49,\n                \"revpar\": 105.1,\n                \"revpar_adj\": 118.44,\n                \"avg_stay_length\": 4.8,\n                \"avg_booking_window\": 68.08,\n                \"calendar_occupancy\": 0.347,\n                \"guest_occupancy\": 0.2343,\n                \"property_nights\": 43193,\n                \"available_nights\": 38329,\n                \"open_nights\": 28207,\n                \"guest_nights\": 10122,\n                \"hold_nights\": 4864,\n                \"guest_checkins\": 2332,\n                \"guest_checkouts\": 2018,\n                \"revenue_rent\": 4539553.64,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-15\",\n                \"listing_count\": 6160,\n                \"host_count\": 55,\n                \"adr\": 439.5,\n                \"adr_unbooked\": 454.4,\n                \"revpar\": 125.57,\n                \"revpar_adj\": 143.26,\n                \"avg_stay_length\": 4.87,\n                \"avg_booking_window\": 79.88,\n                \"calendar_occupancy\": 0.4092,\n                \"guest_occupancy\": 0.2857,\n                \"property_nights\": 43035,\n                \"available_nights\": 37723,\n                \"open_nights\": 25427,\n                \"guest_nights\": 12296,\n                \"hold_nights\": 5312,\n                \"guest_checkins\": 2671,\n                \"guest_checkouts\": 2505,\n                \"revenue_rent\": 5404056.67,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-22\",\n                \"listing_count\": 6131,\n                \"host_count\": 55,\n                \"adr\": 446.7,\n                \"adr_unbooked\": 441.79,\n                \"revpar\": 144.89,\n                \"revpar_adj\": 164.14,\n                \"avg_stay_length\": 4.76,\n                \"avg_booking_window\": 87.24,\n                \"calendar_occupancy\": 0.4416,\n                \"guest_occupancy\": 0.3244,\n                \"property_nights\": 42822,\n                \"available_nights\": 37802,\n                \"open_nights\": 23912,\n                \"guest_nights\": 13890,\n                \"hold_nights\": 5020,\n                \"guest_checkins\": 2874,\n                \"guest_checkouts\": 2849,\n                \"revenue_rent\": 6204634.61,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-29\",\n                \"listing_count\": 6102,\n                \"host_count\": 55,\n                \"adr\": 454.93,\n                \"adr_unbooked\": 455.68,\n                \"revpar\": 151.23,\n                \"revpar_adj\": 171.23,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 84.31,\n                \"calendar_occupancy\": 0.4492,\n                \"guest_occupancy\": 0.3324,\n                \"property_nights\": 42659,\n                \"available_nights\": 37676,\n                \"open_nights\": 23495,\n                \"guest_nights\": 14181,\n                \"hold_nights\": 4983,\n                \"guest_checkins\": 3211,\n                \"guest_checkouts\": 2892,\n                \"revenue_rent\": 6451369.13,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-06\",\n                \"listing_count\": 6092,\n                \"host_count\": 55,\n                \"adr\": 469.15,\n                \"adr_unbooked\": 491.19,\n                \"revpar\": 185.35,\n                \"revpar_adj\": 211.27,\n                \"avg_stay_length\": 5.06,\n                \"avg_booking_window\": 85.01,\n                \"calendar_occupancy\": 0.5178,\n                \"guest_occupancy\": 0.3951,\n                \"property_nights\": 42605,\n                \"available_nights\": 37377,\n                \"open_nights\": 20545,\n                \"guest_nights\": 16832,\n                \"hold_nights\": 5228,\n                \"guest_checkins\": 3512,\n                \"guest_checkouts\": 3352,\n                \"revenue_rent\": 7896727.27,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-13\",\n                \"listing_count\": 6082,\n                \"host_count\": 55,\n                \"adr\": 501.26,\n                \"adr_unbooked\": 538.55,\n                \"revpar\": 218.6,\n                \"revpar_adj\": 248.93,\n                \"avg_stay_length\": 4.96,\n                \"avg_booking_window\": 89.48,\n                \"calendar_occupancy\": 0.5579,\n                \"guest_occupancy\": 0.4361,\n                \"property_nights\": 42529,\n                \"available_nights\": 37347,\n                \"open_nights\": 18800,\n                \"guest_nights\": 18547,\n                \"hold_nights\": 5182,\n                \"guest_checkins\": 3851,\n                \"guest_checkouts\": 3669,\n                \"revenue_rent\": 9296876.72,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-20\",\n                \"listing_count\": 6104,\n                \"host_count\": 55,\n                \"adr\": 583.44,\n                \"adr_unbooked\": 617.61,\n                \"revpar\": 302.61,\n                \"revpar_adj\": 346.36,\n                \"avg_stay_length\": 5.13,\n                \"avg_booking_window\": 92.31,\n                \"calendar_occupancy\": 0.645,\n                \"guest_occupancy\": 0.5187,\n                \"property_nights\": 42582,\n                \"available_nights\": 37203,\n                \"open_nights\": 15117,\n                \"guest_nights\": 22086,\n                \"hold_nights\": 5379,\n                \"guest_checkins\": 4928,\n                \"guest_checkouts\": 3749,\n                \"revenue_rent\": 12885816.28,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-27\",\n                \"listing_count\": 6109,\n                \"host_count\": 55,\n                \"adr\": 681.17,\n                \"adr_unbooked\": 680.29,\n                \"revpar\": 371.26,\n                \"revpar_adj\": 425.66,\n                \"avg_stay_length\": 5.49,\n                \"avg_booking_window\": 95.73,\n                \"calendar_occupancy\": 0.6728,\n                \"guest_occupancy\": 0.545,\n                \"property_nights\": 42713,\n                \"available_nights\": 37254,\n                \"open_nights\": 13974,\n                \"guest_nights\": 23280,\n                \"hold_nights\": 5459,\n                \"guest_checkins\": 4439,\n                \"guest_checkouts\": 5235,\n                \"revenue_rent\": 15857649.45,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-03\",\n                \"listing_count\": 6111,\n                \"host_count\": 54,\n                \"adr\": 673.04,\n                \"adr_unbooked\": 726.57,\n                \"revpar\": 375.05,\n                \"revpar_adj\": 419.82,\n                \"avg_stay_length\": 5.46,\n                \"avg_booking_window\": 93.19,\n                \"calendar_occupancy\": 0.6639,\n                \"guest_occupancy\": 0.5573,\n                \"property_nights\": 42720,\n                \"available_nights\": 38165,\n                \"open_nights\": 14359,\n                \"guest_nights\": 23806,\n                \"hold_nights\": 4555,\n                \"guest_checkins\": 4410,\n                \"guest_checkouts\": 4442,\n                \"revenue_rent\": 16022336.86,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-10\",\n                \"listing_count\": 6112,\n                \"host_count\": 54,\n                \"adr\": 681.03,\n                \"adr_unbooked\": 728.05,\n                \"revpar\": 384.33,\n                \"revpar_adj\": 425.32,\n                \"avg_stay_length\": 5.5,\n                \"avg_booking_window\": 89.26,\n                \"calendar_occupancy\": 0.6607,\n                \"guest_occupancy\": 0.5643,\n                \"property_nights\": 42712,\n                \"available_nights\": 38596,\n                \"open_nights\": 14492,\n                \"guest_nights\": 24104,\n                \"hold_nights\": 4116,\n                \"guest_checkins\": 4372,\n                \"guest_checkouts\": 4492,\n                \"revenue_rent\": 16415610.42,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-17\",\n                \"listing_count\": 6107,\n                \"host_count\": 54,\n                \"adr\": 687.59,\n                \"adr_unbooked\": 748.96,\n                \"revpar\": 407.91,\n                \"revpar_adj\": 452.19,\n                \"avg_stay_length\": 5.5,\n                \"avg_booking_window\": 91.52,\n                \"calendar_occupancy\": 0.6912,\n                \"guest_occupancy\": 0.5932,\n                \"property_nights\": 42672,\n                \"available_nights\": 38493,\n                \"open_nights\": 13178,\n                \"guest_nights\": 25315,\n                \"hold_nights\": 4179,\n                \"guest_checkins\": 4886,\n                \"guest_checkouts\": 4690,\n                \"revenue_rent\": 17406228.45,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-24\",\n                \"listing_count\": 6094,\n                \"host_count\": 54,\n                \"adr\": 736.82,\n                \"adr_unbooked\": 672.47,\n                \"revpar\": 468.1,\n                \"revpar_adj\": 533.58,\n                \"avg_stay_length\": 5.71,\n                \"avg_booking_window\": 80.22,\n                \"calendar_occupancy\": 0.758,\n                \"guest_occupancy\": 0.6353,\n                \"property_nights\": 42544,\n                \"available_nights\": 37323,\n                \"open_nights\": 10295,\n                \"guest_nights\": 27028,\n                \"hold_nights\": 5221,\n                \"guest_checkins\": 4905,\n                \"guest_checkouts\": 4960,\n                \"revenue_rent\": 19914900.39,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-01\",\n                \"listing_count\": 6069,\n                \"host_count\": 54,\n                \"adr\": 779.4,\n                \"adr_unbooked\": 541.98,\n                \"revpar\": 516.38,\n                \"revpar_adj\": 607.94,\n                \"avg_stay_length\": 5.46,\n                \"avg_booking_window\": 77.63,\n                \"calendar_occupancy\": 0.8132,\n                \"guest_occupancy\": 0.6625,\n                \"property_nights\": 42387,\n                \"available_nights\": 36003,\n                \"open_nights\": 7920,\n                \"guest_nights\": 28083,\n                \"hold_nights\": 6384,\n                \"guest_checkins\": 4832,\n                \"guest_checkouts\": 5359,\n                \"revenue_rent\": 21887780.36,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-08\",\n                \"listing_count\": 6064,\n                \"host_count\": 53,\n                \"adr\": 717.03,\n                \"adr_unbooked\": 628.42,\n                \"revpar\": 433.79,\n                \"revpar_adj\": 502.81,\n                \"avg_stay_length\": 5.41,\n                \"avg_booking_window\": 78.13,\n                \"calendar_occupancy\": 0.7423,\n                \"guest_occupancy\": 0.605,\n                \"property_nights\": 42383,\n                \"available_nights\": 36565,\n                \"open_nights\": 10924,\n                \"guest_nights\": 25641,\n                \"hold_nights\": 5818,\n                \"guest_checkins\": 4731,\n                \"guest_checkouts\": 4645,\n                \"revenue_rent\": 18385425.82,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-15\",\n                \"listing_count\": 6059,\n                \"host_count\": 53,\n                \"adr\": 713.99,\n                \"adr_unbooked\": 587.07,\n                \"revpar\": 444.68,\n                \"revpar_adj\": 519.71,\n                \"avg_stay_length\": 5.35,\n                \"avg_booking_window\": 79.1,\n                \"calendar_occupancy\": 0.7672,\n                \"guest_occupancy\": 0.6228,\n                \"property_nights\": 42311,\n                \"available_nights\": 36203,\n                \"open_nights\": 9851,\n                \"guest_nights\": 26352,\n                \"hold_nights\": 6108,\n                \"guest_checkins\": 4858,\n                \"guest_checkouts\": 4983,\n                \"revenue_rent\": 18815028.7,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-22\",\n                \"listing_count\": 6060,\n                \"host_count\": 53,\n                \"adr\": 710.5,\n                \"adr_unbooked\": 582.88,\n                \"revpar\": 437.9,\n                \"revpar_adj\": 509.83,\n                \"avg_stay_length\": 5.14,\n                \"avg_booking_window\": 71.05,\n                \"calendar_occupancy\": 0.7574,\n                \"guest_occupancy\": 0.6163,\n                \"property_nights\": 42285,\n                \"available_nights\": 36319,\n                \"open_nights\": 10258,\n                \"guest_nights\": 26061,\n                \"hold_nights\": 5966,\n                \"guest_checkins\": 4711,\n                \"guest_checkouts\": 5053,\n                \"revenue_rent\": 18516410.23,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-29\",\n                \"listing_count\": 6056,\n                \"host_count\": 53,\n                \"adr\": 688.73,\n                \"adr_unbooked\": 583.58,\n                \"revpar\": 376.61,\n                \"revpar_adj\": 436.47,\n                \"avg_stay_length\": 5.21,\n                \"avg_booking_window\": 73.67,\n                \"calendar_occupancy\": 0.684,\n                \"guest_occupancy\": 0.5468,\n                \"property_nights\": 42305,\n                \"available_nights\": 36503,\n                \"open_nights\": 13370,\n                \"guest_nights\": 23133,\n                \"hold_nights\": 5802,\n                \"guest_checkins\": 4185,\n                \"guest_checkouts\": 4780,\n                \"revenue_rent\": 15932458.26,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-05\",\n                \"listing_count\": 6057,\n                \"host_count\": 53,\n                \"adr\": 622.87,\n                \"adr_unbooked\": 569.49,\n                \"revpar\": 282.86,\n                \"revpar_adj\": 320.81,\n                \"avg_stay_length\": 5.04,\n                \"avg_booking_window\": 70.09,\n                \"calendar_occupancy\": 0.5724,\n                \"guest_occupancy\": 0.4541,\n                \"property_nights\": 42297,\n                \"available_nights\": 37293,\n                \"open_nights\": 18085,\n                \"guest_nights\": 19208,\n                \"hold_nights\": 5004,\n                \"guest_checkins\": 3012,\n                \"guest_checkouts\": 4314,\n                \"revenue_rent\": 11964076.12,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-12\",\n                \"listing_count\": 6050,\n                \"host_count\": 52,\n                \"adr\": 524.47,\n                \"adr_unbooked\": 519.3,\n                \"revpar\": 168,\n                \"revpar_adj\": 189.43,\n                \"avg_stay_length\": 4.92,\n                \"avg_booking_window\": 72.57,\n                \"calendar_occupancy\": 0.4334,\n                \"guest_occupancy\": 0.3203,\n                \"property_nights\": 42278,\n                \"available_nights\": 37496,\n                \"open_nights\": 23953,\n                \"guest_nights\": 13543,\n                \"hold_nights\": 4782,\n                \"guest_checkins\": 2496,\n                \"guest_checkouts\": 2942,\n                \"revenue_rent\": 7102887.2,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-19\",\n                \"listing_count\": 6066,\n                \"host_count\": 51,\n                \"adr\": 496.45,\n                \"adr_unbooked\": 485.17,\n                \"revpar\": 135.66,\n                \"revpar_adj\": 154.58,\n                \"avg_stay_length\": 4.59,\n                \"avg_booking_window\": 73.05,\n                \"calendar_occupancy\": 0.3957,\n                \"guest_occupancy\": 0.2733,\n                \"property_nights\": 42270,\n                \"available_nights\": 37096,\n                \"open_nights\": 25545,\n                \"guest_nights\": 11551,\n                \"hold_nights\": 5174,\n                \"guest_checkins\": 2218,\n                \"guest_checkouts\": 2531,\n                \"revenue_rent\": 5734446.64,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-26\",\n                \"listing_count\": 6085,\n                \"host_count\": 51,\n                \"adr\": 499.68,\n                \"adr_unbooked\": 443.61,\n                \"revpar\": 176.74,\n                \"revpar_adj\": 201.63,\n                \"avg_stay_length\": 4.17,\n                \"avg_booking_window\": 65.75,\n                \"calendar_occupancy\": 0.4772,\n                \"guest_occupancy\": 0.3537,\n                \"property_nights\": 42369,\n                \"available_nights\": 37138,\n                \"open_nights\": 22152,\n                \"guest_nights\": 14986,\n                \"hold_nights\": 5231,\n                \"guest_checkins\": 3678,\n                \"guest_checkouts\": 2010,\n                \"revenue_rent\": 7488195.51,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-02\",\n                \"listing_count\": 6164,\n                \"host_count\": 51,\n                \"adr\": 505.31,\n                \"adr_unbooked\": 468.44,\n                \"revpar\": 127.96,\n                \"revpar_adj\": 147.36,\n                \"avg_stay_length\": 4.88,\n                \"avg_booking_window\": 81.14,\n                \"calendar_occupancy\": 0.3849,\n                \"guest_occupancy\": 0.2532,\n                \"property_nights\": 42725,\n                \"available_nights\": 37099,\n                \"open_nights\": 26280,\n                \"guest_nights\": 10819,\n                \"hold_nights\": 5626,\n                \"guest_checkins\": 2280,\n                \"guest_checkouts\": 4306,\n                \"revenue_rent\": 5466992.74,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-09\",\n                \"listing_count\": 6196,\n                \"host_count\": 51,\n                \"adr\": 462.83,\n                \"adr_unbooked\": 426.12,\n                \"revpar\": 130.75,\n                \"revpar_adj\": 151.72,\n                \"avg_stay_length\": 4.79,\n                \"avg_booking_window\": 86.73,\n                \"calendar_occupancy\": 0.4207,\n                \"guest_occupancy\": 0.2825,\n                \"property_nights\": 42381,\n                \"available_nights\": 36523,\n                \"open_nights\": 24550,\n                \"guest_nights\": 11973,\n                \"hold_nights\": 5858,\n                \"guest_checkins\": 2676,\n                \"guest_checkouts\": 2537,\n                \"revenue_rent\": 5541437.81,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-16\",\n                \"listing_count\": 6072,\n                \"host_count\": 51,\n                \"adr\": 449.55,\n                \"adr_unbooked\": 398.57,\n                \"revpar\": 143.49,\n                \"revpar_adj\": 166.84,\n                \"avg_stay_length\": 4.9,\n                \"avg_booking_window\": 85.69,\n                \"calendar_occupancy\": 0.4591,\n                \"guest_occupancy\": 0.3192,\n                \"property_nights\": 41190,\n                \"available_nights\": 35425,\n                \"open_nights\": 22278,\n                \"guest_nights\": 13147,\n                \"hold_nights\": 5765,\n                \"guest_checkins\": 2962,\n                \"guest_checkouts\": 2935,\n                \"revenue_rent\": 5910295.71,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-23\",\n                \"listing_count\": 6086,\n                \"host_count\": 51,\n                \"adr\": 457.42,\n                \"adr_unbooked\": 396.81,\n                \"revpar\": 148.17,\n                \"revpar_adj\": 171.53,\n                \"avg_stay_length\": 4.77,\n                \"avg_booking_window\": 77.81,\n                \"calendar_occupancy\": 0.4601,\n                \"guest_occupancy\": 0.3239,\n                \"property_nights\": 41167,\n                \"available_nights\": 35560,\n                \"open_nights\": 22225,\n                \"guest_nights\": 13335,\n                \"hold_nights\": 5607,\n                \"guest_checkins\": 2416,\n                \"guest_checkouts\": 3321,\n                \"revenue_rent\": 6099697.15,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-30\",\n                \"listing_count\": 6087,\n                \"host_count\": 51,\n                \"adr\": 495.71,\n                \"adr_unbooked\": 401.47,\n                \"revpar\": 171.76,\n                \"revpar_adj\": 194.82,\n                \"avg_stay_length\": 5.25,\n                \"avg_booking_window\": 89.9,\n                \"calendar_occupancy\": 0.4649,\n                \"guest_occupancy\": 0.3465,\n                \"property_nights\": 41034,\n                \"available_nights\": 36177,\n                \"open_nights\": 21959,\n                \"guest_nights\": 14218,\n                \"hold_nights\": 4857,\n                \"guest_checkins\": 3729,\n                \"guest_checkouts\": 2625,\n                \"revenue_rent\": 7047991.26,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-07\",\n                \"listing_count\": 6100,\n                \"host_count\": 51,\n                \"adr\": 511.61,\n                \"adr_unbooked\": 404.37,\n                \"revpar\": 287.67,\n                \"revpar_adj\": 334.97,\n                \"avg_stay_length\": 4.64,\n                \"avg_booking_window\": 77.52,\n                \"calendar_occupancy\": 0.7035,\n                \"guest_occupancy\": 0.5623,\n                \"property_nights\": 39875,\n                \"available_nights\": 34244,\n                \"open_nights\": 11823,\n                \"guest_nights\": 22421,\n                \"hold_nights\": 5631,\n                \"guest_checkins\": 4244,\n                \"guest_checkouts\": 4522,\n                \"revenue_rent\": 11470779.81,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-14\",\n                \"listing_count\": 7096,\n                \"host_count\": 51,\n                \"adr\": 486.27,\n                \"adr_unbooked\": 332.88,\n                \"revpar\": 168.86,\n                \"revpar_adj\": 200.25,\n                \"avg_stay_length\": 4.61,\n                \"avg_booking_window\": 82.01,\n                \"calendar_occupancy\": 0.504,\n                \"guest_occupancy\": 0.3473,\n                \"property_nights\": 43650,\n                \"available_nights\": 36808,\n                \"open_nights\": 21650,\n                \"guest_nights\": 15158,\n                \"hold_nights\": 6842,\n                \"guest_checkins\": 2518,\n                \"guest_checkouts\": 5209,\n                \"revenue_rent\": 7370904.64,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-21\",\n                \"listing_count\": 7364,\n                \"host_count\": 51,\n                \"adr\": 386.87,\n                \"adr_unbooked\": 330.75,\n                \"revpar\": 77.01,\n                \"revpar_adj\": 92.39,\n                \"avg_stay_length\": 4.46,\n                \"avg_booking_window\": 71.1,\n                \"calendar_occupancy\": 0.3655,\n                \"guest_occupancy\": 0.1991,\n                \"property_nights\": 46994,\n                \"available_nights\": 39173,\n                \"open_nights\": 29818,\n                \"guest_nights\": 9355,\n                \"hold_nights\": 7821,\n                \"guest_checkins\": 1781,\n                \"guest_checkouts\": 3081,\n                \"revenue_rent\": 3619135.44,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-28\",\n                \"listing_count\": 7218,\n                \"host_count\": 50,\n                \"adr\": 368.49,\n                \"adr_unbooked\": 345.33,\n                \"revpar\": 48.88,\n                \"revpar_adj\": 58.76,\n                \"avg_stay_length\": 4.87,\n                \"avg_booking_window\": 64.42,\n                \"calendar_occupancy\": 0.3008,\n                \"guest_occupancy\": 0.1326,\n                \"property_nights\": 48339,\n                \"available_nights\": 40210,\n                \"open_nights\": 33798,\n                \"guest_nights\": 6412,\n                \"hold_nights\": 8129,\n                \"guest_checkins\": 1332,\n                \"guest_checkouts\": 1937,\n                \"revenue_rent\": 2362774.86,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-04\",\n                \"listing_count\": 7198,\n                \"host_count\": 50,\n                \"adr\": 354.34,\n                \"adr_unbooked\": 348.27,\n                \"revpar\": 41.24,\n                \"revpar_adj\": 49.94,\n                \"avg_stay_length\": 4.07,\n                \"avg_booking_window\": 61.95,\n                \"calendar_occupancy\": 0.2905,\n                \"guest_occupancy\": 0.1164,\n                \"property_nights\": 48431,\n                \"available_nights\": 39997,\n                \"open_nights\": 34360,\n                \"guest_nights\": 5637,\n                \"hold_nights\": 8434,\n                \"guest_checkins\": 1202,\n                \"guest_checkouts\": 1875,\n                \"revenue_rent\": 1997421.02,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-11\",\n                \"listing_count\": 7186,\n                \"host_count\": 50,\n                \"adr\": 350.54,\n                \"adr_unbooked\": 348.96,\n                \"revpar\": 32.45,\n                \"revpar_adj\": 38.32,\n                \"avg_stay_length\": 4.37,\n                \"avg_booking_window\": 46.29,\n                \"calendar_occupancy\": 0.2458,\n                \"guest_occupancy\": 0.0926,\n                \"property_nights\": 48985,\n                \"available_nights\": 41478,\n                \"open_nights\": 36944,\n                \"guest_nights\": 4534,\n                \"hold_nights\": 7507,\n                \"guest_checkins\": 1125,\n                \"guest_checkouts\": 1460,\n                \"revenue_rent\": 1589338.54,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-18\",\n                \"listing_count\": 7150,\n                \"host_count\": 50,\n                \"adr\": 432.69,\n                \"adr_unbooked\": 363.76,\n                \"revpar\": 45.71,\n                \"revpar_adj\": 54.91,\n                \"avg_stay_length\": 5.07,\n                \"avg_booking_window\": 85.68,\n                \"calendar_occupancy\": 0.2732,\n                \"guest_occupancy\": 0.1056,\n                \"property_nights\": 47967,\n                \"available_nights\": 39930,\n                \"open_nights\": 34863,\n                \"guest_nights\": 5067,\n                \"hold_nights\": 8037,\n                \"guest_checkins\": 1428,\n                \"guest_checkouts\": 1198,\n                \"revenue_rent\": 2192446.19,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-25\",\n                \"listing_count\": 7061,\n                \"host_count\": 50,\n                \"adr\": 511.71,\n                \"adr_unbooked\": 358.17,\n                \"revpar\": 97.66,\n                \"revpar_adj\": 134.46,\n                \"avg_stay_length\": 4.72,\n                \"avg_booking_window\": 85.93,\n                \"calendar_occupancy\": 0.4646,\n                \"guest_occupancy\": 0.1909,\n                \"property_nights\": 44134,\n                \"available_nights\": 32054,\n                \"open_nights\": 23631,\n                \"guest_nights\": 8423,\n                \"hold_nights\": 12080,\n                \"guest_checkins\": 1151,\n                \"guest_checkouts\": 2991,\n                \"revenue_rent\": 4310136.73,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-02\",\n                \"listing_count\": 7099,\n                \"host_count\": 50,\n                \"adr\": 339.15,\n                \"adr_unbooked\": 343.26,\n                \"revpar\": 11.73,\n                \"revpar_adj\": 14.2,\n                \"avg_stay_length\": 5.55,\n                \"avg_booking_window\": 56.95,\n                \"calendar_occupancy\": 0.2089,\n                \"guest_occupancy\": 0.0346,\n                \"property_nights\": 48986,\n                \"available_nights\": 40446,\n                \"open_nights\": 38752,\n                \"guest_nights\": 1694,\n                \"hold_nights\": 8540,\n                \"guest_checkins\": 345,\n                \"guest_checkouts\": 698,\n                \"revenue_rent\": 574518.13,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-09\",\n                \"listing_count\": 7069,\n                \"host_count\": 50,\n                \"adr\": 291.75,\n                \"adr_unbooked\": 354.05,\n                \"revpar\": 8.44,\n                \"revpar_adj\": 10.06,\n                \"avg_stay_length\": 5.78,\n                \"avg_booking_window\": 42.14,\n                \"calendar_occupancy\": 0.1899,\n                \"guest_occupancy\": 0.0289,\n                \"property_nights\": 49081,\n                \"available_nights\": 41179,\n                \"open_nights\": 39759,\n                \"guest_nights\": 1420,\n                \"hold_nights\": 7902,\n                \"guest_checkins\": 370,\n                \"guest_checkouts\": 409,\n                \"revenue_rent\": 414284.84,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-16\",\n                \"listing_count\": 7029,\n                \"host_count\": 49,\n                \"adr\": 404.55,\n                \"adr_unbooked\": 367.25,\n                \"revpar\": 29.89,\n                \"revpar_adj\": 34.92,\n                \"avg_stay_length\": 5.72,\n                \"avg_booking_window\": 50.98,\n                \"calendar_occupancy\": 0.2179,\n                \"guest_occupancy\": 0.0739,\n                \"property_nights\": 48400,\n                \"available_nights\": 41431,\n                \"open_nights\": 37855,\n                \"guest_nights\": 3576,\n                \"hold_nights\": 6969,\n                \"guest_checkins\": 1123,\n                \"guest_checkouts\": 483,\n                \"revenue_rent\": 1446687.75,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-23\",\n                \"listing_count\": 6877,\n                \"host_count\": 49,\n                \"adr\": 467.46,\n                \"adr_unbooked\": 388.83,\n                \"revpar\": 115.58,\n                \"revpar_adj\": 141.24,\n                \"avg_stay_length\": 5.21,\n                \"avg_booking_window\": 55.85,\n                \"calendar_occupancy\": 0.4289,\n                \"guest_occupancy\": 0.2473,\n                \"property_nights\": 46004,\n                \"available_nights\": 37647,\n                \"open_nights\": 26272,\n                \"guest_nights\": 11375,\n                \"hold_nights\": 8357,\n                \"guest_checkins\": 2889,\n                \"guest_checkouts\": 1530,\n                \"revenue_rent\": 5317332.36,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"745b0198-3202-4679-83a1-faf3ccd8406c\",\n                \"market_name\": \"30A\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-30\",\n                \"listing_count\": 7018,\n                \"host_count\": 50,\n                \"adr\": 466.49,\n                \"adr_unbooked\": 365.98,\n                \"revpar\": 98.17,\n                \"revpar_adj\": 131.08,\n                \"avg_stay_length\": 8.15,\n                \"avg_booking_window\": 47.38,\n                \"calendar_occupancy\": 0.4615,\n                \"guest_occupancy\": 0.2105,\n                \"property_nights\": 46514,\n                \"available_nights\": 34836,\n                \"open_nights\": 25047,\n                \"guest_nights\": 9789,\n                \"hold_nights\": 11678,\n                \"guest_checkins\": 973,\n                \"guest_checkouts\": 3682,\n                \"revenue_rent\": 4566448.49,\n                \"updated_on\": \"2025-08-05\"\n            }\n        ]\n    },\n    \"errors\": null\n}"},{"id":"25c4b5ac-81cf-4e80-a803-8da39b42b393","name":"No OTA","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_uuid\": \"{{market_uuid}}\",\n  \"start_date\": \"2024-01-01\",\n  \"end_date\": \"2024-12-31\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/kpis/week"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Aug 2025 21:26:50 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-azure-ref","value":"20250805T212650Z-16dc8544dbd7j5z4hC1CO1epz0000000012g00000000kr5f"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"kpis\": [\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-01\",\n                \"listing_count\": 109,\n                \"adr\": 1192.03,\n                \"adr_unbooked\": 1367.19,\n                \"revpar\": 515.98,\n                \"revpar_adj\": 734.58,\n                \"avg_stay_length\": 4.73,\n                \"avg_booking_window\": 81.91,\n                \"calendar_occupancy\": 0.7304,\n                \"guest_occupancy\": 0.4329,\n                \"property_nights\": 12161,\n                \"available_nights\": 8542,\n                \"open_nights\": 3278,\n                \"guest_nights\": 5264,\n                \"hold_nights\": 3619,\n                \"guest_checkins\": 1166,\n                \"guest_checkouts\": 1482,\n                \"revenue_rent\": 6274824.87,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-01\",\n                \"listing_count\": 101,\n                \"adr\": 931.9,\n                \"adr_unbooked\": 606.43,\n                \"revpar\": 401.53,\n                \"revpar_adj\": 450.49,\n                \"avg_stay_length\": 3.7,\n                \"avg_booking_window\": 58.77,\n                \"calendar_occupancy\": 0.5396,\n                \"guest_occupancy\": 0.4309,\n                \"property_nights\": 13222,\n                \"available_nights\": 11785,\n                \"open_nights\": 6088,\n                \"guest_nights\": 5697,\n                \"hold_nights\": 1437,\n                \"guest_checkins\": 1561,\n                \"guest_checkouts\": 1816,\n                \"revenue_rent\": 5309056.19,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-08\",\n                \"listing_count\": 128,\n                \"adr\": 911.93,\n                \"adr_unbooked\": 1299.5,\n                \"revpar\": 336.65,\n                \"revpar_adj\": 462.46,\n                \"avg_stay_length\": 4.31,\n                \"avg_booking_window\": 69.79,\n                \"calendar_occupancy\": 0.6412,\n                \"guest_occupancy\": 0.3692,\n                \"property_nights\": 12344,\n                \"available_nights\": 8986,\n                \"open_nights\": 4429,\n                \"guest_nights\": 4557,\n                \"hold_nights\": 3358,\n                \"guest_checkins\": 1015,\n                \"guest_checkouts\": 1019,\n                \"revenue_rent\": 4155653.51,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-08\",\n                \"listing_count\": 115,\n                \"adr\": 761.62,\n                \"adr_unbooked\": 631.94,\n                \"revpar\": 287,\n                \"revpar_adj\": 319.04,\n                \"avg_stay_length\": 2.78,\n                \"avg_booking_window\": 38.97,\n                \"calendar_occupancy\": 0.4772,\n                \"guest_occupancy\": 0.3768,\n                \"property_nights\": 13274,\n                \"available_nights\": 11941,\n                \"open_nights\": 6939,\n                \"guest_nights\": 5002,\n                \"hold_nights\": 1333,\n                \"guest_checkins\": 1644,\n                \"guest_checkouts\": 1646,\n                \"revenue_rent\": 3809603.26,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-15\",\n                \"listing_count\": 151,\n                \"adr\": 888.15,\n                \"adr_unbooked\": 1298.78,\n                \"revpar\": 307.46,\n                \"revpar_adj\": 426.96,\n                \"avg_stay_length\": 4.4,\n                \"avg_booking_window\": 69.62,\n                \"calendar_occupancy\": 0.6261,\n                \"guest_occupancy\": 0.3462,\n                \"property_nights\": 12355,\n                \"available_nights\": 8897,\n                \"open_nights\": 4620,\n                \"guest_nights\": 4277,\n                \"hold_nights\": 3458,\n                \"guest_checkins\": 1038,\n                \"guest_checkouts\": 1154,\n                \"revenue_rent\": 3798626.63,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-15\",\n                \"listing_count\": 141,\n                \"adr\": 722.6,\n                \"adr_unbooked\": 713.96,\n                \"revpar\": 256.73,\n                \"revpar_adj\": 286.08,\n                \"avg_stay_length\": 3.25,\n                \"avg_booking_window\": 45.15,\n                \"calendar_occupancy\": 0.4579,\n                \"guest_occupancy\": 0.3553,\n                \"property_nights\": 13617,\n                \"available_nights\": 12220,\n                \"open_nights\": 7382,\n                \"guest_nights\": 4838,\n                \"hold_nights\": 1397,\n                \"guest_checkins\": 1646,\n                \"guest_checkouts\": 1783,\n                \"revenue_rent\": 3495923.55,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-22\",\n                \"listing_count\": 121,\n                \"adr\": 893.27,\n                \"adr_unbooked\": 1265.87,\n                \"revpar\": 342.9,\n                \"revpar_adj\": 484.77,\n                \"avg_stay_length\": 4.33,\n                \"avg_booking_window\": 78.4,\n                \"calendar_occupancy\": 0.6765,\n                \"guest_occupancy\": 0.3839,\n                \"property_nights\": 12353,\n                \"available_nights\": 8738,\n                \"open_nights\": 3996,\n                \"guest_nights\": 4742,\n                \"hold_nights\": 3615,\n                \"guest_checkins\": 1110,\n                \"guest_checkouts\": 1151,\n                \"revenue_rent\": 4235897.4,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-22\",\n                \"listing_count\": 116,\n                \"adr\": 740.16,\n                \"adr_unbooked\": 635.66,\n                \"revpar\": 295.28,\n                \"revpar_adj\": 329.81,\n                \"avg_stay_length\": 3.03,\n                \"avg_booking_window\": 47.12,\n                \"calendar_occupancy\": 0.5036,\n                \"guest_occupancy\": 0.3989,\n                \"property_nights\": 13889,\n                \"available_nights\": 12435,\n                \"open_nights\": 6894,\n                \"guest_nights\": 5541,\n                \"hold_nights\": 1454,\n                \"guest_checkins\": 1863,\n                \"guest_checkouts\": 1887,\n                \"revenue_rent\": 4101199.67,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-29\",\n                \"listing_count\": 125,\n                \"adr\": 918.43,\n                \"adr_unbooked\": 1288.41,\n                \"revpar\": 346.27,\n                \"revpar_adj\": 495.29,\n                \"avg_stay_length\": 4.41,\n                \"avg_booking_window\": 83.31,\n                \"calendar_occupancy\": 0.6779,\n                \"guest_occupancy\": 0.377,\n                \"property_nights\": 12344,\n                \"available_nights\": 8630,\n                \"open_nights\": 3976,\n                \"guest_nights\": 4654,\n                \"hold_nights\": 3714,\n                \"guest_checkins\": 1093,\n                \"guest_checkouts\": 1063,\n                \"revenue_rent\": 4274388.55,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-01-29\",\n                \"listing_count\": 113,\n                \"adr\": 739.94,\n                \"adr_unbooked\": 646.24,\n                \"revpar\": 292.12,\n                \"revpar_adj\": 329.85,\n                \"avg_stay_length\": 3.29,\n                \"avg_booking_window\": 49.4,\n                \"calendar_occupancy\": 0.5092,\n                \"guest_occupancy\": 0.3948,\n                \"property_nights\": 13934,\n                \"available_nights\": 12340,\n                \"open_nights\": 6839,\n                \"guest_nights\": 5501,\n                \"hold_nights\": 1594,\n                \"guest_checkins\": 1760,\n                \"guest_checkouts\": 1751,\n                \"revenue_rent\": 4070386.14,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-05\",\n                \"listing_count\": 91,\n                \"adr\": 1003.25,\n                \"adr_unbooked\": 1330.61,\n                \"revpar\": 420.66,\n                \"revpar_adj\": 612.25,\n                \"avg_stay_length\": 4.33,\n                \"avg_booking_window\": 87.88,\n                \"calendar_occupancy\": 0.7322,\n                \"guest_occupancy\": 0.4193,\n                \"property_nights\": 12335,\n                \"available_nights\": 8475,\n                \"open_nights\": 3303,\n                \"guest_nights\": 5172,\n                \"hold_nights\": 3860,\n                \"guest_checkins\": 1205,\n                \"guest_checkouts\": 1227,\n                \"revenue_rent\": 5188822.58,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-05\",\n                \"listing_count\": 99,\n                \"adr\": 789.23,\n                \"adr_unbooked\": 623.19,\n                \"revpar\": 333.53,\n                \"revpar_adj\": 375.13,\n                \"avg_stay_length\": 3.33,\n                \"avg_booking_window\": 58.02,\n                \"calendar_occupancy\": 0.5335,\n                \"guest_occupancy\": 0.4226,\n                \"property_nights\": 13916,\n                \"available_nights\": 12373,\n                \"open_nights\": 6492,\n                \"guest_nights\": 5881,\n                \"hold_nights\": 1543,\n                \"guest_checkins\": 1711,\n                \"guest_checkouts\": 1755,\n                \"revenue_rent\": 4641470.25,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-12\",\n                \"listing_count\": 89,\n                \"adr\": 1092.81,\n                \"adr_unbooked\": 1381.98,\n                \"revpar\": 480.6,\n                \"revpar_adj\": 694.39,\n                \"avg_stay_length\": 4.19,\n                \"avg_booking_window\": 94.43,\n                \"calendar_occupancy\": 0.7477,\n                \"guest_occupancy\": 0.4398,\n                \"property_nights\": 12222,\n                \"available_nights\": 8459,\n                \"open_nights\": 3084,\n                \"guest_nights\": 5375,\n                \"hold_nights\": 3763,\n                \"guest_checkins\": 1260,\n                \"guest_checkouts\": 1197,\n                \"revenue_rent\": 5873876.07,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-12\",\n                \"listing_count\": 98,\n                \"adr\": 841.27,\n                \"adr_unbooked\": 592.31,\n                \"revpar\": 386.7,\n                \"revpar_adj\": 433.28,\n                \"avg_stay_length\": 3.21,\n                \"avg_booking_window\": 59.82,\n                \"calendar_occupancy\": 0.5672,\n                \"guest_occupancy\": 0.4597,\n                \"property_nights\": 13943,\n                \"available_nights\": 12444,\n                \"open_nights\": 6035,\n                \"guest_nights\": 6409,\n                \"hold_nights\": 1499,\n                \"guest_checkins\": 2049,\n                \"guest_checkouts\": 1917,\n                \"revenue_rent\": 5391715.72,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-19\",\n                \"listing_count\": 82,\n                \"adr\": 1091.77,\n                \"adr_unbooked\": 1431.79,\n                \"revpar\": 494.68,\n                \"revpar_adj\": 698.28,\n                \"avg_stay_length\": 4.19,\n                \"avg_booking_window\": 96.76,\n                \"calendar_occupancy\": 0.7447,\n                \"guest_occupancy\": 0.4531,\n                \"property_nights\": 11973,\n                \"available_nights\": 8482,\n                \"open_nights\": 3057,\n                \"guest_nights\": 5425,\n                \"hold_nights\": 3491,\n                \"guest_checkins\": 1305,\n                \"guest_checkouts\": 1513,\n                \"revenue_rent\": 5922847.05,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-19\",\n                \"listing_count\": 86,\n                \"adr\": 872.42,\n                \"adr_unbooked\": 582.82,\n                \"revpar\": 405.1,\n                \"revpar_adj\": 452.32,\n                \"avg_stay_length\": 3.23,\n                \"avg_booking_window\": 60.38,\n                \"calendar_occupancy\": 0.5687,\n                \"guest_occupancy\": 0.4643,\n                \"property_nights\": 13910,\n                \"available_nights\": 12458,\n                \"open_nights\": 5999,\n                \"guest_nights\": 6459,\n                \"hold_nights\": 1452,\n                \"guest_checkins\": 2004,\n                \"guest_checkouts\": 2274,\n                \"revenue_rent\": 5634955.19,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-26\",\n                \"listing_count\": 97,\n                \"adr\": 1019.98,\n                \"adr_unbooked\": 1442.2,\n                \"revpar\": 425.64,\n                \"revpar_adj\": 612.16,\n                \"avg_stay_length\": 4.26,\n                \"avg_booking_window\": 89.54,\n                \"calendar_occupancy\": 0.722,\n                \"guest_occupancy\": 0.4173,\n                \"property_nights\": 11953,\n                \"available_nights\": 8311,\n                \"open_nights\": 3323,\n                \"guest_nights\": 4988,\n                \"hold_nights\": 3642,\n                \"guest_checkins\": 1170,\n                \"guest_checkouts\": 1232,\n                \"revenue_rent\": 5087636.73,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-02-26\",\n                \"listing_count\": 97,\n                \"adr\": 834.3,\n                \"adr_unbooked\": 638.64,\n                \"revpar\": 359.77,\n                \"revpar_adj\": 408.56,\n                \"avg_stay_length\": 3.14,\n                \"avg_booking_window\": 54.93,\n                \"calendar_occupancy\": 0.5506,\n                \"guest_occupancy\": 0.4312,\n                \"property_nights\": 13893,\n                \"available_nights\": 12234,\n                \"open_nights\": 6243,\n                \"guest_nights\": 5991,\n                \"hold_nights\": 1659,\n                \"guest_checkins\": 1950,\n                \"guest_checkouts\": 1975,\n                \"revenue_rent\": 4998301.62,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-04\",\n                \"listing_count\": 98,\n                \"adr\": 1021.12,\n                \"adr_unbooked\": 1347.83,\n                \"revpar\": 431.92,\n                \"revpar_adj\": 624.22,\n                \"avg_stay_length\": 4.36,\n                \"avg_booking_window\": 89.14,\n                \"calendar_occupancy\": 0.7311,\n                \"guest_occupancy\": 0.423,\n                \"property_nights\": 11913,\n                \"available_nights\": 8243,\n                \"open_nights\": 3204,\n                \"guest_nights\": 5039,\n                \"hold_nights\": 3670,\n                \"guest_checkins\": 1237,\n                \"guest_checkouts\": 1197,\n                \"revenue_rent\": 5145443.37,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-04\",\n                \"listing_count\": 95,\n                \"adr\": 839.88,\n                \"adr_unbooked\": 609.37,\n                \"revpar\": 368.93,\n                \"revpar_adj\": 414.65,\n                \"avg_stay_length\": 3.13,\n                \"avg_booking_window\": 54.77,\n                \"calendar_occupancy\": 0.5495,\n                \"guest_occupancy\": 0.4393,\n                \"property_nights\": 13837,\n                \"available_nights\": 12311,\n                \"open_nights\": 6233,\n                \"guest_nights\": 6078,\n                \"hold_nights\": 1526,\n                \"guest_checkins\": 1951,\n                \"guest_checkouts\": 1952,\n                \"revenue_rent\": 5104815.31,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-11\",\n                \"listing_count\": 83,\n                \"adr\": 1015.43,\n                \"adr_unbooked\": 1248.9,\n                \"revpar\": 459.41,\n                \"revpar_adj\": 665.54,\n                \"avg_stay_length\": 4.07,\n                \"avg_booking_window\": 80.51,\n                \"calendar_occupancy\": 0.7621,\n                \"guest_occupancy\": 0.4524,\n                \"property_nights\": 11856,\n                \"available_nights\": 8184,\n                \"open_nights\": 2820,\n                \"guest_nights\": 5364,\n                \"hold_nights\": 3672,\n                \"guest_checkins\": 1111,\n                \"guest_checkouts\": 1354,\n                \"revenue_rent\": 5446763.64,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-11\",\n                \"listing_count\": 86,\n                \"adr\": 828.52,\n                \"adr_unbooked\": 562.74,\n                \"revpar\": 372.21,\n                \"revpar_adj\": 418.89,\n                \"avg_stay_length\": 3,\n                \"avg_booking_window\": 53.03,\n                \"calendar_occupancy\": 0.5607,\n                \"guest_occupancy\": 0.4493,\n                \"property_nights\": 13794,\n                \"available_nights\": 12257,\n                \"open_nights\": 6060,\n                \"guest_nights\": 6197,\n                \"hold_nights\": 1537,\n                \"guest_checkins\": 1763,\n                \"guest_checkouts\": 1971,\n                \"revenue_rent\": 5134325.63,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-18\",\n                \"listing_count\": 105,\n                \"adr\": 951.47,\n                \"adr_unbooked\": 1196.88,\n                \"revpar\": 367.21,\n                \"revpar_adj\": 527.85,\n                \"avg_stay_length\": 4.54,\n                \"avg_booking_window\": 91.67,\n                \"calendar_occupancy\": 0.6903,\n                \"guest_occupancy\": 0.3859,\n                \"property_nights\": 11823,\n                \"available_nights\": 8225,\n                \"open_nights\": 3662,\n                \"guest_nights\": 4563,\n                \"hold_nights\": 3598,\n                \"guest_checkins\": 1165,\n                \"guest_checkouts\": 1101,\n                \"revenue_rent\": 4341535.94,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-18\",\n                \"listing_count\": 106,\n                \"adr\": 826.32,\n                \"adr_unbooked\": 618.61,\n                \"revpar\": 342.15,\n                \"revpar_adj\": 387.11,\n                \"avg_stay_length\": 3.05,\n                \"avg_booking_window\": 50.88,\n                \"calendar_occupancy\": 0.5302,\n                \"guest_occupancy\": 0.4141,\n                \"property_nights\": 13744,\n                \"available_nights\": 12148,\n                \"open_nights\": 6457,\n                \"guest_nights\": 5691,\n                \"hold_nights\": 1596,\n                \"guest_checkins\": 2128,\n                \"guest_checkouts\": 2064,\n                \"revenue_rent\": 4702572.46,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-25\",\n                \"listing_count\": 117,\n                \"adr\": 909.13,\n                \"adr_unbooked\": 956.87,\n                \"revpar\": 386.8,\n                \"revpar_adj\": 571.55,\n                \"avg_stay_length\": 4.52,\n                \"avg_booking_window\": 79.48,\n                \"calendar_occupancy\": 0.7487,\n                \"guest_occupancy\": 0.4255,\n                \"property_nights\": 11799,\n                \"available_nights\": 7985,\n                \"open_nights\": 2965,\n                \"guest_nights\": 5020,\n                \"hold_nights\": 3814,\n                \"guest_checkins\": 877,\n                \"guest_checkouts\": 1188,\n                \"revenue_rent\": 4563844.61,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-03-25\",\n                \"listing_count\": 101,\n                \"adr\": 794.5,\n                \"adr_unbooked\": 491.91,\n                \"revpar\": 347.89,\n                \"revpar_adj\": 399.38,\n                \"avg_stay_length\": 3.04,\n                \"avg_booking_window\": 45.52,\n                \"calendar_occupancy\": 0.5668,\n                \"guest_occupancy\": 0.4379,\n                \"property_nights\": 13666,\n                \"available_nights\": 11904,\n                \"open_nights\": 5920,\n                \"guest_nights\": 5984,\n                \"hold_nights\": 1762,\n                \"guest_checkins\": 1508,\n                \"guest_checkouts\": 1776,\n                \"revenue_rent\": 4754270.04,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-01\",\n                \"listing_count\": 196,\n                \"adr\": 681.36,\n                \"adr_unbooked\": 979.46,\n                \"revpar\": 188.31,\n                \"revpar_adj\": 260.81,\n                \"avg_stay_length\": 3.87,\n                \"avg_booking_window\": 69.58,\n                \"calendar_occupancy\": 0.5544,\n                \"guest_occupancy\": 0.2764,\n                \"property_nights\": 11792,\n                \"available_nights\": 8514,\n                \"open_nights\": 5255,\n                \"guest_nights\": 3259,\n                \"hold_nights\": 3278,\n                \"guest_checkins\": 674,\n                \"guest_checkouts\": 997,\n                \"revenue_rent\": 2220537.23,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-01\",\n                \"listing_count\": 107,\n                \"adr\": 677.42,\n                \"adr_unbooked\": 657.52,\n                \"revpar\": 218.56,\n                \"revpar_adj\": 262.55,\n                \"avg_stay_length\": 2.21,\n                \"avg_booking_window\": 26.86,\n                \"calendar_occupancy\": 0.4902,\n                \"guest_occupancy\": 0.3226,\n                \"property_nights\": 13526,\n                \"available_nights\": 11260,\n                \"open_nights\": 6896,\n                \"guest_nights\": 4364,\n                \"hold_nights\": 2266,\n                \"guest_checkins\": 1684,\n                \"guest_checkouts\": 1992,\n                \"revenue_rent\": 2956266.72,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-08\",\n                \"listing_count\": 217,\n                \"adr\": 471.66,\n                \"adr_unbooked\": 829.64,\n                \"revpar\": 57.69,\n                \"revpar_adj\": 78.55,\n                \"avg_stay_length\": 4.75,\n                \"avg_booking_window\": 42.78,\n                \"calendar_occupancy\": 0.3879,\n                \"guest_occupancy\": 0.1223,\n                \"property_nights\": 11774,\n                \"available_nights\": 8647,\n                \"open_nights\": 7207,\n                \"guest_nights\": 1440,\n                \"hold_nights\": 3127,\n                \"guest_checkins\": 339,\n                \"guest_checkouts\": 450,\n                \"revenue_rent\": 679197.32,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-08\",\n                \"listing_count\": 119,\n                \"adr\": 567.05,\n                \"adr_unbooked\": 757.56,\n                \"revpar\": 102.25,\n                \"revpar_adj\": 144.05,\n                \"avg_stay_length\": 1.68,\n                \"avg_booking_window\": 13.22,\n                \"calendar_occupancy\": 0.4705,\n                \"guest_occupancy\": 0.1803,\n                \"property_nights\": 13620,\n                \"available_nights\": 9668,\n                \"open_nights\": 7212,\n                \"guest_nights\": 2456,\n                \"hold_nights\": 3952,\n                \"guest_checkins\": 1305,\n                \"guest_checkouts\": 1479,\n                \"revenue_rent\": 1392671.81,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-15\",\n                \"listing_count\": 228,\n                \"adr\": 379.78,\n                \"adr_unbooked\": 721.8,\n                \"revpar\": 29.63,\n                \"revpar_adj\": 40.41,\n                \"avg_stay_length\": 3.73,\n                \"avg_booking_window\": 35.27,\n                \"calendar_occupancy\": 0.3448,\n                \"guest_occupancy\": 0.078,\n                \"property_nights\": 11742,\n                \"available_nights\": 8609,\n                \"open_nights\": 7693,\n                \"guest_nights\": 916,\n                \"hold_nights\": 3133,\n                \"guest_checkins\": 226,\n                \"guest_checkouts\": 297,\n                \"revenue_rent\": 347876.65,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-15\",\n                \"listing_count\": 122,\n                \"adr\": 499.65,\n                \"adr_unbooked\": 699.8,\n                \"revpar\": 72.37,\n                \"revpar_adj\": 105.34,\n                \"avg_stay_length\": 1.55,\n                \"avg_booking_window\": 9.36,\n                \"calendar_occupancy\": 0.4578,\n                \"guest_occupancy\": 0.1448,\n                \"property_nights\": 13636,\n                \"available_nights\": 9368,\n                \"open_nights\": 7393,\n                \"guest_nights\": 1975,\n                \"hold_nights\": 4268,\n                \"guest_checkins\": 1239,\n                \"guest_checkouts\": 1310,\n                \"revenue_rent\": 986805.61,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-22\",\n                \"listing_count\": 234,\n                \"adr\": 406.21,\n                \"adr_unbooked\": 646.56,\n                \"revpar\": 11.97,\n                \"revpar_adj\": 16.48,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 38.68,\n                \"calendar_occupancy\": 0.3031,\n                \"guest_occupancy\": 0.0295,\n                \"property_nights\": 11640,\n                \"available_nights\": 8455,\n                \"open_nights\": 8112,\n                \"guest_nights\": 343,\n                \"hold_nights\": 3185,\n                \"guest_checkins\": 75,\n                \"guest_checkouts\": 141,\n                \"revenue_rent\": 139329.35,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-22\",\n                \"listing_count\": 131,\n                \"adr\": 412.88,\n                \"adr_unbooked\": 658.03,\n                \"revpar\": 39.37,\n                \"revpar_adj\": 61.67,\n                \"avg_stay_length\": 1.48,\n                \"avg_booking_window\": 6.74,\n                \"calendar_occupancy\": 0.4569,\n                \"guest_occupancy\": 0.0954,\n                \"property_nights\": 13811,\n                \"available_nights\": 8818,\n                \"open_nights\": 7501,\n                \"guest_nights\": 1317,\n                \"hold_nights\": 4993,\n                \"guest_checkins\": 920,\n                \"guest_checkouts\": 1040,\n                \"revenue_rent\": 543762.69,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-29\",\n                \"listing_count\": 242,\n                \"adr\": 373.4,\n                \"adr_unbooked\": 598.38,\n                \"revpar\": 7.86,\n                \"revpar_adj\": 11.24,\n                \"avg_stay_length\": 4.12,\n                \"avg_booking_window\": 50.24,\n                \"calendar_occupancy\": 0.3217,\n                \"guest_occupancy\": 0.021,\n                \"property_nights\": 11358,\n                \"available_nights\": 7943,\n                \"open_nights\": 7704,\n                \"guest_nights\": 239,\n                \"hold_nights\": 3415,\n                \"guest_checkins\": 58,\n                \"guest_checkouts\": 72,\n                \"revenue_rent\": 89241.66,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-04-29\",\n                \"listing_count\": 128,\n                \"adr\": 407.55,\n                \"adr_unbooked\": 638.21,\n                \"revpar\": 31.58,\n                \"revpar_adj\": 52.86,\n                \"avg_stay_length\": 1.54,\n                \"avg_booking_window\": 6.58,\n                \"calendar_occupancy\": 0.4802,\n                \"guest_occupancy\": 0.0775,\n                \"property_nights\": 13785,\n                \"available_nights\": 8234,\n                \"open_nights\": 7166,\n                \"guest_nights\": 1068,\n                \"hold_nights\": 5551,\n                \"guest_checkins\": 704,\n                \"guest_checkouts\": 725,\n                \"revenue_rent\": 435266.05,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-06\",\n                \"listing_count\": 215,\n                \"adr\": 311.73,\n                \"adr_unbooked\": 557.32,\n                \"revpar\": 7.16,\n                \"revpar_adj\": 10.64,\n                \"avg_stay_length\": 3.58,\n                \"avg_booking_window\": 33.37,\n                \"calendar_occupancy\": 0.3498,\n                \"guest_occupancy\": 0.023,\n                \"property_nights\": 11271,\n                \"available_nights\": 7587,\n                \"open_nights\": 7328,\n                \"guest_nights\": 259,\n                \"hold_nights\": 3684,\n                \"guest_checkins\": 67,\n                \"guest_checkouts\": 63,\n                \"revenue_rent\": 80737.02,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-06\",\n                \"listing_count\": 123,\n                \"adr\": 381.62,\n                \"adr_unbooked\": 577.64,\n                \"revpar\": 27.5,\n                \"revpar_adj\": 45.29,\n                \"avg_stay_length\": 1.54,\n                \"avg_booking_window\": 6.08,\n                \"calendar_occupancy\": 0.4649,\n                \"guest_occupancy\": 0.0721,\n                \"property_nights\": 13765,\n                \"available_nights\": 8358,\n                \"open_nights\": 7366,\n                \"guest_nights\": 992,\n                \"hold_nights\": 5407,\n                \"guest_checkins\": 639,\n                \"guest_checkouts\": 677,\n                \"revenue_rent\": 378563.87,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-13\",\n                \"listing_count\": 207,\n                \"adr\": 293.59,\n                \"adr_unbooked\": 566.67,\n                \"revpar\": 9.31,\n                \"revpar_adj\": 13.77,\n                \"avg_stay_length\": 3.36,\n                \"avg_booking_window\": 35.02,\n                \"calendar_occupancy\": 0.3557,\n                \"guest_occupancy\": 0.0317,\n                \"property_nights\": 11292,\n                \"available_nights\": 7633,\n                \"open_nights\": 7275,\n                \"guest_nights\": 358,\n                \"hold_nights\": 3659,\n                \"guest_checkins\": 85,\n                \"guest_checkouts\": 76,\n                \"revenue_rent\": 105105.96,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-13\",\n                \"listing_count\": 122,\n                \"adr\": 377.18,\n                \"adr_unbooked\": 587.55,\n                \"revpar\": 29.08,\n                \"revpar_adj\": 48.92,\n                \"avg_stay_length\": 1.66,\n                \"avg_booking_window\": 10.95,\n                \"calendar_occupancy\": 0.4827,\n                \"guest_occupancy\": 0.0771,\n                \"property_nights\": 13763,\n                \"available_nights\": 8181,\n                \"open_nights\": 7120,\n                \"guest_nights\": 1061,\n                \"hold_nights\": 5582,\n                \"guest_checkins\": 599,\n                \"guest_checkouts\": 581,\n                \"revenue_rent\": 400185.17,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-20\",\n                \"listing_count\": 203,\n                \"adr\": 346.94,\n                \"adr_unbooked\": 599.71,\n                \"revpar\": 21.03,\n                \"revpar_adj\": 31.01,\n                \"avg_stay_length\": 3.16,\n                \"avg_booking_window\": 35.1,\n                \"calendar_occupancy\": 0.3824,\n                \"guest_occupancy\": 0.0606,\n                \"property_nights\": 11300,\n                \"available_nights\": 7664,\n                \"open_nights\": 6979,\n                \"guest_nights\": 685,\n                \"hold_nights\": 3636,\n                \"guest_checkins\": 219,\n                \"guest_checkouts\": 132,\n                \"revenue_rent\": 237652.48,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-20\",\n                \"listing_count\": 121,\n                \"adr\": 402.75,\n                \"adr_unbooked\": 590.99,\n                \"revpar\": 45.1,\n                \"revpar_adj\": 72.95,\n                \"avg_stay_length\": 2.07,\n                \"avg_booking_window\": 15.27,\n                \"calendar_occupancy\": 0.4937,\n                \"guest_occupancy\": 0.112,\n                \"property_nights\": 13779,\n                \"available_nights\": 8519,\n                \"open_nights\": 6976,\n                \"guest_nights\": 1543,\n                \"hold_nights\": 5260,\n                \"guest_checkins\": 860,\n                \"guest_checkouts\": 598,\n                \"revenue_rent\": 621446.13,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-27\",\n                \"listing_count\": 202,\n                \"adr\": 371.17,\n                \"adr_unbooked\": 632.94,\n                \"revpar\": 21.38,\n                \"revpar_adj\": 31.22,\n                \"avg_stay_length\": 3.89,\n                \"avg_booking_window\": 52.41,\n                \"calendar_occupancy\": 0.3727,\n                \"guest_occupancy\": 0.0576,\n                \"property_nights\": 11301,\n                \"available_nights\": 7740,\n                \"open_nights\": 7089,\n                \"guest_nights\": 651,\n                \"hold_nights\": 3561,\n                \"guest_checkins\": 199,\n                \"guest_checkouts\": 258,\n                \"revenue_rent\": 241634.24,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-05-27\",\n                \"listing_count\": 120,\n                \"adr\": 382.65,\n                \"adr_unbooked\": 593.97,\n                \"revpar\": 43.44,\n                \"revpar_adj\": 69.27,\n                \"avg_stay_length\": 2.28,\n                \"avg_booking_window\": 23.72,\n                \"calendar_occupancy\": 0.4864,\n                \"guest_occupancy\": 0.1135,\n                \"property_nights\": 13796,\n                \"available_nights\": 8651,\n                \"open_nights\": 7085,\n                \"guest_nights\": 1566,\n                \"hold_nights\": 5145,\n                \"guest_checkins\": 763,\n                \"guest_checkouts\": 965,\n                \"revenue_rent\": 599232.55,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-03\",\n                \"listing_count\": 198,\n                \"adr\": 359.52,\n                \"adr_unbooked\": 659.61,\n                \"revpar\": 49.12,\n                \"revpar_adj\": 72.32,\n                \"avg_stay_length\": 3.28,\n                \"avg_booking_window\": 65.52,\n                \"calendar_occupancy\": 0.4573,\n                \"guest_occupancy\": 0.1366,\n                \"property_nights\": 11285,\n                \"available_nights\": 7666,\n                \"open_nights\": 6124,\n                \"guest_nights\": 1542,\n                \"hold_nights\": 3619,\n                \"guest_checkins\": 522,\n                \"guest_checkouts\": 417,\n                \"revenue_rent\": 554374.06,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-03\",\n                \"listing_count\": 120,\n                \"adr\": 417.05,\n                \"adr_unbooked\": 584.88,\n                \"revpar\": 77.74,\n                \"revpar_adj\": 116.31,\n                \"avg_stay_length\": 2.17,\n                \"avg_booking_window\": 30.42,\n                \"calendar_occupancy\": 0.518,\n                \"guest_occupancy\": 0.1864,\n                \"property_nights\": 13847,\n                \"available_nights\": 9255,\n                \"open_nights\": 6674,\n                \"guest_nights\": 2581,\n                \"hold_nights\": 4592,\n                \"guest_checkins\": 1163,\n                \"guest_checkouts\": 1107,\n                \"revenue_rent\": 1076416.38,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-10\",\n                \"listing_count\": 187,\n                \"adr\": 400.41,\n                \"adr_unbooked\": 678.97,\n                \"revpar\": 58.05,\n                \"revpar_adj\": 84.7,\n                \"avg_stay_length\": 4.19,\n                \"avg_booking_window\": 71.25,\n                \"calendar_occupancy\": 0.4596,\n                \"guest_occupancy\": 0.145,\n                \"property_nights\": 11292,\n                \"available_nights\": 7739,\n                \"open_nights\": 6102,\n                \"guest_nights\": 1637,\n                \"hold_nights\": 3553,\n                \"guest_checkins\": 517,\n                \"guest_checkouts\": 497,\n                \"revenue_rent\": 655470.29,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-10\",\n                \"listing_count\": 113,\n                \"adr\": 476.61,\n                \"adr_unbooked\": 611.4,\n                \"revpar\": 90.61,\n                \"revpar_adj\": 133.54,\n                \"avg_stay_length\": 2.17,\n                \"avg_booking_window\": 24.43,\n                \"calendar_occupancy\": 0.5116,\n                \"guest_occupancy\": 0.1901,\n                \"property_nights\": 13882,\n                \"available_nights\": 9419,\n                \"open_nights\": 6780,\n                \"guest_nights\": 2639,\n                \"hold_nights\": 4463,\n                \"guest_checkins\": 1514,\n                \"guest_checkouts\": 1422,\n                \"revenue_rent\": 1257784.13,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-17\",\n                \"listing_count\": 169,\n                \"adr\": 469.02,\n                \"adr_unbooked\": 727.08,\n                \"revpar\": 92.61,\n                \"revpar_adj\": 133.32,\n                \"avg_stay_length\": 3.94,\n                \"avg_booking_window\": 64.97,\n                \"calendar_occupancy\": 0.5028,\n                \"guest_occupancy\": 0.1974,\n                \"property_nights\": 11294,\n                \"available_nights\": 7845,\n                \"open_nights\": 5615,\n                \"guest_nights\": 2230,\n                \"hold_nights\": 3449,\n                \"guest_checkins\": 520,\n                \"guest_checkouts\": 582,\n                \"revenue_rent\": 1045925.47,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-17\",\n                \"listing_count\": 135,\n                \"adr\": 496.55,\n                \"adr_unbooked\": 621.25,\n                \"revpar\": 114.12,\n                \"revpar_adj\": 165.33,\n                \"avg_stay_length\": 2.64,\n                \"avg_booking_window\": 35.2,\n                \"calendar_occupancy\": 0.5396,\n                \"guest_occupancy\": 0.2298,\n                \"property_nights\": 13854,\n                \"available_nights\": 9563,\n                \"open_nights\": 6379,\n                \"guest_nights\": 3184,\n                \"hold_nights\": 4291,\n                \"guest_checkins\": 1174,\n                \"guest_checkouts\": 1258,\n                \"revenue_rent\": 1581026.61,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-24\",\n                \"listing_count\": 181,\n                \"adr\": 471.53,\n                \"adr_unbooked\": 783.38,\n                \"revpar\": 97.03,\n                \"revpar_adj\": 141.5,\n                \"avg_stay_length\": 4.31,\n                \"avg_booking_window\": 78.62,\n                \"calendar_occupancy\": 0.52,\n                \"guest_occupancy\": 0.2058,\n                \"property_nights\": 11255,\n                \"available_nights\": 7718,\n                \"open_nights\": 5402,\n                \"guest_nights\": 2316,\n                \"hold_nights\": 3537,\n                \"guest_checkins\": 647,\n                \"guest_checkouts\": 516,\n                \"revenue_rent\": 1092059.19,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-06-24\",\n                \"listing_count\": 102,\n                \"adr\": 518.17,\n                \"adr_unbooked\": 667.81,\n                \"revpar\": 125.57,\n                \"revpar_adj\": 186.51,\n                \"avg_stay_length\": 2.42,\n                \"avg_booking_window\": 34.24,\n                \"calendar_occupancy\": 0.5691,\n                \"guest_occupancy\": 0.2423,\n                \"property_nights\": 13882,\n                \"available_nights\": 9346,\n                \"open_nights\": 5982,\n                \"guest_nights\": 3364,\n                \"hold_nights\": 4536,\n                \"guest_checkins\": 1553,\n                \"guest_checkouts\": 1406,\n                \"revenue_rent\": 1743135.96,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-01\",\n                \"listing_count\": 137,\n                \"adr\": 542.48,\n                \"adr_unbooked\": 831.8,\n                \"revpar\": 168.86,\n                \"revpar_adj\": 251.98,\n                \"avg_stay_length\": 4.57,\n                \"avg_booking_window\": 59.06,\n                \"calendar_occupancy\": 0.6411,\n                \"guest_occupancy\": 0.3113,\n                \"property_nights\": 11199,\n                \"available_nights\": 7505,\n                \"open_nights\": 4019,\n                \"guest_nights\": 3486,\n                \"hold_nights\": 3694,\n                \"guest_checkins\": 854,\n                \"guest_checkouts\": 992,\n                \"revenue_rent\": 1891092.36,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-01\",\n                \"listing_count\": 93,\n                \"adr\": 555.73,\n                \"adr_unbooked\": 711.48,\n                \"revpar\": 175.2,\n                \"revpar_adj\": 263.18,\n                \"avg_stay_length\": 3.26,\n                \"avg_booking_window\": 38.25,\n                \"calendar_occupancy\": 0.6496,\n                \"guest_occupancy\": 0.3153,\n                \"property_nights\": 13925,\n                \"available_nights\": 9270,\n                \"open_nights\": 4880,\n                \"guest_nights\": 4390,\n                \"hold_nights\": 4655,\n                \"guest_checkins\": 1494,\n                \"guest_checkouts\": 1680,\n                \"revenue_rent\": 2439663.65,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-08\",\n                \"listing_count\": 140,\n                \"adr\": 501.32,\n                \"adr_unbooked\": 856.43,\n                \"revpar\": 133.95,\n                \"revpar_adj\": 201.48,\n                \"avg_stay_length\": 4.21,\n                \"avg_booking_window\": 66.46,\n                \"calendar_occupancy\": 0.6024,\n                \"guest_occupancy\": 0.2672,\n                \"property_nights\": 11209,\n                \"available_nights\": 7452,\n                \"open_nights\": 4457,\n                \"guest_nights\": 2995,\n                \"hold_nights\": 3757,\n                \"guest_checkins\": 696,\n                \"guest_checkouts\": 707,\n                \"revenue_rent\": 1501449.75,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-08\",\n                \"listing_count\": 89,\n                \"adr\": 512.42,\n                \"adr_unbooked\": 672.36,\n                \"revpar\": 142,\n                \"revpar_adj\": 217.47,\n                \"avg_stay_length\": 2.85,\n                \"avg_booking_window\": 43.58,\n                \"calendar_occupancy\": 0.6241,\n                \"guest_occupancy\": 0.2771,\n                \"property_nights\": 13965,\n                \"available_nights\": 9119,\n                \"open_nights\": 5249,\n                \"guest_nights\": 3870,\n                \"hold_nights\": 4846,\n                \"guest_checkins\": 1363,\n                \"guest_checkouts\": 1351,\n                \"revenue_rent\": 1983070.16,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-15\",\n                \"listing_count\": 132,\n                \"adr\": 500.79,\n                \"adr_unbooked\": 785.3,\n                \"revpar\": 141.13,\n                \"revpar_adj\": 214.96,\n                \"avg_stay_length\": 4.59,\n                \"avg_booking_window\": 72.12,\n                \"calendar_occupancy\": 0.6253,\n                \"guest_occupancy\": 0.2818,\n                \"property_nights\": 11174,\n                \"available_nights\": 7336,\n                \"open_nights\": 4187,\n                \"guest_nights\": 3149,\n                \"hold_nights\": 3838,\n                \"guest_checkins\": 719,\n                \"guest_checkouts\": 724,\n                \"revenue_rent\": 1576979.76,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-15\",\n                \"listing_count\": 86,\n                \"adr\": 531.75,\n                \"adr_unbooked\": 670.88,\n                \"revpar\": 152.84,\n                \"revpar_adj\": 231.43,\n                \"avg_stay_length\": 2.9,\n                \"avg_booking_window\": 36.38,\n                \"calendar_occupancy\": 0.627,\n                \"guest_occupancy\": 0.2874,\n                \"property_nights\": 13990,\n                \"available_nights\": 9239,\n                \"open_nights\": 5218,\n                \"guest_nights\": 4021,\n                \"hold_nights\": 4751,\n                \"guest_checkins\": 1393,\n                \"guest_checkouts\": 1397,\n                \"revenue_rent\": 2138186.57,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-22\",\n                \"listing_count\": 117,\n                \"adr\": 530.32,\n                \"adr_unbooked\": 691.52,\n                \"revpar\": 149.84,\n                \"revpar_adj\": 230.2,\n                \"avg_stay_length\": 4.06,\n                \"avg_booking_window\": 67.76,\n                \"calendar_occupancy\": 0.6316,\n                \"guest_occupancy\": 0.2825,\n                \"property_nights\": 11138,\n                \"available_nights\": 7250,\n                \"open_nights\": 4103,\n                \"guest_nights\": 3147,\n                \"hold_nights\": 3888,\n                \"guest_checkins\": 695,\n                \"guest_checkouts\": 771,\n                \"revenue_rent\": 1668923.7,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-22\",\n                \"listing_count\": 110,\n                \"adr\": 545.62,\n                \"adr_unbooked\": 661.09,\n                \"revpar\": 148.01,\n                \"revpar_adj\": 223.65,\n                \"avg_stay_length\": 3.11,\n                \"avg_booking_window\": 42.95,\n                \"calendar_occupancy\": 0.6095,\n                \"guest_occupancy\": 0.2713,\n                \"property_nights\": 13979,\n                \"available_nights\": 9251,\n                \"open_nights\": 5459,\n                \"guest_nights\": 3792,\n                \"hold_nights\": 4728,\n                \"guest_checkins\": 1140,\n                \"guest_checkouts\": 1258,\n                \"revenue_rent\": 2068984.07,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-29\",\n                \"listing_count\": 126,\n                \"adr\": 550.52,\n                \"adr_unbooked\": 659.58,\n                \"revpar\": 159.77,\n                \"revpar_adj\": 247.36,\n                \"avg_stay_length\": 4.16,\n                \"avg_booking_window\": 67.06,\n                \"calendar_occupancy\": 0.6443,\n                \"guest_occupancy\": 0.2902,\n                \"property_nights\": 11092,\n                \"available_nights\": 7164,\n                \"open_nights\": 3945,\n                \"guest_nights\": 3219,\n                \"hold_nights\": 3928,\n                \"guest_checkins\": 773,\n                \"guest_checkouts\": 801,\n                \"revenue_rent\": 1772118.18,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-07-29\",\n                \"listing_count\": 117,\n                \"adr\": 568.94,\n                \"adr_unbooked\": 653.68,\n                \"revpar\": 160.91,\n                \"revpar_adj\": 247.55,\n                \"avg_stay_length\": 3.04,\n                \"avg_booking_window\": 40.65,\n                \"calendar_occupancy\": 0.6328,\n                \"guest_occupancy\": 0.2828,\n                \"property_nights\": 13963,\n                \"available_nights\": 9076,\n                \"open_nights\": 5127,\n                \"guest_nights\": 3949,\n                \"hold_nights\": 4887,\n                \"guest_checkins\": 1322,\n                \"guest_checkouts\": 1343,\n                \"revenue_rent\": 2246729.14,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-05\",\n                \"listing_count\": 145,\n                \"adr\": 536.51,\n                \"adr_unbooked\": 685.76,\n                \"revpar\": 138.48,\n                \"revpar_adj\": 210.16,\n                \"avg_stay_length\": 3.46,\n                \"avg_booking_window\": 69.35,\n                \"calendar_occupancy\": 0.5992,\n                \"guest_occupancy\": 0.2581,\n                \"property_nights\": 11108,\n                \"available_nights\": 7319,\n                \"open_nights\": 4452,\n                \"guest_nights\": 2867,\n                \"hold_nights\": 3789,\n                \"guest_checkins\": 657,\n                \"guest_checkouts\": 886,\n                \"revenue_rent\": 1538188.17,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-05\",\n                \"listing_count\": 128,\n                \"adr\": 547.67,\n                \"adr_unbooked\": 642.6,\n                \"revpar\": 140.86,\n                \"revpar_adj\": 202.49,\n                \"avg_stay_length\": 2.65,\n                \"avg_booking_window\": 35.88,\n                \"calendar_occupancy\": 0.5616,\n                \"guest_occupancy\": 0.2572,\n                \"property_nights\": 13966,\n                \"available_nights\": 9715,\n                \"open_nights\": 6123,\n                \"guest_nights\": 3592,\n                \"hold_nights\": 4251,\n                \"guest_checkins\": 1143,\n                \"guest_checkouts\": 1413,\n                \"revenue_rent\": 1967216.02,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-12\",\n                \"listing_count\": 166,\n                \"adr\": 464.36,\n                \"adr_unbooked\": 683.31,\n                \"revpar\": 91.54,\n                \"revpar_adj\": 135.1,\n                \"avg_stay_length\": 3.5,\n                \"avg_booking_window\": 52.54,\n                \"calendar_occupancy\": 0.5196,\n                \"guest_occupancy\": 0.1971,\n                \"property_nights\": 11115,\n                \"available_nights\": 7531,\n                \"open_nights\": 5340,\n                \"guest_nights\": 2191,\n                \"hold_nights\": 3584,\n                \"guest_checkins\": 574,\n                \"guest_checkouts\": 662,\n                \"revenue_rent\": 1017411.59,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-12\",\n                \"listing_count\": 142,\n                \"adr\": 503.43,\n                \"adr_unbooked\": 666.75,\n                \"revpar\": 106.59,\n                \"revpar_adj\": 149.54,\n                \"avg_stay_length\": 2.79,\n                \"avg_booking_window\": 36.73,\n                \"calendar_occupancy\": 0.4989,\n                \"guest_occupancy\": 0.2117,\n                \"property_nights\": 13956,\n                \"available_nights\": 9948,\n                \"open_nights\": 6993,\n                \"guest_nights\": 2955,\n                \"hold_nights\": 4008,\n                \"guest_checkins\": 1030,\n                \"guest_checkouts\": 999,\n                \"revenue_rent\": 1487627.85,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-19\",\n                \"listing_count\": 176,\n                \"adr\": 445.93,\n                \"adr_unbooked\": 696.98,\n                \"revpar\": 74.01,\n                \"revpar_adj\": 109.31,\n                \"avg_stay_length\": 3.23,\n                \"avg_booking_window\": 50.89,\n                \"calendar_occupancy\": 0.4889,\n                \"guest_occupancy\": 0.166,\n                \"property_nights\": 11075,\n                \"available_nights\": 7498,\n                \"open_nights\": 5660,\n                \"guest_nights\": 1838,\n                \"hold_nights\": 3577,\n                \"guest_checkins\": 500,\n                \"guest_checkouts\": 535,\n                \"revenue_rent\": 819627.63,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-19\",\n                \"listing_count\": 107,\n                \"adr\": 451.35,\n                \"adr_unbooked\": 633.54,\n                \"revpar\": 94.38,\n                \"revpar_adj\": 137.62,\n                \"avg_stay_length\": 2.06,\n                \"avg_booking_window\": 24.72,\n                \"calendar_occupancy\": 0.5233,\n                \"guest_occupancy\": 0.2091,\n                \"property_nights\": 13955,\n                \"available_nights\": 9570,\n                \"open_nights\": 6652,\n                \"guest_nights\": 2918,\n                \"hold_nights\": 4385,\n                \"guest_checkins\": 1198,\n                \"guest_checkouts\": 1316,\n                \"revenue_rent\": 1317042.26,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-26\",\n                \"listing_count\": 187,\n                \"adr\": 435.77,\n                \"adr_unbooked\": 645.82,\n                \"revpar\": 75.44,\n                \"revpar_adj\": 109.88,\n                \"avg_stay_length\": 3.47,\n                \"avg_booking_window\": 47.89,\n                \"calendar_occupancy\": 0.4865,\n                \"guest_occupancy\": 0.1731,\n                \"property_nights\": 11148,\n                \"available_nights\": 7654,\n                \"open_nights\": 5724,\n                \"guest_nights\": 1930,\n                \"hold_nights\": 3494,\n                \"guest_checkins\": 566,\n                \"guest_checkouts\": 501,\n                \"revenue_rent\": 841035.24,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-08-26\",\n                \"listing_count\": 110,\n                \"adr\": 464.47,\n                \"adr_unbooked\": 638.71,\n                \"revpar\": 100.9,\n                \"revpar_adj\": 147.76,\n                \"avg_stay_length\": 2.34,\n                \"avg_booking_window\": 25.45,\n                \"calendar_occupancy\": 0.5344,\n                \"guest_occupancy\": 0.2172,\n                \"property_nights\": 13990,\n                \"available_nights\": 9553,\n                \"open_nights\": 6514,\n                \"guest_nights\": 3039,\n                \"hold_nights\": 4437,\n                \"guest_checkins\": 1364,\n                \"guest_checkouts\": 1176,\n                \"revenue_rent\": 1411522.13,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-02\",\n                \"listing_count\": 195,\n                \"adr\": 420.96,\n                \"adr_unbooked\": 648.19,\n                \"revpar\": 50.55,\n                \"revpar_adj\": 71.96,\n                \"avg_stay_length\": 3.49,\n                \"avg_booking_window\": 53.93,\n                \"calendar_occupancy\": 0.4176,\n                \"guest_occupancy\": 0.1201,\n                \"property_nights\": 11200,\n                \"available_nights\": 7868,\n                \"open_nights\": 6523,\n                \"guest_nights\": 1345,\n                \"hold_nights\": 3332,\n                \"guest_checkins\": 342,\n                \"guest_checkouts\": 598,\n                \"revenue_rent\": 566195.43,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-02\",\n                \"listing_count\": 110,\n                \"adr\": 443.36,\n                \"adr_unbooked\": 645.9,\n                \"revpar\": 77.03,\n                \"revpar_adj\": 112.87,\n                \"avg_stay_length\": 2.1,\n                \"avg_booking_window\": 25.69,\n                \"calendar_occupancy\": 0.4912,\n                \"guest_occupancy\": 0.1737,\n                \"property_nights\": 13940,\n                \"available_nights\": 9514,\n                \"open_nights\": 7092,\n                \"guest_nights\": 2422,\n                \"hold_nights\": 4426,\n                \"guest_checkins\": 1136,\n                \"guest_checkouts\": 1441,\n                \"revenue_rent\": 1073816.7,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-09\",\n                \"listing_count\": 202,\n                \"adr\": 426.23,\n                \"adr_unbooked\": 607.7,\n                \"revpar\": 61.5,\n                \"revpar_adj\": 86.4,\n                \"avg_stay_length\": 2.86,\n                \"avg_booking_window\": 55.04,\n                \"calendar_occupancy\": 0.4325,\n                \"guest_occupancy\": 0.1443,\n                \"property_nights\": 11235,\n                \"available_nights\": 7997,\n                \"open_nights\": 6376,\n                \"guest_nights\": 1621,\n                \"hold_nights\": 3238,\n                \"guest_checkins\": 548,\n                \"guest_checkouts\": 539,\n                \"revenue_rent\": 690921.88,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-09\",\n                \"listing_count\": 108,\n                \"adr\": 439.62,\n                \"adr_unbooked\": 618.04,\n                \"revpar\": 95.77,\n                \"revpar_adj\": 134.7,\n                \"avg_stay_length\": 1.66,\n                \"avg_booking_window\": 21.6,\n                \"calendar_occupancy\": 0.5068,\n                \"guest_occupancy\": 0.2179,\n                \"property_nights\": 13936,\n                \"available_nights\": 9909,\n                \"open_nights\": 6873,\n                \"guest_nights\": 3036,\n                \"hold_nights\": 4027,\n                \"guest_checkins\": 1737,\n                \"guest_checkouts\": 1687,\n                \"revenue_rent\": 1334696.47,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-16\",\n                \"listing_count\": 190,\n                \"adr\": 421.76,\n                \"adr_unbooked\": 610.98,\n                \"revpar\": 59.57,\n                \"revpar_adj\": 84.13,\n                \"avg_stay_length\": 2.93,\n                \"avg_booking_window\": 55.33,\n                \"calendar_occupancy\": 0.4332,\n                \"guest_occupancy\": 0.1412,\n                \"property_nights\": 11229,\n                \"available_nights\": 7951,\n                \"open_nights\": 6365,\n                \"guest_nights\": 1586,\n                \"hold_nights\": 3278,\n                \"guest_checkins\": 513,\n                \"guest_checkouts\": 567,\n                \"revenue_rent\": 668913.91,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-16\",\n                \"listing_count\": 109,\n                \"adr\": 445.97,\n                \"adr_unbooked\": 650.96,\n                \"revpar\": 97.57,\n                \"revpar_adj\": 136,\n                \"avg_stay_length\": 1.73,\n                \"avg_booking_window\": 22.56,\n                \"calendar_occupancy\": 0.5014,\n                \"guest_occupancy\": 0.2188,\n                \"property_nights\": 14046,\n                \"available_nights\": 10077,\n                \"open_nights\": 7004,\n                \"guest_nights\": 3073,\n                \"hold_nights\": 3969,\n                \"guest_checkins\": 1766,\n                \"guest_checkouts\": 1828,\n                \"revenue_rent\": 1370452.64,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-23\",\n                \"listing_count\": 193,\n                \"adr\": 392.44,\n                \"adr_unbooked\": 607.51,\n                \"revpar\": 51.96,\n                \"revpar_adj\": 74.34,\n                \"avg_stay_length\": 3.01,\n                \"avg_booking_window\": 48.19,\n                \"calendar_occupancy\": 0.4334,\n                \"guest_occupancy\": 0.1324,\n                \"property_nights\": 11224,\n                \"available_nights\": 7845,\n                \"open_nights\": 6359,\n                \"guest_nights\": 1486,\n                \"hold_nights\": 3379,\n                \"guest_checkins\": 465,\n                \"guest_checkouts\": 522,\n                \"revenue_rent\": 583164.01,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-23\",\n                \"listing_count\": 113,\n                \"adr\": 433.75,\n                \"adr_unbooked\": 667.23,\n                \"revpar\": 81.83,\n                \"revpar_adj\": 118.11,\n                \"avg_stay_length\": 1.81,\n                \"avg_booking_window\": 21.4,\n                \"calendar_occupancy\": 0.4958,\n                \"guest_occupancy\": 0.1887,\n                \"property_nights\": 14073,\n                \"available_nights\": 9750,\n                \"open_nights\": 7095,\n                \"guest_nights\": 2655,\n                \"hold_nights\": 4323,\n                \"guest_checkins\": 1414,\n                \"guest_checkouts\": 1501,\n                \"revenue_rent\": 1151612.33,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-30\",\n                \"listing_count\": 203,\n                \"adr\": 369.91,\n                \"adr_unbooked\": 586.81,\n                \"revpar\": 47.09,\n                \"revpar_adj\": 66.67,\n                \"avg_stay_length\": 2.7,\n                \"avg_booking_window\": 48.64,\n                \"calendar_occupancy\": 0.421,\n                \"guest_occupancy\": 0.1273,\n                \"property_nights\": 11249,\n                \"available_nights\": 7945,\n                \"open_nights\": 6513,\n                \"guest_nights\": 1432,\n                \"hold_nights\": 3304,\n                \"guest_checkins\": 530,\n                \"guest_checkouts\": 593,\n                \"revenue_rent\": 529707.81,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-09-30\",\n                \"listing_count\": 114,\n                \"adr\": 411.38,\n                \"adr_unbooked\": 665.83,\n                \"revpar\": 74.43,\n                \"revpar_adj\": 108.04,\n                \"avg_stay_length\": 1.84,\n                \"avg_booking_window\": 20.55,\n                \"calendar_occupancy\": 0.492,\n                \"guest_occupancy\": 0.1809,\n                \"property_nights\": 14022,\n                \"available_nights\": 9660,\n                \"open_nights\": 7123,\n                \"guest_nights\": 2537,\n                \"hold_nights\": 4362,\n                \"guest_checkins\": 1381,\n                \"guest_checkouts\": 1440,\n                \"revenue_rent\": 1043683.14,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-07\",\n                \"listing_count\": 207,\n                \"adr\": 357.42,\n                \"adr_unbooked\": 550.19,\n                \"revpar\": 38.33,\n                \"revpar_adj\": 52.88,\n                \"avg_stay_length\": 2.94,\n                \"avg_booking_window\": 27.53,\n                \"calendar_occupancy\": 0.3824,\n                \"guest_occupancy\": 0.1072,\n                \"property_nights\": 11359,\n                \"available_nights\": 8233,\n                \"open_nights\": 7015,\n                \"guest_nights\": 1218,\n                \"hold_nights\": 3126,\n                \"guest_checkins\": 434,\n                \"guest_checkouts\": 439,\n                \"revenue_rent\": 435341.46,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-07\",\n                \"listing_count\": 118,\n                \"adr\": 409.24,\n                \"adr_unbooked\": 603.2,\n                \"revpar\": 78.22,\n                \"revpar_adj\": 107.59,\n                \"avg_stay_length\": 1.72,\n                \"avg_booking_window\": 11.85,\n                \"calendar_occupancy\": 0.4641,\n                \"guest_occupancy\": 0.1911,\n                \"property_nights\": 14063,\n                \"available_nights\": 10224,\n                \"open_nights\": 7536,\n                \"guest_nights\": 2688,\n                \"hold_nights\": 3839,\n                \"guest_checkins\": 1541,\n                \"guest_checkouts\": 1551,\n                \"revenue_rent\": 1100048.96,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-14\",\n                \"listing_count\": 238,\n                \"adr\": 369.53,\n                \"adr_unbooked\": 494.05,\n                \"revpar\": 26.58,\n                \"revpar_adj\": 35.43,\n                \"avg_stay_length\": 3.08,\n                \"avg_booking_window\": 32.42,\n                \"calendar_occupancy\": 0.3218,\n                \"guest_occupancy\": 0.0719,\n                \"property_nights\": 12262,\n                \"available_nights\": 9198,\n                \"open_nights\": 8316,\n                \"guest_nights\": 882,\n                \"hold_nights\": 3064,\n                \"guest_checkins\": 272,\n                \"guest_checkouts\": 419,\n                \"revenue_rent\": 325928.55,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-14\",\n                \"listing_count\": 130,\n                \"adr\": 423.47,\n                \"adr_unbooked\": 554.66,\n                \"revpar\": 66.84,\n                \"revpar_adj\": 92.98,\n                \"avg_stay_length\": 1.7,\n                \"avg_booking_window\": 10.3,\n                \"calendar_occupancy\": 0.439,\n                \"guest_occupancy\": 0.1578,\n                \"property_nights\": 14224,\n                \"available_nights\": 10225,\n                \"open_nights\": 7980,\n                \"guest_nights\": 2245,\n                \"hold_nights\": 3999,\n                \"guest_checkins\": 1296,\n                \"guest_checkouts\": 1487,\n                \"revenue_rent\": 950699.49,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-21\",\n                \"listing_count\": 249,\n                \"adr\": 341.83,\n                \"adr_unbooked\": 549.04,\n                \"revpar\": 17.66,\n                \"revpar_adj\": 23.39,\n                \"avg_stay_length\": 2.65,\n                \"avg_booking_window\": 49.06,\n                \"calendar_occupancy\": 0.2966,\n                \"guest_occupancy\": 0.0517,\n                \"property_nights\": 12156,\n                \"available_nights\": 9178,\n                \"open_nights\": 8550,\n                \"guest_nights\": 628,\n                \"hold_nights\": 2978,\n                \"guest_checkins\": 223,\n                \"guest_checkouts\": 305,\n                \"revenue_rent\": 214666.15,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-21\",\n                \"listing_count\": 133,\n                \"adr\": 408.9,\n                \"adr_unbooked\": 561.52,\n                \"revpar\": 46.18,\n                \"revpar_adj\": 67.96,\n                \"avg_stay_length\": 1.76,\n                \"avg_booking_window\": 13.74,\n                \"calendar_occupancy\": 0.4334,\n                \"guest_occupancy\": 0.1129,\n                \"property_nights\": 14256,\n                \"available_nights\": 9687,\n                \"open_nights\": 8077,\n                \"guest_nights\": 1610,\n                \"hold_nights\": 4569,\n                \"guest_checkins\": 900,\n                \"guest_checkouts\": 952,\n                \"revenue_rent\": 658332.49,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-28\",\n                \"listing_count\": 235,\n                \"adr\": 311.43,\n                \"adr_unbooked\": 649.57,\n                \"revpar\": 16.18,\n                \"revpar_adj\": 20.88,\n                \"avg_stay_length\": 3.31,\n                \"avg_booking_window\": 31.43,\n                \"calendar_occupancy\": 0.2771,\n                \"guest_occupancy\": 0.0519,\n                \"property_nights\": 12070,\n                \"available_nights\": 9352,\n                \"open_nights\": 8725,\n                \"guest_nights\": 627,\n                \"hold_nights\": 2718,\n                \"guest_checkins\": 205,\n                \"guest_checkouts\": 276,\n                \"revenue_rent\": 195264.1,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-10-28\",\n                \"listing_count\": 133,\n                \"adr\": 380.87,\n                \"adr_unbooked\": 594.81,\n                \"revpar\": 38.53,\n                \"revpar_adj\": 57.81,\n                \"avg_stay_length\": 1.76,\n                \"avg_booking_window\": 9.23,\n                \"calendar_occupancy\": 0.4347,\n                \"guest_occupancy\": 0.1012,\n                \"property_nights\": 14273,\n                \"available_nights\": 9513,\n                \"open_nights\": 8069,\n                \"guest_nights\": 1444,\n                \"hold_nights\": 4760,\n                \"guest_checkins\": 764,\n                \"guest_checkouts\": 798,\n                \"revenue_rent\": 549978.83,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-04\",\n                \"listing_count\": 239,\n                \"adr\": 344.11,\n                \"adr_unbooked\": 701.37,\n                \"revpar\": 18.44,\n                \"revpar_adj\": 23.55,\n                \"avg_stay_length\": 3.03,\n                \"avg_booking_window\": 28.52,\n                \"calendar_occupancy\": 0.2705,\n                \"guest_occupancy\": 0.0536,\n                \"property_nights\": 12203,\n                \"available_nights\": 9556,\n                \"open_nights\": 8902,\n                \"guest_nights\": 654,\n                \"hold_nights\": 2647,\n                \"guest_checkins\": 208,\n                \"guest_checkouts\": 239,\n                \"revenue_rent\": 225045.79,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-04\",\n                \"listing_count\": 133,\n                \"adr\": 451.5,\n                \"adr_unbooked\": 598.58,\n                \"revpar\": 45.63,\n                \"revpar_adj\": 67.9,\n                \"avg_stay_length\": 1.58,\n                \"avg_booking_window\": 6.77,\n                \"calendar_occupancy\": 0.429,\n                \"guest_occupancy\": 0.1011,\n                \"property_nights\": 14248,\n                \"available_nights\": 9576,\n                \"open_nights\": 8136,\n                \"guest_nights\": 1440,\n                \"hold_nights\": 4672,\n                \"guest_checkins\": 864,\n                \"guest_checkouts\": 878,\n                \"revenue_rent\": 650162.73,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-11\",\n                \"listing_count\": 245,\n                \"adr\": 348.78,\n                \"adr_unbooked\": 769.96,\n                \"revpar\": 24.6,\n                \"revpar_adj\": 31.33,\n                \"avg_stay_length\": 2.68,\n                \"avg_booking_window\": 27.48,\n                \"calendar_occupancy\": 0.2853,\n                \"guest_occupancy\": 0.0705,\n                \"property_nights\": 12222,\n                \"available_nights\": 9597,\n                \"open_nights\": 8735,\n                \"guest_nights\": 862,\n                \"hold_nights\": 2625,\n                \"guest_checkins\": 317,\n                \"guest_checkouts\": 348,\n                \"revenue_rent\": 300649.89,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-11\",\n                \"listing_count\": 130,\n                \"adr\": 493.86,\n                \"adr_unbooked\": 635.7,\n                \"revpar\": 61.88,\n                \"revpar_adj\": 92.83,\n                \"avg_stay_length\": 1.43,\n                \"avg_booking_window\": 8.44,\n                \"calendar_occupancy\": 0.4587,\n                \"guest_occupancy\": 0.1253,\n                \"property_nights\": 14246,\n                \"available_nights\": 9496,\n                \"open_nights\": 7711,\n                \"guest_nights\": 1785,\n                \"hold_nights\": 4750,\n                \"guest_checkins\": 1214,\n                \"guest_checkouts\": 1169,\n                \"revenue_rent\": 881536.67,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-18\",\n                \"listing_count\": 244,\n                \"adr\": 433.87,\n                \"adr_unbooked\": 797.21,\n                \"revpar\": 37.42,\n                \"revpar_adj\": 47.2,\n                \"avg_stay_length\": 3.33,\n                \"avg_booking_window\": 28.8,\n                \"calendar_occupancy\": 0.2935,\n                \"guest_occupancy\": 0.0863,\n                \"property_nights\": 12243,\n                \"available_nights\": 9706,\n                \"open_nights\": 8650,\n                \"guest_nights\": 1056,\n                \"hold_nights\": 2537,\n                \"guest_checkins\": 418,\n                \"guest_checkouts\": 331,\n                \"revenue_rent\": 458170.57,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-18\",\n                \"listing_count\": 121,\n                \"adr\": 578.53,\n                \"adr_unbooked\": 695.02,\n                \"revpar\": 102.13,\n                \"revpar_adj\": 143.21,\n                \"avg_stay_length\": 1.6,\n                \"avg_booking_window\": 9.48,\n                \"calendar_occupancy\": 0.4634,\n                \"guest_occupancy\": 0.1765,\n                \"property_nights\": 14263,\n                \"available_nights\": 10172,\n                \"open_nights\": 7654,\n                \"guest_nights\": 2518,\n                \"hold_nights\": 4091,\n                \"guest_checkins\": 1822,\n                \"guest_checkouts\": 1733,\n                \"revenue_rent\": 1456734.7,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-25\",\n                \"listing_count\": 240,\n                \"adr\": 507.92,\n                \"adr_unbooked\": 865.63,\n                \"revpar\": 84.7,\n                \"revpar_adj\": 108.74,\n                \"avg_stay_length\": 3.46,\n                \"avg_booking_window\": 38.4,\n                \"calendar_occupancy\": 0.3878,\n                \"guest_occupancy\": 0.1668,\n                \"property_nights\": 12107,\n                \"available_nights\": 9431,\n                \"open_nights\": 7412,\n                \"guest_nights\": 2019,\n                \"hold_nights\": 2676,\n                \"guest_checkins\": 507,\n                \"guest_checkouts\": 691,\n                \"revenue_rent\": 1025497.7,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-11-25\",\n                \"listing_count\": 115,\n                \"adr\": 533.08,\n                \"adr_unbooked\": 736.51,\n                \"revpar\": 111.59,\n                \"revpar_adj\": 162.15,\n                \"avg_stay_length\": 2.09,\n                \"avg_booking_window\": 19.45,\n                \"calendar_occupancy\": 0.5211,\n                \"guest_occupancy\": 0.2093,\n                \"property_nights\": 14188,\n                \"available_nights\": 9764,\n                \"open_nights\": 6794,\n                \"guest_nights\": 2970,\n                \"hold_nights\": 4424,\n                \"guest_checkins\": 1330,\n                \"guest_checkouts\": 1443,\n                \"revenue_rent\": 1583240.19,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-02\",\n                \"listing_count\": 251,\n                \"adr\": 481.79,\n                \"adr_unbooked\": 849.78,\n                \"revpar\": 71.78,\n                \"revpar_adj\": 90.85,\n                \"avg_stay_length\": 3.36,\n                \"avg_booking_window\": 41.45,\n                \"calendar_occupancy\": 0.3589,\n                \"guest_occupancy\": 0.149,\n                \"property_nights\": 12243,\n                \"available_nights\": 9673,\n                \"open_nights\": 7849,\n                \"guest_nights\": 1824,\n                \"hold_nights\": 2570,\n                \"guest_checkins\": 619,\n                \"guest_checkouts\": 508,\n                \"revenue_rent\": 878778.54,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-02\",\n                \"listing_count\": 120,\n                \"adr\": 543.84,\n                \"adr_unbooked\": 759.17,\n                \"revpar\": 108.84,\n                \"revpar_adj\": 154.25,\n                \"avg_stay_length\": 2.17,\n                \"avg_booking_window\": 22.67,\n                \"calendar_occupancy\": 0.4945,\n                \"guest_occupancy\": 0.2001,\n                \"property_nights\": 14181,\n                \"available_nights\": 10006,\n                \"open_nights\": 7168,\n                \"guest_nights\": 2838,\n                \"hold_nights\": 4175,\n                \"guest_checkins\": 1446,\n                \"guest_checkouts\": 1380,\n                \"revenue_rent\": 1543417.93,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-09\",\n                \"listing_count\": 213,\n                \"adr\": 581.42,\n                \"adr_unbooked\": 888.31,\n                \"revpar\": 131.02,\n                \"revpar_adj\": 169.1,\n                \"avg_stay_length\": 3.55,\n                \"avg_booking_window\": 47.85,\n                \"calendar_occupancy\": 0.4505,\n                \"guest_occupancy\": 0.2253,\n                \"property_nights\": 12097,\n                \"available_nights\": 9373,\n                \"open_nights\": 6647,\n                \"guest_nights\": 2726,\n                \"hold_nights\": 2724,\n                \"guest_checkins\": 843,\n                \"guest_checkouts\": 814,\n                \"revenue_rent\": 1584950.22,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-09\",\n                \"listing_count\": 108,\n                \"adr\": 621.58,\n                \"adr_unbooked\": 879.85,\n                \"revpar\": 162.74,\n                \"revpar_adj\": 224.97,\n                \"avg_stay_length\": 2.23,\n                \"avg_booking_window\": 28.47,\n                \"calendar_occupancy\": 0.5384,\n                \"guest_occupancy\": 0.2618,\n                \"property_nights\": 14227,\n                \"available_nights\": 10292,\n                \"open_nights\": 6567,\n                \"guest_nights\": 3725,\n                \"hold_nights\": 3935,\n                \"guest_checkins\": 1794,\n                \"guest_checkouts\": 1736,\n                \"revenue_rent\": 2315368.06,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-16\",\n                \"listing_count\": 91,\n                \"adr\": 992.81,\n                \"adr_unbooked\": 1142.89,\n                \"revpar\": 299.58,\n                \"revpar_adj\": 421.39,\n                \"avg_stay_length\": 3.19,\n                \"avg_booking_window\": 41.82,\n                \"calendar_occupancy\": 0.5908,\n                \"guest_occupancy\": 0.3017,\n                \"property_nights\": 14131,\n                \"available_nights\": 10046,\n                \"open_nights\": 5782,\n                \"guest_nights\": 4264,\n                \"hold_nights\": 4085,\n                \"guest_checkins\": 1711,\n                \"guest_checkouts\": 1514,\n                \"revenue_rent\": 4233327.99,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-16\",\n                \"listing_count\": 180,\n                \"adr\": 993.54,\n                \"adr_unbooked\": 1121.65,\n                \"revpar\": 304.85,\n                \"revpar_adj\": 389.61,\n                \"avg_stay_length\": 4.66,\n                \"avg_booking_window\": 59.5,\n                \"calendar_occupancy\": 0.5244,\n                \"guest_occupancy\": 0.3068,\n                \"property_nights\": 12010,\n                \"available_nights\": 9397,\n                \"open_nights\": 5712,\n                \"guest_nights\": 3685,\n                \"hold_nights\": 2613,\n                \"guest_checkins\": 1047,\n                \"guest_checkouts\": 847,\n                \"revenue_rent\": 3661193.75,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-23\",\n                \"listing_count\": 114,\n                \"adr\": 1377.89,\n                \"adr_unbooked\": 1263.49,\n                \"revpar\": 668.04,\n                \"revpar_adj\": 889.79,\n                \"avg_stay_length\": 4.85,\n                \"avg_booking_window\": 76.26,\n                \"calendar_occupancy\": 0.734,\n                \"guest_occupancy\": 0.4848,\n                \"property_nights\": 11468,\n                \"available_nights\": 8610,\n                \"open_nights\": 3050,\n                \"guest_nights\": 5560,\n                \"hold_nights\": 2858,\n                \"guest_checkins\": 1281,\n                \"guest_checkouts\": 1103,\n                \"revenue_rent\": 7661052.61,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-23\",\n                \"listing_count\": 59,\n                \"adr\": 1289.59,\n                \"adr_unbooked\": 1388.98,\n                \"revpar\": 559.72,\n                \"revpar_adj\": 772.97,\n                \"avg_stay_length\": 3.64,\n                \"avg_booking_window\": 61.2,\n                \"calendar_occupancy\": 0.7099,\n                \"guest_occupancy\": 0.434,\n                \"property_nights\": 14068,\n                \"available_nights\": 10187,\n                \"open_nights\": 4081,\n                \"guest_nights\": 6106,\n                \"hold_nights\": 3881,\n                \"guest_checkins\": 1836,\n                \"guest_checkouts\": 1675,\n                \"revenue_rent\": 7874207.21,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-30\",\n                \"listing_count\": 63,\n                \"adr\": 1269.14,\n                \"adr_unbooked\": 1223.57,\n                \"revpar\": 560.6,\n                \"revpar_adj\": 791.76,\n                \"avg_stay_length\": 3.82,\n                \"avg_booking_window\": 63.01,\n                \"calendar_occupancy\": 0.7337,\n                \"guest_occupancy\": 0.4417,\n                \"property_nights\": 14009,\n                \"available_nights\": 9919,\n                \"open_nights\": 3731,\n                \"guest_nights\": 6188,\n                \"hold_nights\": 4090,\n                \"guest_checkins\": 1432,\n                \"guest_checkouts\": 1751,\n                \"revenue_rent\": 7853429.66,\n                \"updated_on\": \"2025-11-10\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"vrbo\",\n                \"time_scale\": \"weekly\",\n                \"date\": \"2024-12-30\",\n                \"listing_count\": 91,\n                \"adr\": 1351.38,\n                \"adr_unbooked\": 1237.16,\n                \"revpar\": 702.23,\n                \"revpar_adj\": 978.4,\n                \"avg_stay_length\": 4.56,\n                \"avg_booking_window\": 74.21,\n                \"calendar_occupancy\": 0.8019,\n                \"guest_occupancy\": 0.5196,\n                \"property_nights\": 11429,\n                \"available_nights\": 8203,\n                \"open_nights\": 2264,\n                \"guest_nights\": 5939,\n                \"hold_nights\": 3226,\n                \"guest_checkins\": 1104,\n                \"guest_checkouts\": 1611,\n                \"revenue_rent\": 8025832.14,\n                \"updated_on\": \"2025-11-10\"\n            }\n        ]\n    },\n    \"errors\": null\n}"}],"_postman_id":"2f51d3d3-b1df-4712-a9ac-39e473c2af22"},{"name":"Monthly","id":"00023eb8-831f-4dc6-b658-ade50ad89624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{public_api_ota_key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"filters\": {\n        \"ota\": \"airbnb\"\n    },\n    \"start_date\": \"2024-01-01\",\n    \"end_date\": \"2024-12-31\",\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/kpis/month","description":"<h1 id=\"market-kpis-monthly\">Market KPIs Monthly</h1>\n<p><strong>Description:</strong><br />Retrieves monthly aggregated Key Performance Indicator (KPI) data for a specific market over a specified date range. This endpoint provides market-level performance metrics including average daily rates, occupancy rates, revenue, and booking patterns across all active listings in the market. Supports optional filtering by OTA source. Commonly used for long-term market analysis, year-over-year comparisons, and strategic planning.</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers / Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>API key for authentication (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Base URL for the API (set as an environment or collection variable).</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Must be <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body\">Request Body</h2>\n<blockquote>\n<p><strong>Note:</strong> The <code>end_date</code> must be after the <code>start_date</code>. Recommended maximum date range is 36 months (3 years) for optimal performance.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>market_uuid</code></td>\n<td>string(uuid)</td>\n<td>✅</td>\n<td>Market UUID identifier.</td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>Start date for KPI data retrieval, inclusive (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>string(date)</td>\n<td>✅</td>\n<td>End date for KPI data retrieval, inclusive (YYYY-MM-DD). Must be after <code>start_date</code>.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>Currency code for monetary values (default: <code>USD</code>). Examples: <code>EUR</code>, <code>GBP</code>, <code>CAD</code>.</td>\n</tr>\n<tr>\n<td><code>filters</code></td>\n<td>object</td>\n<td>⛔</td>\n<td>Optional filters for KPI data.</td>\n</tr>\n<tr>\n<td><code>filters.ota</code></td>\n<td>string</td>\n<td>⛔</td>\n<td>OTA source filter (e.g., <code>airbnb</code>, <code>vrbo</code>). If not provided, returns aggregated data for all sources.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>object</td>\n<td>Data wrapper containing KPI results.</td>\n</tr>\n<tr>\n<td><code>data.kpis</code></td>\n<td>array[object]</td>\n<td>List of monthly KPI data points.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"kpi-object\">KPI Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>market_uuid</code></td>\n<td>string(uuid)</td>\n<td>Market UUID identifier.</td>\n</tr>\n<tr>\n<td><code>market_name</code></td>\n<td>string</td>\n<td>Market name.</td>\n</tr>\n<tr>\n<td><code>market_type</code></td>\n<td>string</td>\n<td>Market type/level.</td>\n</tr>\n<tr>\n<td><code>ota_source</code></td>\n<td>string / null</td>\n<td>OTA source (e.g., <code>airbnb</code>, <code>vrbo</code>). Null if aggregated across all sources.</td>\n</tr>\n<tr>\n<td><code>time_scale</code></td>\n<td>string</td>\n<td>Time scale for aggregation (<code>monthly</code>).</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>string(date)</td>\n<td>First day of the month (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>listing_count</code></td>\n<td>integer / null</td>\n<td>Number of active listings in the market for this period.</td>\n</tr>\n<tr>\n<td><code>adr</code></td>\n<td>float / null</td>\n<td>Average Daily Rate across all listings in requested currency.</td>\n</tr>\n<tr>\n<td><code>adr_unbooked</code></td>\n<td>float / null</td>\n<td>Average Daily Rate for unbooked nights in requested currency.</td>\n</tr>\n<tr>\n<td><code>revpar</code></td>\n<td>float / null</td>\n<td>Revenue Per Available Room in requested currency.</td>\n</tr>\n<tr>\n<td><code>revpar_adj</code></td>\n<td>float / null</td>\n<td>Adjusted Revenue Per Available Room in requested currency.</td>\n</tr>\n<tr>\n<td><code>avg_stay_length</code></td>\n<td>float / null</td>\n<td>Average length of stay in nights.</td>\n</tr>\n<tr>\n<td><code>avg_booking_window</code></td>\n<td>float / null</td>\n<td>Average booking window in days (time between booking and check-in).</td>\n</tr>\n<tr>\n<td><code>calendar_occupancy</code></td>\n<td>float / null</td>\n<td>Calendar occupancy rate (0-1). Percentage of total nights marked as unavailable.</td>\n</tr>\n<tr>\n<td><code>guest_occupancy</code></td>\n<td>float / null</td>\n<td>Guest occupancy rate (0-1). Percentage of available nights with guests.</td>\n</tr>\n<tr>\n<td><code>property_nights</code></td>\n<td>integer / null</td>\n<td>Total property nights across all listings.</td>\n</tr>\n<tr>\n<td><code>available_nights</code></td>\n<td>integer / null</td>\n<td>Total nights available for booking.</td>\n</tr>\n<tr>\n<td><code>open_nights</code></td>\n<td>integer / null</td>\n<td>Total nights that are open/unbooked.</td>\n</tr>\n<tr>\n<td><code>guest_nights</code></td>\n<td>integer / null</td>\n<td>Total number of nights with guests staying.</td>\n</tr>\n<tr>\n<td><code>hold_nights</code></td>\n<td>integer / null</td>\n<td>Total nights marked as hold/blocked.</td>\n</tr>\n<tr>\n<td><code>guest_checkins</code></td>\n<td>integer / null</td>\n<td>Total number of guest check-ins.</td>\n</tr>\n<tr>\n<td><code>guest_checkouts</code></td>\n<td>integer / null</td>\n<td>Total number of guest check-outs.</td>\n</tr>\n<tr>\n<td><code>revenue_rent</code></td>\n<td>float / null</td>\n<td>Total rental revenue in requested currency.</td>\n</tr>\n<tr>\n<td><code>updated_on</code></td>\n<td>string(date)</td>\n<td>Date when this KPI data was last updated (YYYY-MM-DD).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Success</td>\n<td>Request successful; KPI data returned (may be empty array if no data).</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Client Error</td>\n<td>Invalid input or missing required fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Auth Error</td>\n<td>Invalid or missing API key.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>Access Denied</td>\n<td>User does not have access to the specified market.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable Entity</code></td>\n<td>Validation Error</td>\n<td>Invalid date range (e.g., <code>end_date</code> before <code>start_date</code>).</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Server Error</td>\n<td>Unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><strong>Monthly Aggregation</strong>: Data is aggregated by month. The <code>date</code> field represents the first day of each month.</li>\n<li><strong>OTA Filtering</strong>: Use <code>filters.ota</code> to get KPIs for a specific OTA source. Omit this filter to get aggregated data across all OTA sources in the market.</li>\n<li><strong>Currency Conversion</strong>: All monetary values are converted to the requested currency using current exchange rates. Default is USD.</li>\n<li><strong>Market-Level Metrics</strong>: All metrics are aggregated across all active listings in the market for the specified time period.</li>\n<li><strong>Active Listings</strong>: The <code>listing_count</code> field shows how many listings were active and contributing to the market KPIs during each month.</li>\n<li><strong>Occupancy Metrics</strong>:<ul>\n<li><code>guest_occupancy</code> = guest_nights / available_nights (actual guest usage)</li>\n<li><code>calendar_occupancy</code> = (property_nights - available_nights) / property_nights (calendar blocking)</li>\n</ul>\n</li>\n<li><strong>Revenue Metrics</strong>:<ul>\n<li><code>adr</code> = revenue_rent / guest_nights (average rate per occupied night)</li>\n<li><code>revpar</code> = revenue_rent / available_nights (revenue efficiency)</li>\n<li><code>revpar_adj</code> = adjusted revenue per available room (includes unbooked potential)</li>\n</ul>\n</li>\n<li><strong>Booking Patterns</strong>: <code>avg_booking_window</code> indicates how far in advance guests book in this market. Lower values suggest last-minute booking patterns.</li>\n<li><strong>Stay Patterns</strong>: <code>avg_stay_length</code> shows typical guest stay duration in the market. Useful for understanding market dynamics.</li>\n<li><strong>Market Access</strong>: Users must have explicit access to the requested market UUID. Access is validated before returning data.</li>\n<li><strong>Empty Results</strong>: If no KPI data exists for the date range, an empty <code>kpis</code> array is returned with a 200 status.</li>\n<li><strong>Data Freshness</strong>: The <code>updated_on</code> field indicates when the KPI data was last calculated. Market KPI data is typically updated daily.</li>\n<li><strong>Historical Data</strong>: Historical KPI data availability depends on when the market was first tracked in the system.</li>\n<li><strong>Year-over-Year Analysis</strong>: Monthly aggregation is ideal for comparing performance across years to identify growth trends and seasonal patterns.</li>\n</ul>\n<hr />\n<h2 id=\"example-use-cases\">Example Use Cases</h2>\n<ul>\n<li><strong>Long-Term Trend Analysis</strong>: Monitor monthly trends in ADR, occupancy, and revenue over multiple years.</li>\n<li><strong>Year-over-Year Comparison</strong>: Compare current month performance against the same month in previous years.</li>\n<li><strong>Seasonal Pattern Identification</strong>: Identify monthly seasonal patterns for pricing and inventory strategies.</li>\n<li><strong>Strategic Planning</strong>: Use monthly data for annual budgeting, forecasting, and strategic decision-making.</li>\n<li><strong>Market Maturity Analysis</strong>: Track market evolution over time through listing count and performance metrics.</li>\n<li><strong>OTA Platform Analysis</strong>: Filter by OTA source to understand platform-specific monthly performance trends.</li>\n<li><strong>Investment Analysis</strong>: Evaluate market performance for investment decisions and portfolio allocation.</li>\n<li><strong>Competitive Positioning</strong>: Understand market-level performance to position individual listings competitively.</li>\n<li><strong>Revenue Forecasting</strong>: Use historical monthly patterns to build annual revenue forecasts.</li>\n</ul>\n","urlObject":{"path":["api","v1","ota","market","kpis","month"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"61972f85-cfdc-477c-8a1b-d26d3216abed","name":"Monthly","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"market_uuid\": \"{{market_uuid}}\",\n    \"filters\": {\n        \"ota\": \"airbnb\"\n    },\n    \"start_date\": \"2024-01-01\",\n    \"end_date\": \"2024-12-31\",\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/ota/market/kpis/month"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1343"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 13 Nov 2025 20:24:52 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"kpis\": [\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-01-01\",\n                \"listing_count\": 2245,\n                \"adr\": 788.56,\n                \"adr_unbooked\": 651.09,\n                \"revpar\": 282.66,\n                \"revpar_adj\": 317.21,\n                \"avg_stay_length\": 3.12,\n                \"avg_booking_window\": 46.38,\n                \"calendar_occupancy\": 0.467,\n                \"guest_occupancy\": 0.358,\n                \"property_nights\": 67388,\n                \"available_nights\": 60048,\n                \"open_nights\": 35893,\n                \"guest_nights\": 24155,\n                \"hold_nights\": 7340,\n                \"guest_checkins\": 7629,\n                \"guest_checkouts\": 8172,\n                \"revenue_rent\": 19047561.34,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-02-01\",\n                \"listing_count\": 2266,\n                \"adr\": 827.75,\n                \"adr_unbooked\": 612.07,\n                \"revpar\": 333.5,\n                \"revpar_adj\": 377.29,\n                \"avg_stay_length\": 3.28,\n                \"avg_booking_window\": 58.55,\n                \"calendar_occupancy\": 0.519,\n                \"guest_occupancy\": 0.403,\n                \"property_nights\": 65398,\n                \"available_nights\": 57809,\n                \"open_nights\": 31460,\n                \"guest_nights\": 26349,\n                \"hold_nights\": 7589,\n                \"guest_checkins\": 8060,\n                \"guest_checkouts\": 8166,\n                \"revenue_rent\": 21810490.4,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-03-01\",\n                \"listing_count\": 2278,\n                \"adr\": 824.5,\n                \"adr_unbooked\": 586.38,\n                \"revpar\": 324.04,\n                \"revpar_adj\": 369.16,\n                \"avg_stay_length\": 3.16,\n                \"avg_booking_window\": 53.76,\n                \"calendar_occupancy\": 0.515,\n                \"guest_occupancy\": 0.393,\n                \"property_nights\": 70352,\n                \"available_nights\": 61752,\n                \"open_nights\": 34103,\n                \"guest_nights\": 27649,\n                \"hold_nights\": 8600,\n                \"guest_checkins\": 8514,\n                \"guest_checkouts\": 9031,\n                \"revenue_rent\": 22796647.46,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-04-01\",\n                \"listing_count\": 2341,\n                \"adr\": 576,\n                \"adr_unbooked\": 675.27,\n                \"revpar\": 90.37,\n                \"revpar_adj\": 126.47,\n                \"avg_stay_length\": 1.79,\n                \"avg_booking_window\": 15.83,\n                \"calendar_occupancy\": 0.442,\n                \"guest_occupancy\": 0.157,\n                \"property_nights\": 68838,\n                \"available_nights\": 49186,\n                \"open_nights\": 38386,\n                \"guest_nights\": 10800,\n                \"hold_nights\": 19652,\n                \"guest_checkins\": 5465,\n                \"guest_checkouts\": 6136,\n                \"revenue_rent\": 6220780.31,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-05-01\",\n                \"listing_count\": 2336,\n                \"adr\": 386.55,\n                \"adr_unbooked\": 586.02,\n                \"revpar\": 30.39,\n                \"revpar_adj\": 48.89,\n                \"avg_stay_length\": 1.82,\n                \"avg_booking_window\": 13.56,\n                \"calendar_occupancy\": 0.457,\n                \"guest_occupancy\": 0.079,\n                \"property_nights\": 72114,\n                \"available_nights\": 44830,\n                \"open_nights\": 39160,\n                \"guest_nights\": 5670,\n                \"hold_nights\": 27284,\n                \"guest_checkins\": 3207,\n                \"guest_checkouts\": 3155,\n                \"revenue_rent\": 2191710.51,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-06-01\",\n                \"listing_count\": 2359,\n                \"adr\": 482.69,\n                \"adr_unbooked\": 610.93,\n                \"revpar\": 85.93,\n                \"revpar_adj\": 127.53,\n                \"avg_stay_length\": 2.39,\n                \"avg_booking_window\": 31.28,\n                \"calendar_occupancy\": 0.504,\n                \"guest_occupancy\": 0.178,\n                \"property_nights\": 70439,\n                \"available_nights\": 47464,\n                \"open_nights\": 34924,\n                \"guest_nights\": 12540,\n                \"hold_nights\": 22975,\n                \"guest_checkins\": 5703,\n                \"guest_checkouts\": 5560,\n                \"revenue_rent\": 6052872.73,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-07-01\",\n                \"listing_count\": 2385,\n                \"adr\": 548.22,\n                \"adr_unbooked\": 656.36,\n                \"revpar\": 135.52,\n                \"revpar_adj\": 204.84,\n                \"avg_stay_length\": 3.05,\n                \"avg_booking_window\": 40.66,\n                \"calendar_occupancy\": 0.586,\n                \"guest_occupancy\": 0.247,\n                \"property_nights\": 73453,\n                \"available_nights\": 48593,\n                \"open_nights\": 30436,\n                \"guest_nights\": 18157,\n                \"hold_nights\": 24860,\n                \"guest_checkins\": 5964,\n                \"guest_checkouts\": 6291,\n                \"revenue_rent\": 9953987.75,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-08-01\",\n                \"listing_count\": 2390,\n                \"adr\": 513.64,\n                \"adr_unbooked\": 629.67,\n                \"revpar\": 103.58,\n                \"revpar_adj\": 151.27,\n                \"avg_stay_length\": 2.57,\n                \"avg_booking_window\": 33.61,\n                \"calendar_occupancy\": 0.517,\n                \"guest_occupancy\": 0.202,\n                \"property_nights\": 72883,\n                \"available_nights\": 49908,\n                \"open_nights\": 35210,\n                \"guest_nights\": 14698,\n                \"hold_nights\": 22975,\n                \"guest_checkins\": 5476,\n                \"guest_checkouts\": 5630,\n                \"revenue_rent\": 7549455.02,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-09-01\",\n                \"listing_count\": 2344,\n                \"adr\": 447.82,\n                \"adr_unbooked\": 642.59,\n                \"revpar\": 79.35,\n                \"revpar_adj\": 114.11,\n                \"avg_stay_length\": 1.84,\n                \"avg_booking_window\": 22.58,\n                \"calendar_occupancy\": 0.482,\n                \"guest_occupancy\": 0.177,\n                \"property_nights\": 69319,\n                \"available_nights\": 48199,\n                \"open_nights\": 35917,\n                \"guest_nights\": 12282,\n                \"hold_nights\": 21120,\n                \"guest_checkins\": 6495,\n                \"guest_checkouts\": 6996,\n                \"revenue_rent\": 5500136.88,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-10-01\",\n                \"listing_count\": 2383,\n                \"adr\": 412.85,\n                \"adr_unbooked\": 600.17,\n                \"revpar\": 55.95,\n                \"revpar_adj\": 80.64,\n                \"avg_stay_length\": 1.75,\n                \"avg_booking_window\": 13.73,\n                \"calendar_occupancy\": 0.442,\n                \"guest_occupancy\": 0.136,\n                \"property_nights\": 71960,\n                \"available_nights\": 49930,\n                \"open_nights\": 40177,\n                \"guest_nights\": 9753,\n                \"hold_nights\": 22030,\n                \"guest_checkins\": 5448,\n                \"guest_checkouts\": 5701,\n                \"revenue_rent\": 4026494.63,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-11-01\",\n                \"listing_count\": 2368,\n                \"adr\": 523.58,\n                \"adr_unbooked\": 643.12,\n                \"revpar\": 69.58,\n                \"revpar_adj\": 102.18,\n                \"avg_stay_length\": 1.69,\n                \"avg_booking_window\": 11.41,\n                \"calendar_occupancy\": 0.452,\n                \"guest_occupancy\": 0.133,\n                \"property_nights\": 69933,\n                \"available_nights\": 47623,\n                \"open_nights\": 38329,\n                \"guest_nights\": 9294,\n                \"hold_nights\": 22310,\n                \"guest_checkins\": 5517,\n                \"guest_checkouts\": 5429,\n                \"revenue_rent\": 4866173.17,\n                \"updated_on\": \"2025-08-05\"\n            },\n            {\n                \"market_uuid\": \"34c09c2e-76f6-4bc7-9334-5c10148ecdf8\",\n                \"market_name\": \"Vail\",\n                \"market_type\": \"Vacation Area\",\n                \"ota_source\": \"airbnb\",\n                \"time_scale\": \"monthly\",\n                \"date\": \"2024-12-01\",\n                \"listing_count\": 2338,\n                \"adr\": 1001.25,\n                \"adr_unbooked\": 946.07,\n                \"revpar\": 279.62,\n                \"revpar_adj\": 392.26,\n                \"avg_stay_length\": 2.88,\n                \"avg_booking_window\": 40.15,\n                \"calendar_occupancy\": 0.566,\n                \"guest_occupancy\": 0.279,\n                \"property_nights\": 71283,\n                \"available_nights\": 50813,\n                \"open_nights\": 30906,\n                \"guest_nights\": 19907,\n                \"hold_nights\": 20470,\n                \"guest_checkins\": 7590,\n                \"guest_checkouts\": 7203,\n                \"revenue_rent\": 19931835.34,\n                \"updated_on\": \"2025-08-05\"\n            }\n        ]\n    },\n    \"errors\": null\n}"}],"_postman_id":"00023eb8-831f-4dc6-b658-ade50ad89624"}],"id":"0184a573-8fc6-4d65-9a1b-0ecaacd2fe94","_postman_id":"0184a573-8fc6-4d65-9a1b-0ecaacd2fe94","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}}],"id":"3a7be23e-9e25-4492-8630-957bb1b81aaa","_postman_id":"3a7be23e-9e25-4492-8630-957bb1b81aaa","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}}],"id":"ed626ee7-823d-4714-9c64-c00b40c77190","_postman_id":"ed626ee7-823d-4714-9c64-c00b40c77190","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}},{"name":"Market Data","item":[{"name":"Benchmarking","item":[{"name":"Benchmarking by Arrival","id":"f563c7e1-a1b7-41e4-bd8c-5eab4fced3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_ids\": [\"{{market_uuid}}\"],\n  \"arrival_range\": {\n    \"start\": \"2024-01-01\",\n    \"end\": \"2024-01-31\"\n  },\n  \"as_of\": {\n    \"date\": \"2024-01-15\",\n    \"include_canceled\": false\n  },\n  \"time_scale\": \"week\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/direct/benchmarking/arrival","description":"<h1 id=\"benchmarking-by-arrival\">Benchmarking by Arrival</h1>\n<p>Analyze vacation rental performance metrics grouped by guest arrival date.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><code>POST /benchmarking/arrival</code></p>\n<h2 id=\"required-headers\">Required Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>x-api-key</td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>market_ids</td>\n<td>array[string(uuid)]</td>\n<td>✅</td>\n<td>Market UUIDs to analyze (max 10)</td>\n</tr>\n<tr>\n<td>arrival_range</td>\n<td>object</td>\n<td>✅</td>\n<td>Date range for arrivals (max 1 year)</td>\n</tr>\n<tr>\n<td>arrival_range.start</td>\n<td>string(date)</td>\n<td>✅</td>\n<td>Start date (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>arrival_range.end</td>\n<td>string(date)</td>\n<td>✅</td>\n<td>End date (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>as_of</td>\n<td>object</td>\n<td>⛔</td>\n<td>Point-in-time booking snapshot</td>\n</tr>\n<tr>\n<td>as_of.date</td>\n<td>string(date)</td>\n<td>✅</td>\n<td>Snapshot date (YYYY-MM-DD) — required when <code>as_of</code> is provided</td>\n</tr>\n<tr>\n<td>as_of.include_canceled</td>\n<td>boolean</td>\n<td>⛔</td>\n<td>Include reservations canceled after this date (default: <code>false</code>)</td>\n</tr>\n<tr>\n<td>filters</td>\n<td>object</td>\n<td>⛔</td>\n<td>Property filters</td>\n</tr>\n<tr>\n<td>filters.bedrooms</td>\n<td>object</td>\n<td>⛔</td>\n<td>Bedrooms filter (<code>type</code>: <code>include</code>/<code>exclude</code>, <code>values</code>: int[])</td>\n</tr>\n<tr>\n<td>filters.sleeps</td>\n<td>object</td>\n<td>⛔</td>\n<td>Sleeps filter (<code>type</code>: <code>include</code>/<code>exclude</code>, <code>values</code>: int[])</td>\n</tr>\n<tr>\n<td>filters.property_types</td>\n<td>object</td>\n<td>⛔</td>\n<td>Property types filter (<code>type</code>: <code>include</code>/<code>exclude</code>, <code>values</code>: string[])</td>\n</tr>\n<tr>\n<td>filters.amenities</td>\n<td>object</td>\n<td>⛔</td>\n<td>Amenities filter (<code>type</code>: <code>include</code>/<code>exclude</code>, <code>values</code>: string[])</td>\n</tr>\n<tr>\n<td>filters.locations</td>\n<td>object</td>\n<td>⛔</td>\n<td>Locations filter (<code>type</code>: <code>include</code>/<code>exclude</code>, <code>values</code>: string[])</td>\n</tr>\n<tr>\n<td>filters.stay_lengths</td>\n<td>object</td>\n<td>⛔</td>\n<td>Stay lengths filter (<code>type</code>: <code>include</code>/<code>exclude</code>, <code>values</code>: string[])</td>\n</tr>\n<tr>\n<td>time_scale</td>\n<td>string</td>\n<td>⛔</td>\n<td><code>day</code>, <code>week</code>, <code>month</code>, <code>quarter</code>, <code>year</code>, <code>none</code> (default: <code>week</code>)</td>\n</tr>\n<tr>\n<td>start_day_of_week</td>\n<td>string</td>\n<td>⛔</td>\n<td><code>monday</code>, <code>tuesday</code>, <code>wednesday</code>, <code>thursday</code>, <code>friday</code>, <code>saturday</code>, <code>sunday</code> (default: <code>saturday</code>)</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>⛔</td>\n<td>ISO 4217 currency code, 3 uppercase letters (default: <code>USD</code>)</td>\n</tr>\n<tr>\n<td>group_by</td>\n<td>string</td>\n<td>⛔</td>\n<td>Grouping: <code>bedrooms</code>, <code>sleeps</code>, <code>property_type</code>, <code>booking_source</code>, <code>length_of_stay</code>, <code>booking_window</code>, <code>none</code></td>\n</tr>\n<tr>\n<td>aggregate_areas</td>\n<td>boolean</td>\n<td>⛔</td>\n<td>Combine all areas into a single result (default: <code>true</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.breakdown</td>\n<td>array[object]</td>\n<td>Time-bucketed data rows</td>\n</tr>\n<tr>\n<td>data.rollup</td>\n<td>object</td>\n<td>null</td>\n</tr>\n<tr>\n<td>data.count</td>\n<td>int</td>\n<td>Number of breakdown rows</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object</td>\n<td>null</td>\n</tr>\n<tr>\n<td>errors.market_ids</td>\n<td>array[string]</td>\n<td>Market IDs that failed the benchmarking rules check</td>\n</tr>\n<tr>\n<td>errors.message</td>\n<td>string</td>\n<td>Error description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"data-row-fields\">Data Row Fields</h2>\n<h3 id=\"temporal\">Temporal</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_date</td>\n<td>string(date)</td>\n<td>Start date of the time bucket</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>string(date)</td>\n<td>End date of the time bucket</td>\n</tr>\n<tr>\n<td>area_id</td>\n<td>string(uuid)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>group_value</td>\n<td>string</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"property-counts\">Property Counts</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total_units</td>\n<td>int</td>\n<td>Average number of properties in the time bucket</td>\n</tr>\n<tr>\n<td>reserved_units</td>\n<td>int</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"nights\">Nights</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nights_in_range</td>\n<td>int</td>\n<td>Total property-nights in the date range (supply)</td>\n</tr>\n<tr>\n<td>nights_available</td>\n<td>int</td>\n<td>Nights available for booking (<code>guest_nights</code> + <code>open_nights</code>)</td>\n</tr>\n<tr>\n<td>open_nights</td>\n<td>int</td>\n<td>Unbooked available nights</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"revenue\">Revenue</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>unit_revenue</td>\n<td>int</td>\n<td>Total rental revenue (prorated to bucket)</td>\n</tr>\n<tr>\n<td>recognized_unit_revenue</td>\n<td>int</td>\n<td>Rental revenue from stays with arrival in bucket</td>\n</tr>\n<tr>\n<td>other_revenue</td>\n<td>int</td>\n<td>Non-rental revenue — fees, extras (prorated to bucket)</td>\n</tr>\n<tr>\n<td>total_revenue</td>\n<td>int</td>\n<td>Combined <code>unit_revenue</code> + <code>other_revenue</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"occupancy\">Occupancy</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>guest_nights</td>\n<td>int</td>\n<td>Nights booked by guests</td>\n</tr>\n<tr>\n<td>owner_nights</td>\n<td>int</td>\n<td>Nights blocked for owner use</td>\n</tr>\n<tr>\n<td>hold_nights</td>\n<td>int</td>\n<td>Nights held/blocked (not available)</td>\n</tr>\n<tr>\n<td>canceled_nights</td>\n<td>int</td>\n<td>Canceled guest nights</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"guest-activity\">Guest Activity</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>guest_checkins</td>\n<td>int</td>\n<td>Guest check-ins (arrivals in bucket)</td>\n</tr>\n<tr>\n<td>guest_checkouts</td>\n<td>int</td>\n<td>Guest check-outs (departures in bucket)</td>\n</tr>\n<tr>\n<td>guest_canceled_checkins</td>\n<td>int</td>\n<td>Canceled guest check-ins</td>\n</tr>\n<tr>\n<td>owner_checkins</td>\n<td>int</td>\n<td>Owner check-ins</td>\n</tr>\n<tr>\n<td>guest_and_owner_checkins</td>\n<td>int</td>\n<td>Combined guest and owner check-ins</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"stay-length\">Stay Length</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>length_of_stays</td>\n<td>float</td>\n<td>Sum of all stay lengths (capped at 120 nights per stay)</td>\n</tr>\n<tr>\n<td>guest_checkins_for_length_of_stay</td>\n<td>int</td>\n<td>Check-ins with valid stay length data (denominator for <code>avg_stay_length</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"booking-window\">Booking Window</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>booking_windows</td>\n<td>int</td>\n<td>Sum of days between booking and arrival</td>\n</tr>\n<tr>\n<td>guest_checkins_for_booking_window</td>\n<td>int</td>\n<td>Check-ins with booking window data (denominator for <code>avg_booking_window</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"rate-kpis\">Rate KPIs</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>adr</td>\n<td>int</td>\n<td>Average Daily Rate (<code>unit_revenue / guest_nights</code>)</td>\n</tr>\n<tr>\n<td>adr_total</td>\n<td>int</td>\n<td>ADR including all revenue (<code>total_revenue / guest_nights</code>)</td>\n</tr>\n<tr>\n<td>revpar</td>\n<td>int</td>\n<td>Revenue Per Available Room (<code>unit_revenue / nights_in_range</code>)</td>\n</tr>\n<tr>\n<td>revpar_adj</td>\n<td>int</td>\n<td>Adjusted RevPAR (<code>unit_revenue / nights_available</code>)</td>\n</tr>\n<tr>\n<td>trevpar</td>\n<td>int</td>\n<td>Total Revenue Per Available Room (<code>total_revenue / nights_in_range</code>)</td>\n</tr>\n<tr>\n<td>trevpar_adj</td>\n<td>int</td>\n<td>Adjusted Total RevPAR (<code>total_revenue / nights_available</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"occupancy-kpis\">Occupancy KPIs</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>guest_occupancy</td>\n<td>float</td>\n<td>Guest occupancy rate (<code>guest_nights / nights_in_range</code>)</td>\n</tr>\n<tr>\n<td>calendar_occupancy</td>\n<td>float</td>\n<td>Calendar occupancy rate (<code>(guest + owner + hold) / nights_in_range</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"stay-kpis\">Stay KPIs</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>avg_stay_length</td>\n<td>int</td>\n<td>Average length of stay in nights (rounded up)</td>\n</tr>\n<tr>\n<td>avg_booking_window</td>\n<td>int</td>\n<td>Average booking window in days (rounded up)</td>\n</tr>\n<tr>\n<td>avg_stay_value</td>\n<td>int</td>\n<td>Average rental revenue per stay</td>\n</tr>\n<tr>\n<td>avg_stay_total_revenue</td>\n<td>int</td>\n<td>Average total revenue per stay</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"cancellation-kpis\">Cancellation KPIs</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>percent_canceled_nights</td>\n<td>float</td>\n<td>Cancellation rate (<code>canceled_nights / (guest_nights + canceled_nights)</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Invalid request</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden — insufficient permissions or market access denied</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Validation error</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"usage-notes\">Usage Notes</h2>\n<ol>\n<li>All revenue fields are returned in the requested <code>currency</code></li>\n<li>KPIs (adr, revpar, occupancy, etc.) are calculated from base metrics after query execution</li>\n<li>The rollup row aggregates all breakdown rows into a single summary</li>\n<li>Maximum of 10 market IDs per request</li>\n<li><code>arrival_range</code> cannot exceed 1 year</li>\n<li><code>currency</code> must be a valid 3-letter uppercase ISO 4217 code (e.g., <code>USD</code>, <code>EUR</code>, <code>GBP</code>)</li>\n<li>Markets that don't meet the minimum property threshold are excluded from results and reported in <code>errors</code></li>\n<li>Float fields (<code>guest_occupancy</code>, <code>calendar_occupancy</code>, <code>percent_canceled_nights</code>) are rounded to 2 decimal places</li>\n</ol>\n<h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"market_ids\": [\"e9b635b2-02e1-4037-977c-21b1968f691e\"],\n  \"arrival_range\": {\n    \"start\": \"2024-01-01\",\n    \"end\": \"2024-01-31\"\n  },\n  \"as_of\": {\n    \"date\": \"2024-01-15\",\n    \"include_canceled\": false\n  },\n  \"time_scale\": \"week\",\n  \"currency\": \"USD\"\n}\n</code></pre>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"breakdown\": [\n      {\n        \"start_date\": \"2024-01-06\",\n        \"end_date\": \"2024-01-12\",\n        \"area_id\": null,\n        \"group_value\": null,\n        \"total_units\": 1250,\n        \"reserved_units\": 487,\n        \"nights_in_range\": 8750,\n        \"nights_available\": 6891,\n        \"open_nights\": 3479,\n        \"unit_revenue\": 425680,\n        \"recognized_unit_revenue\": 312450,\n        \"other_revenue\": 42568,\n        \"total_revenue\": 468248,\n        \"guest_nights\": 3412,\n        \"owner_nights\": 1124,\n        \"hold_nights\": 735,\n        \"canceled_nights\": 156,\n        \"guest_checkins\": 412,\n        \"guest_checkouts\": 389,\n        \"guest_canceled_checkins\": 18,\n        \"owner_checkins\": 87,\n        \"guest_and_owner_checkins\": 499,\n        \"length_of_stays\": 3296,\n        \"guest_checkins_for_length_of_stay\": 412,\n        \"booking_windows\": 28960,\n        \"guest_checkins_for_booking_window\": 398,\n        \"adr\": 125,\n        \"adr_total\": 137,\n        \"revpar\": 49,\n        \"revpar_adj\": 62,\n        \"trevpar\": 54,\n        \"trevpar_adj\": 68,\n        \"guest_occupancy\": 0.39,\n        \"calendar_occupancy\": 0.6,\n        \"avg_stay_length\": 8,\n        \"avg_booking_window\": 73,\n        \"avg_stay_value\": 1033,\n        \"avg_stay_total_revenue\": 1136,\n        \"percent_canceled_nights\": 0.04\n      }\n    ],\n    \"rollup\": {\n      \"start_date\": \"2024-01-01\",\n      \"end_date\": \"2024-01-31\",\n      \"area_id\": null,\n      \"group_value\": null,\n      \"total_units\": 1250,\n      \"reserved_units\": null,\n      \"nights_in_range\": 38750,\n      \"nights_available\": 30520,\n      \"open_nights\": 15396,\n      \"unit_revenue\": 1875420,\n      \"recognized_unit_revenue\": 1375200,\n      \"other_revenue\": 187542,\n      \"total_revenue\": 2062962,\n      \"guest_nights\": 15124,\n      \"owner_nights\": 4960,\n      \"hold_nights\": 3270,\n      \"canceled_nights\": 624,\n      \"guest_checkins\": 1812,\n      \"guest_checkouts\": 1756,\n      \"guest_canceled_checkins\": 72,\n      \"owner_checkins\": 348,\n      \"guest_and_owner_checkins\": 2160,\n      \"length_of_stays\": 14496,\n      \"guest_checkins_for_length_of_stay\": 1812,\n      \"booking_windows\": 127440,\n      \"guest_checkins_for_booking_window\": 1752,\n      \"adr\": 124,\n      \"adr_total\": 136,\n      \"revpar\": 48,\n      \"revpar_adj\": 61,\n      \"trevpar\": 53,\n      \"trevpar_adj\": 68,\n      \"guest_occupancy\": 0.39,\n      \"calendar_occupancy\": 0.6,\n      \"avg_stay_length\": 8,\n      \"avg_booking_window\": 73,\n      \"avg_stay_value\": 1035,\n      \"avg_stay_total_revenue\": 1138,\n      \"percent_canceled_nights\": 0.04\n    },\n    \"count\": 4\n  },\n  \"errors\": null\n}\n</code></pre>\n","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}},"urlObject":{"path":["api","v1","direct","benchmarking","arrival"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75d55216-0057-44eb-904c-8224f48fea7d","name":"By Market","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"market_ids\": [\"{{market_uuid}}\"],\n  \"arrival_range\": {\n    \"start\": \"2024-01-01\",\n    \"end\": \"2024-01-31\"\n  },\n  \"as_of\": {\n    \"date\": \"2024-01-15\",\n    \"include_canceled\": false\n  },\n  \"time_scale\": \"week\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/direct/benchmarking/arrival"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 26 Feb 2026 18:25:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1259"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-process-time","value":"3.4188880920410156"},{"key":"x-azure-ref","value":"20260226T182457Z-157cff5f5fc456rbhC1BL1szw40000000pvg00000000mbtd"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"breakdown\": [\n            {\n                \"start_date\": \"2024-01-01\",\n                \"end_date\": \"2024-01-07\",\n                \"area_id\": null,\n                \"group_value\": \"0\",\n                \"total_units\": 2341,\n                \"reserved_units\": 1628,\n                \"nights_in_range\": 16387,\n                \"nights_available\": 13491,\n                \"open_nights\": 5218,\n                \"unit_revenue\": 11112043,\n                \"recognized_unit_revenue\": 9328614,\n                \"other_revenue\": 866234,\n                \"total_revenue\": 11978277,\n                \"guest_nights\": 8271,\n                \"owner_nights\": 2286,\n                \"hold_nights\": 621,\n                \"canceled_nights\": 1758,\n                \"guest_checkins\": 1662,\n                \"guest_checkouts\": 1653,\n                \"guest_canceled_checkins\": 306,\n                \"owner_checkins\": 274,\n                \"guest_and_owner_checkins\": 1936,\n                \"length_of_stays\": 8527,\n                \"guest_checkins_for_length_of_stay\": 1662,\n                \"booking_windows\": 143103,\n                \"guest_checkins_for_booking_window\": 1662,\n                \"adr\": 1594,\n                \"adr_total\": 1717,\n                \"revpar\": 804,\n                \"revpar_adj\": 977,\n                \"trevpar\": 867,\n                \"trevpar_adj\": 1053,\n                \"guest_occupancy\": 0.5,\n                \"calendar_occupancy\": 0.68,\n                \"avg_stay_length\": 6,\n                \"avg_booking_window\": 87,\n                \"avg_stay_value\": 7924,\n                \"avg_stay_total_revenue\": 8539,\n                \"percent_canceled_nights\": 0.18\n            },\n            {\n                \"start_date\": \"2024-01-08\",\n                \"end_date\": \"2024-01-14\",\n                \"area_id\": null,\n                \"group_value\": \"0\",\n                \"total_units\": 2340,\n                \"reserved_units\": 1423,\n                \"nights_in_range\": 16385,\n                \"nights_available\": 13802,\n                \"open_nights\": 7129,\n                \"unit_revenue\": 5803789,\n                \"recognized_unit_revenue\": 5152638,\n                \"other_revenue\": 567931,\n                \"total_revenue\": 6371720,\n                \"guest_nights\": 6672,\n                \"owner_nights\": 1981,\n                \"hold_nights\": 612,\n                \"canceled_nights\": 1375,\n                \"guest_checkins\": 1463,\n                \"guest_checkouts\": 1388,\n                \"guest_canceled_checkins\": 299,\n                \"owner_checkins\": 221,\n                \"guest_and_owner_checkins\": 1684,\n                \"length_of_stays\": 6201,\n                \"guest_checkins_for_length_of_stay\": 1463,\n                \"booking_windows\": 91651,\n                \"guest_checkins_for_booking_window\": 1407,\n                \"adr\": 1031,\n                \"adr_total\": 1132,\n                \"revpar\": 420,\n                \"revpar_adj\": 499,\n                \"trevpar\": 461,\n                \"trevpar_adj\": 548,\n                \"guest_occupancy\": 0.41,\n                \"calendar_occupancy\": 0.57,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 66,\n                \"avg_stay_value\": 4703,\n                \"avg_stay_total_revenue\": 5161,\n                \"percent_canceled_nights\": 0.17\n            },\n            {\n                \"start_date\": \"2024-01-15\",\n                \"end_date\": \"2024-01-21\",\n                \"area_id\": null,\n                \"group_value\": \"0\",\n                \"total_units\": 2348,\n                \"reserved_units\": 1392,\n                \"nights_in_range\": 16437,\n                \"nights_available\": 13669,\n                \"open_nights\": 7511,\n                \"unit_revenue\": 4921876,\n                \"recognized_unit_revenue\": 4951838,\n                \"other_revenue\": 512314,\n                \"total_revenue\": 5434190,\n                \"guest_nights\": 6154,\n                \"owner_nights\": 2133,\n                \"hold_nights\": 638,\n                \"canceled_nights\": 1226,\n                \"guest_checkins\": 1534,\n                \"guest_checkouts\": 1722,\n                \"guest_canceled_checkins\": 282,\n                \"owner_checkins\": 228,\n                \"guest_and_owner_checkins\": 1762,\n                \"length_of_stays\": 6431,\n                \"guest_checkins_for_length_of_stay\": 1534,\n                \"booking_windows\": 119099,\n                \"guest_checkins_for_booking_window\": 1531,\n                \"adr\": 948,\n                \"adr_total\": 1047,\n                \"revpar\": 354,\n                \"revpar_adj\": 427,\n                \"trevpar\": 392,\n                \"trevpar_adj\": 472,\n                \"guest_occupancy\": 0.37,\n                \"calendar_occupancy\": 0.54,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 78,\n                \"avg_stay_value\": 3803,\n                \"avg_stay_total_revenue\": 4198,\n                \"percent_canceled_nights\": 0.17\n            },\n            {\n                \"start_date\": \"2024-01-22\",\n                \"end_date\": \"2024-01-28\",\n                \"area_id\": null,\n                \"group_value\": \"0\",\n                \"total_units\": 2360,\n                \"reserved_units\": 1408,\n                \"nights_in_range\": 16513,\n                \"nights_available\": 13838,\n                \"open_nights\": 7331,\n                \"unit_revenue\": 5527157,\n                \"recognized_unit_revenue\": 5929739,\n                \"other_revenue\": 539001,\n                \"total_revenue\": 6066158,\n                \"guest_nights\": 6508,\n                \"owner_nights\": 1970,\n                \"hold_nights\": 705,\n                \"canceled_nights\": 1487,\n                \"guest_checkins\": 1562,\n                \"guest_checkouts\": 1498,\n                \"guest_canceled_checkins\": 369,\n                \"owner_checkins\": 187,\n                \"guest_and_owner_checkins\": 1749,\n                \"length_of_stays\": 6815,\n                \"guest_checkins_for_length_of_stay\": 1562,\n                \"booking_windows\": 141951,\n                \"guest_checkins_for_booking_window\": 1555,\n                \"adr\": 1006,\n                \"adr_total\": 1106,\n                \"revpar\": 397,\n                \"revpar_adj\": 473,\n                \"trevpar\": 435,\n                \"trevpar_adj\": 519,\n                \"guest_occupancy\": 0.39,\n                \"calendar_occupancy\": 0.56,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 92,\n                \"avg_stay_value\": 4193,\n                \"avg_stay_total_revenue\": 4603,\n                \"percent_canceled_nights\": 0.19\n            },\n            {\n                \"start_date\": \"2024-01-29\",\n                \"end_date\": \"2024-02-04\",\n                \"area_id\": null,\n                \"group_value\": \"0\",\n                \"total_units\": 2357,\n                \"reserved_units\": 1097,\n                \"nights_in_range\": 7073,\n                \"nights_available\": 6089,\n                \"open_nights\": 3551,\n                \"unit_revenue\": 2107785,\n                \"recognized_unit_revenue\": 1774892,\n                \"other_revenue\": 195522,\n                \"total_revenue\": 2303307,\n                \"guest_nights\": 2538,\n                \"owner_nights\": 702,\n                \"hold_nights\": 282,\n                \"canceled_nights\": 566,\n                \"guest_checkins\": 414,\n                \"guest_checkouts\": 470,\n                \"guest_canceled_checkins\": 87,\n                \"owner_checkins\": 56,\n                \"guest_and_owner_checkins\": 470,\n                \"length_of_stays\": 1871,\n                \"guest_checkins_for_length_of_stay\": 414,\n                \"booking_windows\": 32981,\n                \"guest_checkins_for_booking_window\": 414,\n                \"adr\": 985,\n                \"adr_total\": 1077,\n                \"revpar\": 354,\n                \"revpar_adj\": 410,\n                \"trevpar\": 387,\n                \"trevpar_adj\": 448,\n                \"guest_occupancy\": 0.36,\n                \"calendar_occupancy\": 0.5,\n                \"avg_stay_length\": 5,\n                \"avg_booking_window\": 80,\n                \"avg_stay_value\": 6039,\n                \"avg_stay_total_revenue\": 6601,\n                \"percent_canceled_nights\": 0.18\n            }\n        ],\n        \"rollup\": {\n            \"start_date\": \"2024-01-01\",\n            \"end_date\": \"2024-01-31\",\n            \"area_id\": null,\n            \"group_value\": null,\n            \"total_units\": 2349,\n            \"reserved_units\": null,\n            \"nights_in_range\": 72795,\n            \"nights_available\": 60889,\n            \"open_nights\": 30740,\n            \"unit_revenue\": 29473013,\n            \"recognized_unit_revenue\": 27137721,\n            \"other_revenue\": 2681022,\n            \"total_revenue\": 32153652,\n            \"guest_nights\": 30143,\n            \"owner_nights\": 9072,\n            \"hold_nights\": 2858,\n            \"canceled_nights\": 6412,\n            \"guest_checkins\": 6635,\n            \"guest_checkouts\": 6731,\n            \"guest_canceled_checkins\": 1342,\n            \"owner_checkins\": 966,\n            \"guest_and_owner_checkins\": 7601,\n            \"length_of_stays\": 29845,\n            \"guest_checkins_for_length_of_stay\": 6635,\n            \"booking_windows\": 528785,\n            \"guest_checkins_for_booking_window\": 6569,\n            \"adr\": 1159,\n            \"adr_total\": 1266,\n            \"revpar\": 480,\n            \"revpar_adj\": 574,\n            \"trevpar\": 524,\n            \"trevpar_adj\": 626,\n            \"guest_occupancy\": 0.41,\n            \"calendar_occupancy\": 0.58,\n            \"avg_stay_length\": 5,\n            \"avg_booking_window\": 81,\n            \"avg_stay_value\": 5268,\n            \"avg_stay_total_revenue\": 5747,\n            \"percent_canceled_nights\": 0.18\n        },\n        \"count\": 5\n    },\n    \"errors\": null\n}"}],"_postman_id":"f563c7e1-a1b7-41e4-bd8c-5eab4fced3f1"}],"id":"48560428-5f45-4b74-9b67-3ffa382791d7","_postman_id":"48560428-5f45-4b74-9b67-3ffa382791d7","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}}],"id":"b9eb1c21-4e5c-4f0a-9b9e-7c771406e800","_postman_id":"b9eb1c21-4e5c-4f0a-9b9e-7c771406e800","description":"","auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","id":"9af72df4-abf9-49b7-987f-b7813fdf12d6","name":"API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"{{public_api_key}}","key":"<key>"}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"64c14d60-a158-4743-8442-86eb4128ae14"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"0d750f90-5bb4-4264-89ee-fec2546b1580"}}]}