{"date":"2025/12/21","time":"12:06:22","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"access_token":"529c2af944415f856c4b58bec825370a","transfers":{"transfer_2":{"pick_type":"1","echo_sql":"1","pick_location":"(25.09941, 55.179359)","drop_type":"0","drop_location":"DXB","date":"2026-03-08","time":"22:00","pax_num":5,"lugg_num":1,"set_pick_time":0,"get_voucher_instruction":"1","set_voucher_instruction_lang":"EN","get_vehicle_image_link":"1","extra_info":["driver_language","luggage_description","transfer_description","waiting_time","drive_duration"]},"transfer_1":{"pick_type":"0","pick_location":"DXB","drop_type":"1","drop_location":"(25.09941, 55.179359)","date":"2026-03-01","time":"23:00","pax_num":5,"lugg_num":1,"set_pick_time":0,"get_voucher_instruction":"1","set_voucher_instruction_lang":"EN","get_vehicle_image_link":"1","extra_info":["driver_language","luggage_description","transfer_description","waiting_time","drive_duration"]}}}},"response":"\n\nSELECT `services_vehicles`.`sv_id` AS 'vehicle_id', `services_vehicles`.`sv_supplier_id`, `vehicles`.`ve_name` AS 'vehicle_name', \r\n`vehicles`.`ve_id` AS 've_id', IF (`vehicles`.`ve_type` = '1', 'private', 'shuttle') AS 'vehicle_type',\r\n`services_vehicles`.`sv_is_adapted_folding` AS 'is_adapted_folding', `services_vehicles`.`sv_adapted_folding_count` AS 'adapted_folding_count', `services_vehicles`.`sv_instruction_id`,\r\n`services_vehicles`.`sv_is_adapted_accessible` AS 'is_adapted_accessible', `services_vehicles`.`sv_adapted_accessible_count` AS 'adapted_accessible_count',\r\n`services_vehicles`.`sv_max_pax` AS 'max_pax', `services_vehicles`.`sv_max_lugg` AS 'max_luggage', `services_vehicles`.`sv_cxl_days` AS 'cxl_days', `services_vehicles`.`sv_is_special_dates`,\r\n`services_vehicles`.`sv_special_dates`, `services_vehicles`.`sv_special_dates_is_blocked`, `services_vehicles`.`sv_special_dates_extra_rate`, `services_vehicles`.`sv_is_restricted`,\r\n`vehicles`.`ve_is_taxi_app_service`, `services_vehicles`.`sv_price_category_4`,\r\nIF(`vehicles`.`ve_type` = '1', '18:25', '18:00') AS 'pickup_time',\r\nIF(`vehicles`.`ve_type` = '1', '2026-03-08', '2026-03-08') AS 'pickup_date',\r\nIFNULL(suppliers.`su_extra_markup`, 0) AS 'su_extra_markup', suppliers.`su_name`, suppliers.`su_is_avoid`, suppliers.`su_is_passenger_list`,\r\nMAX(CASE WHEN supplier_rule.`spr_rule_type` = 3 THEN 1 ELSE 0 END) AS 'is_block_rule',                                                                                  \r\nIF(supplier_rule.`spr_rule_type` = '4', supplier_rule.`spr_amount`, 0) AS 'spr_periodic_markup',\r\nCASE WHEN agency_markup.`veh_mk_markup` IS NOT NULL THEN agency_markup.`veh_mk_markup` WHEN group_markup.`veh_mk_markup` IS NOT NULL AND \r\nagency_markup.`veh_mk_markup` IS NULL THEN group_markup.`veh_mk_markup` ELSE (`vehicles`.`ve_markup_1` + (SELECT su_extra_markup) + (SELECT spr_periodic_markup)) END AS 'markup',\r\nIF(agency_markup.`veh_mk_markup` IS NOT NULL OR group_markup.`veh_mk_markup` IS NOT NULL, 1, 0) AS 'is_specific_markup',\r\nIF(`sv_is_late_hour_cost` = '1' AND (TIME((SELECT pickup_time)) > TIME(`services_vehicles`.`sv_cost_late_hour_from`) OR \r\nTIME((SELECT pickup_time)) < TIME(`services_vehicles`.`sv_cost_late_hour_to`)), `sv_late_hour_cost`, `sv_cost`) AS 'orig_cost',\r\nCASE WHEN supplier_rule.`spr_rule_type` = 1 THEN (SELECT orig_cost) + supplier_rule.`spr_amount` \r\nWHEN supplier_rule.`spr_rule_type` = 2 THEN (SELECT orig_cost) * (1 + supplier_rule.`spr_amount` / 100) ELSE (SELECT orig_cost) END AS 'cost',\r\nIF(`sv_is_late_hour_price` = '1' AND (TIME((SELECT pickup_time)) > TIME(`services_vehicles`.`sv_late_hour_from`) OR \r\nTIME((SELECT pickup_time)) < TIME(`services_vehicles`.`sv_late_hour_to`)), `sv_late_hour_price`, `sv_price`) AS 'system_price',\r\nCEIL((IF ((SELECT cost) * (1 + (SELECT markup) / 100) <> 0, IF((SELECT is_specific_markup) = 1, (SELECT cost) * (1 + (SELECT markup) / 100), GREATEST((SELECT cost) * (1 + (SELECT markup) / 100), (SELECT cost) + 10)), (SELECT system_price))) * 1) AS 'price',\r\n`services_vehicles`.`sv_restriction_remark`, '' AS 'remark', 0 AS 'is_eco' , CASE WHEN 2 = '1' AND 1 = '0' THEN `instructions`.`in_instruction_ap_pick` WHEN 2 = '1' AND 1 <> '0' THEN `instructions`.`in_instruction_reg_pick` WHEN 2 = '2' AND 1 = '0' THEN `instructions`.`in_instruction_ap_pick_en` WHEN 2 = '2' AND 1 <> '0' THEN `instructions`.`in_instruction_reg_pick_en` END AS 'voucher_instruction', IF ('2' = '1', '077-6707001', '+442035146898') AS 'emergency_phone' , IF ('2' = '1', '+972546269955', '+442035146898') AS 'whatsapp_chat', CONCAT('https://bookcityride.co.il/new/maps/', `vehicles` . `ve_image`) AS 'vehicle_image_link'\r\nFROM `services_vehicles` LEFT JOIN `vehicles` ON `services_vehicles`.`sv_vehicle_id` = `vehicles`.`ve_id`\r\nLEFT JOIN `vehicles_markups` agency_markup ON `services_vehicles`.`sv_id` = agency_markup.`veh_mk_service_vehicle_id` AND agency_markup.`veh_mk_agency_id` = '128'\r\nLEFT JOIN `vehicles_markups` group_markup ON `services_vehicles`.`sv_id` = group_markup.`veh_mk_service_vehicle_id` AND group_markup.`veh_mk_agency_id` = 'G1' \r\nLEFT JOIN `cityride_backoffice`.`suppliers` suppliers ON `services_vehicles`.`sv_supplier_id` = suppliers.`su_id` \r\nLEFT JOIN `cityride_backoffice`.`supplier_periodic_rule` supplier_rule ON suppliers.`su_id` = supplier_rule.`spr_supplier_id` AND \r\n(`services_vehicles`.`sv_vehicle_id` = supplier_rule.`spr_vehicle_id` OR supplier_rule.`spr_all_vehicles` = 1) AND \r\n(IF(`vehicles`.`ve_type` = '1', '2026-03-08', '2026-03-08') BETWEEN supplier_rule.`spr_start_date` AND supplier_rule.`spr_end_date`) LEFT JOIN `cityride_backoffice` . `instructions` AS instructions ON `services_vehicles` . `sv_instruction_id` = instructions . `in_id` \r\nWHERE IF(3 = 3, `vehicles`.`ve_type`, '5') <> '2' AND `services_vehicles`.`sv_service_id` = '35779' \r\nAND (`services_vehicles`.`sv_price_category_1` = 1 OR (1 = 1 AND `services_vehicles`.`sv_price_category_3` = 1) \r\nOR (`services_vehicles`.`sv_price_category_4` = 1 AND TIMESTAMP(IF(`vehicles`.`ve_type` = '1', CONCAT('2026-03-08', ', ', '18:25'),\r\nCONCAT('2026-03-08', ', ', '18:00'))) <= TIMESTAMP(CONCAT('2025-08-31', ', ', '23:59')))) AND `services_vehicles`.`sv_max_pax` >= '5' \r\nAND `services_vehicles`.`sv_max_lugg` >= '1' AND `services_vehicles`.`sv_is_active` = '1' AND \r\nTIMESTAMP(IF(`vehicles`.`ve_type` = '1', CONCAT('2026-03-08', ', ', '18:25'), \r\nCONCAT('2026-03-08', ', ', '18:00'))) >= DATE_ADD(NOW(), INTERVAL IF(0 = 1, 0, `services_vehicles`.`sv_release_days` * 24) HOUR) \r\nGROUP BY vehicle_id ORDER BY price\n\n{\"transfer_2\":[{\"vehicle_id\":\"1672858\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"8\",\"max_luggage\":\"8\",\"cxl_days\":\"2\",\"price\":54,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1703510170350277\",\"vehicle_name\":\"Van\",\"vehicle_type\":\"private\",\"max_pax\":\"7\",\"max_luggage\":\"7\",\"cxl_days\":\"1\",\"price\":75,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_22.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722189172217477\",\"vehicle_name\":\"SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"1\",\"price\":86,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_16.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722190172217577\",\"vehicle_name\":\"Premium SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"1\",\"price\":89,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_29.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718413171817377\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"2\",\"price\":109,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1672859\",\"vehicle_name\":\"Car + Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"11\",\"max_luggage\":\"11\",\"cxl_days\":\"2\",\"price\":97,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_34.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722192172217777\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"7\",\"max_luggage\":\"7\",\"cxl_days\":\"1\",\"price\":143,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1703511170350377\",\"vehicle_name\":\"Car + Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"1\",\"price\":141,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_34.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1703512170350477\",\"vehicle_name\":\"2 Minivans\",\"vehicle_type\":\"private\",\"max_pax\":\"14\",\"max_luggage\":\"14\",\"cxl_days\":\"1\",\"price\":150,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_7.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722191172217677\",\"vehicle_name\":\"Premium Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"7\",\"max_luggage\":\"7\",\"cxl_days\":\"1\",\"price\":149,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_10.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718407171816777\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"2\",\"price\":158,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718404171816477\",\"vehicle_name\":\"SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"5\",\"max_luggage\":\"5\",\"cxl_days\":\"2\",\"price\":158,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_16.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722194172217977\",\"vehicle_name\":\"Car + SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"9\",\"max_luggage\":\"9\",\"cxl_days\":\"1\",\"price\":170,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_53.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718408171816877\",\"vehicle_name\":\"Premium Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"2\",\"price\":164,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_10.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718403171816377\",\"vehicle_name\":\"Premium SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"5\",\"max_luggage\":\"5\",\"cxl_days\":\"2\",\"price\":164,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_29.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722197172218277\",\"vehicle_name\":\"2XSUV\",\"vehicle_type\":\"private\",\"max_pax\":\"12\",\"max_luggage\":\"12\",\"cxl_days\":\"1\",\"price\":178,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_44.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722198172218377\",\"vehicle_name\":\"2XPremium SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"12\",\"max_luggage\":\"12\",\"cxl_days\":\"1\",\"price\":178,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_49.svg\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718412171817277\",\"vehicle_name\":\"Van\",\"vehicle_type\":\"private\",\"max_pax\":\"12\",\"max_luggage\":\"12\",\"cxl_days\":\"2\",\"price\":218,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_22.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1672860\",\"vehicle_name\":\"2 Minivans\",\"vehicle_type\":\"private\",\"max_pax\":\"16\",\"max_luggage\":\"16\",\"cxl_days\":\"2\",\"price\":193,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_7.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722196172218177\",\"vehicle_name\":\"Premium car + Premium minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"1\",\"price\":230,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_54.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722200172218577\",\"vehicle_name\":\"2 Premium minivans\",\"vehicle_type\":\"private\",\"max_pax\":\"14\",\"max_luggage\":\"14\",\"cxl_days\":\"1\",\"price\":297,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_55.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718411171817177\",\"vehicle_name\":\"Bus\",\"vehicle_type\":\"private\",\"max_pax\":\"20\",\"max_luggage\":\"20\",\"cxl_days\":\"3\",\"price\":414,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_6.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718410171817077\",\"vehicle_name\":\"Bus\",\"vehicle_type\":\"private\",\"max_pax\":\"35\",\"max_luggage\":\"35\",\"cxl_days\":\"3\",\"price\":578,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_6.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718409171816977\",\"vehicle_name\":\"Premium Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"3\",\"price\":544,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.<\\/p>\\n\\n<p><u><strong>When and where to wait:<\\/strong><\\/u><\\/p>\\n\\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<\\/p>\\n\\n<p><u><strong>What to do if the car does not arrive?<\\/strong><\\/u><\\/p>\\n\\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.<\\/p>\\n\\n<p><u><strong>Change\\/update pick up time:<\\/strong><\\/u><\\/p>\\n\\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.<\\/p>\\n\\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.<\\/p>\\n\\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.<\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_10.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Door to door service\",\"waiting_time\":\"10 minutes\",\"currency\":\"USD\",\"is_adapted\":\"0\"}],\"transfer_1\":[{\"vehicle_id\":\"1672853\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"8\",\"max_luggage\":\"8\",\"cxl_days\":\"2\",\"price\":54,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>Pick-up instructions for <u><strong>Dubai DXB Airport<\\/strong><\\/u>:<br \\/>\\nIf you arrive at Terminal 1 or Terminal 2 - the driver will be waiting with name sign at the arrival hall.<br \\/>\\nIf you arrive at Terminal 3:<br \\/>\\n1. After finishing airport procedures and picking up the luggage - please take the elevator (next to TravelX currency exchange office) and get up to departure level, take left and go out of exit 2 towards &quot;P&quot; Car Park.<br \\/>\\n2. Once you are outside, please cross the road and go straight to the direction of &quot;P&quot; Car Park and Bus and Shuttles area. Once you enter the bulding, the driver will be waiting for you at Early check-in area.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1703502170351077\",\"vehicle_name\":\"Van\",\"vehicle_type\":\"private\",\"max_pax\":\"7\",\"max_luggage\":\"7\",\"cxl_days\":\"1\",\"price\":75,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_22.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722174172218977\",\"vehicle_name\":\"SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"1\",\"price\":86,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_16.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1672854\",\"vehicle_name\":\"Car + Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"11\",\"max_luggage\":\"11\",\"cxl_days\":\"2\",\"price\":97,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>Pick-up instructions for <u><strong>Dubai DXB Airport<\\/strong><\\/u>:<br \\/>\\nIf you arrive at Terminal 1 or Terminal 2 - the driver will be waiting with name sign at the arrival hall.<br \\/>\\nIf you arrive at Terminal 3:<br \\/>\\n1. After finishing airport procedures and picking up the luggage - please take the elevator (next to TravelX currency exchange office) and get up to departure level, take left and go out of exit 2 towards &quot;P&quot; Car Park.<br \\/>\\n2. Once you are outside, please cross the road and go straight to the direction of &quot;P&quot; Car Park and Bus and Shuttles area. Once you enter the bulding, the driver will be waiting for you at Early check-in area.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_34.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722175172219077\",\"vehicle_name\":\"Premium SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"1\",\"price\":89,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_29.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718173171841377\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"2\",\"price\":109,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1703503170351177\",\"vehicle_name\":\"Car + Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"1\",\"price\":141,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_34.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722177172219277\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"7\",\"max_luggage\":\"7\",\"cxl_days\":\"1\",\"price\":143,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722176172219177\",\"vehicle_name\":\"Premium Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"7\",\"max_luggage\":\"7\",\"cxl_days\":\"1\",\"price\":149,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_10.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1703504170351277\",\"vehicle_name\":\"2 Minivans\",\"vehicle_type\":\"private\",\"max_pax\":\"14\",\"max_luggage\":\"14\",\"cxl_days\":\"1\",\"price\":150,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_7.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718164171840477\",\"vehicle_name\":\"SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"5\",\"max_luggage\":\"5\",\"cxl_days\":\"2\",\"price\":158,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_16.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718167171840777\",\"vehicle_name\":\"Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"2\",\"price\":158,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_3.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718163171840377\",\"vehicle_name\":\"Premium SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"5\",\"max_luggage\":\"5\",\"cxl_days\":\"2\",\"price\":164,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_29.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718168171840877\",\"vehicle_name\":\"Premium Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"6\",\"max_luggage\":\"6\",\"cxl_days\":\"2\",\"price\":164,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_10.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722179172219477\",\"vehicle_name\":\"Car + SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"9\",\"max_luggage\":\"9\",\"cxl_days\":\"1\",\"price\":170,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_53.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1672855\",\"vehicle_name\":\"2 Minivans\",\"vehicle_type\":\"private\",\"max_pax\":\"16\",\"max_luggage\":\"16\",\"cxl_days\":\"2\",\"price\":193,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>Pick-up instructions for <u><strong>Dubai DXB Airport<\\/strong><\\/u>:<br \\/>\\nIf you arrive at Terminal 1 or Terminal 2 - the driver will be waiting with name sign at the arrival hall.<br \\/>\\nIf you arrive at Terminal 3:<br \\/>\\n1. After finishing airport procedures and picking up the luggage - please take the elevator (next to TravelX currency exchange office) and get up to departure level, take left and go out of exit 2 towards &quot;P&quot; Car Park.<br \\/>\\n2. Once you are outside, please cross the road and go straight to the direction of &quot;P&quot; Car Park and Bus and Shuttles area. Once you enter the bulding, the driver will be waiting for you at Early check-in area.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_7.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722183172219877\",\"vehicle_name\":\"2XPremium SUV\",\"vehicle_type\":\"private\",\"max_pax\":\"12\",\"max_luggage\":\"12\",\"cxl_days\":\"1\",\"price\":178,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_49.svg\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722182172219777\",\"vehicle_name\":\"2XSUV\",\"vehicle_type\":\"private\",\"max_pax\":\"12\",\"max_luggage\":\"12\",\"cxl_days\":\"1\",\"price\":178,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_44.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722181172219677\",\"vehicle_name\":\"Premium car + Premium minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"1\",\"price\":230,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_54.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718172171841277\",\"vehicle_name\":\"Van\",\"vehicle_type\":\"private\",\"max_pax\":\"12\",\"max_luggage\":\"12\",\"cxl_days\":\"2\",\"price\":218,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_22.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1722185172220077\",\"vehicle_name\":\"2 Premium minivans\",\"vehicle_type\":\"private\",\"max_pax\":\"14\",\"max_luggage\":\"14\",\"cxl_days\":\"1\",\"price\":297,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p><strong>Meeting point and Dubai DXB Airport:<\\/strong><br \\/>\\nArrival at <strong>Terminal 1 or Terminal 2<\\/strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br \\/>\\nArrival at<strong> Terminal 3<\\/strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_55.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718171171841177\",\"vehicle_name\":\"Bus\",\"vehicle_type\":\"private\",\"max_pax\":\"20\",\"max_luggage\":\"20\",\"cxl_days\":\"3\",\"price\":414,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_6.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718169171840977\",\"vehicle_name\":\"Premium Minivan\",\"vehicle_type\":\"private\",\"max_pax\":\"10\",\"max_luggage\":\"10\",\"cxl_days\":\"3\",\"price\":544,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_10.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"},{\"vehicle_id\":\"1718170171841077\",\"vehicle_name\":\"Bus\",\"vehicle_type\":\"private\",\"max_pax\":\"35\",\"max_luggage\":\"35\",\"cxl_days\":\"3\",\"price\":578,\"remark\":\"\",\"is_eco\":\"0\",\"voucher_instruction\":\"<p>The driver will be waiting with name sign at the arrival hall.<\\/p>\\n\\n<p><u><strong>What to do if you don&#39;t see the driver?<\\/strong><\\/u><\\/p>\\n\\n<p>If you do not see the driver, you should immediately contact our support team available 24\\/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.<\\/p>\\n\\n<p><strong>Tip!<\\/strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.<\\/p>\\n\\n<p><strong>Important <\\/strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.<\\/p>\\n\\n<p><u><strong>Flight tracking waiting time:<\\/strong><\\/u><\\/p>\\n\\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;<\\/p>\\n\\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving\\/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.<\\/strong><\\/p>\\n\",\"emergency_phone\":\"+442035146898\",\"whatsapp_chat\":\"+442035146898\",\"vehicle_image_link\":\"https:\\/\\/bookcityride.co.il\\/new\\/maps\\/vehicle_images\\/vehicle_6.png\",\"drive_duration\":37,\"driver_language\":\"Local, English\",\"luggage_description\":\"Maximum dimension per piece of luggage: length + width + height = 158cm\",\"transfer_description\":\"Meet and greet, door to door service\",\"waiting_time\":\"60 minutes from the time of landing\",\"currency\":\"USD\",\"is_adapted\":\"0\"}]}","error":"---"}

{"date":"2025/12/21","time":"12:06:32","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"access_token":"529c2af944415f856c4b58bec825370a","transfers":{"transfer_2":{"pick_type":"1","pick_location":"(25.09941, 55.179359)","drop_type":"0","drop_location":"DXB","date":"2026-03-08","time":"22:00","pax_num":5,"lugg_num":1,"set_pick_time":0,"get_voucher_instruction":"1","set_voucher_instruction_lang":"EN","get_vehicle_image_link":"1","extra_info":["driver_language","luggage_description","transfer_description","waiting_time","drive_duration"]},"transfer_1":{"pick_type":"0","pick_location":"DXB","drop_type":"1","drop_location":"(25.09941, 55.179359)","date":"2026-03-01","time":"23:00","pax_num":5,"lugg_num":1,"set_pick_time":0,"get_voucher_instruction":"1","set_voucher_instruction_lang":"EN","get_vehicle_image_link":"1","extra_info":["driver_language","luggage_description","transfer_description","waiting_time","drive_duration"]}}}},"response":{"transfer_2":[{"vehicle_id":"1672858","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"2","price":54,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1703510170350277","vehicle_name":"Van","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"1","price":75,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_22.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722189172217477","vehicle_name":"SUV","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":86,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_16.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722190172217577","vehicle_name":"Premium SUV","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":89,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_29.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718413171817377","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"2","price":109,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1672859","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"11","max_luggage":"11","cxl_days":"2","price":97,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_34.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722192172217777","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"1","price":143,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1703511170350377","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"1","price":141,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_34.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1703512170350477","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"1","price":150,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_7.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722191172217677","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"1","price":149,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718407171816777","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":158,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718404171816477","vehicle_name":"SUV","vehicle_type":"private","max_pax":"5","max_luggage":"5","cxl_days":"2","price":158,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_16.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722194172217977","vehicle_name":"Car + SUV","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"1","price":170,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_53.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718408171816877","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":164,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718403171816377","vehicle_name":"Premium SUV","vehicle_type":"private","max_pax":"5","max_luggage":"5","cxl_days":"2","price":164,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_29.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722197172218277","vehicle_name":"2XSUV","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"1","price":178,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_44.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722198172218377","vehicle_name":"2XPremium SUV","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"1","price":178,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_49.svg","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718412171817277","vehicle_name":"Van","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"2","price":218,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_22.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1672860","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"16","max_luggage":"16","cxl_days":"2","price":193,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_7.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722196172218177","vehicle_name":"Premium car + Premium minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"1","price":230,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_54.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722200172218577","vehicle_name":"2 Premium minivans","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"1","price":297,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_55.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718411171817177","vehicle_name":"Bus","vehicle_type":"private","max_pax":"20","max_luggage":"20","cxl_days":"3","price":414,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_6.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718410171817077","vehicle_name":"Bus","vehicle_type":"private","max_pax":"35","max_luggage":"35","cxl_days":"3","price":578,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_6.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718409171816977","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"3","price":544,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"USD","is_adapted":"0"}],"transfer_1":[{"vehicle_id":"1672853","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"2","price":54,"remark":"","is_eco":"0","voucher_instruction":"<p>Pick-up instructions for <u><strong>Dubai DXB Airport</strong></u>:<br />\nIf you arrive at Terminal 1 or Terminal 2 - the driver will be waiting with name sign at the arrival hall.<br />\nIf you arrive at Terminal 3:<br />\n1. After finishing airport procedures and picking up the luggage - please take the elevator (next to TravelX currency exchange office) and get up to departure level, take left and go out of exit 2 towards &quot;P&quot; Car Park.<br />\n2. Once you are outside, please cross the road and go straight to the direction of &quot;P&quot; Car Park and Bus and Shuttles area. Once you enter the bulding, the driver will be waiting for you at Early check-in area.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1703502170351077","vehicle_name":"Van","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"1","price":75,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_22.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722174172218977","vehicle_name":"SUV","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":86,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_16.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1672854","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"11","max_luggage":"11","cxl_days":"2","price":97,"remark":"","is_eco":"0","voucher_instruction":"<p>Pick-up instructions for <u><strong>Dubai DXB Airport</strong></u>:<br />\nIf you arrive at Terminal 1 or Terminal 2 - the driver will be waiting with name sign at the arrival hall.<br />\nIf you arrive at Terminal 3:<br />\n1. After finishing airport procedures and picking up the luggage - please take the elevator (next to TravelX currency exchange office) and get up to departure level, take left and go out of exit 2 towards &quot;P&quot; Car Park.<br />\n2. Once you are outside, please cross the road and go straight to the direction of &quot;P&quot; Car Park and Bus and Shuttles area. Once you enter the bulding, the driver will be waiting for you at Early check-in area.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_34.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722175172219077","vehicle_name":"Premium SUV","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":89,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_29.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718173171841377","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"2","price":109,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1703503170351177","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"1","price":141,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_34.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722177172219277","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"1","price":143,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722176172219177","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"1","price":149,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1703504170351277","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"1","price":150,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_7.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718164171840477","vehicle_name":"SUV","vehicle_type":"private","max_pax":"5","max_luggage":"5","cxl_days":"2","price":158,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_16.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718167171840777","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":158,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718163171840377","vehicle_name":"Premium SUV","vehicle_type":"private","max_pax":"5","max_luggage":"5","cxl_days":"2","price":164,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_29.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718168171840877","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":164,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722179172219477","vehicle_name":"Car + SUV","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"1","price":170,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_53.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1672855","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"16","max_luggage":"16","cxl_days":"2","price":193,"remark":"","is_eco":"0","voucher_instruction":"<p>Pick-up instructions for <u><strong>Dubai DXB Airport</strong></u>:<br />\nIf you arrive at Terminal 1 or Terminal 2 - the driver will be waiting with name sign at the arrival hall.<br />\nIf you arrive at Terminal 3:<br />\n1. After finishing airport procedures and picking up the luggage - please take the elevator (next to TravelX currency exchange office) and get up to departure level, take left and go out of exit 2 towards &quot;P&quot; Car Park.<br />\n2. Once you are outside, please cross the road and go straight to the direction of &quot;P&quot; Car Park and Bus and Shuttles area. Once you enter the bulding, the driver will be waiting for you at Early check-in area.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_7.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722183172219877","vehicle_name":"2XPremium SUV","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"1","price":178,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_49.svg","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722182172219777","vehicle_name":"2XSUV","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"1","price":178,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_44.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722181172219677","vehicle_name":"Premium car + Premium minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"1","price":230,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_54.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718172171841277","vehicle_name":"Van","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"2","price":218,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_22.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1722185172220077","vehicle_name":"2 Premium minivans","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"1","price":297,"remark":"","is_eco":"0","voucher_instruction":"<p><strong>Meeting point and Dubai DXB Airport:</strong><br />\nArrival at <strong>Terminal 1 or Terminal 2</strong> - the driver will be waiting inside the arrival hall with name sign at the arrival hall.<br />\nArrival at<strong> Terminal 3</strong>: The driver will be waiting for you outside the arrival hall. Please keep your phone active, so the driver will contact you for further instructions.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_55.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718171171841177","vehicle_name":"Bus","vehicle_type":"private","max_pax":"20","max_luggage":"20","cxl_days":"3","price":414,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_6.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718169171840977","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"3","price":544,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"},{"vehicle_id":"1718170171841077","vehicle_name":"Bus","vehicle_type":"private","max_pax":"35","max_luggage":"35","cxl_days":"3","price":578,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will be waiting with name sign at the arrival hall.</p>\n\n<p><u><strong>What to do if you don&#39;t see the driver?</strong></u></p>\n\n<p>If you do not see the driver, you should immediately contact our support team available 24/7 through emergency number listed in the voucher before using alternative means of transportation and allow our team to help you locate the driver.</p>\n\n<p><strong>Tip!</strong> Airports can sometimes be very busy and full of many people at the same place at the same time, therefore, if you do not see the driver immediately, we recommend that take a second look at all the signs that the drivers are holding.</p>\n\n<p><strong>Important </strong>- if you have left the airport without informing us that you cannot find the driver and letting us try to assist you - we will not be able to approve any refund for unused service.</p>\n\n<p><u><strong>Flight tracking waiting time:</strong></u></p>\n\n<p>The driver monitors the landing time of the flight. It is important to make sure that the flight number on the voucher is correct. If the flight is delayed beyond 3 hours, please update us as sometimes big delays can affect the service.&nbsp;</p>\n\n<p>The maximum waiting time at the airport is 60 minutes from the moment of actual landing. If there is a delay due to queues at the passport control, receiving/losing luggage or for any other reason beyond the maximum waiting time, we must be informed as soon as possible so that we can ask the driver to continue waiting as long as he can. If additional waiting time will be charged, our team will inform you.<strong> If within 60 minutes the passengers did not show up and did not make contact, the representative may leave the place without the passengers.</strong></p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_6.png","drive_duration":37,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Meet and greet, door to door service","waiting_time":"60 minutes from the time of landing","currency":"USD","is_adapted":"0"}]},"error":"---"}

{"date":"2025/12/21","time":"12:18:40","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"command":"quote_price","service_search":{"access_token":"45b72889201e89ada9fb50d44319e0bc","transfers":{"transfer_1":{"pick_type":"1","pick_location":"(43.775483, 11.239227)","drop_type":"1","drop_location":"(43.70843585313308, 10.398508861818467)","date":"2026-04-10","time":"13:00","pax_num":4,"lugg_num":1,"set_pick_time":0,"get_voucher_instruction":"1","set_voucher_instruction_lang":"EN","get_vehicle_image_link":"1","extra_info":["driver_language","luggage_description","transfer_description","waiting_time","drive_duration"]}}}}},"response":{"result":"invalid_token"},"error":"---"}

{"date":"2025/12/21","time":"12:19:01","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"access_token":"45b72889201e89ada9fb50d44319e0bc","transfers":{"transfer_1":{"pick_type":"1","pick_location":"(43.775483, 11.239227)","drop_type":"1","drop_location":"(43.70843585313308, 10.398508861818467)","date":"2026-04-10","time":"13:00","pax_num":4,"lugg_num":1,"set_pick_time":0,"get_voucher_instruction":"1","set_voucher_instruction_lang":"EN","get_vehicle_image_link":"1","extra_info":["driver_language","luggage_description","transfer_description","waiting_time","drive_duration"]}}}},"response":{"transfer_1":[{"vehicle_id":"1719518","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"3","price":315,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<br />\n<strong>Pick-up from <u>Florence Train station</u>:</strong><br />\nThe driver will be waiting inside the train staion, just after the security exit door after platform 16, close by the entrance of the pharmacy and Sephora (Feltrinelli bookshop).</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":71,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"EUR","is_adapted":"0"},{"vehicle_id":"1719519","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"3","price":327,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<br />\n<strong>Pick-up from <u>Florence Train station</u>:</strong><br />\nThe driver will be waiting inside the train staion, just after the security exit door after platform 16, close by the entrance of the pharmacy and Sephora (Feltrinelli bookshop).</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":71,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"EUR","is_adapted":"0"},{"vehicle_id":"1719520","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"3","price":344,"remark":"","is_eco":"0","voucher_instruction":"<p>The driver will arrive at the time shown on the voucher. There is no need to reconfirm the service.</p>\n\n<p><u><strong>When and where to wait:</strong></u></p>\n\n<p>You must be ready to be picked up with your luggage about 10 minutes before the pick-up time at the location specified in the notice sent by the local company.<br />\n<strong>Pick-up from <u>Florence Train station</u>:</strong><br />\nThe driver will be waiting inside the train staion, just after the security exit door after platform 16, close by the entrance of the pharmacy and Sephora (Feltrinelli bookshop).</p>\n\n<p><u><strong>What to do if the car does not arrive?</strong></u></p>\n\n<p>If the driver does not arrive within a reasonable time frame of up to 10 minutes from the scheduled pick-up time, please contact us immediately before using alternative means of transportation and allow our team to help locate the driver.</p>\n\n<p><u><strong>Change/update pick up time:</strong></u></p>\n\n<p>If there is a change in the return flight that requires a change in the pick-up time, we must be notified as soon as the change is received from the airline in order to adjust the pick-up to the new time.</p>\n\n<p>In case of a postponement or advance of the flight on the day of service - we will do our best to adjust the pick-up taking into account availability.</p>\n\n<p>Please do not make any changes directly with the driver. If any change is required, please contact your travel agency or the contact number in this voucher.</p>\n","emergency_phone":"+442035146898","whatsapp_chat":"+442035146898","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":71,"driver_language":"Local, English","luggage_description":"Maximum dimension per piece of luggage: length + width + height = 158cm","transfer_description":"Door to door service","waiting_time":"10 minutes","currency":"EUR","is_adapted":"0"}]},"error":"---"}

{"date":"2025/12/21","time":"12:39:25","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"transfers":{"transfer_1":{"pick_type":0,"pick_location":"AUA","drop_type":1,"drop_location":"(12.5702299,-70.0444145)","date":"2026-01-04","time":"10:00","pax_num":2,"lugg_num":2,"get_vehicle_image_link":"0","get_voucher_instruction":"0","extra_info":["drive_duration"]},"transfer_2":{"pick_type":1,"pick_location":"(12.5702299,-70.0444145)","drop_type":0,"drop_location":"AUA","date":"2026-01-11","time":"10:00","set_pick_time":"1","fixed_pick_date":"2026-01-11","fixed_pick_time":"10:00","pax_num":2,"lugg_num":2,"get_vehicle_image_link":"0","get_voucher_instruction":"0","extra_info":["drive_duration"]}},"access_token":"5c818d0afa58d768d819142a0085afcd"}},"response":{"transfer_1":[{"vehicle_id":"99132","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"5","max_luggage":"5","cxl_days":"2","price":59,"remark":"","is_eco":"0","drive_duration":37,"currency":"USD","is_adapted":"0"},{"vehicle_id":"99134","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":68,"remark":"","is_eco":"0","drive_duration":37,"currency":"USD","is_adapted":"0"},{"vehicle_id":"99133","vehicle_name":"Minibus","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"2","price":140,"remark":"","is_eco":"0","drive_duration":37,"currency":"USD","is_adapted":"0"}],"transfer_2":[{"vehicle_id":"99135","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"5","max_luggage":"5","cxl_days":"2","price":59,"remark":"","is_eco":"0","drive_duration":37,"currency":"USD","is_adapted":"0"},{"vehicle_id":"99136","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":68,"remark":"","is_eco":"0","drive_duration":37,"currency":"USD","is_adapted":"0"},{"vehicle_id":"99137","vehicle_name":"Minibus","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"2","price":140,"remark":"","is_eco":"0","drive_duration":37,"currency":"USD","is_adapted":"0"}]},"error":"---"}

{"date":"2025/12/21","time":"12:42:03","ip":"172.70.153.168","request":{"command":"quote_price","service_search":{"command":"quote_price","service_search":{"access_token":"58fc6b0ffbcb9610a099e1114f62ba45","transfers":{"transfer_1":{"pick_type":"1","pick_location":"(48.209447, 16.371096)","drop_type":"0","drop_location":"VIE","get_time_before_pick":"1","extra_info":["drive_duration","waiting_time","child_seats"],"date":"2025-12-27","time":"00:00","pax_num":"2","lugg_num":"2","get_vehicle_image_link":"1"}}}}},"response":{"result":"invalid_token"},"error":"---"}

{"date":"2025/12/21","time":"12:42:21","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"command":"quote_price","service_search":{"access_token":"58fc6b0ffbcb9610a099e1114f62ba45","transfers":{"transfer_1":{"pick_type":"1","pick_location":"(48.209447, 16.371096)","drop_type":"0","drop_location":"VIE","get_time_before_pick":"1","extra_info":["drive_duration","waiting_time","child_seats"],"date":"2025-12-27","time":"00:00","pax_num":"2","lugg_num":"2","get_vehicle_image_link":"1"}}}}},"response":{"result":"invalid_token"},"error":"---"}

{"date":"2025/12/21","time":"12:42:42","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"access_token":"58fc6b0ffbcb9610a099e1114f62ba45","transfers":{"transfer_1":{"pick_type":"1","pick_location":"(48.209447, 16.371096)","drop_type":"0","drop_location":"VIE","get_time_before_pick":"1","extra_info":["drive_duration","waiting_time","child_seats"],"date":"2025-12-27","time":"00:00","pax_num":"2","lugg_num":"2","get_vehicle_image_link":"1"}}}},"response":{"transfer_1":[{"vehicle_id":"1649421","vehicle_name":"Standard Car","vehicle_type":"private","max_pax":"2","max_luggage":"2","cxl_days":"1","price":63,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_2.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649422","vehicle_name":"Premium Car","vehicle_type":"private","max_pax":"2","max_luggage":"2","cxl_days":"1","price":68,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_9.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649423","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":85,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649424","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":88,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649425","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"1","price":150,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_34.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649426","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"1","price":169,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_7.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1702460","vehicle_name":"Wheelchair adapted vehicle","vehicle_type":"private","max_pax":"4","max_luggage":"5","cxl_days":"3","price":264,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_18.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"1","is_adapted_fully_accessible":"1","fully_accessible_wheelchair_count":"1"}]},"error":"---"}

{"date":"2025/12/21","time":"12:43:44","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"access_token":"58fc6b0ffbcb9610a099e1114f62ba45","transfers":{"transfer_1":{"pick_type":"1","pick_location":"(48.209447, 16.371096)","drop_type":"0","drop_location":"VIE","get_time_before_pick":"1","extra_info":["drive_duration","waiting_time","child_seats"],"date":"2025-12-27","time":"00:00","pax_num":"2","lugg_num":"2","get_vehicle_image_link":"1"}}}},"response":{"transfer_1":[{"vehicle_id":"1649421","vehicle_name":"Standard Car","vehicle_type":"private","max_pax":"2","max_luggage":"2","cxl_days":"1","price":63,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_2.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649422","vehicle_name":"Premium Car","vehicle_type":"private","max_pax":"2","max_luggage":"2","cxl_days":"1","price":68,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_9.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649423","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":85,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_3.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649424","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"1","price":88,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_10.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649425","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"1","price":150,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_34.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1649426","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"1","price":169,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_7.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"0"},{"vehicle_id":"1702460","vehicle_name":"Wheelchair adapted vehicle","vehicle_type":"private","max_pax":"4","max_luggage":"5","cxl_days":"3","price":264,"remark":"","is_eco":"0","seconds_before_pick":"13200","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_18.png","drive_duration":40,"waiting_time":"10 minutes","child_seats":{"max_units":1,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"EUR","is_adapted":"1","is_adapted_fully_accessible":"1","fully_accessible_wheelchair_count":"1"}]},"error":"---"}

{"date":"2025/12/21","time":"12:45:11","ip":"172.70.153.168","request":{"command":"quote_price","service_search":{"access_token":"e4f1008e91553423edb4d9394c21fcc6","transfers":{"transfer_1":{"pick_type":"0","pick_location":"CMB","drop_type":"1","drop_location":"(6.923063, 79.847885)","get_time_before_pick":"1","extra_info":["drive_duration","waiting_time","child_seats"],"date":"2026-01-03","time":"06:16","pax_num":"7","lugg_num":"7","get_vehicle_image_link":"1"}}}},"response":{"transfer_1":[{"vehicle_id":"1054366","vehicle_name":"Van","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"2","price":72,"remark":"","is_eco":"0","seconds_before_pick":"0","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_22.png","drive_duration":69,"waiting_time":"60 minutes from the time of landing","child_seats":{"max_units":6,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"USD","is_adapted":"0"},{"vehicle_id":"1054367","vehicle_name":"Minibus","vehicle_type":"private","max_pax":"15","max_luggage":"15","cxl_days":"3","price":150,"remark":"","is_eco":"0","seconds_before_pick":"0","vehicle_image_link":"https://bookcityride.co.il/new/maps/vehicle_images/vehicle_4.png","drive_duration":69,"waiting_time":"60 minutes from the time of landing","child_seats":{"max_units":6,"types":[{"type":"baby_seat","label":"Baby Seat","age_range":"0-2.5","unit_price":10},{"type":"child_seat","label":"Child Seat","age_range":"3-7","unit_price":10}]},"currency":"USD","is_adapted":"0"}]},"error":"---"}

{"date":"2025/12/21","time":"12:46:30","ip":"172.70.153.169","request":{"command":"quote_price","service_search":{"access_token":"8c6bad518ceddda0f78e8ef67d7b2311","lds_user":"0","user_email":null,"transfers":{"transfer_1":{"pick_type":"0","pick_location":"LCA","drop_type":"1","drop_location":"(34.712884, 33.1761467)","date":"2025-12-17","time":"12:10","pax_num":"0","lugg_num":"2","is_direct":"1","airline_iata":"6H","drop_address":null,"pick_address":null,"vehicle_id":null,"price":0,"currency":null,"plane":null,"flight_num":null,"alt_pick_location":"","alt_drop_location":"502 Leoforos Amathountos, 4534 Pyrgos, Limassol, Cyprus, ??????","use_city_center":"0"},"transfer_2":{"pick_type":"1","pick_location":"(34.712884, 33.1761467)","drop_type":"0","drop_location":"LCA","date":"2025-12-21","time":"22:35","pax_num":"0","lugg_num":"2","is_direct":"1","airline_iata":"6H","drop_address":null,"pick_address":null,"vehicle_id":null,"price":0,"currency":null,"plane":null,"flight_num":null,"alt_pick_location":"502 Leoforos Amathountos, 4534 Pyrgos, Limassol, Cyprus, ??????","alt_drop_location":"","use_city_center":"0"}}}},"response":{"transfer_1":"no_results","transfer_2":"no_results"},"error":"---"}

{"date":"2025/12/21","time":"12:46:51","ip":"172.70.153.168","request":{"command":"quote_price","service_search":{"access_token":"8c6bad518ceddda0f78e8ef67d7b2311","lds_user":"0","user_email":null,"transfers":{"transfer_1":{"pick_type":"0","pick_location":"LCA","drop_type":"1","drop_location":"(34.712884, 33.1761467)","date":"2026-12-17","time":"12:10","pax_num":"0","lugg_num":"2","is_direct":"1","airline_iata":"6H","drop_address":null,"pick_address":null,"vehicle_id":null,"price":0,"currency":null,"plane":null,"flight_num":null,"alt_pick_location":"","alt_drop_location":"502 Leoforos Amathountos, 4534 Pyrgos, Limassol, Cyprus, ??????","use_city_center":"0"},"transfer_2":{"pick_type":"1","pick_location":"(34.712884, 33.1761467)","drop_type":"0","drop_location":"LCA","date":"2026-12-21","time":"22:35","pax_num":"0","lugg_num":"2","is_direct":"1","airline_iata":"6H","drop_address":null,"pick_address":null,"vehicle_id":null,"price":0,"currency":null,"plane":null,"flight_num":null,"alt_pick_location":"502 Leoforos Amathountos, 4534 Pyrgos, Limassol, Cyprus, ??????","alt_drop_location":"","use_city_center":"0"}}}},"response":{"transfer_1":[{"vehicle_id":"1555122","vehicle_name":"Standard Car","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":72,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1587461","vehicle_name":"Premium Car","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":102,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1646168","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"2","price":116,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1555123","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"4","max_luggage":"4","cxl_days":"2","price":119,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1646169","vehicle_name":"Van","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"2","price":165,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1673020","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":173,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1667547","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"2","price":237,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618266","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"3","price":263,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1646170","vehicle_name":"Minibus","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"3","price":280,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1555134","vehicle_name":"Bus","vehicle_type":"private","max_pax":"30","max_luggage":"30","cxl_days":"2","price":280,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1555137","vehicle_name":"Bus","vehicle_type":"private","max_pax":"50","max_luggage":"50","cxl_days":"2","price":340,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618268","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"3","price":341,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618269","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"3","price":392,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618267","vehicle_name":"Business Minibus","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"3","price":450,"remark":"","is_eco":"0","currency":"EUR"}],"transfer_2":[{"vehicle_id":"1555140","vehicle_name":"Standard Car","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":72,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1587463","vehicle_name":"Premium Car","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":80,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1646171","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"7","max_luggage":"7","cxl_days":"2","price":116,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1555143","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"4","max_luggage":"4","cxl_days":"2","price":119,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1646172","vehicle_name":"Van","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"2","price":165,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1673022","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":173,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1667546","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"2","price":237,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618260","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"3","price":263,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1646173","vehicle_name":"Minibus","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"3","price":280,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1555152","vehicle_name":"Bus","vehicle_type":"private","max_pax":"30","max_luggage":"30","cxl_days":"2","price":280,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1555155","vehicle_name":"Bus","vehicle_type":"private","max_pax":"50","max_luggage":"50","cxl_days":"2","price":340,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618262","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"9","max_luggage":"9","cxl_days":"3","price":341,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618263","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"12","max_luggage":"12","cxl_days":"3","price":392,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1618261","vehicle_name":"Business Minibus","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"3","price":450,"remark":"","is_eco":"0","currency":"EUR"}]},"error":"---"}

{"date":"2025/12/21","time":"12:49:13","ip":"172.70.153.168","request":{"command":"quote_price","service_search":{"access_token":"064679f42ae4d134d2612a8e337148b0","transfers":{"transfer_1":{"pick_type":"0","pick_location":"BUD","drop_type":"1","drop_location":"(47.60108184814453,19.112529754638672)","date":"2026-04-08","time":"21:20","pax_num":2,"lugg_num":"0","use_city_center":""},"transfer_2":{"pick_type":"1","pick_location":"(47.60108184814453,19.112529754638672)","drop_type":"0","drop_location":"BUD","date":"2026-04-12","time":"13:40","pax_num":2,"lugg_num":"0","use_city_center":""}}}},"response":{"transfer_1":[{"vehicle_id":"1512936","vehicle_name":"Standard Car","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":56,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512937","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"2","price":73,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1184216","vehicle_name":"Premium Car","vehicle_type":"private","max_pax":"2","max_luggage":"2","cxl_days":"2","price":131,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512939","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"2","price":131,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512940","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"2","price":145,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1184217","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":165,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512938","vehicle_name":"Minibus","vehicle_type":"private","max_pax":"16","max_luggage":"16","cxl_days":"3","price":200,"remark":"","is_eco":"0","currency":"EUR"}],"transfer_2":[{"vehicle_id":"1512931","vehicle_name":"Standard Car","vehicle_type":"private","max_pax":"3","max_luggage":"3","cxl_days":"2","price":56,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512932","vehicle_name":"Minivan","vehicle_type":"private","max_pax":"8","max_luggage":"8","cxl_days":"2","price":73,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1184214","vehicle_name":"Premium Car","vehicle_type":"private","max_pax":"2","max_luggage":"2","cxl_days":"2","price":131,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512934","vehicle_name":"Car + Minivan","vehicle_type":"private","max_pax":"10","max_luggage":"10","cxl_days":"2","price":131,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512935","vehicle_name":"2 Minivans","vehicle_type":"private","max_pax":"14","max_luggage":"14","cxl_days":"2","price":145,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1184215","vehicle_name":"Premium Minivan","vehicle_type":"private","max_pax":"6","max_luggage":"6","cxl_days":"2","price":165,"remark":"","is_eco":"0","currency":"EUR"},{"vehicle_id":"1512933","vehicle_name":"Minibus","vehicle_type":"private","max_pax":"16","max_luggage":"16","cxl_days":"3","price":200,"remark":"","is_eco":"0","currency":"EUR"}]},"error":"---"}

